ninechan/ninechan2.css

94 lines
1.7 KiB
CSS
Raw Permalink Normal View History

2014-05-06 04:29:31 +02:00
html, body {
2015-02-10 11:44:52 +01:00
font-family: Verdana, Helvetica, sans-serif;
font-size: 15px;
margin: 0px;
padding: 0px;
min-height: 100%;
2014-05-06 04:29:31 +02:00
}
body {
2015-02-10 11:44:52 +01:00
background: linear-gradient(to bottom, #9677B2, #FFFFFF) repeat-x #FFFFFF;
height: 100%;
width: 100%;
2014-05-06 04:29:31 +02:00
}
hr {
2015-02-10 11:44:52 +01:00
border: 1px solid;
margin: 0px;
padding: 0px;
2014-05-06 04:29:31 +02:00
}
h1,h2,h3,h4,h5,h6 {
2015-02-10 11:44:52 +01:00
margin: 2px;
padding: 0px;
2014-05-06 04:29:31 +02:00
}
h1 {
2015-02-10 11:44:52 +01:00
display: inline-block;
2014-05-06 04:29:31 +02:00
}
h1 a {
2015-02-10 11:44:52 +01:00
color: #A08;
2014-05-06 04:29:31 +02:00
}
a {
2015-02-10 11:44:52 +01:00
text-decoration: none;
2014-05-06 04:29:31 +02:00
}
a:hover, a:active {
2015-02-10 11:44:52 +01:00
text-decoration: underline;
2014-05-06 04:29:31 +02:00
}
legend {
2015-02-10 11:44:52 +01:00
background: #C082B4;
border: 1px solid #A83292;
padding: 2px;
2014-05-06 04:29:31 +02:00
}
input[type="text"] {
2015-02-10 11:44:52 +01:00
width: 232px;
2014-05-06 04:29:31 +02:00
}
table.postForm > tbody textarea {
2015-02-10 11:44:52 +01:00
width: 292px;
2014-05-06 04:29:31 +02:00
}
input[type="text"], input[type="password"], table.postForm > tbody textarea {
2015-02-10 11:44:52 +01:00
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
2014-05-06 04:29:31 +02:00
}
2014-08-20 19:23:15 +02:00
table.postForm {
2015-02-10 11:44:52 +01:00
border-spacing: 1px;
2014-05-06 04:29:31 +02:00
}
table.postForm > tbody > tr {
2015-02-10 11:44:52 +01:00
margin: 0px;
padding: 0px;
font-size: 10pt;
2014-05-06 04:29:31 +02:00
}
table.postForm > tbody > tr > td:first-child {
2015-02-10 11:44:52 +01:00
padding: -2px;
padding-right: 5px;
font-weight: bold;
text-align: right;
width: 100px;
2014-05-06 04:29:31 +02:00
}
.trip {
2015-02-10 11:44:52 +01:00
font-weight: normal !important;
color: #090;
2014-05-06 04:29:31 +02:00
}
.ban {
2015-02-10 11:44:52 +01:00
color: #F00;
2014-05-06 04:29:31 +02:00
}
2014-08-20 19:23:15 +02:00
.banmsg {
2015-02-10 11:44:52 +01:00
background: #C00;
padding: 5px;
2014-08-20 19:23:15 +02:00
}
2014-05-06 04:29:31 +02:00
.spoiler {
2015-02-10 11:44:52 +01:00
background: black;
color: black;
2014-05-06 04:29:31 +02:00
}
.spoiler:hover {
2015-02-10 11:44:52 +01:00
color: white !important;
2014-05-06 04:29:31 +02:00
}
2014-08-20 19:23:15 +02:00
.quote {
2015-02-10 11:44:52 +01:00
color: #789922 !important;
2014-05-06 04:29:31 +02:00
}
2014-08-20 19:23:15 +02:00
.admincap {
2015-02-10 11:44:52 +01:00
color: #AA0000 !important;
2014-05-06 04:29:31 +02:00
}
2014-08-20 19:23:15 +02:00
.modcap {
2015-02-10 11:44:52 +01:00
color: #660099 !important;
2015-05-12 22:05:52 +02:00
}