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
|
@ -4,20 +4,31 @@ body {
|
|||
font-family: monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: 'lain';
|
||||
src: url('./fonts/nrdyyh.woff') format('woff'),
|
||||
url('./fonts/tojcxo.TTF') format('truetype');
|
||||
}
|
||||
h1 {
|
||||
font-size: 20pt;
|
||||
font-family: monospace, Arial;
|
||||
font-size: 18pt;
|
||||
text-align: center;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
div.title, h1 {
|
||||
color: #00FF00;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: lain, Helvetica, sans-serif;
|
||||
}
|
||||
header div.subtitle {
|
||||
color: #00ff00;
|
||||
text-align: center;
|
||||
}
|
||||
div.title p {
|
||||
font-size: 13px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
color: #16C816;
|
||||
color: #B332E6;
|
||||
text-decoration: underline;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
@ -27,52 +38,56 @@ a:link:hover, a:visited:hover {
|
|||
text-decoration: underline overline;
|
||||
}
|
||||
a.post_no {
|
||||
color: #464646;
|
||||
color: #B332E6;
|
||||
text-decoration: none;
|
||||
}
|
||||
span.quote
|
||||
{
|
||||
color:#00ff00;
|
||||
}
|
||||
a.post_no:hover {
|
||||
color: maroon;
|
||||
text-decoration: underline overline;
|
||||
}
|
||||
div.post.reply {
|
||||
background: #0E0E0E;
|
||||
border: #414141 2px solid !important;
|
||||
border: #B332E6 2px solid !important;
|
||||
}
|
||||
.de-pview {
|
||||
background: rgba(14, 14, 14, 0.84) !important;
|
||||
}
|
||||
div.post.reply.highlighted {
|
||||
background: transparent;
|
||||
border: #414141 2px solid;
|
||||
border: #B332E6 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;
|
||||
color: #00ff00;
|
||||
}
|
||||
p.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: monospace;
|
||||
color: #446655;
|
||||
color: #00ff00;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro span.name {
|
||||
color: #008200;
|
||||
color: #00ff00;
|
||||
font-weight: 900;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag {
|
||||
color: magenta;
|
||||
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: #00CC64;
|
||||
color: #00ff00;
|
||||
font-family: monospace;
|
||||
}
|
||||
input[type="text"], textarea, select {
|
||||
background: #333333;
|
||||
color: #CCCCCC;
|
||||
border: #666666 1px solid;
|
||||
border: #B332E6 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: monospace;
|
||||
|
@ -81,7 +96,7 @@ input[type="text"], textarea, select {
|
|||
input[type="password"] {
|
||||
background: #333333;
|
||||
color: #8B8B8B;
|
||||
border: #666666 1px solid;
|
||||
border: #B332E6 1px solid;
|
||||
}
|
||||
form table tr th {
|
||||
background: #333333;
|
||||
|
@ -100,7 +115,7 @@ div.banner {
|
|||
padding-right: 12px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
input[type="submit"] {
|
||||
background: #333333;
|
||||
|
@ -118,12 +133,16 @@ p.fileinfo a:hover {
|
|||
span.trip {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
.topbar {
|
||||
background-color: black;
|
||||
border-bottom: 1px solid #B332E6;
|
||||
}
|
||||
div.pages {
|
||||
color: #AAAAAA;
|
||||
background: #333333;
|
||||
border: #666666 1px solid;
|
||||
border: #B332E6 1px solid;
|
||||
font-family: sans-serif;
|
||||
font-size: 10pt;
|
||||
font-size: 9pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
color: #8C8C8C;
|
||||
|
@ -133,6 +152,7 @@ hr {
|
|||
border: #333333 1px solid;
|
||||
}
|
||||
div.boardlist {
|
||||
font-size: 9pt;
|
||||
color: #999999;
|
||||
}
|
||||
div.ban {
|
||||
|
@ -142,7 +162,7 @@ div.ban {
|
|||
div.ban h2 {
|
||||
background: transparent;
|
||||
color: lime;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
table.modlog tr th {
|
||||
background: #00FF00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue