summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index f8cfbe2..1b8c9c6 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -106,7 +106,7 @@ a.img_rolldis:hover {
}
#dumplist {
- top: 0px:padding:0px;
+ padding: 0px;
font-size: 88%;
text-transform: uppercase;
text-decoration: none;
@@ -1031,7 +1031,6 @@ a:active {
#binfo {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
- bottom
}
#preload {
@@ -1044,6 +1043,15 @@ a:active {
display: none !important;
}
+.is-relative {
+ position: relative;
+}
+
+.embed-frame {
+ border: 7px inset #ccc;
+ margin: 0;
+}
+
/* profile shit */
@@ -2512,6 +2520,11 @@ a#disregister:hover {
-webkit-background-clip: text;
}
+.rainbow-link {
+ border-bottom: 1px solid rgba(0, 255, 255, 0.3);
+ font-weight: bold;
+}
+
.nick_aids_enoch a:link, .nick_aids_enoch .content, .nick_aids_enoch .msg-hover { color: transparent; text-shadow: 0 0 5px #857E96; }
.nick_aids_enoch { opacity: 0.3; }
.nick_aids_enoch img { -webkit-filter: blur(4px); }