emailer.css
This commit is contained in:
parent
60175a41eb
commit
6c258a2f00
|
@ -45,6 +45,7 @@
|
||||||
#issueNo, #issueDate {
|
#issueNo, #issueDate {
|
||||||
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
||||||
line-height:14px;
|
line-height:14px;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issueDate {
|
#issueDate {
|
||||||
|
@ -158,6 +159,10 @@ cursor: pointer;
|
||||||
bottom:8px;
|
bottom:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.articleEmailer {
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
|
||||||
.articleEmailer a {
|
.articleEmailer a {
|
||||||
color:#0066ff !important;
|
color:#0066ff !important;
|
||||||
text-decoration:none!important;
|
text-decoration:none!important;
|
||||||
|
@ -168,14 +173,20 @@ cursor: pointer;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
color:#ffcc00;
|
color:#ffcc00;
|
||||||
padding-left:12px;
|
padding-left:12px;
|
||||||
|
padding-right:6px;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
float:left;
|
float:left;
|
||||||
line-height:26px;
|
line-height:26px;
|
||||||
|
width:326px;
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articleAuthor {
|
.articleAuthor {
|
||||||
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
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;
|
padding-right:12px;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
@ -183,6 +194,9 @@ cursor: pointer;
|
||||||
.authorBio {
|
.authorBio {
|
||||||
padding-left:8px;
|
padding-left:8px;
|
||||||
padding-right:8px;
|
padding-right:8px;
|
||||||
|
font-style:italic;
|
||||||
|
font-size:12px;
|
||||||
|
margin-top:22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articleImg {
|
.articleImg {
|
||||||
|
@ -208,7 +222,7 @@ cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentLinks {
|
.contentLinks {
|
||||||
margin:14px 0 14px 0;
|
margin:14px 6px 14px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentLinks h1 {
|
.contentLinks h1 {
|
||||||
|
@ -216,20 +230,21 @@ background-color:#f7bd00;
|
||||||
font-family:'Century Gothic', Arial, Helvetica, sans-serif;
|
font-family:'Century Gothic', Arial, Helvetica, sans-serif;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
padding:14px 14px 18px 14px;
|
padding:14px 10px 16px 10px;
|
||||||
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentLinks a {
|
.contentLinks a {
|
||||||
text-decoration:none!important;
|
text-decoration:none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentLinks p {
|
/*.contentLinks p {
|
||||||
padding:0px 12px;
|
padding:0px 12px;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.contentLinks h2 {
|
.contentLinks h2 {
|
||||||
font-family:Arial, Helvetica, sans-serif;
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
padding:8px 12px;
|
padding:8px 0;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
}
|
}
|
||||||
|
@ -260,6 +275,7 @@ padding:14px 14px 18px 14px;
|
||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
color:#999;
|
color:#999;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerEmailer a {
|
#footerEmailer a {
|
||||||
|
|
|
@ -138,6 +138,11 @@ cursor:pointer;
|
||||||
margin-right:1px;
|
margin-right:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabCategory a {
|
||||||
|
color:#ffb80f;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
.innerSelected /*SANJ this is the extra class for the selected tabs*/
|
.innerSelected /*SANJ this is the extra class for the selected tabs*/
|
||||||
{-moz-border-radius-topright:8px;
|
{-moz-border-radius-topright:8px;
|
||||||
-webkit-border-top-right-radius:8px;
|
-webkit-border-top-right-radius:8px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user