aboutsummaryrefslogtreecommitdiff
path: root/static/css/spc/valentin.css
diff options
context:
space:
mode:
authorLibravatar bai 2019-03-29 02:14:43 +0000
committerLibravatar bai 2019-03-29 02:14:43 +0000
commit95dfe14528663923ca2a88ec928f1d8d9df2402b (patch)
tree5bc88d1466957f1aa39043b056bde5c439648022 /static/css/spc/valentin.css
downloadweabot-95dfe14528663923ca2a88ec928f1d8d9df2402b.tar.gz
weabot-95dfe14528663923ca2a88ec928f1d8d9df2402b.tar.xz
weabot-95dfe14528663923ca2a88ec928f1d8d9df2402b.zip
Init
Diffstat (limited to 'static/css/spc/valentin.css')
-rw-r--r--static/css/spc/valentin.css170
1 files changed, 170 insertions, 0 deletions
diff --git a/static/css/spc/valentin.css b/static/css/spc/valentin.css
new file mode 100644
index 0000000..bbbc6c1
--- /dev/null
+++ b/static/css/spc/valentin.css
@@ -0,0 +1,170 @@
+html, body {
+ /*background:#940BFE;*/
+ background: url('img/corazoncitos.gif');
+ color:#fff;
+}
+a {
+ color:#EFD279;
+}
+a.rep {
+ color:#fff;
+}
+a:hover {
+ color:#DD0000;
+}
+.reflink a:hover{
+ font-weight: bold;
+}
+.adminbar {
+ text-align:right;
+ clear:both;
+ float:right;
+}
+.logo {
+ clear:both;
+ text-align:center;
+ font-size:2em;
+ color:#CCFFCC;
+ width:100%;
+}
+.replymode {
+ background:#0BBEB8;
+ text-align:center;
+ padding:2px;
+ color:#FFFFFF;
+ width:100%;
+}
+.extramode {
+ background:#0040E0;
+ text-align:center;
+ padding:2px;
+ color:#FFFFFF;
+ width:100%;
+}
+.rules {
+ /*font-size:0.7em;*/
+ width: 468px;
+ font-size: 11px;
+ font-family: sans-serif;
+}
+.rules li {
+ margin-left: 1em;
+ /*text-indent: 0em;*/
+}
+.postblock {
+ background:#95CBE9;
+ color:#2C5700;
+ font-weight:800;
+}
+.footer {
+ text-align:center;
+ font-size:12px;
+ font-family:serif;
+}
+.passvalid {
+ background:#EEAA88;
+ text-align:center;
+ width:100%;
+ color:#ffffff;
+}
+.dellist {
+ font-weight: bold;
+ text-align:center;
+}
+.delbuttons {
+ text-align:center;
+ padding-bottom:4px;
+
+}
+.managehead {
+ background:#AAAA66;
+ color:#400000;
+ padding:0px;
+}
+.postlists {
+ background:#FFFFFF;
+ width:100%;
+ padding:0px;
+ color:#800000;
+}
+.row1 {
+ background:#EEEECC;
+ color:#800000;
+}
+.row2 {
+ background:#DDDDAA;
+ color:#800000;
+}
+.q {
+ background:inherit;
+ color:#BDF46C;
+}
+.filesize {
+ text-decoration:none;
+}
+.filetitle {
+ background:inherit;
+ font-size:1.3em;
+ color:#DE9D7F;
+ font-weight:800;
+}
+.postername {
+ color:#AFD775;
+ font-weight:bold;
+}
+.postertrip {
+ color:#AFD775;
+}
+.oldpost {
+ color:#CC1105;
+ font-weight:800;
+}
+.omittedposts {
+ color:#909090;
+}
+.reply {
+ background: #FE0BDF;
+ color: #fff;
+}
+.replyhl {
+ background: #F0C0B0;
+ color: #800000;
+}
+.replytitle {
+ font-size: 1.2em;
+ color:#CC1105;
+ font-weight:800;
+}
+.commentpostername {
+ color:#117743;
+ font-weight:800;
+}
+.thumbnailmsg {
+ font-size: small;
+ color:#800000;
+}
+
+.abbrev {
+ color:#707070;
+}
+.highlight {
+ /*background:#95CBE9;*/
+ background: #5B8BB4;
+ /*color:#2C5700;*/
+ /*border: 2px dashed #070;*/
+ border: 2px dashed #AFD775;
+}
+.banned {
+ color:#F99C64;
+}
+.administrator {
+ color:#C00 !important;
+}
+.managertable td {
+ background:#3B6B94;
+ color:#FFF;
+}
+.managertable th {
+ background:#AAF;
+ color:#FFF;
+} \ No newline at end of file