diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/dump.css | 32 | ||||
| -rwxr-xr-x | static/css/header.css | 2 | ||||
| -rw-r--r-- | static/js/invalid_domains.js | 3 |
3 files changed, 35 insertions, 2 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index ce9dd04..9513f2f 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -533,4 +533,34 @@ left:0; top: 0px; } -.invisible { display: none !important; }
\ No newline at end of file +.invisible { display: none !important; } + + + /* Hover menu shit */ + + .trigger ul.menu + { + display: none; + position: absolute; + margin: 0; + padding: .4em; + list-style: none; + } + .trigger ul.menu li + { + padding: .1em .5em; + } + .trigger ul.menu li a + { + display: block; + } + .trigger:hover + { + background: transparent url(hover_menu_sample_glass_panel_body_selected.png) no-repeat center; + } + .trigger:hover ul.menu + { + display: block; +width:60px; +position:absolute; + }
\ No newline at end of file diff --git a/static/css/header.css b/static/css/header.css index bd96a95..4d63726 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -71,7 +71,7 @@ font-weight:bold; z-index: 999; } #registerlink{ - margin-top:4px; + } #bar7 img{ margin-top:4; diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js index 67f6a8f..d1c9bbd 100644 --- a/static/js/invalid_domains.js +++ b/static/js/invalid_domains.js @@ -59,5 +59,8 @@ var InvalidDomains = [ "http://www.whudat.com", "http://www.willrich.supanet.com", "http://www.ysmarko.com", + "http://www.3d-onthelevel.com", + "http://www.heathersanimations.com", + "http://fortunecity.com", "http://xxxspacegirls.us" ];
\ No newline at end of file |
