f0ckv1/s/krautchan.css

83 lines
1.3 KiB
CSS
Raw Normal View History

2017-02-01 05:29:33 +00:00
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;
}
.irc {
margin: 20px;
color: #000000;
}
code {
color: #3d3dff;
2017-02-01 10:22:38 +00:00
}
.return {
text-align: center;
border: 1px solid black;
width: 300px;
margin: 0 auto;
background: #aaaacc;
}
.controls {
text-align: center;
color: #3333cc;
font-weight: bold;
width: 300px;
margin: 0 auto;
border-left: 1px solid black;
background: #aaaacc;
border-right: 1px solid black;
border-bottom: 1px solid black;
2017-02-01 05:29:33 +00:00
}