emailer.css

This commit is contained in:
Karen 2012-05-28 19:06:39 +05:30
parent 60175a41eb
commit 6c258a2f00
2 changed files with 27 additions and 6 deletions

View File

@ -45,6 +45,7 @@
#issueNo, #issueDate {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
line-height:14px;
font-size:12px;
}
#issueDate {
@ -158,6 +159,10 @@ cursor: pointer;
bottom:8px;
}
.articleEmailer {
margin-top:10px;
}
.articleEmailer a {
color:#0066ff !important;
text-decoration:none!important;
@ -168,14 +173,20 @@ cursor: pointer;
font-size:24px;
color:#ffcc00;
padding-left:12px;
padding-right:6px;
text-transform:uppercase;
float:left;
line-height:26px;
width:326px;
float:left;
}
.articleAuthor {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:13px;
font-size:12px;
padding-right:12px;
width:204px;
text-align:right;
padding-right:12px;
float:right;
}
@ -183,6 +194,9 @@ cursor: pointer;
.authorBio {
padding-left:8px;
padding-right:8px;
font-style:italic;
font-size:12px;
margin-top:22px;
}
.articleImg {
@ -208,7 +222,7 @@ cursor: pointer;
}
.contentLinks {
margin:14px 0 14px 0;
margin:14px 6px 14px 6px;
}
.contentLinks h1 {
@ -216,20 +230,21 @@ background-color:#f7bd00;
font-family:'Century Gothic', Arial, Helvetica, sans-serif;
font-size:24px;
color:#fff;
padding:14px 14px 18px 14px;
padding:14px 10px 16px 10px;
margin-bottom:18px;
}
.contentLinks a {
text-decoration:none!important;
}
.contentLinks p {
/*.contentLinks p {
padding:0px 12px;
}
}*/
.contentLinks h2 {
font-family:Arial, Helvetica, sans-serif;
padding:8px 12px;
padding:8px 0;
font-size:16px;
line-height:20px;
}
@ -260,6 +275,7 @@ padding:14px 14px 18px 14px;
margin-right:20px;
text-align:center;
color:#999;
font-size:12px;
}
#footerEmailer a {

View File

@ -138,6 +138,11 @@ cursor:pointer;
margin-right:1px;
}
.tabCategory a {
color:#ffb80f;
text-decoration:none;
}
.innerSelected /*SANJ this is the extra class for the selected tabs*/
{-moz-border-radius-topright:8px;
-webkit-border-top-right-radius:8px;