diff options
author | Choom | 2022-12-12 00:26:28 -0300 |
---|---|---|
committer | Choom | 2022-12-12 00:26:28 -0300 |
commit | dee4796015e4df0900615bedcd78b03a92b140c2 (patch) | |
tree | 8f14f0762fc0b86911a40feeeef7c5b1e9d8e6a2 /static/css/another.css | |
parent | d3de374c241a1948dfe02329ab2f794905d325d1 (diff) | |
download | weabot-dee4796015e4df0900615bedcd78b03a92b140c2.tar.gz weabot-dee4796015e4df0900615bedcd78b03a92b140c2.tar.xz weabot-dee4796015e4df0900615bedcd78b03a92b140c2.zip |
Dickgirl como tema predeterminado
Diffstat (limited to 'static/css/another.css')
-rw-r--r-- | static/css/another.css | 182 |
1 files changed, 0 insertions, 182 deletions
diff --git a/static/css/another.css b/static/css/another.css deleted file mode 100644 index ca684d1..0000000 --- a/static/css/another.css +++ /dev/null @@ -1,182 +0,0 @@ -html, -body { - background: #181818; - color: #d8d8d8; - font-size: 10pt; -} - -.rep { - color: #e0e0e0; -} - -a .name, -.nav label { - color: #83a74d; -} - -a { - color: #56a74d; - text-decoration: none; -} - -a:focus { - color: #86c1b9; - text-decoration: underline; -} - -hr { - border: none; - border-bottom: 1px solid #333; - margin-bottom: 10px; -} - -#main_nav { - font-size: 10pt; -} - -.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 { - padding: 3px 5px; - width: 100px; - background: #282828; - border: 1px solid #111; - color: #d8d8d8; - font-weight: normal; -} - -.fs { - font-size: 11px; -} - -.fs span, -.fs a { - font-size: 10pt; -} - -.info { - font-size: 10pt; -} - -.omitted, -td #text { - font-size: 10pt; -} - -.postform { - font-size: 10pt; -} - -.reply { - background-color: #282828; - border: 1px solid; - border-color: #383838 #282828 #282828 #383838; -} - -.subj { - color: #3b7335; -} - -.thread .fs { - margin-left: 20px; - padding-bottom: 0.25em; -} - -/* para que chucha son estos 3 puntos??? */ -.ell { - /*display: none;*/ - color: #181818; -} - -.pg, -.pg span { - border: none; -} - -.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; - outline: 1px dashed #44474f; -} - -.managertable td { - background: rgb(0, 0, 0, 0.25); - border: 0px; -} - -.managertable th { - background: #252830; - color: #f8f8f8; -} - -.yt { - background: #292c33; - border: 1px solid #5e6b7d; - color: #e0e0e0; -} - -.quoted { - border-color: #1a1d22; - color: #aaa; -} |