Background images and tab hover

This commit is contained in:
kylebaker
2011-05-11 14:04:33 -04:00
committed by Adam Young
parent 9dfd0a18bb
commit da1d2f5a0d
8 changed files with 9 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
install/ui/hover-tab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

View File

@@ -15,7 +15,7 @@ body{
background-image:url("outer-bg.png"); background-image:url("outer-bg.png");
background-repeat:repeat-x; background-repeat:repeat-x;
background-position:left top; background-position:left top;
background-color:#F3F2F2; background-color:#FFFFFF;
border-width: 0; border-width: 0;
font-family:"Liberation Sans",Arial,Sans; font-family:"Liberation Sans",Arial,Sans;
font-size:11px; font-size:11px;
@@ -81,7 +81,7 @@ body{
div.header { div.header {
background: url("top-bg.png") #0C3B00; background: url("top-bg.png") #0C3B00;
width: 100%; width: 100%;
height: 3.8em; height: 3.1em;
} }
div.header a { div.header a {
@@ -339,9 +339,15 @@ span.attrhint {
/*Navigation */ /*Navigation */
.tabs1 .ui-tabs-nav .ui-state-hover {
background: url("hover-tab.png");
}
.tabs1 .ui-tabs-nav { .tabs1 .ui-tabs-nav {
padding-left: 4px; padding-left: 4px;
padding-top: 2.3em; padding-top: 3em;
margin: 0; margin: 0;
border: none; border: none;
background-image: url("Mainnav-background.png"); background-image: url("Mainnav-background.png");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 1.9 KiB