Skip to content

Commit

Permalink
White box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 20, 2010
1 parent ff05b0f commit cbee4c9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions style.css
Expand Up @@ -11,10 +11,11 @@ a img{border:none;}
-------------------------------------------------------------- */ -------------------------------------------------------------- */
body { body {
background: #EFEFEF; background: #EFEFEF;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), color-stop(.75, transparent))
font-family: "minion-pro-1","minion-pro-2", "Times New Roman", Georgia, serif; font-family: "minion-pro-1","minion-pro-2", "Times New Roman", Georgia, serif;
text-align: center; text-align: center;
text-shadow: white 1px 1px 0; text-shadow: white 1px 1px 0;
} }


#container { #container {
margin: 0px auto 35px; margin: 0px auto 35px;
Expand Down Expand Up @@ -42,9 +43,9 @@ body {
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
box-shadow: 0 0 5px #AAA; box-shadow: 0 0 5px #FFF;
-moz-box-shadow: 0 0 5px #AAA; -moz-box-shadow: 0 0 5px #FFF;
-webkit-box-shadow: 0 0 5px #AAA; -webkit-box-shadow: 0 0 5px #FFF;
color: #369; color: #369;
font: 13.34px helvetica,arial,freesans,clean,sans-serif; font: 13.34px helvetica,arial,freesans,clean,sans-serif;
font-weight: bold; font-weight: bold;
Expand All @@ -58,7 +59,7 @@ body {
background: -moz-gradient(linear, left bottom, left top, from(white), to(#E8E8E8)) !important; background: -moz-gradient(linear, left bottom, left top, from(white), to(#E8E8E8)) !important;
background: -webkit-gradient(linear, left bottom, left top, from(white), to(#E8E8E8)) !important; background: -webkit-gradient(linear, left bottom, left top, from(white), to(#E8E8E8)) !important;
color: #222; color: #222;
-webkit-transition: color .1s linear; -webkit-transition: all .1s ease-out;
} }


#footer, #footer a { #footer, #footer a {
Expand Down

0 comments on commit cbee4c9

Please sign in to comment.