aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bios.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-31 06:07:15 -0300
committerLibravatar junk 2021-04-08 14:14:40 -0400
commite9a0a02f9e17a7a03e39d066c8157285e774a376 (patch)
treef2792c6390d5560e66f85e9053968d7f27695c9a /static/css/txt/bios.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/txt/bios.css')
-rw-r--r--static/css/txt/bios.css83
1 files changed, 10 insertions, 73 deletions
diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css
index b6f912d..e15c912 100644
--- a/static/css/txt/bios.css
+++ b/static/css/txt/bios.css
@@ -33,16 +33,15 @@ input[type="submit"],
input[type="button"],
button {
background: #fff;
- border: 0;
+ border: 1px solid #fff;
color: #000;
- padding: 2px 9px;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active,
select:focus {
background: #000;
- border-style: solid;
+ border: 1px solid #000;
color: #fff;
}
::selection {
@@ -56,21 +55,6 @@ select:focus {
hr {
display: none;
}
-h2,
-.thread .threadnav {
- margin: 0.75em;
-}
-h3 {
- background: #fff;
- color: #00a;
- margin: 0 0 1px 0;
- padding: 2px 8px;
-}
-h3 span {
- background: #00a;
- color: #fff;
- padding: 2px;
-}
#main_nav,
#thread_nav {
background: linear-gradient(270deg, #0000ff, #000000, #0000ff);
@@ -122,47 +106,24 @@ h3 span {
#main_nav .cur_brd {
background: #fff;
color: #00a;
- padding: 1px;
text-decoration: none;
}
#thread_nav {
margin: -8px -8px 8px;
- padding: 6px 16px;
-}
-.innerbox {
- border: 1px solid #fff;
- margin: 3px;
- padding: 0.75em;
-}
-.innerbox.links {
- border-top: 0;
- margin-top: -3px;
-}
-#cur_stl {
- background: #ff0;
- color: #00a;
+ padding: 3px 8px;
}
.outerbox,
.mainpage .thread,
#threadlist {
- border: 1px solid #fff;
+ border: 3px double #fff;
}
#threadlist a {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
-.thread .innerbox {
- padding: 0;
-}
-.threadpage .thread {
- border-color: #fff;
- border-style: double;
- border-width: 4px 4px 1px;
-}
h4 {
background: #fff;
color: #00a;
- padding: 0 0.5em;
}
h4 a,
a .name {
@@ -182,9 +143,6 @@ a:focus .name {
.abbrev {
color: #5cf;
}
-#size {
- margin-left: 0.5em;
-}
.yt {
border: 1px solid #ff0;
}
@@ -200,33 +158,23 @@ a:focus .name {
background: #00a;
border: 1px solid #fff;
box-shadow: 1em 1em #000;
- paddding: 0;
+ padding: 0;
}
.lastposts {
- border-color: #fff;
- border-style: double;
- border-width: 0 4px;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #fff;
color: #00a;
padding: 0.5em;
}
.mainpage .threadlinks {
- margin-top: 0.75em;
-}
-.threadpage .threadlinks {
- margin-top: 0;
-}
-.threadpage .postform {
- border-color: #fff;
- border-style: double;
- border-width: 1px 4px 4px;
- padding: 0.5em;
+ margin-top: 0.5em;
}
.formpad {
padding-left: 0;
}
.mainpage .postform {
- border-top: 1px solid #fff;
- padding: 0.75em;
+ border: 1px solid #fff;
+ padding: 0.5em;
}
form .msg {
border: 3px double #fff;
@@ -236,15 +184,4 @@ form .msg {
}
#threads th, #threads td {
border-bottom: 1px solid;
-}
-@media (max-width: 600px) {
- body.threadpage {
- margin: 8px 0;
- }
- h2 {
- margin-bottom: 0.5em;
- }
- .mainpage .msg {
- margin: 0.5em;
- }
} \ No newline at end of file