summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-22 00:45:12 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-22 00:45:12 -0400
commita896cb1d4b063ea01c2506975c4aa64b1498f4a6 (patch)
treea4fda8159a535a7e6320646ca528b95733941825 /static/css
parentd9bf4e9e0580a92c408d24c324a62b8ba6f32f4f (diff)
sostler prod commit
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css53
1 files changed, 37 insertions, 16 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 1a8c526..93e1776 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -59,7 +59,18 @@ table {
/*header stuff */
-
+a.img_roll:link, .img_roll{
+ width:130px;
+ height:46px;
+ display:block;
+ background-image:url(http://dump.fm/static/img/dumppixel.png);
+}
+a.img_roll:hover{
+ width:130px;
+ height:46px;
+ display:block;
+ background-image:url(http://dump.fm/static/img/dumppixelhover.png);
+}
.white a:hover {
text-decoration: none;
color: #fff;
@@ -583,7 +594,7 @@ width:100;
.msg-hover.content img {
cursor: pointer;
background-position:center;
- opacity:0.9;
+ opacity:0.8;
z-index:2;
display: inline-block;
}
@@ -593,7 +604,6 @@ width:100;
background-image:url("/static/img/thumbs/stripes.gif");
opacity:1.0;
color:#000;
- background-color:#fff;
background-position:bottom right;
z-index:3;
background-attachment:fixed;
@@ -601,10 +611,9 @@ width:100;
.msg-hover.content .img-wrapper {
cursor: pointer;
- background-image:url("/static/img/thumbs/stripes.gif");
+ background-image:url("/static/img/thumbs/heartcolorshift.gif");
opacity:1.0;
color:#000;
- background-color:#fff;
background-position:bottom right;
background-attachment:fixed;
display: inline-block;
@@ -627,13 +636,23 @@ width:100;
a.msg-image-zoom img.zoom-icon {
height: 48px;
width: 48px;
- opacity: .5;
- border: 2px gray dashed;
+ opacity: .8;
+ border: 1px solid black;
+ box-shadow: -1px 1px 0px #000;
+ -webkit-box-shadow:-1px 1px 0px #000;
+ -moz-box-shadow: -1px 1px 0px #000;
}
a.msg-image-zoom img.zoom-icon:hover {
- opacity: 1;
- border: 2px solid black;
+ opacity:1.0;
+ border-top: 1px solid black;
+ border-right: 1px solid black;
+ border-left: 2px solid black;
+ border-bottom: 2px solid black;
+
+ box-shadow: -1px 1px 0px #000;
+ -webkit-box-shadow:-1px 1px 0px #000;
+ -moz-box-shadow: -1px 1px 0px #000;
}
.msgDiv.favorite{
@@ -641,6 +660,7 @@ a.msg-image-zoom img.zoom-icon:hover {
background-position:top right;
background-position:bottom right;
background-attachment:fixed;
+
}
div.content img:hover{background-color:white;}
@@ -1213,8 +1233,8 @@ border-bottom:2px solid #c8cbce;
/* opacity:0.75;*/
z-index:18;
text-align: left;
-background-color:white;
+background-image:url(/static/img/bg.dither.gif);
}
#userList a:hover{color:#ffffff;}
.username{height:30px;
@@ -1963,7 +1983,7 @@ margin-left:100px;
-moz-border-radius-bottomleft:5px;
margin-right:50%;
background-color:white;
-width:800px;
+min-width:800px;
min-height:435px;
position:absolute;
}
@@ -1982,8 +2002,8 @@ min-height:400px;
}
#dashuserlist img{
-height:50px;
-
+max-height:70px;
+max-width:150px;
}
#dashuserlist h2{
@@ -2012,7 +2032,7 @@ margin-bottom:10px;
font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
font-size:35px;
letter-spacing:-2px;
-line-height:20px;
+line-height:28px;
}
#middash h2{
font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
@@ -2074,6 +2094,7 @@ border:1px solid black;
-moz-border-radius:5px;
}
-#dashavatar img{
-
+#dashavatarPic img{
+max-height:70px;
+max-width:150px;
} \ No newline at end of file