diff options
| -rwxr-xr-x | static/css/dump.css | 524 | ||||
| -rwxr-xr-x | static/css/header.css | 28 | ||||
| -rwxr-xr-x | static/css/profile.css | 7 | ||||
| -rw-r--r-- | static/img/blgrad.png | bin | 0 -> 160 bytes | |||
| -rw-r--r-- | static/img/e9.png | bin | 0 -> 115 bytes | |||
| -rw-r--r-- | static/img/grgrad.png | bin | 0 -> 172 bytes | |||
| -rw-r--r-- | static/img/logobg.png | bin | 0 -> 1459 bytes | |||
| -rw-r--r-- | static/img/logobg2.png | bin | 0 -> 721 bytes | |||
| -rw-r--r-- | static/img/logobg3.png | bin | 0 -> 812 bytes | |||
| -rw-r--r-- | static/js/invalid_domains.js | 1 |
10 files changed, 535 insertions, 25 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index b89f5d7..0d4924c 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -140,7 +140,6 @@ bottom:10px; #msgInput { z-index:100; - background-color:#FFF; margin-top: 15px; left:-3px;border:1px solid #000; position:relative;border-right:0px; @@ -151,6 +150,528 @@ font-size:20px; } .msgInput { min-width:500px;width:100%; + z-index:100;background-image:url(/static/img/e9.png); +} +#msginputrapper{ +margin-right:374; + +} +#msgSubmit { + position:absolute; + display:inline-block; + width:120px; +height:35px; +right:285px; +font-size:20px;background-image:url(/static/img/blgrad.png); +top:15px; + text-align:center; + z-index:100; +border:1px solid #000; +border-right:0px; + cursor:pointer; + background-color:#ffffff; + font-size:12px; + color:#000; +} +#webcam-button-upload{ + border-top-right-radius:10px; + -webkit-border-top-right-radius:5px;background-image:url(/static/img/blgrad.png); + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; + position:absolute; + display:inline-block; + width:120px; +height:35px; +background-position:center; +right:5px; +border:1px solid #000; +top:15px; +padding-bottom:1; + text-align:center; + z-index:100; + cursor:pointer; +background-color:#fff; + font-size:12px; + color:#000; +} +#webcam-button-snap{ + border-top-right-radius:10px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; + position:absolute; + display:inline-block; + width:120px; +height:35px; +background-position:center; +right:5px; +top:15px; +padding-bottom:4; + text-align:center; + z-index:100; + cursor:pointer; +background-color:#ccc; + font-size:17px; + color:#fff; +border:1px solid #000; +} +#webcam-button-snap.blink{ + color:#4f4; +} + + +#webcam-button-close { /* 16 x 14 */ + position: fixed; + bottom: 330px; /* 240 + 68 - (16 / 2) */ + right: 335px; /* 320 - (14 / 2) */ + z-index: 5001; +border:1px solid #000; + cursor: pointer; +} + +#webcam-preview { + position:fixed; + bottom: 82; +opacity:0.9; + right:30; + box-shadow: 3px 4px 4px #c8cbce; +-webkit-box-shadow: 3px 4px 4px #c8cbce; +-moz-box-shadow: 3px 3px 4px #c8cbce; + border-top-right-radius:5px; + background-color:#FFF; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; +border:1px solid #000; + z-index:5000; +} +#upload { + + position:absolute; + display:inline-block; + width:120px; +height:35px; +background-position:center; +right:125px; +top:15px;background-image:url(/static/img/blgrad.png); +padding-bottom:1; + text-align:center; + z-index:100; + cursor:pointer; +background-color:#fff; + font-size:12px; + color:#000; +border:1px solid #000;border-right:0px; +} +.msgDiv img{ + max-width:650px; + width: expression(this.width > 650 ? 650: true); + max-height:400px; + height: expression(this.width > 400 ? 400: true); + max-width:400px; +margin:-2; + z-index: 1; +opacity:1; +-webkit-transition: opacity; +-webkit-transition-timing-function: ease-out; +-webkit-transition-duration: 500ms; + +} + +.msgDiv {padding:2px; +} +.oldmsg { + color: #666; +} + +#palette-button { +border:1px solid #000;background-image:url(/static/img/blgrad.png); +background-position:top right; + position:absolute; +/* display:inline-block;*/ + width:40px; + height:35px; + right:245px; + top:15px; + padding-bottom:1; + text-align:center; + z-index:100; + cursor:pointer; + background-color:#fff; + font-size:12px; + color:#fff; +border-right:0px; +} + +#palette { + position: absolute; + right: 30px; + bottom: 76px; + width: auto; +max-width:350; +min-width:150; + height: auto; +max-height:400px; +min-height:150; +padding:20; + background-color: white; + z-index: 1000000000; + display: none; + overflow-y: auto; + box-shadow: 3px 4px 4px #c8cbce; +border:1px solid #000; +} + +#palette-thumbs { +} + +#palette-thumbs img { + max-width: 100px; +cursor:pointer; +opacity:.9; +padding:1; + max-height: 100px; +} +#palette-thumbs img:hover { + max-width: 100px; +cursor:pointer; +opacity:1; +padding:0; +border:1px solid blue; + max-height: 100px; +} + + +#userList { + overflow-x: hidden; + overflow-y:auto; + max-height: 55%; + margin: 0px; + position: absolute; + padding: 5px; + top:70px; + min-width: 200px; + width:11%; + float:right; + right: 6.2%; + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + font-weight:420; + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + background-color:#FFF; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; +border-right:2px solid #c8cbce; +border-bottom:2px solid #c8cbce; + + box-shadow: 3px 4px 4px #c8cbce; +-webkit-box-shadow: 3px 4px 4px #c8cbce; +-moz-box-shadow: 3px 3px 4px #c8cbce; +filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); + text-overflow:ellipsis; +opacity:0.87; + z-index:18; + text-align: left; +} +.username{height:30px; +margin-top:6px; +line-height:20px; +text-indent:6px; +z-index:18; +min-width:90px; +overflow:hidden; + +} +.username a { +display:block; +width:100%; +height:100%; +text-decoration:none; +} +.username a:hover { +display:block; +width:100%; +height:100%; +background-image:url(/static/img/moverc.png); +background-repeat:repeat-x; +color:#fff; +text-decoration:none; +background-color:#f3f3f3; + border-top-right-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; +} +#userList img{ + max-width:30px; + width: expression(this.width > 30 ? 30: true); + max-height:30px; + height: expression(this.width > 30 ? 30: true); + max-width:30px; + float:right; + right:1px; + z-index:77; + height:30px; + border-top-left-radius:3px; + border-top-right-radius:3px; + -webkit-border-top-left-radius:3px; + -webkit-border-top-right-radius:3px; + -moz-border-radius-topleft:3px; + -moz-border-radius-topright:3px; + border-bottom-left-radius:3px; + border-bottom-right-radius:3px; + -webkit-border-bottom-left-radius:3px; + -webkit-border-bottom-right-radius:3px; + -moz-border-radius-bottomleft:3px; + -moz-border-radius-bottomright:3px; +} +#userListicon { + overflow: auto; + height: 70%; + margin: 0px; + position: fixed; + padding: 5px; + top:48px; + width: 7%; + float:right; + right: 35px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + text-transform: uppercase; + min-width:72px; + line-height:13px; + z-index:1; + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; + color: #666; + text-transform:none; + +} +#avatar +{ + right:1px; + float:right; + text-align:left; + width:auto; + +} +#mgsavatar{ +left:0; +} +#binfo { + font-family: Arial, Helvetica, sans-serif; + font-size: 11px; + bottom +} + +#preload { + position: absolute; + left: 0px; + top: 0px; +} + +.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; + }/* pichat.css */ + +body { + +background-color:#fff; + margin:0; + + background-repeat:repeat-x; + background-position:top; +overflow:hidden; + +} + +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} +.white a:link { + text-decoration: none; + font-size:14px; + + color: #fff; +} +.white a:visited { + text-decoration: none; + font-size:14px; + color: #fff; +} +#content{ + z-index: 3; + overflow: auto; + min-width:600px; +} + +#chatboxx { + position: fixed; + top:80px; +} + +#rapper { + top: 0px; +} +#trophy{ +position:fixed; +right:2; +bottom:30; + +} +#effects-msg{ +position:fixed; +bottom:65; +z-index:1111; +right:35; +font-size:15; +color:#000; + +} +#footerc +{ + text-align:center; + position:fixed; + width:100%; + bottom:0px; +line-height:3.1; + font-size:11px; +word-spacing:6px; +height:28px; + color: #000; + +} +#footerc a { + font-size: 11px; + color: #000; +} +#footerc a:link { + text-decoration: none; + font-size: 11px; +color:000; +} + +#footerc a:hover { + text-decoration:none; + font-size: 11px; + color: #f0e; +} + + +#messagePane { +top:40px; +bottom:65px; + position:fixed; + width: 99.6%; + background-color:#FFF; +left:0.2%; + z-index:5; +} + +#messageList { + height: 100%; + width: 100%; + overflow-y: auto; + overflow-x: hidden; +} +#messagetabs { + height: 40px; + padding: 5px; + position: fixed; + width: 80%; + max-width:1500px; + overflow-y: hidden; + overflow-x: hidden; + top:48px; + left:0px; + z-index:1; +} + +#msgInputDiv { + position:relative; + min-width:500px; + z-index:100; +left:3px; +bottom:10px; + width: 100%; +} + +#msgInput { + z-index:100; + margin-top: 15px; + left:-3px;border:1px solid #000; + position:relative;border-right:0px; +height:35px; +font-size:20px; + min-width:500px;padding-right:38px;padding-left:1px; +} +.msgInput { + min-width:500px;width:100%; z-index:100; } #msginputrapper{ @@ -170,7 +691,6 @@ top:15px; border:1px solid #000; border-right:0px; cursor:pointer; - background-color:#ffffff; font-size:12px; color:#000; } diff --git a/static/css/header.css b/static/css/header.css index 69b2124..a073f54 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -24,8 +24,6 @@ margin-right:80%; } .white a:hover { text-decoration: none; - text-shadow: 1px 1px 1px #000; - color: #fff; } .white a:active { @@ -34,11 +32,6 @@ margin-right:80%; color: #fff; } - - @font-face { - font-family: dumparial ; - src: url(/static/img/dumparial.ttf) format("truetype"); -} #header7{ margin: 0px auto -1px auto; top:-1px; @@ -48,13 +41,7 @@ background-color:#fff; border:1px solid #000; width:100%; min-width:600px; -left:-1px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; +left:-1px;background-image:url(/static/img/blgrad.png); box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; @@ -65,14 +52,12 @@ left:-1px; position:absolute; word-spacing:-1; font-size: 16px; -height:22; +height:22;font-weight:bold; width:455; -color:#000; text-indent:14; line-height:1.9; -font-weight:bold; left: 140px; - margin-left: 1.1%; + margin-left: 0.4%; margin-right: 8%; letter-spacing:.2px; z-index: 999; @@ -93,8 +78,9 @@ padding:6; } #bar7 a:hover{ text-decoration: none; -padding:6;background-color:#000; - color: #fff; +padding:6;background-color:#fff; + color: #000; + } #logout7{ top:1px; @@ -102,7 +88,6 @@ padding:6;background-color:#000; font-size:10px; margin-right: 7px; float:right; - z-index: 9999999999999999; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } @@ -147,6 +132,7 @@ a:active { margin-right: 10%; z-index:1050; float:left; +background-repete:none; margin-top:-2px; } #logo7 a{font-size:42; diff --git a/static/css/profile.css b/static/css/profile.css index 0af1dd7..00cc46e 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -37,6 +37,7 @@ opacity:0.9; image-rendering: -moz-crisp-edges; left:18; width:180; +line-height:1.3; background-color:#fff; overflow: hidden; text-overflow: ellipsis; @@ -44,7 +45,7 @@ background-color:#fff; text-overflow: ellipsis-word; background-position:top; z-index:999; - min-height:100px; + min-height:350px; } #lolbanner{ position:absolute; @@ -74,7 +75,9 @@ display:none; color:#000; text-transform:uppercase; display:inline-block; -bottom:0; +margin-bottom:5px; +bottom:0px; +position:absolute; margin-left:-5px; font-size:12px; diff --git a/static/img/blgrad.png b/static/img/blgrad.png Binary files differnew file mode 100644 index 0000000..aa3f47f --- /dev/null +++ b/static/img/blgrad.png diff --git a/static/img/e9.png b/static/img/e9.png Binary files differnew file mode 100644 index 0000000..6735091 --- /dev/null +++ b/static/img/e9.png diff --git a/static/img/grgrad.png b/static/img/grgrad.png Binary files differnew file mode 100644 index 0000000..87f804c --- /dev/null +++ b/static/img/grgrad.png diff --git a/static/img/logobg.png b/static/img/logobg.png Binary files differnew file mode 100644 index 0000000..e951f2f --- /dev/null +++ b/static/img/logobg.png diff --git a/static/img/logobg2.png b/static/img/logobg2.png Binary files differnew file mode 100644 index 0000000..a66a373 --- /dev/null +++ b/static/img/logobg2.png diff --git a/static/img/logobg3.png b/static/img/logobg3.png Binary files differnew file mode 100644 index 0000000..7522730 --- /dev/null +++ b/static/img/logobg3.png diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js index 8c09944..398edf9 100644 --- a/static/js/invalid_domains.js +++ b/static/js/invalid_domains.js @@ -64,6 +64,7 @@ var InvalidDomains = [ "http://fortunecity.com", "http://geneology2.com", "http://www.geneology2.com", + "http://www.onemetal.com", "http://www.kaitaia.com", "http://carsdriveingallery.com", "http://xxxspacegirls.us", |
