aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorLibravatar Señor X 2019-04-01 02:29:34 -0300
committerLibravatar Señor X 2019-04-01 02:29:34 -0300
commit85790a8a070a9bb4e024beef4fd49c842c7e07d8 (patch)
tree687ef300626a94500d3ae023368f2dcee1ec724c /static/css
parentdb2ed9a9fc9cb0774bd2e8473160b19b4f5f4815 (diff)
downloadweabot-85790a8a070a9bb4e024beef4fd49c842c7e07d8.tar.gz
weabot-85790a8a070a9bb4e024beef4fd49c842c7e07d8.tar.xz
weabot-85790a8a070a9bb4e024beef4fd49c842c7e07d8.zip
material.css - Que lista de hilos tenga fade
Diffstat (limited to 'static/css')
-rw-r--r--static/css/spc/material.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/spc/material.css b/static/css/spc/material.css
index 5eb9de7..ac3051c 100644
--- a/static/css/spc/material.css
+++ b/static/css/spc/material.css
@@ -19,6 +19,7 @@ h4{font-size:12px}
#titlebox,#createbox,#footer,.end{background:#303F9F;color:#FFF;margin:0}
#rules,#search{margin:1em 1em 0}
#threadbox{background:rgb(63, 81, 181);color:#FFF;margin:0 0 -150px;padding-bottom:150px}
+#threadbox .innerbox:after{content:'';box-shadow:0 0 20px 25px #3f51b5;display:block;position:relative;z-index:9}
#threadlinks{text-transform:uppercase}
#threadlist{overflow-y:hidden}
#threadlist a{background:#FFF;border-bottom:1px solid #182050;border-radius:5px;color:#303F9F;display:inline-block;padding:3px;margin:3px}
@@ -36,7 +37,7 @@ input[type="text"],textarea,#search input[type="text"]{border:1px solid #CCC;bor
textarea{margin:.5em 0;width:100%}
select{border-radius:2px;background:#2296f3 url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wQBBAYpAtmVHwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAAfSURBVAjXY/z///9/BjTAyMDAwIAswcjIyAiXRZYAAKlrC/sti8JVAAAAAElFTkSuQmCC) no-repeat 95%;border:0;padding:0;color:#FFF;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
.num,.del{float:right}
-.name{background:#FFF;float:left;margin-right:-10px;position:relative;z-index:9}
+.name{background:#FFF;float:left;margin-right:-20px;position:relative;z-index:9}
a .name,.name,.abbrev{color:#2296f3}
.name:after{content:' dijo';color:#FF4081;font-style:italic;text-decoration:none}
.name em{color:#009}