summaryrefslogtreecommitdiffstats
path: root/contrib/themes
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-14 00:13:57 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-14 00:13:57 +0000
commit43ae1b4dd754e7dc48b14264d56422bc161d4594 (patch)
tree57e876c7f4f939f8dcfc59de856e9f638df5297f /contrib/themes
parentd62b6301752354c2a26e9f82b0846c490a4dba37 (diff)
downloadampache-43ae1b4dd754e7dc48b14264d56422bc161d4594.tar.gz
ampache-43ae1b4dd754e7dc48b14264d56422bc161d4594.tar.bz2
ampache-43ae1b4dd754e7dc48b14264d56422bc161d4594.zip
fixed theme and added new screenshot
Diffstat (limited to 'contrib/themes')
-rw-r--r--contrib/themes/IL01/screencap/01.jpgbin98628 -> 254737 bytes
-rw-r--r--contrib/themes/IL01/templates/default.css54
2 files changed, 21 insertions, 33 deletions
diff --git a/contrib/themes/IL01/screencap/01.jpg b/contrib/themes/IL01/screencap/01.jpg
index 133ab29e..eb63d1f7 100644
--- a/contrib/themes/IL01/screencap/01.jpg
+++ b/contrib/themes/IL01/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/IL01/templates/default.css b/contrib/themes/IL01/templates/default.css
index c4c0285d..49c01921 100644
--- a/contrib/themes/IL01/templates/default.css
+++ b/contrib/themes/IL01/templates/default.css
@@ -185,6 +185,7 @@ body{
postion:absolute;
float: left;
clear: both;
+ padding-top: 20px;
margin-left:15px;
/*float:left; use for horizontal menu; comment out otherwise */
/* background:#fff url("../themes/classic/images/bg_content.gif") repeat-y right top; */
@@ -240,26 +241,21 @@ div#Header{
}
+
+
/* Sidebar */
-/**
- * Experimental for menus (Thx Sigger)
- * TO DO: Fill in 1px border around menus & submenu items
- * Make padding apply to the li, not just an a. Moving padding: to li throws off the dropdown menu alignment.
- */
-
div#sidebar{
clear:both;
position:absolute;
- left:5px;
- top:100px;
+ left:0px;
+ top:120px;
+ padding-top:0px;
+ background: #F5F5F5;
+ width: 100%;
}
#sidebar h3 {
- width: 120px;
- height: 28px;
- margin 0px;
- padding: 0px;
- background: transparent;
+ display:none;
}
#sidebar h3 span {
@@ -328,17 +324,6 @@ div#sidebar{
}
-
-
-
-
-
-
-
-
-
-
-
/* Styles for Now Playing */
#np_container1{
@@ -421,10 +406,14 @@ margin-right:5em;
#topbar {
float: left;
top:20px;
- height: 140px;
- padding-top:3px;
- padding-left:10px;
-
+ height: 120px;
+ padding-top:0px;
+ padding-left:0px;
+ background: #000000 url("../images/top_fill.jpg") repeat-x;
+ color: #ffffff;
+}
+#topbar a {
+ color: #ffffff;
}
#topbarright {
float: right;
@@ -437,14 +426,13 @@ margin-right:5em;
/* Box Related Styles */
.box {
padding:0px;
- background: #4C669F;
+ background: #F5F5F5;
margin:10px;
-background:transparent;
-border: 1px solid #000000;
-
+ border: 1px solid #000000;
}
.box-title {
- border-bottom: solid 1px #EEFF65;
+ background: #EEFF65;
+ width: 100%;
font-weight: bold;
}
.box-left-top { display:none; }