diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-20 03:15:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-20 03:15:21 +0000 |
commit | b4b6fbb89e35aadb6d2ed4cb5cb2ac23e90a35e2 (patch) | |
tree | 1f2dc77a3ff4f248153a33fa74904f7461056ea7 /contrib/themes/borders | |
parent | 1cc6b67e150b4abf6b24eef039d500b25ec016ca (diff) | |
download | ampache-b4b6fbb89e35aadb6d2ed4cb5cb2ac23e90a35e2.tar.gz ampache-b4b6fbb89e35aadb6d2ed4cb5cb2ac23e90a35e2.tar.bz2 ampache-b4b6fbb89e35aadb6d2ed4cb5cb2ac23e90a35e2.zip |
remove completely dead themes
Diffstat (limited to 'contrib/themes/borders')
-rwxr-xr-x | contrib/themes/borders/images/ampache.gif | bin | 3136 -> 0 bytes | |||
-rw-r--r-- | contrib/themes/borders/images/blankalbum.gif | bin | 1437 -> 0 bytes | |||
-rw-r--r-- | contrib/themes/borders/readme.txt | 21 | ||||
-rw-r--r-- | contrib/themes/borders/screencap/01.jpg | bin | 120168 -> 0 bytes | |||
-rw-r--r-- | contrib/themes/borders/screencap/02.jpg | bin | 93640 -> 0 bytes | |||
-rw-r--r-- | contrib/themes/borders/screencap/03.jpg | bin | 137813 -> 0 bytes | |||
-rw-r--r-- | contrib/themes/borders/templates/default.css | 334 | ||||
-rw-r--r-- | contrib/themes/borders/theme.cfg.php | 73 |
8 files changed, 0 insertions, 428 deletions
diff --git a/contrib/themes/borders/images/ampache.gif b/contrib/themes/borders/images/ampache.gif Binary files differdeleted file mode 100755 index 6d14b699..00000000 --- a/contrib/themes/borders/images/ampache.gif +++ /dev/null diff --git a/contrib/themes/borders/images/blankalbum.gif b/contrib/themes/borders/images/blankalbum.gif Binary files differdeleted file mode 100644 index a83219d8..00000000 --- a/contrib/themes/borders/images/blankalbum.gif +++ /dev/null diff --git a/contrib/themes/borders/readme.txt b/contrib/themes/borders/readme.txt deleted file mode 100644 index 19bc64ba..00000000 --- a/contrib/themes/borders/readme.txt +++ /dev/null @@ -1,21 +0,0 @@ - This ampache theme does not use any graphics in generating the backgrounds, so the colors can be changed to -whatever you want. The main feature of this theme is the borders. The borders can easily be customized at the -top of themes/borders/templates/style.inc. There is a primary border around all the boxes, and a relief line across -the top and the left side. - - This them will overide your font with "Comic Sans MS". This can be disabled in the top of the file -themes/borders/templates/style.inc. It also tells you how to get this font in linux. - - This theme was created against svn 577 - -Issues - -1. If you use black (or something real dark) as a color; - If you set your background (bg_color1) to black, some of the text wont be readable, especially on mouseover. - If your background is black you will lose the shading and some text on themes/borders/images/ampache.gif. - this is the image at the top of the page. - If you set most frames (row_color3) to black, you should replace themes/borders/images/blankalbum.gif - - - -If you have any questions, bugs or improvements, give me a holler. randyperkins@randyperkins.com diff --git a/contrib/themes/borders/screencap/01.jpg b/contrib/themes/borders/screencap/01.jpg Binary files differdeleted file mode 100644 index c17af74b..00000000 --- a/contrib/themes/borders/screencap/01.jpg +++ /dev/null diff --git a/contrib/themes/borders/screencap/02.jpg b/contrib/themes/borders/screencap/02.jpg Binary files differdeleted file mode 100644 index 6987d421..00000000 --- a/contrib/themes/borders/screencap/02.jpg +++ /dev/null diff --git a/contrib/themes/borders/screencap/03.jpg b/contrib/themes/borders/screencap/03.jpg Binary files differdeleted file mode 100644 index fc21ca0b..00000000 --- a/contrib/themes/borders/screencap/03.jpg +++ /dev/null diff --git a/contrib/themes/borders/templates/default.css b/contrib/themes/borders/templates/default.css deleted file mode 100644 index 05cc7d4f..00000000 --- a/contrib/themes/borders/templates/default.css +++ /dev/null @@ -1,334 +0,0 @@ -/* -# CUSTOMIZE THIS CSS FILE HERE - -# the following line changes the font to Comic Sans MS -# if you dont have that font on linux check out http://corefonts.sourceforge.net/ -# or on debian i use the package msttcorefonts -# if you dont like your fonts overridden at all comment out the first line and uncomment the second one -$font = "Comic Sans MS, " . conf('font'); - - -# customize the main border here -$border = "outset 5pt"; - -# this is the thin inside border on the top and left side of the main border -$relief_border = "solid 1pt " . conf('bg_color2'); - -# this is the border on the active_nav item -$relief_border2 = "solid 1pt " . conf('row_color1'); -*/ - body - { - background: #06c7ee; - font-family: Comic Sans MS; - font-size: 12px; - color: #000000; - } - - p - { - color: #000000; - font-family: Comic Sans MS; - font-size: 12px; - } - a - { - color: #0000ee; - font-family: Comic Sans MS; - text-decoration: none; - } - a:visited - { - color: #551a8b; - font-family: Comic Sans MS; - text-decoration: none; - } - a:hover - { - color: #000000; - font-family: Comic Sans MS; - text-decoration: underline; - } - table a:hover - { - color: #06c7ee; - font-family: Comic Sans MS; - text-decoration: underline; - } - a:active - { - color: #000000; - font-family: Comic Sans MS; - text-decoration: none; - } - .border - { - background:#ef9494; - border-collapse: separate; - border: <?php echo "$border " . conf('row_color1'); ?>; - border-spacing: 0pt; - } - .border tr td:first-child - { - # this is the one thats put the border down the left side; - border-left: solid 1pt #06c7ee; - } - .border tr table tr td:first-child - { - # gets rid of funkyness on left side in albums.php; - border-left: solid 0pt #ef9494; - } - .border .even:first-child td - { - # adds line on top in albums.php; - border-top: solid 1pt #06c7ee; - } - .border .even .even:first-child td - { - # removes extra line from random play on index.php; - border-top: solid 0pt #ef9494; - } - .border .even:first-child tr td - { - # gets rid of double line on top in albums.php; - border-top: solid 0pt #ef9494; - } - .login - { - background:#ef9494; - border-collapse: separate; - border: <?php echo "$border " . conf('row_color1'); ?>; - border-spacing: 0pt; - } - .table-header - { - background: #f0b3b3 ; - vertical-align: top; - } - .table-header td - { - border-bottom: solid 1pt #06c7ee; - border-top: solid 1pt #06c7ee; - text-align: center; - } - .table-header th - { - border-bottom: solid 1pt #06c7ee; - border-top: solid 1pt #06c7ee; - } - .table-header th:first-child - { - #border-top: solid 1pt #06c7ee; - #border-bottom: solid 1pt #06c7ee; - border-left: solid 1pt #06c7ee; - } - .tabledata - { - background:#ef9494; - border-collapse: separate; - border: <?php echo "$border " . conf('row_color1'); ?>; - } - .tabledata tr td:first-child - { - # this line is for the playlist page; - border-left: solid 1pt #ef9494; - } - .text-box - { - padding-left:5px; - padding-top:5px; - margin-bottom:10px; - background: #aab3ff; - border-collapse: separate; - border: <?php echo "$border " . conf('base_color1'); ?>; - } - .text-box .tabledata - { - # these next 2 lines fix the show catalog box; - border: outset 0pt #aab3ff; - background: #aab3ff; - #border-left: solid 0pt #ef9494; - } - .text-box .tabledata tr td - { - # this line removes a red line from the left of the show catalog box; - border-left: solid 0pt #ef9494; - } - -/*************** Main Menu *****************/ - #mainmenu { - float: left; - width: 99%; - margin: 0; - padding: 0; - list-style: none; - border-collapse: separate; - border: <?php echo "$border " . conf('row_color1'); ?>; - border-spacing: 0pt; - background: #f0b3b3 ; - } - #mainmenu li { - float: left; - margin: 0; - padding: 0 20px 0 20px; - display: inline; - background: #f0b3b3 ; - border-top: solid 1pt #06c7ee; - border-right: solid 1pt #06c7ee; - text-align: center; - } - #mainmenu li:first-child - { - border-left: solid 1pt #06c7ee; - } - #mainmenu li.active { - vertical-align: top; - text-align: center; - border: <?php echo "$relief_border2"; ?>; - background:#ef9494; - } - #mainmenu a { - color: #0000ee; - font-family: Comic Sans MS; - text-decoration: none; - } - #mainmenu a:hover { - color: #06c7ee; - font-family: Comic Sans MS; - text-decoration: underline; - } - #mainmenu a:active { - color: #000000; - font-family: Comic Sans MS; - text-decoration: none; - } -/*************** END Main Menu *************/ -/*************** Admin Menu *************/ - #adminmenu { - width: 99%; - float: left; - margin: 0; - padding: 0; - list-style: none; - border-collapse: separate; - border: <?php echo "$border " . conf('row_color1'); ?>; - border-spacing: 0pt; - background: #f0b3b3 ; - } - #adminmenu li { - float: left; - margin: 0; - padding: 0 20px 0 20px; - background: #f0b3b3 ; - border-top: solid 1pt #06c7ee; - border-right: solid 1pt #06c7ee; - text-align: center; - display: inline; - } - #adminmenu li:first-child - { - border-left: solid 1pt #06c7ee; - } - #adminmenu li.active { - vertical-align: top; - text-align: center; - border: <?php echo "$relief_border2"; ?>; - background:#ef9494; - } - #adminmenu a { - text-decoration: none; - } - #adminmenu a:hover { - color: #06c7ee; - font-family: Comic Sans MS; - text-decoration: underline; - } - #adminmenu a:active { - color: #000; - } -/*************** END Main Menu *************/ -/*************** Page Header *********************/ - #pageheader { - background: ; - } -/*************** END Page Header *****************/ - - td - { - padding: 0px 8px 0px 8px; - color: #000000; - font-family: Comic Sans MS; - font-size: 12px; - } - th - { - padding-right: 10px; - } - input - { - color: #000000; - font-family: <?php echo $font; ?>; - font-size: 12px; - font-weight: bold; - background-color: #f0b3b3; - } - .header1 - { - color: #000000; - font-family: <?php echo $font; ?>; - font-size: <?php echo conf('font_size') + 6; ?>px; - font-weight: 900; - } - .header2 - { - color: #000000; - font-family: <?php echo $font; ?>; - font-size: <?php echo conf('font_size') + 2; ?>px; - font-weight: 900; - } - .navitem - { - background: #f0b3b3; - vertical-align: top; - text-align: center; - border: solid 1pt #06c7ee; - } - .active_navitem - { - background: #ef9494; - vertical-align: top; - text-align: center; - border: <?php echo "$relief_border2"; ?>; - } - .odd - { - background:#e1afaf; - font-size: 12px; - } - .even - { - background:#f9c1c1; - font-size: 12px; - } - .error - { - color: #990033; - } - .fatalerror - { - padding-top: 3px; - padding-bottom: 3px; - color: #990033; - border-right:4px solid #990033; - border-bottom:4px solid #990033; - border-left:4px solid #990033; - border-top:4px solid #990033; - font-size: <?php echo conf('font_size')+2; ?>px; - font-weight: 900; - text-align: center; - } - .alphabet - { - font-size: 12px; - font-weight: normal; - } diff --git a/contrib/themes/borders/theme.cfg.php b/contrib/themes/borders/theme.cfg.php deleted file mode 100644 index 8c2d9596..00000000 --- a/contrib/themes/borders/theme.cfg.php +++ /dev/null @@ -1,73 +0,0 @@ -################## -#<?php exit(); ?># -################## - -########################### -# Classic Ampache Theme -########################### - -# Theme Name -# This is the actual name of the theme that -# will be displayed in the preferences screen -# DEFAULT: ampache-theme -name = "Borders" - -# Theme Author -# This is just a way of giving credit to the -# person who actually created this theme -# DEFAULT: N/A -author = "Randy Perkins" - -# Theme Maintainer -# This is just a way of listing who is responsible for -# maintaining this theme incase it's not working right -# please include an e-mail address so you can be contacted -# DEFAULT: N/A -maintainer = "Randy Perkins <randyperkins@randyperkins.com>" - -version = "1.1" - -# Theme Colors -################### -[color] -################### -# Below is a list of the default colors for this theme, upon -# applying this theme the users color preferences will be reset -# to what is listed below... - -# Background Color 1 -bg_color1 = "#06c7ee" - -# Background Color 2 -bg_color2 = "#ef9494" - -# Base Color 1 -base_color1 = "#aab3ff" - -# Base Color 2 -base_color2 = "#f0b3b3" - -# Font Color 1 -font_color1 = "#0000ee" - - -# Font Color 2 -font_color2 = "#000000" - -# Font Color 3 -font_color3 = "#551a8b" - -# Row Color 1 -# this is used in style.css in .headrow but .headrow is not used -# i am going to use it as a border color -row_color1 = "#ef4f4f" - -# Row Color 2 -row_color2 = "#e1afaf" - -# Row Color 3 -row_color3 = "#f9c1c1" - -# Error Color -error_color = "#990033" - |