diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-06 15:00:46 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-06 15:00:46 +0000 |
commit | d885efaed4bdfbac1df06e0ff3a4fd0d46701b96 (patch) | |
tree | c4ef63054bc6a09bf179bacdd876a49710337e37 /contrib/themes | |
parent | 48832466bba2c64419acc3170fab4e77f45f85a8 (diff) | |
download | ampache-d885efaed4bdfbac1df06e0ff3a4fd0d46701b96.tar.gz ampache-d885efaed4bdfbac1df06e0ff3a4fd0d46701b96.tar.bz2 ampache-d885efaed4bdfbac1df06e0ff3a4fd0d46701b96.zip |
really really the theme
Diffstat (limited to 'contrib/themes')
16 files changed, 301 insertions, 0 deletions
diff --git a/contrib/themes/MediaMikes/images/ampache-dark-bg.gif b/contrib/themes/MediaMikes/images/ampache-dark-bg.gif Binary files differnew file mode 100644 index 00000000..e9fc72c9 --- /dev/null +++ b/contrib/themes/MediaMikes/images/ampache-dark-bg.gif diff --git a/contrib/themes/MediaMikes/images/ampache-light-bg.gif b/contrib/themes/MediaMikes/images/ampache-light-bg.gif Binary files differnew file mode 100644 index 00000000..262430b8 --- /dev/null +++ b/contrib/themes/MediaMikes/images/ampache-light-bg.gif diff --git a/contrib/themes/MediaMikes/images/ampache-mid.gif b/contrib/themes/MediaMikes/images/ampache-mid.gif Binary files differnew file mode 100644 index 00000000..57376ea4 --- /dev/null +++ b/contrib/themes/MediaMikes/images/ampache-mid.gif diff --git a/contrib/themes/MediaMikes/images/ampache.gif b/contrib/themes/MediaMikes/images/ampache.gif Binary files differnew file mode 100644 index 00000000..693b58c8 --- /dev/null +++ b/contrib/themes/MediaMikes/images/ampache.gif diff --git a/contrib/themes/MediaMikes/images/ampache_back.gif b/contrib/themes/MediaMikes/images/ampache_back.gif Binary files differnew file mode 100644 index 00000000..f3d1d07e --- /dev/null +++ b/contrib/themes/MediaMikes/images/ampache_back.gif diff --git a/contrib/themes/MediaMikes/images/ampache_back.png b/contrib/themes/MediaMikes/images/ampache_back.png Binary files differnew file mode 100644 index 00000000..b8d22dfa --- /dev/null +++ b/contrib/themes/MediaMikes/images/ampache_back.png diff --git a/contrib/themes/MediaMikes/images/bg.gif b/contrib/themes/MediaMikes/images/bg.gif Binary files differnew file mode 100644 index 00000000..51bd97e8 --- /dev/null +++ b/contrib/themes/MediaMikes/images/bg.gif diff --git a/contrib/themes/MediaMikes/images/blank-pixel.gif b/contrib/themes/MediaMikes/images/blank-pixel.gif Binary files differnew file mode 100644 index 00000000..17d43908 --- /dev/null +++ b/contrib/themes/MediaMikes/images/blank-pixel.gif diff --git a/contrib/themes/MediaMikes/images/blankalbum.gif b/contrib/themes/MediaMikes/images/blankalbum.gif Binary files differnew file mode 100644 index 00000000..a1d25b40 --- /dev/null +++ b/contrib/themes/MediaMikes/images/blankalbum.gif diff --git a/contrib/themes/MediaMikes/images/blankalbum.jpg b/contrib/themes/MediaMikes/images/blankalbum.jpg Binary files differnew file mode 100644 index 00000000..468301bd --- /dev/null +++ b/contrib/themes/MediaMikes/images/blankalbum.jpg diff --git a/contrib/themes/MediaMikes/images/sidebar_bg.gif b/contrib/themes/MediaMikes/images/sidebar_bg.gif Binary files differnew file mode 100644 index 00000000..a284e4ed --- /dev/null +++ b/contrib/themes/MediaMikes/images/sidebar_bg.gif diff --git a/contrib/themes/MediaMikes/images/topbg.gif b/contrib/themes/MediaMikes/images/topbg.gif Binary files differnew file mode 100644 index 00000000..c5e00d9e --- /dev/null +++ b/contrib/themes/MediaMikes/images/topbg.gif diff --git a/contrib/themes/MediaMikes/images/white_bg.gif b/contrib/themes/MediaMikes/images/white_bg.gif Binary files differnew file mode 100644 index 00000000..38b95b03 --- /dev/null +++ b/contrib/themes/MediaMikes/images/white_bg.gif diff --git a/contrib/themes/MediaMikes/screencap/01.jpg b/contrib/themes/MediaMikes/screencap/01.jpg Binary files differnew file mode 100644 index 00000000..fdf561a5 --- /dev/null +++ b/contrib/themes/MediaMikes/screencap/01.jpg diff --git a/contrib/themes/MediaMikes/templates/default.css b/contrib/themes/MediaMikes/templates/default.css new file mode 100644 index 00000000..35079445 --- /dev/null +++ b/contrib/themes/MediaMikes/templates/default.css @@ -0,0 +1,263 @@ +html {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ background-color: #282828;
+ color: #f3eeeb;
+ text-align: center;
+}
+
+ body {
+ margin: 20px auto 0 auto;
+ text-align: left;
+ width: 600px;
+ background: #f3eeeb;
+ color: #282828;
+ }
+
+html > body {
+ background: #f3eeeb url(http://music.mediamikes.com/themes/MediaMikes/images/topbg.gif) repeat-y center;
+}
+
+
+ a {
+ color: #282828;
+ text-decoration: none;
+ }
+ a:hover {
+ color: #f3eeeb;
+ }
+
+ .text-box {
+ padding-left:5px;
+ padding-top:5px;
+ margin-bottom:10px;
+ }
+
+table.border {
+ padding-left: 5px;
+ border: 1px solid #fb5f1e;
+ background-image: url(http://music.mediamikes.com/themes/MediaMikes/images/topbg.gif);
+ background-repeat: repeat-x;
+}
+
+td {
+ padding: 3px 10px 3px 10px;
+}
+
+th, tr.table-header td {
+ padding: .1em 5px .1em 5px;
+ border-bottom: 1px solid #00f;
+ text-align: left;
+ font-size: 1.2em;
+ font-weight: normal;
+}
+
+ input {
+ font-weight: bold;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #fb5f1e;
+ margin: 2px 2px 2px 2px;
+ padding: 2px;
+ }
+ input.smallbutton, input.button {
+ background: url(http://music.mediamikes.com/themes/MediaMikes/images/topbg.gif);
+ }
+
+ select {
+ }
+
+ textarea {
+ }
+
+ .table-header {
+ vertical-align: top;
+ }
+
+/*************** Page Header *********************/
+ #pageheader {
+ }
+/*************** END Page Header *****************/
+ .navitem
+ {
+ vertical-align: top;
+ text-align: center;
+ }
+ .header1
+ {
+ font-weight: 900;
+ }
+ .header2
+ {
+ font-weight: 900;
+ }
+ .active_navitem
+ {
+ vertical-align: top;
+ text-align: center;
+ }
+ .headrow
+ {
+ }
+ .odd,.odd td
+ {
+/* border-bottom: 1px solid #ccc;*/
+ background-color: #f3eeeb;
+ }
+ .even,.even > td
+ {
+/* border-bottom: 1px solid #ccc;*/
+ }
+ .blank
+ {
+ background: #f3eeeb;
+ }
+ .border
+ {
+ }
+ .header
+ {
+ }
+ .error
+ {
+ }
+ .fatalerror
+ {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ font-size: 1.1em;
+ font-weight: 900;
+ text-align: center;
+ }
+ .disabled
+ {
+ text-decoration: line-through;
+ }
+ .alphabet
+ {
+ font-weight: normal;
+ font-size: .8em;
+ }
+
+#maincontainer
+{
+ margin: 0px;
+}
+#topbar
+{
+ height: 48px;
+ padding-left: 0px;
+ background-color: #282828;
+ background-image: url(http://music.mediamikes.com/themes/MediaMikes/images/topbg.gif);
+ border: 0px solid #ff5c1d;
+ border-bottom-width: 1px;
+}
+#topbarright
+{
+ float: right;
+ font-size: .7em;
+}
+ #topbarleft
+ {
+ float: left;
+ }
+ .nodisplay { display: none;}
+ .display {}
+ #mpdpl td {
+ padding: 0px 2px 0px 2px;
+ text-align: left;
+ }
+/**
+ * End Div Definitions
+ * This is the end of the main structure def's
+ */
+
+/**
+ * Experimental for menus (Thx Sigger)
+ * TO DO: Fill in 1px border around menus & submenu items
+ * Make padding appply to the li, not just an a. Moving paddng: to li throws off the dropdown menu alignment.
+ */
+#content {
+ border: 1px solid #fb5f1e;
+ position: absolute;
+ left: 220px;
+ margin-right: 25px;
+ width: 750px;
+ top: 180px;
+ z-index: 0;
+ background-color: #f3eeeb;
+ color: #282828;
+ font-size: .9em;
+}
+#sidebar {
+ height: 100%;
+ position: absolute;
+ left: 20px;
+ top: 180px;
+ padding: 0px;
+ list-style: none;
+ z-index: 1;
+}
+#sidebar h3 { display:none; }
+#sidebar ul {
+ border: 1px solid #fb5f1e;
+ margin: 0px;
+ list-style: none;
+ font-family: verdana, arial, Helvetica, sans-serif;
+ line-height: 1.0;
+ background-color: #f3eeeb;
+ color: #282828;
+ padding-left: 0px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-right: 0px;
+}
+#sidebar li {
+ margin: 0px;
+ display: block;
+ padding: .4em 5px 0em 15px;
+ width: 165px;
+}
+#sidebar a, .navbutton {
+ display: block;
+ text-decoration: none;
+ color: #282828;
+ padding-left: 10px;
+ padding-bottom: .3em;
+ border-bottom: 1px solid #fb5f1e;
+}
+#sidebar form {
+ display: block;
+}
+ #sidebar a:hover {
+ color: #282828;
+ font-weight: normal;
+ }
+#sidebar li:hover, #sidebar li.sfhover {
+ background-color: #282828;
+ background-image: url(http://music.mediamikes.com/themes/MediaMikes/images/topbg.gif);
+}
+#sidebar li#active a{
+ font-weight: bold;
+ color: #282828;
+ border-bottom: 1px solid #fb5f1e;
+}
+#sidebar li ul {
+ border: 1px solid #fb5f1e;
+ border-left: 1px solid #fb5f1e;
+ position: absolute; /* width: 9em;*/
+ margin: -1em 0 0 150px; /* for vertical menu; comment out otherwise */
+ left: -999em; /* this -999em puts the submenu item way off to the left until it's called back by a hover (below) */
+}
+ #sidebar li:hover ul, #sidebar li.sfhover ul {
+ left: auto; /* this calls the submenu back when the parent li is hovered. */
+ }
+
+.box-left { display: none; }
+.box-right { display: none; }
+.box-bottom { display:none;}
+.box-top { display:none; }
+.box-left-top { display:none;}
+.box-right-top { display:none; }
+.box-left-bottom { display:none; }
+.box-right-bottom { display:none; }
diff --git a/contrib/themes/MediaMikes/theme.cfg.php b/contrib/themes/MediaMikes/theme.cfg.php new file mode 100644 index 00000000..51ede91e --- /dev/null +++ b/contrib/themes/MediaMikes/theme.cfg.php @@ -0,0 +1,38 @@ +##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# MediaMikes Ampache Theme
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "MediaMikes"
+
+# Theme Author
+# This is just a way of giving credit to the
+# person who actually created this theme
+# DEFAULT: N/A
+author = "Michael Patton"
+
+# 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 = "Michael Patton <mike@mediamikes.com>"
+
+# Orientation
+# This was added as of 3.3.2-Alpha4, this tells Ampache if this theme
+# uses vertical or horizontal orientation of the menu, if this is a horizontal
+# theme then it will not show the quick search and quick random play forms
+orientation = "vertical"
+
+# Submenu
+# If this is set to simple the sub menu's will only be shown when you're on one of the
+# respective pages. If you want to make the menu's something like the classic theme
+# comment this out
+#submenu = "simple"
|