summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-09-24 19:49:38 +0000
committerspocky <spocky@ampache>2007-09-24 19:49:38 +0000
commit0dce31de404c46555b0c0d9c58297b506e50e4f8 (patch)
tree803d317fff41537473c0d1ae77d971ab82df3f67 /themes
parenta3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (diff)
downloadampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.gz
ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.bz2
ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.zip
- Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
Diffstat (limited to 'themes')
-rw-r--r--themes/classic/templates/default.css33
-rw-r--r--themes/greysme/templates/default.css26
2 files changed, 11 insertions, 48 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index fe4c3db2..0e218fde 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -102,25 +102,11 @@ body { behavior:url("csshover2.htc"); }
font-size:10px;
padding:3px;
}
-#footer p {
- color:#999;
- font-size:10px;
-}
-#footer-content {
- font-size:10px;
-}
-
/************************************************/
/* Buttons */
/************************************************/
-.selected_button {
- background: #000;
- color: #fff;
-}
-.unselected_button {
-}
-#sb_Subsearch input{ margin:0; padding:0;}
+#sb_Subsearch input{ margin:0; padding:0; }
.smallbutton {
border: 1px solid #f0f0f0;
border-color: #f0f0f0 #a0a0a0 #a0a0a0 #f0f0f0;
@@ -160,20 +146,7 @@ a.smallbutton {
.even:hover, .odd:hover {
background:#99ccff;
}
-.headrow {
- font-size: 12px;
- background:#ccc;
-}
-.blank {
- background: #fff;
-}
-.border {
- background: #000;
-}
-.header {
- font-size: 12px;
-}
-
+.border { background: #000; }
/************************************************/
/* Content block */
/************************************************/
@@ -563,7 +536,7 @@ h3#content_title span {
.box_newest_artists {clear:none;}
.box_newest_genres {clear:none;}
.box_topbarright {display:table;}
-
+.box_topbarright #loginInfo {font-weight:bold;display:block;text-align:right;margin-bottom:.3em;}
/************************************************/
/* List Header Styles */
/************************************************/
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index 738664be..ac8fddd7 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -88,6 +88,12 @@ textarea {
.link { cursor:pointer; }
/************************************************/
+/* IE6 behaviors */
+/* - csshover2: :hover support on any element */
+/************************************************/
+body { behavior:url("csshover2.htc"); }
+
+/************************************************/
/* Styles for Site Header */
/************************************************/
@@ -113,25 +119,12 @@ textarea {
#footer {
clear:both;
text-align:center;
- font-size:10px;
padding:3px;
}
-#footer p {
- color:#999;
-}
-#footer-content {
-}
/************************************************/
/* Buttons */
/************************************************/
-
-.selected_button {
- background-color: #000; color: #fff;
-}
-.unselected_button {
- /* there really isn't anything for this */
-}
.smallbutton {
border: 0px;
padding: 0 1px;
@@ -195,9 +188,6 @@ input[type=checkbox]{border:none;background:none;}
/* todo : quand col, mettre sur les a:hover de la col action un background-color:none;*/
.odd td a img:hover, .even td a img:hover {opacity:0.5;}
-.headrow { font-size: 1.2em; } /* ? */
-.blank { background: #fff; } /* ? */
-.header { font-size: 12px; } /* ? */
.border { background: #000; }
@@ -353,10 +343,10 @@ h3#content_title span {} /* Doesn't exist anymore (?) */
padding:0;
border:none;
font-weight:normal;
- background: url(../images/button_back.png) 0 100% repeat-x;
+ background: #111 url(../images/button_back.png) 0 100% repeat-x;
border-bottom: 1px solid #000;
}
-* html #sidebar-page ul.sb3 li{display:inline;} /* fix ie6 */
+* html #sidebar-page ul.sb3 li{display:inline;background:#111;} /* fix ie6 */
#sidebar-page .sb3 a, #sidebar-page .sb3 div{
padding:0.2em 0.6em;
border-left: .5em solid #8b3e38;