legacy-dotfiles/static/css/main.css

214 lines
3.1 KiB
CSS
Raw Normal View History

2011-10-17 02:12:10 +02:00
* {
border : 0;
margin : 0;
padding : 0;
}
a {
color : #FFC000;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
a:visited {
color : #FF8A00;
}
body {
background-color : #000000;
color : #000000;
2011-12-09 16:59:24 +01:00
font-family : "DejaVu Sans", sans, sans-serif;
2011-10-17 02:12:10 +02:00
}
dd {
margin-left: 40px;
}
p {
margin : 1em 0px;
}
ul {
margin : 1em 0;
padding-left : 40px;
}
#body {
background-color : #777;
}
#container {
2011-12-09 16:59:24 +01:00
margin : 0 auto 0 auto;
2011-10-17 02:12:10 +02:00
width : 700px;
}
#container #footer {
background-color : #0C191C;
color : #EEEEEC;
font-size : 10px;
2011-12-09 16:59:24 +01:00
padding : 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
2011-10-17 02:12:10 +02:00
}
#content {
margin-left : 100px;
2011-12-09 16:59:24 +01:00
padding: 5px 20px 1px 20px;
2011-10-17 02:12:10 +02:00
}
#content .container {
color : #EEEEEC;
}
#content .container .header {
background-color : transparent;
padding-bottom : 5px;
padding-left : 0;
padding-top : 5px;
}
#content .container .header a {
color : inherit;
text-decoration : none;
}
#content .container .header span.tagline {
color: #EEEEEC;
font-size: 12px;
}
#content .container .header span.title {
background-color : #2E3436;
left : -5px;
padding : 5px;
position : relative;
top : -5px;
}
#header {
background-color : #252A2B;
}
2011-12-09 16:59:24 +01:00
#subheader {
background-color: #0c181b;
color: #fff;
text-align: right;
font-size: 12px;
padding: 5px;
}
2011-10-17 02:12:10 +02:00
#logo {
float : left;
height : 100px;
2011-12-09 16:59:24 +01:00
margin : 0 20px 23px 0;
2011-10-17 02:12:10 +02:00
width : 100px;
}
#ryu {
color : #F57900;
2011-12-09 16:59:24 +01:00
position: relative;
top: -3px;
2011-10-17 02:12:10 +02:00
}
#slash {
position: relative;
2011-12-09 16:59:24 +01:00
top: 3px;
2011-10-17 02:12:10 +02:00
}
#menu {
margin-left : -5px;
float : left;
width : 100px;
2011-12-09 16:59:24 +01:00
clear: left;
2011-10-17 02:12:10 +02:00
}
#menu a {
color : #FFC000;
text-decoration : none;
}
#title {
color : #EEEEEC;
2011-12-09 16:59:24 +01:00
height : 50px;
line-height : 50px;
2011-10-17 02:12:10 +02:00
}
#title sup {
font-size : 11px;
position : relative;
top : 5px;
}
.activity_even {
background-color : #2E3436;
}
.activity_even, .activity_uneven {
border-bottom : 1px solid #444444;
color : #EEEEEC;
font-size : 12px;
margin: 0 20px;
padding : 2px 0 2px 5px;
}
.activity_last {
border-bottom : none;
}
.activity_uneven {
background-color : #0C191C;
}
.container {
background-color : #0C191C;
border : 1px solid #2E3436;
margin-bottom : 20px;
padding : 2px 5px;
padding-left : 10px;
}
.clear {
clear : both;
}
.clearleft {
clear : left;
}
.container .header {
background-color : #2E3436;
color : #F57900;
font-weight : bold;
margin : -2px -5px 0 -10px;
padding-left : 5px;
}
.container .footer {
background-color : #2E3436;
color : #0C191C;
font-size : 10px;
margin : 0 -5px -2px -10px;
padding-left : 5px;
}
2011-12-09 13:01:16 +01:00
.emblems {
text-align: right;
2011-12-09 16:59:24 +01:00
float: right;
margin-top: -2px;
2011-12-09 13:01:16 +01:00
}
2011-11-05 16:37:37 +01:00
.markdown h3 {
margin: 1em 0;
}
2011-10-17 02:12:10 +02:00
.navigation a {
color : #FFC000;
}
.navigation a.next {
float : right;
}