diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-08-24 17:27:10 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-08-24 17:27:10 +0000 |
| commit | 2384e06fdf70bfe51fc242fb06edb54be3a3e4e3 (patch) | |
| tree | ad90c98a1283c9503e216a93ddad8b9abd1ebe24 /skins/blue | |
| parent | 01c98b86cddc100cdcedb3d5363b8fed6edacf1c (diff) | |
| download | xxv-2384e06fdf70bfe51fc242fb06edb54be3a3e4e3.tar.gz xxv-2384e06fdf70bfe51fc242fb06edb54be3a3e4e3.tar.bz2 | |
SHARE: show level on any skins
CONFIG: show moduls description on editing preferences
USER: refactoring createTmpDir
RECORDS: refactoring status handler
SHARE: change order of topten view
Diffstat (limited to 'skins/blue')
| l--------- | skins/blue/images/star_gray.png | 1 | ||||
| l--------- | skins/blue/images/star_rated.png | 1 | ||||
| -rw-r--r-- | skins/blue/style-blue.css | 70 |
3 files changed, 42 insertions, 30 deletions
diff --git a/skins/blue/images/star_gray.png b/skins/blue/images/star_gray.png new file mode 120000 index 0000000..94e8640 --- /dev/null +++ b/skins/blue/images/star_gray.png @@ -0,0 +1 @@ +../../stone/images/star_gray.png
\ No newline at end of file diff --git a/skins/blue/images/star_rated.png b/skins/blue/images/star_rated.png new file mode 120000 index 0000000..90218c9 --- /dev/null +++ b/skins/blue/images/star_rated.png @@ -0,0 +1 @@ +../../stone/images/star_rated.png
\ No newline at end of file diff --git a/skins/blue/style-blue.css b/skins/blue/style-blue.css index 2d583e4..d46c06a 100644 --- a/skins/blue/style-blue.css +++ b/skins/blue/style-blue.css @@ -675,45 +675,55 @@ background-color:#004774; border:1px solid #FFF; } -#slideframe{
-height:125px;
-position:relative;
-overflow:hidden;
+#slideframe{ +height:125px; +position:relative; +overflow:hidden; margin:5px; } -
-#slideleft{
-width:50px;
-height:100%;
-position:absolute;
-left:0;
-z-index:10;
+ +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; padding:1px; background:url(images/blank.gif) repeat; text-align:left; } -
-#slideright{
-width:50px;
-height:100%;
-position:absolute;
-right:0;
-z-index:10;
-padding:1px;
+ +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; background:url(images/blank.gif) repeat; text-align:right; } -
-#slidelist{
-position:absolute;
-height:auto;
-}
-#slidelist #slideend{
-float:left;
-}
+#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} + +.levelbar { + width: 80px; + background: url(images/star_gray.png) 0 0 repeat-x; +} -#slidelist img{
-float:left;
-padding:1px;
+.levelbar div { + height: 16px; + background: url(images/star_rated.png) 0 0 repeat-x; } |
