summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css2
-rwxr-xr-xstatic/css/header.css6
-rw-r--r--static/css/index.css11
-rw-r--r--static/css/pages.css2
4 files changed, 10 insertions, 11 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index c61c4fa..0d3538e 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -396,7 +396,7 @@ border-bottom:2px solid #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;
+/* opacity:0.87; */
z-index:18;
text-align: left;
}
diff --git a/static/css/header.css b/static/css/header.css
index d6134b3..7729cf2 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -31,7 +31,7 @@ left:-1px;background-image:url(/static/img/blgrad.png);
word-spacing:-1;
font-size: 16px;
height:22;
-width:455px;
+
text-indent:14px;
line-height:1.9;
left: 150px;
@@ -117,7 +117,7 @@ text-shadow: -0.5px -0.5px 0px #f0e;
top:0px:width:100%;padding:0px;background-color:#fff;
color:#000;font-size:60%;text-transform:uppercase;text-decoration: none;
border-bottom:1px solid #999;text-align:right;
-padding-right:90px;line-height:1.1;
+padding-right:70px;line-height:1.1;
/*margin-left:40%;
border-bottom-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
@@ -142,10 +142,8 @@ width:auto;
}
#registerlink{
top:-5px;
- position:absolute;
font-size: 16px;
height:22;
-left:5px;
word-spacing:2;
color:#fff;
diff --git a/static/css/index.css b/static/css/index.css
index 9210f8f..05a4545 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -187,7 +187,9 @@ cursor:pointer;
text-shadow:1px 1px 3px #000;
z-index:20;
- -moz-border-radius: 5px;*/
+border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
}
input {
height:40px;
@@ -261,7 +263,7 @@ margin-bottom:7px;
#furie3 {
position: absolute;
left:294px;
- top:260px;
+ margin-top:250px;
z-index: 10;
}
@@ -280,15 +282,14 @@ padding-top:20px;margin: 0 auto 0 auto;
*/
#talkaboutus{
position:relative;
-z-index:20;
-top:-30px;
+z-index:-10;
height:0px;
margin: 0 auto 0 auto;
}
#slider {
position:relative;
-z-index:20;
+z-index:-1;
//See the "style-pack" below for image
background:url(images/loading.gif) no-repeat 50% 50%;
}
diff --git a/static/css/pages.css b/static/css/pages.css
index 875a9c3..8a050b9 100644
--- a/static/css/pages.css
+++ b/static/css/pages.css
@@ -36,7 +36,7 @@ height:28px;
}
#footer a {
- font-size: 11px;
+ font-size: 11px; text-decoration: none;
color: #000;
}
#footer a:link {