summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-22 10:24:00 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-22 10:24:00 -0500
commitfaf742513d235aa886e520fe0ed9b19cc64f1c26 (patch)
tree73c26e26628a4a9e6bfdc86a517dbc9c9d580e78 /static
parent2317d7e4acc210eb061a4ef545230b4e4892e2f3 (diff)
timb adding ryder's changes
Diffstat (limited to 'static')
-rwxr-xr-xstatic/header.css297
-rwxr-xr-xstatic/pichat.css2
2 files changed, 23 insertions, 276 deletions
diff --git a/static/header.css b/static/header.css
index a128095..9c6b57c 100755
--- a/static/header.css
+++ b/static/header.css
@@ -1,30 +1,22 @@
.white a:link {
text-decoration: none;
- font-size:16px;
+ font-size:14px;
color: #fff;
}
.white a:visited {
text-decoration: none;
- font-size:16px;
+ font-size:14px;
color: #fff;
}
#strapline{position:absolute;
-top:6;
-right:20%;
+top:2;
+left:428;
+opacity:0.9;
}
.white a:hover {
text-decoration: none;
- text-shadow: -1px 1px 1px #;
- background-color:#036aca;
-background-color: cornflowerblue;
-
-
-
- box-shadow: 3px 2px 2px #036aca;
--webkit-box-shadow: 3px 2px 2px #036aca;
--moz-box-shadow: 3px 2px 2px #036aca;
-filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY=4, positive=true);
+ text-shadow: 2px 2px 1px #ccc;
color: #fff;
@@ -46,15 +38,22 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY
}
#bar7{
- top:25px;
+ top:19px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
-
+ background-image:url(/static/20bar3.png);
font-size: 16px;
- left: 170px;
- margin-left: 1%;
+height:30;
+
+width:265;
+color:#ccc;
+text-indent:28;
+line-height:1.8;
+ text-shadow: -1px 1px 0px #;
+ left: 150px;
+ margin-left: 2%;
margin-right: 8%;
- letter-spacing: -1px;
+ letter-spacing:.2px;
z-index: 999;
}
#logout7{
@@ -80,6 +79,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY
float:left;
margin-top: 4px;
}
+#vip{right:30px;
+font-size:20px;
+top:20;
+}
#rapper7{
top: 0px;
left:0px;
@@ -115,261 +118,5 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY
*background-position:0 3px!important;
}
-a.signin {
- position:relative;
- margin-left:3px;
-}
-a.signin span {
- background-image:url("images/toggle_down_light.png");
- background-repeat:no-repeat;
- background-position:100% 50%;
- padding:4px 16px 6px 0;
-}
-#topnav a.menu-open {
- background:#ddeef6!important;
- color:#666!important;
- outline:none;
-}
-#small_signup {
- display:inline;
- float:none;
- line-height:23px;
- margin:25px 0 0;
- width:170px;
-}
-a.signin.menu-open span {
- background-image:url("images/toggle_up_dark.png");
- color:#789;
-}
-
-#signin_menu {
- -moz-border-radius-topleft:5px;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -webkit-border-top-left-radius:5px;
- -webkit-border-bottom-left-radius:5px;
- -webkit-border-bottom-right-radius:5px;
- display:none;
- background-color:#ddeef6;
- position:absolute;
- width:210px;
- z-index:100;
- border:1px transparent;
- text-align:left;
- padding:12px;
- top: 24.5px;
- right: 0px;
- margin-top:5px;
- margin-right: 0px;
- *margin-right: -1px;
- color:#789;
- font-size:11px;
-}
-
-#signin_menu input[type=text], #signin_menu input[type=password] {
- display:block;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- border:1px solid #ACE;
- font-size:13px;
- margin:0 0 5px;
- padding:5px;
- width:203px;
-}
-#signin_menu p {
- margin:0;
-}
-#signin_menu a {
- color:#6AC;
-}
-#signin_menu label {
- font-weight:normal;
-}
-#signin_menu p.remember {
- padding:10px 0;
-}
-#signin_menu p.forgot, #signin_menu p.complete {
- clear:both;
- margin:5px 0;
-}
-#signin_menu p a {
- color:#27B!important;
-}
-#signin_submit {
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- background:#39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
- border:1px solid #39D;
- color:#fff;
- text-shadow:0 -1px 0 #39d;
- padding:4px 10px 5px;
- font-size:11px;
- margin:0 5px 0 0;
- font-weight:bold;
-}
-#signin_submit::-moz-focus-inner {
-padding:0;
-border:0;
-}
-#signin_submit:hover, #signin_submit:focus {
- background-position:0 -5px;
- cursor:pointer;
-}
-
-.tipsy-inner {
- padding:10px 15px;
- line-height:1.5em;
- font-weight:bold;
-}
-.tipsy {
- opacity:.8;
- filter:alpha(opacity=80);
- background-repeat:no-repeat;
- padding:5px;
-}
-.tipsy-inner {
- padding:8px 8px;
- max-width:200px;
- font:11px 'Lucida Grande', sans-serif;
- font-weight:bold;
- -moz-border-radius:4px;
- -khtml-border-radius:4px;
- -webkit-border-radius:4px;
- border-radius:4px;
- background-color:#000;
- color:white;
- text-align:left;
-}
-.tipsy-north {
- background-image:url(images/tipsy-north.gif);
- background-position:top center;
-}
-.tipsy-south {
- background-image:url(images/tipsy-south.gif);
- background-position:bottom center;
-}
-.tipsy-east {
- background-image:url(images/tipsy-east.gif);
- background-position:right center;
-}
-.tipsy-west {
- background-image:url(images/tipsy-west.gif);
- background-position:left center;
-}
-
-.btnav { border: 0px #000000 solid;}
-body {
-
-
-
- z-index:0;
-
-}
-
-/* CSS Document */
-#menuh-container
- {
- position: absolute;
-top:-0;
-left:10;
-width:auto;
- }
-
-#menuh
- {
-width:auto;
- }
-
-#menuh a
- {
- text-align: center;
-
-
-
- margin:0;
-
- }
-
-#menuh a:link, #menuh a:visited, #menuh a:active /* menu at rest */
- {
- color: white;
-
- text-decoration:none;
- }
-
-#menuh a:hover /* menu on mouse-over */
- {
- color: white;
- background-color: cornflowerblue;
- text-decoration:none;
- }
-
-#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */
- {
-
- background-position: right center;
-width:;0;
- background-repeat: no-repeat;
- }
-
-#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */
- {
- background-image: url(/static/nav_white.gif);
- background-position: right center;
- background-repeat: no-repeat;
- }
-
-#menuh ul
- {
-
-
- width:9em; /* width of all menu boxes */
- /* NOTE: For adjustable menu boxes you can comment out the above width rule.
- However, you will have to add padding in the "#menh a" rule so that the menu boxes
- will have space on either side of the text -- try it */
- }
-
-#menuh li
- {
- position:relative;
- /* Sophie Dennis contribution for IE7 */
- vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
-
- }
-
-#menuh ul ul
- {
-
-
- top:auto;
- display:none;
- padding: 1em;
- margin:-15 -3 -3em;
-
- }
-
-#menuh ul ul ul
- {
- top:0;
- left:100%;
- }
-
-div#menuh li:hover
- {
- cursor:pointer;
- z-index:100;
- }
-
-div#menuh li:hover ul ul,
-div#menuh li li:hover ul ul,
-div#menuh li li li:hover ul ul,
-div#menuh li li li li:hover ul ul
-{display:none;}
-
-div#menuh li:hover ul,
-div#menuh li li:hover ul,
-div#menuh li li li:hover ul,
-div#menuh li li li li:hover ul
-{display:block;}
/* End CSS Drop Down Menu */
diff --git a/static/pichat.css b/static/pichat.css
index 0e5fb5f..6d7f750 100755
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -165,7 +165,7 @@ top:15px;
position: absolute;
padding: 5px;
top:85px;
- min-width: 160px;
+ min-width: 175px;
width:11%;
float:right;
right: 6%;