diff options
author | spocky <spocky@ampache> | 2007-11-20 23:09:40 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-11-20 23:09:40 +0000 |
commit | 794036ac1f462f302ce71e64132d981f69023e09 (patch) | |
tree | 0b2835d19cf7baf854fa3c894aa067bf5356e5cc /themes | |
parent | 28b86ee456498776e596008ef531b950ec32e7c9 (diff) | |
download | ampache-794036ac1f462f302ce71e64132d981f69023e09.tar.gz ampache-794036ac1f462f302ce71e64132d981f69023e09.tar.bz2 ampache-794036ac1f462f302ce71e64132d981f69023e09.zip |
Almost finished css cleanup
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/images/bg_login.jpg (renamed from themes/classic/images/bg_login_1.jpg) | bin | 9435 -> 9435 bytes | |||
-rw-r--r-- | themes/classic/images/bg_login_0.jpg | bin | 10936 -> 0 bytes | |||
-rw-r--r-- | themes/classic/templates/default.css | 259 | ||||
-rw-r--r-- | themes/greysme/images/box_bottom.png | bin | 0 -> 984 bytes | |||
-rw-r--r-- | themes/greysme/images/box_top.png | bin | 0 -> 1098 bytes | |||
-rw-r--r-- | themes/greysme/images/punaise-bl.gif | bin | 552 -> 551 bytes | |||
-rw-r--r-- | themes/greysme/images/punaise-br.gif | bin | 556 -> 555 bytes | |||
-rw-r--r-- | themes/greysme/images/punaise-tl.gif | bin | 555 -> 554 bytes | |||
-rw-r--r-- | themes/greysme/templates/default.css | 391 |
9 files changed, 217 insertions, 433 deletions
diff --git a/themes/classic/images/bg_login_1.jpg b/themes/classic/images/bg_login.jpg Binary files differindex ee10fe66..ee10fe66 100644 --- a/themes/classic/images/bg_login_1.jpg +++ b/themes/classic/images/bg_login.jpg diff --git a/themes/classic/images/bg_login_0.jpg b/themes/classic/images/bg_login_0.jpg Binary files differdeleted file mode 100644 index ea53491c..00000000 --- a/themes/classic/images/bg_login_0.jpg +++ /dev/null diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index dbfe4287..74457687 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -73,6 +73,16 @@ input { body { behavior:url("templates/csshover2.htc"); }
/************************************************/
+/* Float Clearer */
+/************************************************/
+/* float clearing for IE6 */
+* html .clearfix{ height: 1%; overflow: visible; }
+/* float clearing for IE7 */
+/**+html .clearfix{ min-height: 1%; }*/
+/* float clearing for everyone else */
+.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
+
+/************************************************/
/* XSPF Player */
/************************************************/
.xspf_player {
@@ -81,6 +91,11 @@ body { behavior:url("templates/csshover2.htc"); } }
/************************************************/
+/* Main Container */
+/************************************************/
+#maincontainer{}
+
+/************************************************/
/* Header */
/************************************************/
#header {
@@ -103,6 +118,13 @@ body { behavior:url("templates/csshover2.htc"); } }
/************************************************/
+/* Content block */
+/************************************************/
+#content {
+ margin: 20px 135px 20px 135px;
+}
+
+/************************************************/
/* Footer */
/************************************************/
#footer {
@@ -115,7 +137,7 @@ body { behavior:url("templates/csshover2.htc"); } /************************************************/
/* Buttons */
/************************************************/
-.button, input[type=button], input[type=submit], .text-action a {
+.button, input[type=button], input[type=submit] {
border: 1px solid #f0f0f0;
border-color: #f0f0f0 #a0a0a0 #a0a0a0 #f0f0f0;
background: #d0d0d0;
@@ -125,7 +147,7 @@ body { behavior:url("templates/csshover2.htc"); } text-decoration:none;
cursor: pointer;
}
-a.button{padding:1px}
+a.button{padding:1px 3px;}
/************************************************/
/* Sidebar */
@@ -458,10 +480,18 @@ a.button{padding:1px} }
* html .box-right-bottom {right: expression(-this.parentNode.offsetWidth%2+"px");} /* Fixes an IE6 rounding error */
+
+/* Specific to Info Boxes */
+.info-box .album_art {float:left;margin-right:10px;}
+#information_actions { margin-left:5px; font-size:0.7em; }
+#information_actions h3 { font-size:1.2em; margin:0.2em; }
+
/* Specific boxes */
.box_newest_albums {}
.box_newest_artists {clear:none;}
.box_newest_genres {clear:none;}
+.box_preferences h4 {color:#000;font:bold 14px Verdana, Helvetica, sans-serif;padding:0.8em 0;}
+
/************************************************/
/* Tables (songs lists...) */
@@ -471,10 +501,9 @@ a.button{padding:1px} vertical-align: top;
text-align:center;
}
-.odd, .odd td {
- font-size: 12px;
- border-bottom:1px dotted #c0c0c0;
-}
+
+/* table rows */
+.odd, .odd td,
.even, .even td {
font-size: 12px;
border-bottom:1px dotted #c0c0c0;
@@ -482,35 +511,35 @@ a.button{padding:1px} .even:hover, .odd:hover {
background:#99ccff;
}
+
+/* Misc */
.border { background: #000; }
+.tabledata input, .tabledata select{ margin:2px 0;}
/* specific cells */
.cel_cover{padding:6px;}
.cel_select, .cel_action, .cel_date, .cel_applytoall, .cel_level {text-align:center;}
+/* specific cells : users login state */
+.user_online{background:#0f0;}
+.user_offline{background:#7f0000;}
+.user_disabled{background:#ccc;}
-/* specific boxes */
+/* specific tables */
#recently_played .th-bottom {display:none;}
+.box_preferences .th-bottom {display:none;}
-/************************************************/
-/* Content block */
-/************************************************/
-#content {
- margin: 20px 135px 20px 135px;
-}
/************************************************/
/* Albums of the moment */
/************************************************/
-.random_album
-{
+.random_album{
position:relative;
float:left;
padding:8px;
width:80px;
}
-.random_album .play_album
-{
+.random_album .play_album{
display:none;
}
@@ -550,156 +579,87 @@ a.button{padding:1px} /* List Header */
/************************************************/
.list-header{margin:7px 0; padding:0 4em; text-align:center; font-size: 0.8em;position:relative;}
-.list-header .prev{/*float:left;*/ position:absolute; top:0; left:0;}
-.list-header .next{/*float:right;*/ position:absolute; top:0; right:0;}
+.list-header .prev{position:absolute; top:0; left:0;}
+.list-header .next{position:absolute; top:0; right:0;}
.list-header .selected{background: #e0e0e0;}
.list-header .page-nb{padding:1px;border: 1px solid #ccc;text-decoration: none;}
.list-header .page-nb:hover{background: #d0d0d0;}
/************************************************/
-/* Text Action */
+/* Errors */
/************************************************/
-.text-action, .text-action li {
- list-style: none;
- margin:5px 0;
- padding-left:0px;
-}
-.text-action div {
- text-decoration: underline;
- cursor: pointer;
- display:block;
+.error {
+ color:#903;
}
-.text-action #pt_active {
- background: #000;
- color: #fff;
- border:1px solid #ddd;
+
+.fatalerror {
+ display:table-cell;
+ padding:3px;
+ color:#903;
+ font-weight:bold;
+ font-size:1.2em;
}
/************************************************/
-/* Styles for Header */
-/*(for ampache admin : installation, update...) */
+/* LocalPlay */
/************************************************/
-div#Header{
- height:80px;
- margin-bottom:3px;
-}
-#Header h1 {
- width: 439px;
- height: 84px;
- float: left;
- border:0;
- background: transparent url(../images/bg_login_0.jpg) no-repeat top left;
-}
-#Header h1 span {
- display:none
-}
-#Header h2 {
- float: right;
- margin-top: 75px;
- width: 200px;
- height: 18px;
- background: transparent url(001/h2.gif) no-repeat top left;
-}
-#Header h2 span {
- font-size: 10px;
- margin-left: 10px;
+.lp_box_ctrl, .lp_box_vol {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
}
/************************************************/
/* Styles for Login template */
/************************************************/
-#container{
+#loginPage #maincontainer{
margin:100px auto 0 auto;
width:437px;
font-size:12px;
text-align:center;
}
-#container h1{
- background:url(../images/bg_login_0.jpg) no-repeat;
- height:81px;
- margin-bottom:8px;
-}
-#container h1 span{
- display:none;
-}
-#container div.fatalerror {
- display:block;
- height:auto;
- padding:5px;
- margin:10px;
- background:none;
+#loginPage #header{
+ padding:0;
}
-#container div{
- background:url(../images/bg_login_1.jpg) no-repeat;
- height:285px;
+
+#loginPage #loginbox{
+ background:url(../images/bg_login.jpg) no-repeat;
+ height:292px;
}
-#loginp_0{
- color:#333;
- margin-top:0;
- padding-top:60px;
+#loginPage h2{
+ color:#333;
+ padding-top:60px;
+ font-weight: normal;
}
-.loginp_1{
+.loginfield{
text-align:right;
padding-right:100px;
+ margin: 1em 0;
}
-.loginp_1 label{
- font-weight:bold;
-}
-.loginp_1 input{
- border:1px solid #999;
+.loginfield input.text_input{
+ width:12em;
+ border:1px solid #999;
}
-input.text_input{
-width:12em;
+.loginfield label{
+ font-weight:bold;
}
-.loginp_1 input.check_input{
-margin-right:5em;
+.loginfield #rememberme{
+ margin-right:5em;
+ background:none;
}
-
-/************************************************/
-/* TV Page Related Styles */
-/************************************************/
-#tv_np{
- float:right;
-}
-#tv_left{
- float:left;
- clear:right;
-}
-#tv_playlist{
- clear:both;
+#loginPage div.fatalerror {
+ padding:5px;
+ margin:10px;
}
-
/************************************************/
-/* User Online/Offline style, used in users.php */
+/* Misc */
/************************************************/
-td.user_online{
- background:#0f0;
-}
-td.user_offline {
- background:#7f0000;
-}
-td.user_disabled {
- background:#ccc;
+.formValidation{
+ margin-top:1em;
+ text-align:center;
}
-
-/************************************************/
-/* Additional Information Boxes */
-/************************************************/
-#information_actions {
- margin-left:5px;
- font-size:0.7em;
-}
-#information_actions ul { list-style:none; }
-#information_actions h3 { font-size:1.2em;margin:0.2em; }
-
-
-/************************************************/
-/* Misc */
-/************************************************/
.text-box, .confirmation-box {
display:table-cell;
padding:5px 5px 0 5px;
@@ -719,44 +679,3 @@ td.user_disabled { display: none;
text-indent:-9999em;
}
-
-#mpdpl td {
- padding:0 2px 0 2px;
- text-align:left;
-}
-.header1 {
- color:#000;
- font:bold 18px Verdana, Helvetica, sans-serif;
-}
-.header2 {
- color:#000;
- font:bold 14px Verdana, Helvetica, sans-serif;
-}
-.error {
- color:#903;
-}
-.fatalerror {
- display:table-cell;
- padding:3px;
- color:#903;
- font-weight:bold;
- font-size:1.2em;
-}
-.disabled {
- text-decoration:line-through;
-}
-#maincontainer{}
-.tabledata input, .tabledata select{ margin:2px 0;}
-.display {}
-
-
-.lp_box_ctrl {
- text-align: center; /*for compatibility, may be controlled by themers now*/
-/* padding-top: 5px; */
-}
-.lp_box_vol {
- text-align: center; /*for compatibility, may be controlled by themers now*/
-/* padding-left: 7px; */
-}
-
-.info-box .album_art {float:left;margin-right:10px;}
diff --git a/themes/greysme/images/box_bottom.png b/themes/greysme/images/box_bottom.png Binary files differnew file mode 100644 index 00000000..13e379fc --- /dev/null +++ b/themes/greysme/images/box_bottom.png diff --git a/themes/greysme/images/box_top.png b/themes/greysme/images/box_top.png Binary files differnew file mode 100644 index 00000000..9d60b94b --- /dev/null +++ b/themes/greysme/images/box_top.png diff --git a/themes/greysme/images/punaise-bl.gif b/themes/greysme/images/punaise-bl.gif Binary files differindex dd6b5804..18bd716e 100644 --- a/themes/greysme/images/punaise-bl.gif +++ b/themes/greysme/images/punaise-bl.gif diff --git a/themes/greysme/images/punaise-br.gif b/themes/greysme/images/punaise-br.gif Binary files differindex 97b47e50..e86e1c16 100644 --- a/themes/greysme/images/punaise-br.gif +++ b/themes/greysme/images/punaise-br.gif diff --git a/themes/greysme/images/punaise-tl.gif b/themes/greysme/images/punaise-tl.gif Binary files differindex 58e19e9c..4cc0d7a4 100644 --- a/themes/greysme/images/punaise-tl.gif +++ b/themes/greysme/images/punaise-tl.gif diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 5c3ff090..ee3a02d0 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -63,7 +63,6 @@ body{ }
ol { list-style-type: decimal-leading-zero; }
-li { list-style-position: inside; }
p { color: #e9ad51; }
a { color: #74718a; text-decoration: none; }
@@ -90,6 +89,16 @@ textarea { background-color: #111; color: #e9ad51; } body { behavior:url("templates/csshover2.htc"); }
/************************************************/
+/* Float Clearer */
+/************************************************/
+/* float clearing for IE6 */
+* html .clearfix{ height: 1%; overflow: visible; }
+/* float clearing for IE7 */
+/* *+html .clearfix{ min-height: 1%; }*/
+/* float clearing for everyone else */
+.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
+
+/************************************************/
/* XSPF Player */
/************************************************/
.xspf_player {
@@ -98,15 +107,20 @@ body { behavior:url("templates/csshover2.htc"); } }
/************************************************/
+/* Main Container */
+/************************************************/
+#maincontainer{}
+
+/************************************************/
/* Header */
/************************************************/
#header { padding: 0 0; }
-#headerbox { font-size: 0.9em; text-align: right; color: #e9ad51; position: absolute; top: 20px; right: 0; padding: 3px; }
+#headerbox { font-size: 0.9em; text-align: right; color: #e9ad51; position: absolute; top: 15px; right: 0; padding: 3px; }
#headerbox b { font-weight: normal }
#headerbox a { color: #e9ad51;}
#headerlogo { text-align: center; background: url(../images/ampache_back.gif) 0 0 repeat-x;}
#headerlogo a { }
-#headerbox .box_headerbox {background:transparent;border:none;}
+#headerbox .box-content {background:transparent;border:none;}
#headerbox .box-top{display:none;}
#headerbox .box-bottom{display:none;}
@@ -116,6 +130,13 @@ body { behavior:url("templates/csshover2.htc"); } }
/************************************************/
+/* Content block */
+/************************************************/
+#content {
+ margin:10px 14em 10px 13.5em;
+}
+
+/************************************************/
/* Footer */
/************************************************/
#footer {
@@ -132,7 +153,7 @@ body { behavior:url("templates/csshover2.htc"); } /* Buttons */
/************************************************/
-.button, input[type=button], input[type=submit], .text-action a {
+.button, input[type=button], input[type=submit] {
background:#8b3e38 url(../images/button_back2.png) 0 100% repeat-x !important;
background:#8b3e38;
color:#e9ad51;
@@ -141,14 +162,13 @@ body { behavior:url("templates/csshover2.htc"); } border:0;
cursor:pointer;
}
-.button:hover, input[type=button]:hover, input[type=submit]:hover, div.text-action a:hover {
+.button:hover, input[type=button]:hover, input[type=submit]:hover {
background:#74718a url(../images/button_back2.png) 0 100% repeat-x !important;
background:#74718a;
}
a.button { padding:1px .5em; }
-input[type=checkbox] {border:0;background:none;}
-.text-action span { display:block; }
+input[type=checkbox] { border:0;background:none; }
/************************************************/
/* Sidebar */
@@ -261,7 +281,9 @@ input[type=checkbox] {border:0;background:none;} .alphabet {
background:transparent; /* fix ie bug */
margin: 0.3em auto;
+ font-size: 0.9em;
}
+
.alphabet span.link {
cursor: pointer;
margin: 0;
@@ -419,13 +441,12 @@ input[type=checkbox] {border:0;background:none;} .box-title {
display:block;
color:#8b3e38;
- padding:3px 3px 0 18px;
- background: url(../images/puce.gif) 0 50% no-repeat;
+ padding:3px 13px 0 28px;
+ background: #000 url(../images/puce.gif) 10px 50% no-repeat;
font-size: 1.1em;
font-variant:small-caps;
border-bottom:1px solid #8b3e38;
letter-spacing:0.1em;
- margin: 0 10px;
}
.box-title:first-letter{font-style:italic;}
@@ -436,11 +457,9 @@ input[type=checkbox] {border:0;background:none;} /* Enclosing Boxes Styles */
.box, .info-box {
margin-top: 7px;
- margin-right: 5px;
- background: #050505 url(../images/back-box.gif) 0 0 no-repeat;
+ margin-right: 11px;
+ /*background: url(../images/back-box.gif) 0 0 no-repeat;*/
font-size : 0.9em;
- border: 1px solid #8b3e38;
- border-width: 1px 1px 0 0;
float:left;
clear:left;
height:1%; /* IE6 : Holly Hack comes to rescue once again */
@@ -452,49 +471,60 @@ input[type=checkbox] {border:0;background:none;} background: url(../images/right.gif) top right repeat-y;
}
.box-content {
- padding:8px 12px;
+ padding:12px 12px;
+ background:#000;
}
.box-top {
position:relative;
+ background:transparent url(../images/box_top.png) 0 100% repeat-x !important;
+ background:#000;
}
.box-left-top {
- background: url(../images/punaise-tl.gif) no-repeat;
- height:16px;
- width:16px;
- position:relative;left:-4px;top:-4px;
+ /*background: url(../images/punaise-tl.gif) no-repeat;*/
+ height:15px;
+ width:17px;
+ position:relative;left:/*-8px*/ 30%;top:-3px;
}
.box-right-top {
- background: url(../images/curl.gif) no-repeat;
- height:16px;
- width:20px;
- position:absolute;right:0;top:0;
+ /*background: url(../images/curl.gif) no-repeat;*/
+ background: url(../images/punaise-tl.gif) no-repeat;
+ height:15px;
+ width:17px;
+ position:absolute;left:30%;top:-3px;
}
* html .box-right-top {right: expression(-this.parentNode.offsetWidth%2+"px");} /* Fixes an IE6 rounding error */
.box-bottom {
position:relative;clear:both;
+ background:transparent url(../images/box_bottom.png) 0 0 repeat-x !important;
+ background:#000;
}
.box-left-bottom {
background: url(../images/punaise-bl.gif) no-repeat;
- height:18px;
- width:16px;
- position:relative;left:-6px;top:5px;
+ height:15px;
+ width:17px;
+ position:relative;left:-7px;top:-3px;
}
.box-right-bottom {
background: url(../images/punaise-br.gif) no-repeat;
- height:18px;
- width:20px;
- position:absolute;right:-6px;top:5px;
+ height:15px;
+ width:17px;
+ position:absolute;right:-7px;top:-3px;
}
* html .box-right-bottom {right: expression(-this.parentNode.offsetWidth%2+"px");} /* Fixes an IE6 rounding error */
+
+/* Specific to Info Boxes */
+.info-box .album_art {float:left;margin-right:10px;}
+.info-box th {color:#8b3e38;}
+#information_actions { }
+#information_actions h3 { color:#8b3e38; font-size:1.2em; margin:0.2em; }
+
/* Specific boxes */
.box_newest_albums {}
.box_newest_artists {clear:none;}
.box_newest_genres {clear:none;}
-
-.info-box th {color:#8b3e38;}
-
+.box_preferences h4 {color: #8b3e38;font-size: 1.1em;text-align:center;font-weight: bold;border-bottom:1px solid #8b3e38;padding:1em;}
/************************************************/
/* Tables (songs lists...) */
@@ -507,8 +537,9 @@ input[type=checkbox] {border:0;background:none;} color:#8b3e38;
font-variant:small-caps;
font-weight:normal;
- border-right:1px solid #000;
+ border-right:3px solid #000;
text-align:center;
+ line-height:2em;
}
.tabledata th a {
color:#8b3e38;
@@ -522,55 +553,55 @@ input[type=checkbox] {border:0;background:none;} background-image:url(../images/sort_on.gif);
}
-.tabledata td a{display:block;}
-.tabledata td.cel_add a, .tabledata td.cel_action a{display:inline;}
-
+/* table rows */
.odd, .even { background: url(../images/list_back.png) 0 50% repeat-x !important; background-image: none;}
.odd { background-color: #111 !important;}
.even { }
.odd:hover, .even:hover { background-color: #2b293d !important;}
-.odd td a img, .even td a img {opacity:0.7;}
-.odd td a img:hover, .even td a img:hover {opacity:1;}
-
-.discnb { font-style: italic; font-size:0.8em; }
-
+/* Misc */
.border { background: #000; }
+.tabledata input[type=text], .tabledata select{ margin:1px 0; }
+.discnb { font-style: italic; font-size:0.8em; }
/* specific cells */
.cel_cover{padding:6px;}
.cel_select, .cel_action, .cel_date, .cel_applytoall, .cel_level {text-align:center;}
-
td.cel_track {text-align:right;}
+/* specific cells : users login state */
+.user_online{background:#0f0;}
+.user_offline{background:#7f0000;}
+.user_disabled{background:#ccc;}
+/* specific cells : enlarge links */
+.tabledata td a{display:block;}
+.tabledata td.cel_add a, .tabledata td.cel_action a{display:inline;}
+/* specific cells : image links */
+.odd td a img, .even td a img {opacity:0.7;}
+.odd td a img:hover, .even td a img:hover {opacity:1;}
-/* specific boxes */
+/* specific tables */
#recently_played .th-bottom {display:none;}
-
-/************************************************/
-/* Content block */
-/************************************************/
-#content {
- margin:10px 14em 10px 13.5em;
-}
-
+.box_preferences .th-bottom {display:none;}
/************************************************/
/* Albums of the moment */
/************************************************/
-.random_album
-{
+.random_album{
position:relative;
float:left;
padding:8px;
}
-.random_album .play_album
-{
+.random_album .play_album{
position:absolute;
top:10px;
right:0;
}
+#random_selection .box-content{
+ float:left;
+}
+
/************************************************/
/* Now Playing */
/************************************************/
@@ -598,209 +629,96 @@ td.cel_track {text-align:right;} padding-left:10px;
}
+#now_playing .box-content{
+background:#000;
+ float:left;
+}
+
/************************************************/
/* List Header */
/************************************************/
.list-header{margin:7px 0; padding:0 4em; text-align:center; font-size: 0.9em;position:relative;}
-.list-header .prev{/*float:left;*/ position:absolute; top:0; left:0;}
-.list-header .next{/*float:right;*/ position:absolute; top:0; right:0;}
+.list-header .prev{position:absolute; top:0; left:0;}
+.list-header .next{position:absolute; top:0; right:0;}
.list-header .selected{background:#e9ad51;color:#111;}
.list-header .page-nb{padding:1px;border: 1px solid #111;}
.list-header a:hover{background: transparent; border-color:#e9ad51;}
-
/************************************************/
-/* Text Action */
+/* Errors */
/************************************************/
-
-.text-action {
- border-top:1px dotted #8b3e38;
-}
-.text-action, .text-action li {
- margin: 10px 0 5px 0;
- list-style: none;
- padding: 1px 0 0 0;
- text-wrap: none;
-}
-
-/* See input.button class */
-/*
-.text-action a, .text-action span {
- background: #111;
- border: 1px solid #000;
- padding-left: 2px;
- padding-right: 2px;
- text-decoration: none;
- text-wrap: none;
-}
-*/
-
-.text-action #pt_active {
- background: #000;
- color: #fff;
- border: 1px solid #ddd;
- text-wrap: none;
-}
-
-
-/************************************************/
-/* Tabs (for preferences) */
-/************************************************/
-
-#tablist {
- padding: 4px 0;
- margin: 12px 0 0 0;
-}
-
-#tablist li {
- list-style: none;
- display: inline;
-}
-
-#tablist li a {
- padding: 0 0.5em;
- margin-left: 3px;
- color: #000;
- background: #8b3e38 url(../images/button_back.png) 0 100% repeat-x !important;
- background: #8b3e38;
-
+.error {
+ color: #990033;
}
-#tablist li a:hover {
- border-top: 2px solid #e9ad51;
- color: #e9ad51;
+.fatalerror {
+ padding: 3px;
+ display: table-cell;
+ color: #990033;
+ font-weight:bold;
+ border:2px solid #990033;
}
-#tablist li a#current {
- padding: 5px 0.5em;
- color: #8b3e38;
- background: #111;
- background: #111 !important;
- border:none;
-}
/************************************************/
-/* Styles for Header */
-/*(for ampache admin : installation, update...) */
+/* LocalPlay */
/************************************************/
-
-div#Header {
- height: 80px;
- margin-bottom: 3px;
- padding: 0px;
+.lp_box_ctrl, .lp_box_vol {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
}
-#Header h1 {
- background: transparent url(../themes/classic/images/bg_login_0.jpg) no-repeat top left;
- border: 0;
- width: 439px;
- height: 84px;
- float: left;
-}
-
-#Header h1 span {
- display:none
-}
-
-#Header h2 {
- background: transparent url(001/h2.gif) no-repeat top left;
- margin-top: 75px;
- width: 200px;
- height: 18px;
- float: right;
-}
-
-#Header h2 span {
- font-size: 10px;
- margin-left: 10px;
-}
-
-/************************************************/
-/* User Online/Offline style, used in users.php */
-/************************************************/
-td.user_online{
- background:#0f0;
-}
-td.user_offline {
- background:#7f0000;
-}
-td.user_disabled {
- background:#ccc;
-}
/************************************************/
/* Styles for Login template */
/************************************************/
-
-#container {
+#loginPage #maincontainer {
margin: 100px auto 0px auto;
text-align:center;
}
-#container h1 {
- background:url(../images/ampache_back.gif) 0 0 repeat-x;
-}
-#container h1 span {
- background: url(../images/ampache.gif) 50% 0 no-repeat;
- height: 120px;
- margin-bottom: 8px;
- display:block;
- text-indent:-9000px;
-}
-#container div {
- width:340px;
- margin:auto;
-}
-#loginp_0 {
+#loginPage h2{
color:#111;
font-size:0.8em;
font-style:italic;
+ font-weight:normal;
margin: 0 0 2em 0;
}
-.loginp_1 {
+#loginPage #loginbox{
+ width:340px;
+ margin:auto;
+}
+.loginfield{
text-align:right;
padding-right:100px;
+ margin: 1px 0;
}
-.loginp_1 span {
- font-weight:bold;
-}
-.loginp_1 input {
- border:1px solid #74718a;
+.loginfield input.text_input{
+ width:12em;
+ border:1px solid #74718a;
}
-input.text_input {
- width:12em;
-}
-.loginp_1 input.check_input {
- margin-left:5px;
+
+#loginPage div.fatalerror {
+ padding:5px;
+ margin:10px;
}
+
/************************************************/
/* Misc */
/************************************************/
-.text-box {
- display: table-cell;
- padding:5px;
- margin:0 0 10px 0;
- background-color: #111;
+.formValidation{
+ margin-top:1em;
+ text-align:center;
}
-.confirmation-box {
- padding: 5px 5px 0 5px;
- margin-bottom: 10px;
+.text-box, .confirmation-box {
display: table-cell;
+ padding:5px;
+ margin:0 0 10px 0;
background-color: #111;
- border: 2px solid #000;
-}
-
-.alphabet {
- margin: 10px;
- font-size: 0.9em;
- font-weight: normal;
}
-.display {}
-
#ajax-loading {
position: absolute;
top:106px;
@@ -813,56 +731,3 @@ input.text_input { display: none;
}
-#mpdpl td {
- padding: 0 2px 0 2px;
- text-align: left;
-}
-
-.tabledata input, .tabledata select{ margin:0 0 2px 0;}
-
-.header1 {
- color: #8b3e38;
- background: #111 url(../images/button_back.png) 0 100% repeat-x !important;
- background: #111;
- font-size: 1.4em;
- font-variant:small-caps;
- display:block;
- padding:2px 5px;
-}
-.header2 {
- color: #8b3e38;
- font-size: 1.1em;
- text-align:center;
- font-weight: bold;
- border-bottom:1px solid #8b3e38;
- padding:1em;
-}
-
-.error {
- color: #990033;
-}
-
-.fatalerror {
- padding: 3px;
- display: table-cell;
- color: #990033;
- font-weight:bold;
- border:2px solid #990033;
-}
-
-#container div.fatalerror {
- background:none;
- height:auto;
- padding:5px;
- margin:10px;
- display:block;
-}
-
-.disabled { text-decoration: line-through; }
-
-
-#maincontainer{}
-
-.info-box .album_art {float:left;margin-right:10px;}
-#information_actions ul { list-style:none; }
-#information_actions h3 { color:#8b3e38; font-size:1.2em; margin:0.2em; }
|