Started new style 'clean-black'
This commit is contained in:
parent
a5d0c8d7bd
commit
a6166a1ab7
BIN
styles/clean-black/background.png
Normal file
BIN
styles/clean-black/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 B |
45
styles/clean-black/clean-black.css
Normal file
45
styles/clean-black/clean-black.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
* {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
background-image: url('background.png');
|
||||||
|
color: #c00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
background: #000;
|
||||||
|
border-bottom: 1px #333 solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_title, a.header_link, .header_subtitle {
|
||||||
|
text-align: center;
|
||||||
|
font-family: Monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_subtitle {
|
||||||
|
font-size: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.atom, .rss, .pages, .months, .linklist {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entries {
|
||||||
|
position: absolute;
|
||||||
|
top: 40px;
|
||||||
|
margin-left: 30px;
|
||||||
|
margin-right: 30px;
|
||||||
|
padding: 5px;
|
||||||
|
border: 1px #333 solid;
|
||||||
|
background: #000;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user