mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
More minor updates to classic and classic dark CSS.
--HG-- branch : dev
This commit is contained in:
@@ -213,7 +213,7 @@ td.even {
|
|||||||
clear:both;
|
clear:both;
|
||||||
border-top:2px solid #69625e;
|
border-top:2px solid #69625e;
|
||||||
width:930px;
|
width:930px;
|
||||||
margin:18px 0 0 0;
|
margin:18px 0 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
@@ -37,3 +37,7 @@ ul.blogs p {
|
|||||||
.archives {
|
.archives {
|
||||||
margin: 0 0 24px 0;
|
margin: 0 0 24px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.archiveMonthList li {
|
||||||
|
padding:8px;
|
||||||
|
}
|
@@ -43,17 +43,11 @@ h1.sitename {border-bottom:none;}
|
|||||||
p {line-height:24px; margin:12px 0 32px 0;}
|
p {line-height:24px; margin:12px 0 32px 0;}
|
||||||
p.small {line-height:24px; font-size:85%;}
|
p.small {line-height:24px; font-size:85%;}
|
||||||
|
|
||||||
a {
|
a {color:#ccdcce; text-decoration:underline;} /* unvisited link */
|
||||||
color:#A8B934;
|
a:active {color: #ccdcce;} /* selected link */
|
||||||
color:#fff;
|
a:visited {color: #ccdcce;} /* visited link */
|
||||||
color:#e4fcdd;
|
a:hover {color: #99ff66;} /* mouse over link */
|
||||||
color:#ccdcce;
|
|
||||||
/*color:#72aeb2;*/
|
|
||||||
text-decoration:underline;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color:#99ff66;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,legend a {
|
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,legend a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
@@ -221,15 +215,15 @@ td.even {
|
|||||||
|
|
||||||
#footercontainer {
|
#footercontainer {
|
||||||
clear:both;
|
clear:both;
|
||||||
border:2px solid #474747;
|
border-top:2px solid #474747;
|
||||||
border-left:0;
|
border-left:0;
|
||||||
border-right:0;
|
border-right:0;
|
||||||
width:930px;
|
width:930px;
|
||||||
margin:18px 0;
|
margin:18px 0 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
border:1px dotted #474747;
|
border-top:1px dotted #474747;
|
||||||
border-left:0;
|
border-left:0;
|
||||||
border-right:0;
|
border-right:0;
|
||||||
margin:3px 0;
|
margin:3px 0;
|
||||||
@@ -237,7 +231,6 @@ td.even {
|
|||||||
|
|
||||||
#footer a{
|
#footer a{
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
color:#fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -274,7 +267,6 @@ td.even {
|
|||||||
|
|
||||||
#footer .menucontainer {
|
#footer .menucontainer {
|
||||||
font-size:80%;
|
font-size:80%;
|
||||||
float:left;
|
|
||||||
margin:0px;
|
margin:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user