box.css update
This commit is contained in:
parent
d5396a48ec
commit
664d89d62b
BIN
styles/.blogthon_noir.css.swp
Normal file
BIN
styles/.blogthon_noir.css.swp
Normal file
Binary file not shown.
@ -9,7 +9,7 @@ body {
|
|||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 5px;
|
margin-top: 12px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
@ -20,30 +20,36 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #999999;
|
color: #66CC00;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HEADER */
|
/* HEADER */
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
height: 25px;
|
height: 24px;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #222222;
|
background: #222222;
|
||||||
|
border-top: 1px solid #333333;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.header_link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
span.header_subtitle {
|
span.header_subtitle {
|
||||||
letter-spacing: 1px;
|
color: #999999;
|
||||||
color: #666666;
|
margin-top: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RSS and ATOM */
|
/* RSS and ATOM */
|
||||||
|
|
||||||
div.rss {
|
div.rss {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 1px;
|
||||||
|
padding-left: 585px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.rss_link {
|
a.rss_link {
|
||||||
@ -51,9 +57,9 @@ a.rss_link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.atom {
|
div.atom {
|
||||||
position: relative;
|
position: absolute;
|
||||||
top: -27px;
|
top: 1px;
|
||||||
left: 18px;
|
padding-left: 559px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.atom_link {
|
a.atom_link {
|
||||||
@ -62,9 +68,9 @@ a.atom_link {
|
|||||||
|
|
||||||
div.pages {
|
div.pages {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 32px;
|
top: 39px;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
height: 14px;
|
height: 13px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background: #222222;
|
background: #222222;
|
||||||
border-top: 1px solid #333333;
|
border-top: 1px solid #333333;
|
||||||
@ -88,17 +94,37 @@ li.pages_list_entry {
|
|||||||
|
|
||||||
a.pages_list_entry {
|
a.pages_list_entry {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #000000;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.entries {
|
div.entries {
|
||||||
width: 580px;
|
width: 580px;
|
||||||
background: #333333;
|
background: #333333;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-top: 12px;
|
padding-top: 23px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.entry {
|
||||||
|
}
|
||||||
|
|
||||||
|
div.entry_title {
|
||||||
|
}
|
||||||
|
|
||||||
|
a.entry_title {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.entry_date {
|
||||||
|
margin-top: -12px;
|
||||||
|
float: right;
|
||||||
|
color: #666666;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.entry_content {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
div.entry_border_bottom {
|
div.entry_border_bottom {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user