Merge pull request #186 from nonmakina/noFuture
Removes Tomorrow stylesheet
This commit is contained in:
commit
acd63b3fe5
|
@ -288,7 +288,6 @@ $config['stylesheets']['DemainLight'] = 'demain_light.css';
|
|||
$config['stylesheets']['DemainDark'] = 'demain_dark.css';
|
||||
$config['stylesheets']['TempDark'] = 'temp_dark.css';
|
||||
$config['stylesheets']['TempDarkRed'] = 'temp_dark_red.css';
|
||||
$config['stylesheets']['Tomorrow'] = 'tomorrow.css';
|
||||
$config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
|
||||
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
||||
|
||||
|
|
|
@ -1,115 +0,0 @@
|
|||
/* Tomorrow Theme for Leftypol.org */
|
||||
/* General */
|
||||
body {
|
||||
background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%;
|
||||
color: #ACACAC;
|
||||
}
|
||||
|
||||
/* Top bar */
|
||||
/* Background, border and fade */
|
||||
.bar {
|
||||
background-color: #151515;
|
||||
border-color: #81a2be!important;
|
||||
/* comment these out to remove the fade */
|
||||
/*
|
||||
-moz-box-shadow: 0 0 40px #FFB300;
|
||||
-webkit-box-shadow: 0 0 40px #FFB300;
|
||||
box-shadow: 0 0 40px #FFB300;
|
||||
*/
|
||||
}
|
||||
/* Board links */
|
||||
div.boardlist {
|
||||
color: #81a2be;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Bottom bar, not visible in catalog mode */
|
||||
div.pages {
|
||||
background: #151515;
|
||||
border-color: #81a2be;
|
||||
}
|
||||
div.pages a.selected {
|
||||
color: #cc6666;
|
||||
}
|
||||
/* Thread separators */
|
||||
hr {
|
||||
border-color: #373b41;
|
||||
}
|
||||
|
||||
/* Link colors, might or might not work */
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #81a2be;
|
||||
}
|
||||
a:link:hover {
|
||||
color: #cc6666;
|
||||
}
|
||||
|
||||
/* Catalog grids */
|
||||
/* Background color and green border */
|
||||
.thread.grid-li.grid-size-vsmall, .thread.grid-li.grid-size-vsmall:hover,
|
||||
.thread.grid-li.grid-size-small, .thread.grid-li.grid-size-small:hover,
|
||||
.thread.grid-li.grid-size-large, .thread.grid-li.grid-size-large:hover {
|
||||
background-color: #282A2E;
|
||||
border: 1px solid #373b41;
|
||||
}
|
||||
|
||||
/* Posting form */
|
||||
/* Field names */
|
||||
form table tr th {
|
||||
background: #282A2E;
|
||||
color: #ACACAC;
|
||||
border: 1px solid #373b41;
|
||||
}
|
||||
/* Input fields */
|
||||
textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] {
|
||||
color: #ACACAC;
|
||||
background: #282A2E;
|
||||
border: 1px double #1d1f21;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* Input fields, focused */
|
||||
textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
|
||||
border: 1px solid #1d1f21;
|
||||
-moz-box-shadow: 0 0 10px #1d1f21;
|
||||
-webkit-box-shadow: 0 0 10px #1d1f21;
|
||||
box-shadow: 0 0 10px #1d1f21;
|
||||
}
|
||||
|
||||
/* OP */
|
||||
/* Subject */
|
||||
.intro span.subject {
|
||||
color: #b294bb;
|
||||
}
|
||||
|
||||
/* name */
|
||||
.intro span.name {
|
||||
color: #5f89ac;
|
||||
}
|
||||
|
||||
/* tripcode */
|
||||
.intro span.trip {
|
||||
color: #8abeb7;
|
||||
}
|
||||
|
||||
/* Replies */
|
||||
/* Background color and green border */
|
||||
div.post.reply {
|
||||
background: #282A2E;
|
||||
border-color: #373b41;
|
||||
border-style: solid;
|
||||
border-width: 0.8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* Highlighted replies */
|
||||
div.post.reply.highlighted {
|
||||
background: #282A2E;
|
||||
border-color: #5f89ac;
|
||||
border-style: solid;
|
||||
border-width: 0.8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* Buggy shit */
|
||||
div.post.reply div.body a {
|
||||
color: #5f89ac;
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Reference in New Issue