diff options
author | nf <nf@ampache> | 2007-07-14 09:57:18 +0000 |
---|---|---|
committer | nf <nf@ampache> | 2007-07-14 09:57:18 +0000 |
commit | 781af14ecf182f61edffb50d4e6edf8f43a7d97e (patch) | |
tree | b7e80652311b64e7f7962ad5b6bec52749bd6db3 | |
parent | 6461014d77f4abf7f71a6fd630d1f9fa3364d13c (diff) | |
download | ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.tar.gz ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.tar.bz2 ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.zip |
Added support for the new np_cell css classes to all themes
22 files changed, 36 insertions, 28 deletions
diff --git a/contrib/themes/Cleandy-Peach/templates/default.css b/contrib/themes/Cleandy-Peach/templates/default.css index 872ed0ab..343863b2 100644 --- a/contrib/themes/Cleandy-Peach/templates/default.css +++ b/contrib/themes/Cleandy-Peach/templates/default.css @@ -543,7 +543,7 @@ margin-right:5em; } /* for rating-patch by blueorder, needs a modified */ -.np_cell_1 { /*username and rating*/ +.np_cell_left { /*username and rating, formerly 1*/ list-style: none; width: 120px; padding: 0; @@ -551,7 +551,7 @@ margin-right:5em; border-bottom:1px dotted silver; border-top:1px dotted silver; } -.np_cell_1 li ul td{ +.np_cell_left li ul td{ list-style: none; margin-left: auto; margin-right: auto; @@ -567,20 +567,20 @@ margin-right:5em; margin-left: auto; margin-right: auto; }*/ -.np_cell_3 { /*artist and album name*/ +.np_cell_m { /*artist and album name, formerly 3*/ width: 150px; padding: 2; text-align:right; border-bottom:1px dotted silver; border-top:1px dotted silver; } -.np_cell_3 ul { +.np_cell_m ul { margin-left: auto; margin-right: auto; border-bottom:1px dotted silver; border-top:1px dotted silver; } -.np_cell_4 { /*album image*/ +.np_cell_right { /*album image, formerly 4*/ width: 75px; padding: 0; text-align:center; diff --git a/contrib/themes/Cleandy/templates/default.css b/contrib/themes/Cleandy/templates/default.css index a5e21362..16a60527 100644 --- a/contrib/themes/Cleandy/templates/default.css +++ b/contrib/themes/Cleandy/templates/default.css @@ -542,7 +542,7 @@ margin-right:5em; } /* for rating-patch by blueorder, needs a modified */ -.np_cell_1 { /*username and rating*/ +.np_cell_left { /*username and rating, formerly 1*/ width: 120px; padding: 0; text-align:left; @@ -558,20 +558,20 @@ margin-right:5em; margin-left: auto; margin-right: auto; }*/ -.np_cell_3 { /*artist and album name*/ +.np_cell_m { /*artist and album name, formerly 3*/ width: 150px; padding: 2; text-align:right; border-bottom:1px dotted silver; border-top:1px dotted silver; } -.np_cell_3 ul { +.np_cell_m ul { margin-left: auto; margin-right: auto; border-bottom:1px dotted silver; border-top:1px dotted silver; } -.np_cell_4 { /*album image*/ +.np_cell_right { /*album image, formerly 4*/ width: 75px; padding: 0; text-align:center; diff --git a/contrib/themes/Green-Marble/templates/default.css b/contrib/themes/Green-Marble/templates/default.css index a0823ca4..1a99ca77 100644 --- a/contrib/themes/Green-Marble/templates/default.css +++ b/contrib/themes/Green-Marble/templates/default.css @@ -262,7 +262,7 @@ h3#content_title span { .np_row { padding: 3px 0; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } diff --git a/contrib/themes/Greysme/templates/default.css b/contrib/themes/Greysme/templates/default.css index db4a52e0..eac3d4c6 100644 --- a/contrib/themes/Greysme/templates/default.css +++ b/contrib/themes/Greysme/templates/default.css @@ -336,7 +336,7 @@ h3#content_title span {} /* Doesn't exist anymore (?) */ padding-bottom: 3px;
display: block;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
margin: 10px;
}
diff --git a/contrib/themes/IL01/templates/default.css b/contrib/themes/IL01/templates/default.css index 49c01921..958c9cad 100644 --- a/contrib/themes/IL01/templates/default.css +++ b/contrib/themes/IL01/templates/default.css @@ -482,7 +482,7 @@ margin-right:5em; padding-top: 3px; padding-bottom: 3px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } #tablist { diff --git a/contrib/themes/INHOLLAND/templates/default.css b/contrib/themes/INHOLLAND/templates/default.css index 5831062f..66fc3657 100644 --- a/contrib/themes/INHOLLAND/templates/default.css +++ b/contrib/themes/INHOLLAND/templates/default.css @@ -561,7 +561,7 @@ margin-right:5em; padding-bottom: 3px; display: block; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } diff --git a/contrib/themes/Spiffy/templates/default.css b/contrib/themes/Spiffy/templates/default.css index b650546d..64fa32bd 100644 --- a/contrib/themes/Spiffy/templates/default.css +++ b/contrib/themes/Spiffy/templates/default.css @@ -505,7 +505,7 @@ margin-right:5em; padding-bottom: 3px; display: block; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } #tablist { diff --git a/contrib/themes/StoneBlue/templates/default.css b/contrib/themes/StoneBlue/templates/default.css index d90682bd..3835eb6f 100644 --- a/contrib/themes/StoneBlue/templates/default.css +++ b/contrib/themes/StoneBlue/templates/default.css @@ -286,7 +286,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); }
#sidebar ul {
display: block;
- border; 1px;
+ border: 1px; /*syntax fixed by the_foster*/
margin: 0px;
list-style: none;
padding: 0px;
@@ -337,9 +337,11 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); left: -11em;
top: 2em;
}
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
+}
/**
* End Div Definitions
* This is the end of the main structure def's
*/
-->
-</style>
+</style>
\ No newline at end of file diff --git a/contrib/themes/Supernova/templates/default.css b/contrib/themes/Supernova/templates/default.css index 59e80b5e..0bf5135d 100644 --- a/contrib/themes/Supernova/templates/default.css +++ b/contrib/themes/Supernova/templates/default.css @@ -487,7 +487,7 @@ margin-right:5em; padding-top: 3px; padding-bottom: 3px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } #tablist { diff --git a/contrib/themes/apex/templates/default.css b/contrib/themes/apex/templates/default.css index 54bb14fc..df2ccdf9 100644 --- a/contrib/themes/apex/templates/default.css +++ b/contrib/themes/apex/templates/default.css @@ -349,12 +349,13 @@ div#sidebar { border: 0;
width: 780px;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
padding: 10px 0 10px 0;
text-align: center;
border: 0;
width: 500px;
}
+
#biddaddy {
/* I didn't pick the name. Its the box around most of the stuff on the main page. */
diff --git a/contrib/themes/aphelion/templates/default.css b/contrib/themes/aphelion/templates/default.css index e7707123..8e318462 100644 --- a/contrib/themes/aphelion/templates/default.css +++ b/contrib/themes/aphelion/templates/default.css @@ -224,7 +224,7 @@ div#sidebar { border: 0;
width: 780px;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
padding: 10px 0 10px 0;
text-align: center;
border: 0;
diff --git a/contrib/themes/apogee/templates/default.css b/contrib/themes/apogee/templates/default.css index 293a7158..655becaf 100644 --- a/contrib/themes/apogee/templates/default.css +++ b/contrib/themes/apogee/templates/default.css @@ -262,7 +262,7 @@ div#sidebar { border: 0;
width: 780px;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
padding: 10px 0 10px 0;
text-align: center;
border: 0;
diff --git a/contrib/themes/dark/templates/default.css b/contrib/themes/dark/templates/default.css index e63ec6c1..7bfae8dc 100644 --- a/contrib/themes/dark/templates/default.css +++ b/contrib/themes/dark/templates/default.css @@ -489,7 +489,7 @@ margin-right:5em; padding-top: 3px; padding-bottom: 3px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } #tablist { diff --git a/contrib/themes/eGurl/templates/default.css b/contrib/themes/eGurl/templates/default.css index ac14d422..a76a3342 100644 --- a/contrib/themes/eGurl/templates/default.css +++ b/contrib/themes/eGurl/templates/default.css @@ -474,7 +474,7 @@ margin-right:5em; padding-top: 3px; padding-bottom: 3px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } #tablist { diff --git a/contrib/themes/empires/templates/default.css b/contrib/themes/empires/templates/default.css index 28ca4ae8..3bdbf924 100644 --- a/contrib/themes/empires/templates/default.css +++ b/contrib/themes/empires/templates/default.css @@ -382,7 +382,7 @@ div#sidebar{ border: 0; width: 780px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { color: #F9F9F9; padding: 10px 0 10px 0; text-align: center; diff --git a/contrib/themes/exterminal/templates/default.css b/contrib/themes/exterminal/templates/default.css index 21cb8cd8..e9b035d3 100644 --- a/contrib/themes/exterminal/templates/default.css +++ b/contrib/themes/exterminal/templates/default.css @@ -380,7 +380,7 @@ text-decoration: line-through; border: 0; width: 780px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { color: #F9F9F9; padding: 10px 0 10px 0; text-align: center; diff --git a/contrib/themes/exterminal_exhibitA/templates/default.css b/contrib/themes/exterminal_exhibitA/templates/default.css index 8e084d07..4f23b18b 100644 --- a/contrib/themes/exterminal_exhibitA/templates/default.css +++ b/contrib/themes/exterminal_exhibitA/templates/default.css @@ -378,7 +378,7 @@ text-decoration: line-through; border: 0; width: 780px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { color: #ff6600; padding: 10px 0 10px 0; text-align: center; diff --git a/contrib/themes/klassikiosk/templates/default.css b/contrib/themes/klassikiosk/templates/default.css index bf1258bb..c3cc3474 100644 --- a/contrib/themes/klassikiosk/templates/default.css +++ b/contrib/themes/klassikiosk/templates/default.css @@ -302,7 +302,7 @@ h3#content_title span { .np_row {
padding: 3px 0;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
margin: 10px;
}
diff --git a/contrib/themes/simple_h/templates/default.css b/contrib/themes/simple_h/templates/default.css index aeb91490..60ee4d99 100644 --- a/contrib/themes/simple_h/templates/default.css +++ b/contrib/themes/simple_h/templates/default.css @@ -480,7 +480,7 @@ margin-right:5em; padding-top: 3px; padding-bottom: 3px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; text-align: center; } diff --git a/contrib/themes/steel/templates/default.css b/contrib/themes/steel/templates/default.css index 1da30586..d4f73ef5 100644 --- a/contrib/themes/steel/templates/default.css +++ b/contrib/themes/steel/templates/default.css @@ -216,3 +216,5 @@ textarea z-index:30; } +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { +}
\ No newline at end of file diff --git a/contrib/themes/tangens/templates/default.css b/contrib/themes/tangens/templates/default.css index 9b16f431..857ce75e 100644 --- a/contrib/themes/tangens/templates/default.css +++ b/contrib/themes/tangens/templates/default.css @@ -352,6 +352,7 @@ li.current-rating{ z-index: 1;
}
-
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
+}
-->
</style>
diff --git a/contrib/themes/white_amps/templates/default.css b/contrib/themes/white_amps/templates/default.css index 7dbbb879..eb620176 100755 --- a/contrib/themes/white_amps/templates/default.css +++ b/contrib/themes/white_amps/templates/default.css @@ -431,6 +431,8 @@ text-indent: -9000px; z-index: 1; } +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { +} --> </style> |