diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-05-14 12:02:39 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-05-14 12:02:39 -0400 |
| commit | 101c0be26573b6cc20a8542d378592fd0eec2ba5 (patch) | |
| tree | 98a17d4ff252b4c5c3937eb16db1c10d63a142ce /static/css/dump.css | |
| parent | 7a62c03ebe5c36a47274d170ce8c39957cdf437c (diff) | |
scripts to fix redis when it crashes
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 5ae714f..0b6055e 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2506,3 +2506,13 @@ a#disregister:hover { color: green; } +.rainbow { + background-image:-webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) ); + color:transparent; + -webkit-background-clip: text; +} + +.nick_aids_enoch { opacity: 0.3; color: transparent; text-shadow: 0 0 5px #857E96; } + +.bigimage { max-width: none!important; max-height: none!important;width:100% } + |
