Skip to content

Commit

Permalink
UI Theming
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrishotts committed Mar 12, 2012
1 parent 6b5274a commit cfc1e67
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions www/style/bible.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,36 @@
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF));
}

.navbar
.navbar, .iphone .navBar
{
border-top: 1px solid rgba(255,255,255,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
background-size:400px 400px;
background-image:url('../images/textures/fzm-leather-blue.jpg');
background-color:#404850;
}

#menuPanel
{
border-right:1px solid #404850;
}

.button.black
.button.black, .button
{
text-shadow: 0px -1px 1px #000;
background-color: rgba(0,0,0,0.25);
text-shadow: 1px 1px 1px #000;
background-color: #404850;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.25)), to(rgba(0,0,0,0.25)));
-webkit-box-shadow: 0px 0px 1px rgba(255,255,255,0.5);
}

.back.black > span
{
background-color: #404850;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,0.25)), to(rgba(0,0,0,0.25)));
}

.segmentedcontrolbar
{
border-radius: 5px;
Expand Down Expand Up @@ -100,4 +107,5 @@
{
border-bottom: 1px solid rgba(0,0,0,0.125);
border-top: 1px solid rgba(255,255,255,0.75);
}
}
/**/

0 comments on commit cfc1e67

Please sign in to comment.