commit
14dad204d3
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;
|
||||
}
|
|
@ -14,8 +14,12 @@ var themes = [ {
|
|||
}, {
|
||||
file : 'coldblue.css',
|
||||
label : 'COLD',
|
||||
id : 'COLD'
|
||||
}];
|
||||
id : 'COLD' ,
|
||||
}, {
|
||||
file : 'krautchan.css' ,
|
||||
label : 'Krautchan' ,
|
||||
id : 'KC'
|
||||
}];
|
||||
var customCss;
|
||||
var addedTheme;
|
||||
function updateCss() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user