forked from leftypol/leftypol
Do something with stylesheets. idk, I should keep more up-to-date on this stuff
This commit is contained in:
parent
671f43b449
commit
a7bb7e302f
48 changed files with 2123 additions and 764 deletions
|
@ -1,214 +1,241 @@
|
|||
@namespace url(http://www.w3.org/1999/xhtml);
|
||||
/*cyberpunk mod of ferus by kalyx
|
||||
|
||||
@-moz-document domain("lainchan.org") {
|
||||
B332E6 = dark purp
|
||||
33cccc = teal
|
||||
00ff00 = green
|
||||
FF46D2 = pink
|
||||
dark blue = 00080C
|
||||
*/
|
||||
|
||||
body {
|
||||
background-image: none !important;
|
||||
background-color: #222 !important;
|
||||
color: #333 !important;
|
||||
font-family: "Liberation Sans" ,arial,helvetica,sans-serif !important;
|
||||
}
|
||||
|
||||
div.pagelist {
|
||||
background-color: #222 !important;
|
||||
color: #333 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.posteruid,
|
||||
.dateTime,
|
||||
div.post div.file div.fileInfo,
|
||||
div.pagelist strong,
|
||||
div#absbot {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
table.postForm > tbody > tr > td:first-child {
|
||||
color: #555 !important;
|
||||
background-color: #333 !important;
|
||||
border-color: #242424 !important;
|
||||
}
|
||||
|
||||
table.postForm > tbody input[type="text"],
|
||||
input[type="password"],
|
||||
table.postForm > tbody textarea {
|
||||
color: #888 !important;
|
||||
background-color: #333 !important;
|
||||
border-color: #242424 !important;
|
||||
}
|
||||
|
||||
td.replyhl{
|
||||
color: #555 !important;
|
||||
background-color: #333 !important;
|
||||
border-color: #242424 !important;
|
||||
}
|
||||
|
||||
.reply,
|
||||
hr{
|
||||
border-color: #242424 !important;
|
||||
}
|
||||
|
||||
.reply{
|
||||
color: #555 !important;
|
||||
background-color: #242424 !important;
|
||||
}
|
||||
|
||||
.replytitle,
|
||||
.filetitle{
|
||||
color: #8B3A3A !important;
|
||||
}
|
||||
|
||||
a.quotejs:active,
|
||||
a.quotejs:link,
|
||||
.doubledash{
|
||||
color: #555 !important;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #9E9E9E !important;
|
||||
}
|
||||
|
||||
blockquote span {
|
||||
background-color: #5B5678 !important;
|
||||
color: #A4A987 !important;
|
||||
}
|
||||
|
||||
|
||||
.postertrip,
|
||||
.subject,
|
||||
div.boardBanner > div.boardTitle {
|
||||
color: #567861 !important;
|
||||
}
|
||||
|
||||
.postername,
|
||||
.commentpostername,
|
||||
.name {
|
||||
color: #566E78 !important;
|
||||
}
|
||||
|
||||
a,
|
||||
a.quotelink {
|
||||
color: #7E949E !important;
|
||||
}
|
||||
|
||||
.postblock,
|
||||
.pages,
|
||||
th{
|
||||
background: #333 !important;
|
||||
color: #566E78 !important;
|
||||
border: #333 !important;
|
||||
}
|
||||
|
||||
th font{
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.pages{
|
||||
background: #242424 !important;
|
||||
color: #566E78 !important;
|
||||
border: #242424 !important;
|
||||
}
|
||||
|
||||
.pages td{
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.pages td b {
|
||||
color: #8B3A3A !important;
|
||||
}
|
||||
|
||||
.unkfunc {
|
||||
color: #6E7856 !important;
|
||||
}
|
||||
|
||||
.logo {
|
||||
color: #566E78 !important;
|
||||
}
|
||||
img {
|
||||
opacity: 0.1 !important;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
form a img {
|
||||
opacity: 0.3 !important;
|
||||
}
|
||||
|
||||
form a img:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.recaptcha_image_cell center img {
|
||||
opacity: 0.4 !important;
|
||||
}
|
||||
|
||||
.recaptcha_image_cell center img:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
#recaptcha_image {
|
||||
border: 1px solid #555 !important;
|
||||
}
|
||||
|
||||
#header,
|
||||
#navbot,
|
||||
#navbotr,
|
||||
div#boardNavDesktop {
|
||||
color: #555 !important;
|
||||
}
|
||||
|
||||
.inputtext,
|
||||
#recaptcha_response_field {
|
||||
background-color: #333 !important;
|
||||
color: #9E9E9E !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #333333 !important;
|
||||
border-color: #333 !important;
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
|
||||
.omittedposts {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.abbr,
|
||||
div.postingMode {
|
||||
background-color: #242424 !important;
|
||||
color: #555 !important;
|
||||
border-color: #242424 !important;
|
||||
}
|
||||
|
||||
.atn,
|
||||
.atv,
|
||||
.com,
|
||||
.kwd,
|
||||
.lit,
|
||||
.prettyprint,
|
||||
.pun,
|
||||
.pln,
|
||||
.str,
|
||||
.tag,
|
||||
.typ {
|
||||
background-color: #262626 !important;
|
||||
}
|
||||
|
||||
.atn { color: #e7f6da !important; }
|
||||
.atv { color: #e7f6da !important; }
|
||||
.com { color: #99968b !important; }
|
||||
.kwd { color: #9F9357 !important; }
|
||||
.lit { color: #73B041 !important; }
|
||||
.pun { color: #D0CEC4 !important; }
|
||||
.pln { color: #C0655B !important; }
|
||||
.str { color: #73B041 !important; }
|
||||
.tag { color: #6794B5 !important; }
|
||||
.typ { color: #64B27A !important; }
|
||||
body {
|
||||
background: #0C0001;
|
||||
color: #FF46D2;
|
||||
font-family: monospace;
|
||||
font-size: 11px;
|
||||
/*text-shadow: 0px 0px 3px #FF46D2;*/
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: 'lain';
|
||||
src: url('./fonts/nrdyyh.woff') format('woff'),
|
||||
url('./fonts/tojcxo.TTF') format('truetype');
|
||||
}
|
||||
h1 {
|
||||
font-family: monospace, Arial;
|
||||
font-size: 18pt;
|
||||
text-align: center;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
div.title, h1 {
|
||||
color: #FF46D2;
|
||||
font-family: lain, Helvetica, sans-serif;
|
||||
}
|
||||
header div.subtitle {
|
||||
color: #00ff00;
|
||||
text-align: center;
|
||||
text-shadow: 0px 0px 3px #00ff00;
|
||||
}
|
||||
div.title p {
|
||||
font-size: 13px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
color: #00ff00;
|
||||
text-shadow: 0px 0px 10px #00ff00;
|
||||
font-family: monospace;
|
||||
}
|
||||
pre.prettyprint {
|
||||
background: #00080C;
|
||||
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border: 1px solid #33cccc;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
-moz-transition: 0.15s text-shadow, 0.15s color;
|
||||
-webkit-transition: 0.15s text-shadow, 0.15s color;
|
||||
-khtml-transition: 0.15s text-shadow, 0.15s color;
|
||||
-o-transition: 0.15s text-shadow, 0.15s color;
|
||||
-ms-transition: 0.15s text-shadow, 0.15s color;
|
||||
transition: 0.15s text-shadow, 0.15s color;
|
||||
}
|
||||
input[type="text"], textarea
|
||||
{
|
||||
-moz-transition: 0.15s border-color;
|
||||
-webkit-transition: 0.15s border-color;
|
||||
-khtml-transition: 0.15s border-color;
|
||||
-o-transition: 0.15s border-color;
|
||||
-ms-transition: 0.15s border-color;
|
||||
transition: 0.15s border-color;
|
||||
}
|
||||
input[type="submit"]
|
||||
{
|
||||
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
-khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
-o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
}
|
||||
|
||||
|
||||
a:link:hover, a:visited:hover {
|
||||
color: #00ff00;
|
||||
font-family: monospace;;
|
||||
text-shadow: 0px 0px 10px #00ff00;
|
||||
}
|
||||
strong {
|
||||
|
||||
color: #00ff00;
|
||||
}
|
||||
a.post_no {
|
||||
color: #33cccc;
|
||||
text-decoration: none;
|
||||
}
|
||||
span.quote
|
||||
{
|
||||
color:#00ff00;
|
||||
}
|
||||
a.post_no:hover {
|
||||
color: maroon;
|
||||
/*text-decoration: underline overline;*/
|
||||
}
|
||||
div.post.reply {
|
||||
background: #0C0001;
|
||||
border: #33cccc 2px solid !important;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.de-pview {
|
||||
background: rgba(14, 14, 14, 0.84) !important;
|
||||
}
|
||||
div.post.reply.highlighted {
|
||||
background: transparent;
|
||||
border: #33cccc 2px solid;
|
||||
}
|
||||
div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
||||
color: #646464;
|
||||
}
|
||||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
||||
color: #00ff00;
|
||||
}
|
||||
p.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: monospace;
|
||||
color: #00ff00;
|
||||
font-weight: 800;
|
||||
text-shadow: 0px 0px 3px #00ff00;
|
||||
}
|
||||
p.intro span.name {
|
||||
color: #00ff00;
|
||||
font-weight: 900;
|
||||
text-shadow: 0px 0px 3px #00ff00;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag {
|
||||
color: #00ff00;
|
||||
margin-left: 0;
|
||||
}
|
||||
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
||||
color: #00ff00;
|
||||
font-family: monospace;
|
||||
}
|
||||
input[type="text"], textarea, select {
|
||||
background: #00080C;
|
||||
color: #CCCCCC;
|
||||
border: #33cccc 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: monospace;
|
||||
font-size: 10pt;
|
||||
border-radius: 5px;
|
||||
}
|
||||
input[type="password"] {
|
||||
background: #00080C;
|
||||
color: #CCCCCC;
|
||||
border: #33cccc 1px solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
form table tr th {
|
||||
background: #00080C;
|
||||
color: #00ff00;
|
||||
border: #33cccc 1px solid;
|
||||
font-weight: 800;
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
border-radius: 5px;
|
||||
text-shadow: 0px 0px 3px #00ff00;
|
||||
}
|
||||
div.sidearrows{display:none;}
|
||||
|
||||
div.banner {
|
||||
background: #0C0001;
|
||||
color: #00ff00;
|
||||
text-align: center;
|
||||
width: 250px;
|
||||
padding: 4px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 12px;
|
||||
text-shadow: 0px 0px 3px #00ff00;
|
||||
|
||||
}
|
||||
input[type="submit"] {
|
||||
background: #00080C;
|
||||
color: #00ff00;
|
||||
border: #33cccc 1px solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
input[type="submit"]:hover {
|
||||
background: #00080C;
|
||||
|
||||
border: #33cccc 1px solid;
|
||||
|
||||
color: #FF46D2;
|
||||
border-radius: 5px;
|
||||
}
|
||||
p.fileinfo a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
span.trip {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
.topbar {
|
||||
background-color: black;
|
||||
border-bottom: 1px solid #33cccc;
|
||||
}
|
||||
div.pages {
|
||||
color: #AAAAAA;
|
||||
background: #333333;
|
||||
border: #33cccc 1px solid;
|
||||
font-family: sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
color: #8C8C8C;
|
||||
}
|
||||
hr {
|
||||
height: 0px;
|
||||
border: #33cccc 1px solid;
|
||||
}
|
||||
div.boardlist {
|
||||
font-size: 10pt;
|
||||
color: #999999;
|
||||
}
|
||||
div.ban {
|
||||
background-color: transparent;
|
||||
border: #33cccc 1px solid;
|
||||
}
|
||||
div.ban h2 {
|
||||
background: transparent;
|
||||
color: #00ff00;
|
||||
font-size: 11px;
|
||||
text-shadow: 0px 0px 3px #00ff00;
|
||||
}
|
||||
table.modlog tr th {
|
||||
background: #FF46D2;
|
||||
color: #AAAAAA;
|
||||
/*text-shadow: 0px 0px 3px #00ff00;*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue