diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 5ae714f..33211a3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2506,3 +2506,14 @@ 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 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; } + +.bigimage { max-width: none!important; max-height: none!important;width:100% } + |
