Skip to content

Commit

Permalink
Pull things in from app1
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmeissl committed Oct 4, 2011
1 parent ef2078b commit 15c1253
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions public/stylesheets/brighter_planet.css
Expand Up @@ -40,6 +40,7 @@ pre {

a {
outline: none;
color: #0070C4;
}

a img {
Expand Down Expand Up @@ -339,8 +340,7 @@ a img {
background-color: #5FBBFF;
background-repeat: no-repeat;
background-position: 20px 20%;
padding: 20px 0 0 15px;
height: 70px;
padding: 10px 0 10px 15px;
border-bottom: 1px solid #0070C4;
-moz-box-shadow: inset 0 10px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 10px 10px rgba(0,0,0,0.1);
Expand Down Expand Up @@ -710,22 +710,32 @@ p.flash.error:before {
}

ul.pages {
background: #F1F1F1;
padding: 15px 15px 10px 165px;
list-style: none;
list-style: none !important;
padding: 0 0 0 5px !important;
overflow: auto;
position: absolute;
left: 50%;
width: 960px;
margin: 0 0 0 -480px;
}

ul.pages li {
float: left;
margin: 0 5px 0 0;
float: right;
margin: 0;
}

ul.pages li:first-child {
margin-left: -6px;
ul.pages li.overview {
font-weight: bold;
}

ul.pages li.current {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

ul.pages>li.current>span, ul.pages li ul li.current {
display: block;
background: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
Expand All @@ -736,20 +746,25 @@ ul.pages li.current {
box-shadow: -1px -1px 0 silver;
}

ul.pages>li.current>span, ul.pages li a {
line-height: 24px;
padding: 0 6px;
}

ul.pages li.current:first-child {
margin-left: 0;
}

ul.pages li a {
display: block;
color: #124165;
}

ul.pages li.current, ul.pages li a {
line-height: 24px;
padding: 0 6px;
}

ul.pages li a {
display: block;
color: blue;
}

ul.pages li a:hover {
background-image:
-webkit-gradient(
Expand Down

0 comments on commit 15c1253

Please sign in to comment.