From b15c937cf08989953433192b96122cb89e228dbd Mon Sep 17 00:00:00 2001 From: Renard Date: Sun, 31 Mar 2019 21:59:12 -0300 Subject: Another CSS --- static/css/another.css | 204 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 static/css/another.css diff --git a/static/css/another.css b/static/css/another.css new file mode 100644 index 0000000..548b9e8 --- /dev/null +++ b/static/css/another.css @@ -0,0 +1,204 @@ +html, +body { + background: #181818; + color: #d8d8d8; + font-size: 13px; +} + +.rep { + color: #e0e0e0 +} + +a .name, +.nav label { + color: #83a74d +} + +a { + color: #56a74d; + text-decoration: none; +} + +a:hover { + color: #86c1b9; + text-decoration: none; +} + +hr { + border: none; + border-bottom: 1px solid #333; + margin-bottom: 10px; +} + +.form textarea { + width: 295px; + min-width: 295px; + max-width: 295px; + height: 110px; + min-height: 110px; + max-height: 110px; +} + +input[type="text"], input[type="password"],input[type="submit"], select, textarea { + background: #282828; + border: 1px solid #383838; + color: #d8d8d8; +} + +.postblock { + font-size: 12px; + padding: 3px 5px; + width: 100px; + background: #282828; + border: 1px solid #111; + color: #d8d8d8; + font-weight: normal; +} + +.rules{ + font-size: 11px; +} + +.fs{ + font-size: 11px; +} + +.fs span, .fs a{ + font-size: 10pt; +} + +.info{ + font-size: 10pt; +} + +.omitted, td #text{ + font-size: 10pt; +} + +blockquote{ + font-size: 13px; + line-height: 1.16em; + margin-left: 1.8em; + padding-right: 3em; + padding-bottom: 0.3em; +} + +.logo{ + font-size: 18pt; + margin: 0px; + padding-bottom: 2em; +} + +.postform{ + font-size: 10pt; +} + +.reply{ + background-color: #282828; + border: 1px solid; + border-color: #383838 #282828 #282828 #383838; + padding: 0px 7px 7px 7px; +} + +.subj { + color: #3b7335; + font-weight: bold +} + +.thread .fs{ + margin-left: 20px; + padding-bottom: 0.25em; +} + +/* para que chucha son estos 3 puntos??? */ +.ell{ + /*display: none;*/ + color: #181818; +} + +#main_nav{ + font-size: 9pt; +} + +.pg, .pg span{ + border: none; + font-size: 10pt; +} + +.pg span input { + padding: 0.25em; +} + +#ctrl, .tt, .hsbn{ + font-size: 10pt; +} + +.replymode, +.extramode { + color: #fff; + margin-top: 0.5em; +} + +.rep{ + color: #888; +} + +.replymode { + background: #2b2b2b +} + +.extramode { + background: #333 +} + + +.q { + color: #789922 +} + +.fs { + text-decoration: none +} + +.name, +.omitted { + color: #aaa; +} + +.abbrev { + color: #777 +} + +.highlight { + background: #5b5f69 +} + +.managertable td { + background: #64697b +} + +.managertable th { + background: #252830; + color: #f8f8f8 +} + +#catalog .thread:hover { + background: #373a44; + box-shadow: 0 0 5px 5px #373a44 +} + +#catalog .replies { + color: #909090; + font-weight: bold +} + +.yt { + background: #292c33; + border: 1px solid #5e6b7d; + color: #e0e0e0 +} + +.quoted { + border-color: #1a1d22; + color: #aaa +} \ No newline at end of file -- cgit v1.2.1-18-gbd029