diff options
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/ChatBubble-simple.css | 7 | ||||
| -rwxr-xr-x | static/css/browser.css | 24 | ||||
| -rwxr-xr-x | static/css/dump.css | 25 | ||||
| -rw-r--r-- | static/css/error_ie.css | 6 | ||||
| -rwxr-xr-x | static/css/index.css | 49 | ||||
| -rw-r--r-- | static/css/profile_dashboard.css | 5 | ||||
| -rw-r--r-- | static/css/terms.css | 9 | ||||
| -rwxr-xr-x | static/css/top.css | 17 |
8 files changed, 123 insertions, 19 deletions
diff --git a/static/css/ChatBubble-simple.css b/static/css/ChatBubble-simple.css index 0e3c319..67f29d1 100755 --- a/static/css/ChatBubble-simple.css +++ b/static/css/ChatBubble-simple.css @@ -14,6 +14,11 @@ position:fixed; top:20; left:20; } + +.help-body { + width: 475px; + font-family: Arial, Helvetica, sans-serif; +} div.CBmsg { display: table; margin-bottom: 0.5em; @@ -149,4 +154,4 @@ div.CBiconL > img { width:12px; /* bottom corner width */ margin-left:-12px; background-position:bottom left; -}
\ No newline at end of file +} diff --git a/static/css/browser.css b/static/css/browser.css index 124b79c..4c115e6 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -1,13 +1,23 @@ /* pichat.css */ body { - font-size:13; - font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; - margin:2%; - background-repeat:repeat-x; - background-position:top; - -} + font-size:13; + font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; + margin:2%; + background-repeat:repeat-x; + background-position:top; + + } + + .is-hidden { + display: none; + } + + #content.content-hearts { + background-image: url(/static/hearts.gif); + background-repeat: repeat; + height: 800px; + } #rapper{ } #container { diff --git a/static/css/dump.css b/static/css/dump.css index 0a5ced2..cab2bfe 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1051,6 +1051,10 @@ a:active { position: relative; } +.float-left { + float: left; +} + .content-no-padding { padding: 0; } @@ -1059,6 +1063,20 @@ a:active { padding: 2px; } +.dash-total { + width: 100%; + height: 100%; + z-index: -1; +} + +.dash-total--avatar { + opacity: 0.1; +} + +.dash-total--stripes { + background-image: url(/static/img/thumbs/stripes.gif); +} + .bg-white { background-color: #fff; } @@ -2140,6 +2158,13 @@ a.msgbtn:active { width: 100px; height: 21px; } + +.fb-like-wide { + border: none; + overflow: hidden; + width: 500px; + height: 26px; +} #logo { float: left; margin: 1px; diff --git a/static/css/error_ie.css b/static/css/error_ie.css new file mode 100644 index 0000000..cfdeabb --- /dev/null +++ b/static/css/error_ie.css @@ -0,0 +1,6 @@ +#iesucks { + margin: 10%; + font-size: 15px; + font-family: Arial, sans serif; + color: black; +} diff --git a/static/css/index.css b/static/css/index.css index 01bce1d..8141ef9 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -64,6 +64,21 @@ body { background-position:top; } +.no-underline { + text-decoration: none; +} +.no-underline:hover { + text-decoration: none; +} + +.text-center { + text-align: center; +} + +.is-hidden { + display: none; +} + #video{ display:none; } @@ -75,6 +90,15 @@ margin-top:2%; background-position:top center; background-repeat:repeat-x; } + +#content.content-z77 { + position: relative; + z-index: 77; +} + +#content.content-fullheight { + height: 100%; +} #preload { position: absolute; left: 0px; @@ -124,12 +148,11 @@ padding-bottom:15px; box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -} -} -.menu2 li { - padding: 0; - margin: 0 2px; - float: left; + } + .menu2 li { + padding: 0; + margin: 0 2px; + float: left; position: relative; text-align: center; } @@ -315,6 +338,18 @@ z-index:30; margin-top:-3px; margin-bottom:7px; } + +.form-label-left-tight { + text-align: left; + margin-bottom: -8px; +} + +.register-message { + display: block; + width: auto; + text-align: center; + margin-bottom: 10px; +} #remember{margin-top:-4px;z-index:30; margin-right:50px;text-align: right;display:inline-block;line-height:0.5;} #remember a{text-decoration:none;font-size:11px;display:block;z-index:30;} #furie3 { @@ -436,4 +471,4 @@ z-index:-1; #register-spinner { display: none; -}
\ No newline at end of file +} diff --git a/static/css/profile_dashboard.css b/static/css/profile_dashboard.css index 4790ccb..03bc3c7 100644 --- a/static/css/profile_dashboard.css +++ b/static/css/profile_dashboard.css @@ -91,6 +91,11 @@ margin-top:50px; } +.dashavatar-bg{ +height:100px; +width:100%; +} + #dashpix{ top:0px; float:right; diff --git a/static/css/terms.css b/static/css/terms.css new file mode 100644 index 0000000..350e7c6 --- /dev/null +++ b/static/css/terms.css @@ -0,0 +1,9 @@ +.terms-body { + margin: 0; + width: 500px; +} + +.terms-container { + height: 600px; + width: 500px; +} diff --git a/static/css/top.css b/static/css/top.css index afc2f0b..d6a9b49 100755 --- a/static/css/top.css +++ b/static/css/top.css @@ -151,9 +151,19 @@ border:1px solid #000; font-size:20px; } -.no-cursor { cursor: none; } -.invisible { display: none !important; } -#cursor-big { position: absolute; z-index: 1000; } + .no-cursor { cursor: none; } + .invisible { display: none !important; } + #cursor-big { position: absolute; z-index: 1000; } + + .preload-pixel { + visibility: hidden; + width: 0; + height: 0; + } + + .word-spacing-normal { + word-spacing: normal; + } label { display:inline-block; @@ -278,4 +288,3 @@ a.img_roll:hover{ ul.pagination li { float:left; margin:0 5px;display:none; } ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;} - |
