From f5fd6eb89a6416a65bf088c922d7566113509a7c Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 3 Aug 2005 00:58:06 +0000 Subject: new theme from TS --- contrib/themes/Supernova/images/Lightning.jpg | Bin 0 -> 828 bytes contrib/themes/Supernova/images/ampache.gif | Bin 0 -> 64122 bytes contrib/themes/Supernova/images/blankalbum.gif | Bin 0 -> 11378 bytes contrib/themes/Supernova/images/filling.jpg | Bin 0 -> 6786 bytes contrib/themes/Supernova/images/nav.jpg | Bin 0 -> 319 bytes contrib/themes/Supernova/images/navigator.jpg | Bin 0 -> 317 bytes contrib/themes/Supernova/templates/style.inc | 280 +++++++++++++++++++++++++ contrib/themes/Supernova/theme.cfg.php | 70 +++++++ contrib/themes/borders/templates/style.inc | 10 +- contrib/themes/borders/theme.cfg.php | 2 + 10 files changed, 359 insertions(+), 3 deletions(-) create mode 100644 contrib/themes/Supernova/images/Lightning.jpg create mode 100644 contrib/themes/Supernova/images/ampache.gif create mode 100644 contrib/themes/Supernova/images/blankalbum.gif create mode 100644 contrib/themes/Supernova/images/filling.jpg create mode 100644 contrib/themes/Supernova/images/nav.jpg create mode 100644 contrib/themes/Supernova/images/navigator.jpg create mode 100644 contrib/themes/Supernova/templates/style.inc create mode 100644 contrib/themes/Supernova/theme.cfg.php (limited to 'contrib') diff --git a/contrib/themes/Supernova/images/Lightning.jpg b/contrib/themes/Supernova/images/Lightning.jpg new file mode 100644 index 00000000..ab3e75ab Binary files /dev/null and b/contrib/themes/Supernova/images/Lightning.jpg differ diff --git a/contrib/themes/Supernova/images/ampache.gif b/contrib/themes/Supernova/images/ampache.gif new file mode 100644 index 00000000..5aa76318 Binary files /dev/null and b/contrib/themes/Supernova/images/ampache.gif differ diff --git a/contrib/themes/Supernova/images/blankalbum.gif b/contrib/themes/Supernova/images/blankalbum.gif new file mode 100644 index 00000000..a1d25b40 Binary files /dev/null and b/contrib/themes/Supernova/images/blankalbum.gif differ diff --git a/contrib/themes/Supernova/images/filling.jpg b/contrib/themes/Supernova/images/filling.jpg new file mode 100644 index 00000000..02850858 Binary files /dev/null and b/contrib/themes/Supernova/images/filling.jpg differ diff --git a/contrib/themes/Supernova/images/nav.jpg b/contrib/themes/Supernova/images/nav.jpg new file mode 100644 index 00000000..e228dfe3 Binary files /dev/null and b/contrib/themes/Supernova/images/nav.jpg differ diff --git a/contrib/themes/Supernova/images/navigator.jpg b/contrib/themes/Supernova/images/navigator.jpg new file mode 100644 index 00000000..633c8157 Binary files /dev/null and b/contrib/themes/Supernova/images/navigator.jpg differ diff --git a/contrib/themes/Supernova/templates/style.inc b/contrib/themes/Supernova/templates/style.inc new file mode 100644 index 00000000..4e57f0fb --- /dev/null +++ b/contrib/themes/Supernova/templates/style.inc @@ -0,0 +1,280 @@ + + diff --git a/contrib/themes/Supernova/theme.cfg.php b/contrib/themes/Supernova/theme.cfg.php new file mode 100644 index 00000000..ade61864 --- /dev/null +++ b/contrib/themes/Supernova/theme.cfg.php @@ -0,0 +1,70 @@ +################## +## +################## + +########################### +# Supernova +########################### + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "Supernova" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "Ripmaster TS" + +# 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 = "no@mail!" + +version = "1.0" + +# 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 = "#000000" + +# Background Color 2 +bg_color2 = "#000000" + +# Base Color 1 +base_color1 = "#000000" + +# Base Color 2 +base_color2 = "#000000" + +# Font Color 1 +font_color1 = "#BBBBBB" + +# Font Color 2 +font_color2 = "#BBBBBB" + +# Font Color 3 +font_color3 = "#FFFFFF" + +# Row Color 1 +row_color1 = "#404040" + +# Row Color 2 +row_color2 = "#404040" + +# Row Color 3 +row_color3 = "#404040" + +# Error Color +error_color = "#990033" + diff --git a/contrib/themes/borders/templates/style.inc b/contrib/themes/borders/templates/style.inc index f5b66e5d..8c3524a2 100644 --- a/contrib/themes/borders/templates/style.inc +++ b/contrib/themes/borders/templates/style.inc @@ -130,6 +130,13 @@ $relief_border2 = "solid 1pt " . conf('row_color1'); # gets rid of double line on top in albums.php; border-top: solid 0pt ; } + .login + { + background:; + border-collapse: separate; + border: ; + border-spacing: 0pt; + } .table-header { background: ; @@ -140,7 +147,6 @@ $relief_border2 = "solid 1pt " . conf('row_color1'); border-bottom: ; border-top: ; text-align: center; - font-size: larger; } .table-header th { @@ -207,7 +213,6 @@ $relief_border2 = "solid 1pt " . conf('row_color1'); border-top: ; border-right: ; text-align: center; - font-size: larger; } #mainmenu li:first-child { @@ -255,7 +260,6 @@ $relief_border2 = "solid 1pt " . conf('row_color1'); border-top: ; border-right: ; text-align: center; - font-size: larger; display: inline; } #adminmenu li:first-child diff --git a/contrib/themes/borders/theme.cfg.php b/contrib/themes/borders/theme.cfg.php index 6e7a0d95..8c2d9596 100644 --- a/contrib/themes/borders/theme.cfg.php +++ b/contrib/themes/borders/theme.cfg.php @@ -25,6 +25,8 @@ author = "Randy Perkins" # DEFAULT: N/A maintainer = "Randy Perkins " +version = "1.1" + # Theme Colors ################### [color] -- cgit