summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/directory.css11
-rwxr-xr-xstatic/css/dump.css62
-rwxr-xr-xstatic/css/header.css12
-rw-r--r--static/css/log.css10
-rwxr-xr-xstatic/css/profile.css5
-rw-r--r--static/js/invalid_domains.js3
6 files changed, 37 insertions, 66 deletions
diff --git a/static/css/directory.css b/static/css/directory.css
index f018758..a78c7b5 100644
--- a/static/css/directory.css
+++ b/static/css/directory.css
@@ -67,15 +67,12 @@ border:1px solid #f0e0d6;
}
#lolbanner{
-
+display:none;
margin-top:-22;
margin-bottom:45;
}
#chatrap{
- width:540;
-
- margin-left:auto;
- margin-right: auto ;
+margin-left:15%;
}
@@ -240,9 +237,7 @@ color:000;
#log
{
position:absolute;
-
- top:20px;
- padding-top: 25px;
+ padding-top: 20px;
diff --git a/static/css/dump.css b/static/css/dump.css
index a911a65..ddc5e81 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -2,7 +2,7 @@
body {
-background-color:#EEF2FF;
+background-color:#fff;
margin:0;
background-repeat:repeat-x;
@@ -135,7 +135,8 @@ left:0.2%;
position:relative;
min-width:500px;
z-index:100;
-left:1px;
+left:2px;
+
bottom:10px;
width: 100%;
}
@@ -144,9 +145,9 @@ bottom:10px;
width: 99.7%;
z-index:100;
background-color:#FFF;
- margin-top: 16px;
- left:-3px;
- position:relative;
+ margin-top: 15px;
+ left:-3px;border:1px solid #000;
+ position:relative;border-right:0px;
height:35px;
font-size:20px;
min-width:500px;
@@ -168,16 +169,16 @@ margin-right:374;
height:35px;
right:260px;
font-size:20px;
-background-image:url(/static/img/urlbutton.png);
-text-indent:27;
top:15px;
text-align:center;
z-index:100;
+border:1px solid #000;
+border-right:0px;
cursor:pointer;
- background-color:#0c8fff;
+ background-color:#ffffff;
font-size:12px;
- color:#fff;
- text-shadow:1px 1px 3px rgba(0,0,0,1);
+ color:#000;
+
}
#webcam-button-upload{
border-top-right-radius:10px;
@@ -193,19 +194,15 @@ top:15px;
height:35px;
background-position:center;
right:20;
+border:1px solid #000;
top:15px;
padding-bottom:1;
-text-indent:28;
text-align:center;
z-index:100;
cursor:pointer;
-background-color:#0c8fff;
+background-color:#fff;
font-size:12px;
- color:#fff;
-
-background-image:url(/static/img/cambutton.png);
-
- text-shadow:1px 1px 3px rgba(0,0,0,1);
+ color:#000;
}
#webcam-button-snap{
border-top-right-radius:10px;
@@ -226,11 +223,10 @@ padding-bottom:4;
text-align:center;
z-index:100;
cursor:pointer;
-background-color:yellow;
+background-color:#fff;
font-size:17px;
color:#fff;
-background-image:url(/static/img/bg-btn-red.png);
- text-shadow:1px 1px 3px rgba(0,0,0,1);
+border:1px solid #000;
}
#webcam-button-snap.blink{
color:#4f4;
@@ -272,13 +268,7 @@ border:1px solid #999;
z-index:5000;
}
#upload {
- 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;
- border-radius:5px;
+
position:absolute;
display:inline-block;
width:120px;
@@ -287,16 +277,13 @@ background-position:center;
right:140;
top:15px;
padding-bottom:1;
-text-indent:24;
text-align:center;
z-index:100;
cursor:pointer;
-background-color:#0c8fff;
+background-color:#fff;
font-size:12px;
- color:#fff;
-background-image:url(/static/img/upbutton.png);
-
- text-shadow:1px 1px 3px rgba(0,0,0,1);
+ color:#000;
+border:1px solid #000;border-right:0px;
}
.msgDiv img{
max-width:650px;
@@ -320,9 +307,8 @@ opacity:1;
}
#palette-button {
-
+border:1px solid #000;
border-radius:5px;
-background-image:url(/static/img/upbutton.png);
background-position:top right;
position:absolute;
/* display:inline-block;*/
@@ -335,10 +321,10 @@ background-position:top right;
text-align:center;
z-index:100;
cursor:pointer;
- background-color:#0c8fff;
+ background-color:#fff;
font-size:12px;
color:#fff;
- text-shadow:1px 1px 3px rgba(0,0,0,1);
+border-right:0px;
}
#palette {
@@ -400,7 +386,7 @@ border:1px solid blue;
margin: 0px;
position: absolute;
padding: 5px;
- top:50px;
+ top:70px;
min-width: 200px;
width:11%;
float:right;
diff --git a/static/css/header.css b/static/css/header.css
index b48de11..004fc1e 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -44,9 +44,10 @@ margin-right:80%;
top:-1px;
height:38;
position:fixed;
-background-color:#4593ff;
+background-color:#000;
border:1px solid #000;
-width:500px;
+width:84.2%;
+min-width:600px;
left:16%;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
@@ -93,14 +94,14 @@ padding:6;
#bar7 a:hover{
text-decoration: none;
padding:6;background-color:#fff;
- color: #fff;
-text-shadow: 1px 1px .5px #000;
+ color: #000;
+text-shadow: 1px 1px .5px #fff;
}
#logout7{
top:1px;
position:relative;
font-size:10px;
- margin-right: 4px;
+ margin-right: 7px;
float:right;
z-index: 9999999999999999;
font-family: Arial, Helvetica, sans-serif;
@@ -112,7 +113,6 @@ text-shadow: 1px 1px .5px #000;
}
#logout7 a:hover{font-size:10px;
color:#ccc;
-text-shadow: 0px 0px 0.3px #fff;
}
a {
font-size: 12px;
diff --git a/static/css/log.css b/static/css/log.css
index fae8b44..78e6d04 100644
--- a/static/css/log.css
+++ b/static/css/log.css
@@ -71,15 +71,7 @@ top:5;
margin-left:22;
}
#chatrap{
- width:580;
-
- margin-left:auto;
- margin-right: auto ;
-
-#cats{
-background-image:url(/static/img/dumpcats2.png);
-}
-
+margin-left:15%;
}
#pnav{position:absolute;
diff --git a/static/css/profile.css b/static/css/profile.css
index c5d7f2b..a507eee 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -113,10 +113,7 @@ margin-top:0;
}
#chatrap{
- width:750px;
-
- margin-left:auto;
- margin-right: auto ;
+margin-left:15%;
}
#upload{
diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js
index adda4f7..29991be 100644
--- a/static/js/invalid_domains.js
+++ b/static/js/invalid_domains.js
@@ -64,5 +64,6 @@ var InvalidDomains = [
"http://fortunecity.com",
"http://www.kaitaia.com",
"http://carsdriveingallery.com",
- "http://xxxspacegirls.us"
+ "http://xxxspacegirls.us",
+ "http://www.newlog.com.ar"
]; \ No newline at end of file