First version of zenburn.css
This commit is contained in:
parent
bb47b2dbd9
commit
47728cbe00
150
styles/zenburn.css
Normal file
150
styles/zenburn.css
Normal file
@ -0,0 +1,150 @@
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #434343;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #bca3a3;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin: 5px 0px 5px 30px;
|
||||
}
|
||||
|
||||
.header_title {
|
||||
font-weight: bold;
|
||||
font-size: 1.8em;
|
||||
color: #f0dfaf;
|
||||
}
|
||||
|
||||
.header_link {
|
||||
text-decoration: none;
|
||||
color: #f0dfaf;
|
||||
}
|
||||
|
||||
.header_subtitle {
|
||||
color: #bca3a3;
|
||||
font-size: 0.8em;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.rss {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.rss_link {
|
||||
text-decoration: none;
|
||||
color: #7f9f7f;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
.atom {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 48px;
|
||||
}
|
||||
|
||||
.atom_link {
|
||||
text-decoration: none;
|
||||
color: #7f9f7f;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
.pages {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 400px;
|
||||
}
|
||||
|
||||
.pages_title {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.pages_list {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.pages_list_entry {
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
color: #709080;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.months {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.linklist {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.entries {
|
||||
width: 600px;
|
||||
padding: 20px 0px 20px 50px;
|
||||
}
|
||||
|
||||
.entry {
|
||||
border: 1px solid;
|
||||
background: #383838;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.entry_title {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
color: #c3bf9f;
|
||||
}
|
||||
|
||||
.entry_date {
|
||||
text-decoration: none;
|
||||
padding-left: 10px;
|
||||
font-size: 0.6em;
|
||||
color: #7f9f7f;
|
||||
}
|
||||
|
||||
.entry_content {
|
||||
padding: 15px;
|
||||
font-size: 0.7em;
|
||||
color: #c9bed1;
|
||||
}
|
||||
|
||||
.entry_comment {
|
||||
text-decoration: none;
|
||||
text-align: right;
|
||||
font-size: 0.8em;
|
||||
color: #7f9f7f;
|
||||
}
|
||||
|
||||
|
||||
/* Colors in use:
|
||||
|
||||
#434343 grey background
|
||||
#f0dfaf beige title
|
||||
#bca3a3 rose subtitle
|
||||
#7f9f7f green rss+atom
|
||||
#a9bed1 blue(light) entry title
|
||||
#c0bed1 rose(light) entry content
|
||||
#000d18
|
||||
#ffcfaf
|
||||
#8f8f8f
|
||||
#709080
|
||||
#333333
|
||||
#ecbcbc
|
||||
#dcdccc
|
||||
#c3bf9f
|
||||
#93b3a3
|
||||
#efef8f
|
||||
#efdcbc
|
||||
|
||||
*/
|
Loading…
Reference in New Issue
Block a user