First version of a third style (box)
This commit is contained in:
parent
b60d9c00a7
commit
c1b3799c19
59
styles/box.css
Normal file
59
styles/box.css
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
/*
|
||||||
|
* Author: Stefan Ritter <xeno@thehappy.de>
|
||||||
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #444444;
|
||||||
|
font-family: Monospace;
|
||||||
|
font-size: 9px;
|
||||||
|
color: #CCCCCC;
|
||||||
|
margin: auto;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
width: 600px;
|
||||||
|
border: 1px solid #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* HEADER */
|
||||||
|
|
||||||
|
div.header {
|
||||||
|
height: 25px;
|
||||||
|
width: 600px;
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
background: #222222;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.header_title {
|
||||||
|
letter-spacing: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* RSS and ATOM */
|
||||||
|
|
||||||
|
div.rss {
|
||||||
|
position: absolute;
|
||||||
|
top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.rss_link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.atom {
|
||||||
|
position: relative;
|
||||||
|
top: -27px;
|
||||||
|
left: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.atom_link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user