style: always use Verdana for sans-serifc, if available
This commit is contained in:
parent
5ada9eb7f7
commit
a1448fafdf
27 changed files with 89 additions and 90 deletions
|
|
@ -9,7 +9,7 @@ body
|
|||
padding-top: 26px;
|
||||
background: #0d1010;
|
||||
color: #d2e7e8;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 13px;
|
||||
border: solid 1px #803474;
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ a:link, a:visited, p.intro a.email span.name
|
|||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
|
|
@ -114,7 +114,7 @@ input[type="submit"]
|
|||
a:link:hover, a:visited:hover
|
||||
{
|
||||
color: #ce54ba;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #ce54ba;
|
||||
}
|
||||
|
|
@ -171,7 +171,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
|||
p.intro span.subject
|
||||
{
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #ce54ba;
|
||||
font-weight: 800;
|
||||
|
||||
|
|
@ -285,7 +285,7 @@ div.pages
|
|||
color: #d2e7e8 ;
|
||||
background: #333;
|
||||
border: #666 0px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ body
|
|||
padding-top: 26px;
|
||||
background: #0d1010;
|
||||
color: #e8e8e3;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 18px;
|
||||
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ a:link, a:visited, p.intro a.email span.name
|
|||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
|
|
@ -123,7 +123,7 @@ input[type="submit"]
|
|||
a:link:hover, a:visited:hover
|
||||
{
|
||||
color: #e8d928;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #d2e7e8;
|
||||
}
|
||||
|
|
@ -180,7 +180,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
|||
p.intro span.subject
|
||||
{
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #e8d928;
|
||||
font-weight: 800;
|
||||
|
||||
|
|
@ -294,7 +294,7 @@ div.pages
|
|||
color: #d2e7e8 ;
|
||||
background: #333;
|
||||
border: #666 0px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ header div.subtitle {
|
|||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ span.trip {
|
|||
}
|
||||
div.pages {
|
||||
color: #AAAAAA;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@ div.pages {
|
|||
color: #AAAAAA;
|
||||
background: #333333;
|
||||
border: #33cccc 1px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
|
|
|
|||
|
|
@ -35,11 +35,11 @@ div.title p {
|
|||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link:hover, a:visited:hover {
|
||||
color: #fff;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
|||
}
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@ input[type="text"], textarea, select {
|
|||
border: #666666 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
input[type="password"] {
|
||||
|
|
@ -151,7 +151,7 @@ div.pages {
|
|||
|
||||
background: #1E1E1E;
|
||||
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
|
||||
}
|
||||
.bar.bottom {
|
||||
|
|
|
|||
|
|
@ -29,12 +29,12 @@ div.title p {
|
|||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
a:visited:hover {
|
||||
color: #fff;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
@ -74,7 +74,7 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
|||
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
@ -99,7 +99,7 @@ input[type="text"], textarea, select {
|
|||
border: #666666 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ span.trip {
|
|||
|
||||
div.pages {
|
||||
background: #1E1E1E;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.bar.bottom {
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -11,16 +11,16 @@ header div.subtitle, h1 {
|
|||
/*a:link, a:visited, p.intro a.email span.name {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
transition: text-shadow 0.15s ease 0s color 0.15s ease 0s;
|
||||
}*/
|
||||
/*a:link:hover, a:visited:hover {
|
||||
color: #32DD72;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #FFF;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
.box-wrap {
|
||||
max-width: 670px;
|
||||
min-width: 332px;
|
||||
|
|
@ -62,7 +62,7 @@ header div.subtitle, h1 {
|
|||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.box h2 {
|
||||
padding: 3px 7px;
|
||||
text-align: left;
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ div.pages {
|
|||
color: #AAAAAA;
|
||||
/*background: #333333;
|
||||
border: #d2738a 1px solid;*/
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* For 55chan adapted from kusaba by sinuca
|
||||
*/
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
background: none repeat scroll 0 0 #EEFDFF;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
|
|
@ -13,7 +13,7 @@ body {
|
|||
|
||||
h1 {
|
||||
color: #003333;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 24pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ div.pages {
|
|||
color: #AAAAAA;
|
||||
background: #333333;
|
||||
border: #B332E6 1px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
body {
|
||||
background: #ffe;
|
||||
color: #800000;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
div.title h1 {
|
||||
|
|
@ -61,7 +61,7 @@ div.pages {
|
|||
padding: 7px 5px;
|
||||
color: maroon;
|
||||
font-size: 12pt;
|
||||
|
||||
|
||||
background: none;
|
||||
border-width: 1px;
|
||||
border-style: inset;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
body {
|
||||
background: #FFF0DF;
|
||||
color: #800000;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
div.title h1 {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
html, body {
|
||||
background: #191919;
|
||||
color: #9a9a9a;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
|
|
@ -325,7 +325,7 @@ tr.tblhead > th {
|
|||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid gray;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ body
|
|||
padding-top: 26px;
|
||||
background: #0d1010;
|
||||
color: #d2e7e8;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 13px;
|
||||
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ a:link, a:visited, p.intro a.email span.name
|
|||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
|
|
@ -126,7 +126,7 @@ input[type="submit"]
|
|||
a:link:hover, a:visited:hover
|
||||
{
|
||||
color: #e8d928;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #d2e7e8;
|
||||
}
|
||||
|
|
@ -183,7 +183,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
|||
p.intro span.subject
|
||||
{
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #e8d928;
|
||||
font-weight: 800;
|
||||
|
||||
|
|
@ -298,7 +298,7 @@ div.pages
|
|||
color: #d2e7e8 ;
|
||||
background-color: #000!important;
|
||||
border: #666 0px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
div.pages a.selected
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ body
|
|||
{
|
||||
background: #1E1E1E;
|
||||
color: #999999;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 11px;
|
||||
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ a:link, a:visited, p.intro a.email span.name
|
|||
{
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
|
|
@ -79,7 +79,7 @@ input[type="submit"]
|
|||
a:link:hover, a:visited:hover
|
||||
{
|
||||
color: #32DD72;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #fff;
|
||||
}
|
||||
|
|
@ -138,7 +138,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
|||
p.intro span.subject
|
||||
{
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
@ -224,7 +224,7 @@ div.pages
|
|||
color: #AAA;
|
||||
background: #333;
|
||||
border: #666 1px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ body {
|
|||
background-repeat: no-repeat, repeat-x;
|
||||
background-attachment: fixed, scroll;
|
||||
background-position: right bottom, 0% 0%;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
color:#ffffff;
|
||||
margin: 0 8px;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ body,
|
|||
.expanded-post-container:hover {
|
||||
color: #BBBBBB;
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
a,
|
||||
|
|
@ -127,7 +127,7 @@ div.pages {
|
|||
color: #CCCCCC;
|
||||
background: #110011;
|
||||
border: #666666 1px solid;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ select {
|
|||
border: #666666 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ html, body {
|
|||
background: #1E1E1E;
|
||||
margin: 0;
|
||||
color: #808080;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.bar .top {
|
||||
|
|
@ -56,7 +56,7 @@ form table {
|
|||
}
|
||||
|
||||
/* Change unreadable op color*/
|
||||
.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #053056;
|
||||
}
|
||||
|
||||
|
|
@ -123,4 +123,3 @@ div.banner {
|
|||
background-color: #1E1E1E;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
color:#47506F;
|
||||
background:#000006 url('img/rect820.png') fixed top right no-repeat;
|
||||
|
|
@ -11,7 +11,7 @@ body {
|
|||
|
||||
.desktop-style .bl-menu{
|
||||
background-color: #030511;
|
||||
}
|
||||
}
|
||||
|
||||
.boardlist .board a {
|
||||
background-color: #030511;
|
||||
|
|
@ -28,7 +28,7 @@ color: #FFFCFC !important;}
|
|||
div.post.reply div.body a {
|
||||
color: #6F0A0A;
|
||||
}
|
||||
|
||||
|
||||
a:link, a:visited, div.post.reply p.body a {
|
||||
color: #355097;
|
||||
text-decoration: none;
|
||||
|
|
@ -36,9 +36,9 @@ a:link, a:visited, div.post.reply p.body a {
|
|||
a:link:hover, a:visited:hover, div.post.reply p.body a:hover {
|
||||
color: #5A8C99;
|
||||
}
|
||||
|
||||
|
||||
a.email span.name {
|
||||
color: #5A8C99 !important;
|
||||
color: #5A8C99 !important;
|
||||
}
|
||||
|
||||
.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
|
|
@ -48,14 +48,14 @@ color: #6E0877;
|
|||
div.post.reply.highlighted {
|
||||
background: #000E3A;
|
||||
}
|
||||
|
||||
|
||||
|
||||
input, textarea {
|
||||
background: url("img/rect821.png") no-repeat fixed right top #030511;
|
||||
color: #47506F;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
height:3px;
|
||||
border-width: 0px;
|
||||
|
|
@ -63,7 +63,7 @@ hr {
|
|||
background-size:100% 100%;
|
||||
-moz-background-size:100% 100%;
|
||||
}
|
||||
|
||||
|
||||
.reflink a:hover{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
@ -96,7 +96,7 @@ div.banner, .replymode, .catalogmode {
|
|||
font-weight: bold;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
|
||||
.postarea {
|
||||
}
|
||||
.rules {
|
||||
|
|
@ -122,7 +122,7 @@ div.banner, .replymode, .catalogmode {
|
|||
.delbuttons {
|
||||
text-align:center;
|
||||
padding-bottom:4px;
|
||||
|
||||
|
||||
}
|
||||
.managehead {
|
||||
background-color: #1e1e1e;
|
||||
|
|
@ -156,13 +156,13 @@ div.banner, .replymode, .catalogmode {
|
|||
color: #bebebe;
|
||||
font-weight:800;
|
||||
}
|
||||
|
||||
|
||||
.intro span.subject {
|
||||
color: #4D2C80;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
span.name, .postername {
|
||||
color: #06546D !important;
|
||||
font-weight:bold;
|
||||
|
|
@ -179,12 +179,12 @@ span.omitted, .omittedposts {
|
|||
}
|
||||
div.post.reply {
|
||||
padding: 5px;
|
||||
|
||||
|
||||
background:#030511 url('img/rect821.png') fixed top right no-repeat;
|
||||
color:#47506F;
|
||||
border: 1px solid #000E3A!important;
|
||||
|
||||
|
||||
|
||||
|
||||
-webkit-border-radius: 10px;
|
||||
-khtml-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ body
|
|||
{
|
||||
background: #0b000f;
|
||||
color: #7fdd57;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ div.title p
|
|||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #677965;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
|||
}
|
||||
p.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #7fdd57;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ input[type="text"],input[type="password"],textarea {
|
|||
text-transform: none;
|
||||
word-spacing: normal;
|
||||
font-size: inherit;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
|
||||
padding:0px!important;
|
||||
}
|
||||
|
|
@ -1998,7 +1998,7 @@ table.fileboard .intro a {
|
|||
margin-top: -40vh;
|
||||
background: #000000;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* szalet 1.2 */
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #99938D;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
background: #000000;
|
||||
color: #00FF00;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
h1 {
|
||||
|
|
@ -11,7 +11,7 @@ h1 {
|
|||
}
|
||||
div.title, h1 {
|
||||
color: lime;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
div.title p {
|
||||
font-size: 10px;
|
||||
|
|
@ -19,11 +19,11 @@ div.title p {
|
|||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #00FF00;
|
||||
text-decoration: underline;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link:hover, a:visited:hover {
|
||||
color: #00FF00;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: underline overline;
|
||||
}
|
||||
a.post_no {
|
||||
|
|
@ -62,7 +62,7 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
|||
}
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
@ -84,7 +84,7 @@ input[type="text"], textarea, select {
|
|||
border-color:#00FF00;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
input[type="password"] {
|
||||
|
|
@ -138,7 +138,7 @@ div.pages {
|
|||
background: #000000;
|
||||
border: 1px dashed;
|
||||
border-color:#00FF00;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
background: #111111;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
@font-face {
|
||||
|
|
@ -45,10 +45,10 @@ img.board_image {
|
|||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
text-decoration: underline;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
a:link:hover, a:visited:hover {
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
text-decoration: underline overline;
|
||||
}
|
||||
a.post_no {
|
||||
|
|
@ -77,7 +77,7 @@ div.post.reply.highlighted {
|
|||
}
|
||||
p.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro span.name {
|
||||
|
|
@ -91,7 +91,7 @@ input[type="text"], textarea, select {
|
|||
border: 1px dotted;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
input[type="password"] {
|
||||
|
|
@ -132,7 +132,7 @@ p.fileinfo a:hover {
|
|||
div.pages {
|
||||
background: #111111;
|
||||
border: 1px dotted;
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
hr {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* +piwnichan style, based on testorange.css from Karachan */
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
color:#bebebe;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue