Krautchan CSS
This commit is contained in:
parent
8685054765
commit
c72f00beea
71
s/krautchan.css
Normal file
71
s/krautchan.css
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
body {
|
||||||
|
margin: 1em auto 3em auto;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
color: #fff;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #3333cc;
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #3d3dff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumb {
|
||||||
|
border: 2px solid #3333cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 7px;
|
||||||
|
color: #313370;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, select, textarea {
|
||||||
|
border: 1px double #3333cc;
|
||||||
|
background: #eeeeee;
|
||||||
|
color: #3333cc;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 80%;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
margin-bottom: 0;
|
||||||
|
background-color: #aaaacc;
|
||||||
|
border: 5px solid #313370;
|
||||||
|
border-radius: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
width: 25%;
|
||||||
|
float: left;
|
||||||
|
position: relative;
|
||||||
|
min-height: 1px;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact {
|
||||||
|
margin: 20px;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 10px;
|
||||||
|
color: #eeeeee;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.irc {
|
||||||
|
margin: 20px;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color: #3d3dff;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user