diff options
Diffstat (limited to 'www/inc/styles/gorilla')
-rw-r--r-- | www/inc/styles/gorilla/CVS/Entries | 7 | ||||
-rw-r--r-- | www/inc/styles/gorilla/CVS/Repository | 1 | ||||
-rw-r--r-- | www/inc/styles/gorilla/CVS/Root | 1 | ||||
-rw-r--r-- | www/inc/styles/gorilla/gorilla.css | 258 | ||||
-rw-r--r-- | www/inc/styles/gorilla/left.png | bin | 1644 -> 0 bytes | |||
-rw-r--r-- | www/inc/styles/gorilla/minus.png | bin | 1403 -> 0 bytes | |||
-rw-r--r-- | www/inc/styles/gorilla/plus.png | bin | 1436 -> 0 bytes | |||
-rw-r--r-- | www/inc/styles/gorilla/right.png | bin | 1661 -> 0 bytes | |||
-rw-r--r-- | www/inc/styles/gorilla/title.png | bin | 2506 -> 0 bytes |
9 files changed, 0 insertions, 267 deletions
diff --git a/www/inc/styles/gorilla/CVS/Entries b/www/inc/styles/gorilla/CVS/Entries deleted file mode 100644 index ad515e3..0000000 --- a/www/inc/styles/gorilla/CVS/Entries +++ /dev/null @@ -1,7 +0,0 @@ -/minus.png/1.1/Tue Oct 21 06:45:11 2003/-kb/ -/plus.png/1.1/Tue Oct 21 06:45:11 2003/-kb/ -/title.png/1.1/Mon Oct 27 11:01:36 2003/-kb/ -/gorilla.css/1.4/Wed Oct 29 00:23:08 2003// -/left.png/1.1/Tue Oct 21 06:45:11 2003/-kb/ -/right.png/1.1/Tue Oct 21 06:45:11 2003/-kb/ -D diff --git a/www/inc/styles/gorilla/CVS/Repository b/www/inc/styles/gorilla/CVS/Repository deleted file mode 100644 index 887b74e..0000000 --- a/www/inc/styles/gorilla/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -original/www/inc/styles/gorilla diff --git a/www/inc/styles/gorilla/CVS/Root b/www/inc/styles/gorilla/CVS/Root deleted file mode 100644 index 16bd216..0000000 --- a/www/inc/styles/gorilla/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -:ext:jimmac@cvs.tuxfamily.org:/cvsroot/original diff --git a/www/inc/styles/gorilla/gorilla.css b/www/inc/styles/gorilla/gorilla.css deleted file mode 100644 index 9b23168..0000000 --- a/www/inc/styles/gorilla/gorilla.css +++ /dev/null @@ -1,258 +0,0 @@ -/* Gorilla stylesheet - ================== - - stylesheet & artwork - (c) 2003 Jakub 'jimmac' Steiner - - bugs/TODO: - - * navbuttons overlap minithubroll if there's many images -*/ - -body { - background-color: #dedfce; - margin: 0px 50px 0px 50px; - width: auto; - /* - margin: auto; - width: 780px; - */ - font-family: "Bitstream Vera Sans", sans-serif; - font-size: 10pt; -} - -img { - border: 0px; -} - -a { -} - -a:hover { -} - -h1.title { - background-color: black; - font-size: 16pt; - color: #808080; - width: 100%; - margin-bottom: 0px; - padding: 5px; - -} - -.title a { - display: block; - position:relative; - width:100%; - height:48px; - margin:0; padding:0; -} - -.title a span { - /* this overlays text below with an image */ - display: block; - position:absolute; left:0; top:0; z-index:1; - width:400px; height:48px; - margin:0; padding:0; - background-image: url("title.png"); - background-attachment: top left; - background-repeat: no-repeat; -} - -div.thumbroll { - position: relative; - margin: 10px 0px 4px 0px; - min-height: 28px; -} - -a#minus,a#plus { - display: block; - position: relative; - float: left; - width:24px; - height:24px; - margin:0px; padding:0px; -} - -a#minus { - background: url("minus.png") top left no-repeat; -} - -a#plus { - background: url("plus.png") top left no-repeat; -} - -.navigation { - background-color: #505050; - width: 100%; - padding: 5px; - font-size: 10px; - clear: both; -} - -.navigation a { - color: #a0a0a0; - font-weight: bold; -} - -div.footer { - font-size: 9px; - background-color: #d9dac9; - width: 100%; - margin-top: 2em; - padding: 5px 5px 20px 5px; - clear: both; -} - -div.year { - font-size: 11pt; - float: left; - margin: 10px; -} - -div.month { - margin: 0px 0px 0px 2em; - padding: 2px; -} - -div.month h4 { - margin: 0px 0px 3px 0px; -} - -/* ul won't work on safari with float: left */ -div.month p { - margin: 2px; - padding: 0px 0px 0px 6px; - list-style: none; - font-size: 10px; -} - -div#image { - position: relative; - display: block; - clear: both; - margin-left: auto; - margin-right: auto; - /* border: 1px solid black; */ - min-height: 480px; /* only works in gecko :/ */ - height: 500px; -} - -img#preview { - position: absolute; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - margin-left: auto; - margin-right: auto; - /* margin-left: -320px; later fixed by javascript; what a kludge this was */ -} - -div.comment { - margin: 2em 0px; - color: #808080; - font-size: 9px; -} - -div.comment span { - color: black; - font-weight: bold; - font-size: 10px; -} - -div.prevthumb,div.nextthumb { - position: absolute; - margin-bottom: 1em; - width: 120px; - height: 140px; -} - -div.prevthub { - top: 0px; - left: 0px; - text-align: right; -} - -div.nextthumb { - margin-left: auto; - right: 0px; - top: 0px; -} - -div.nextthumb a,div.prevthumb a { - text-decoration: none; -} - -div#mqhq a { - display: block; - border: 2px solid black; - padding: 2px; - font-size: 10px; - font-weight: bold; - background-color: #d1940c; - color: black; - float: left; - width: 48px; - text-align: center; - margin: 2px; - -} - -div.navbuttons { - position: absolute; - top: 140px; left: 50%; - margin-left: -50px; - width: 64px; height: 32px; - z-index: 1; -} - -div.navbuttonsshell { - position: relative; - width: 100%; - margin: 2px; -} - -div.navbuttonsshell a#previcon { - display: block; - position: absolute; - width: 24px; height: 24px; - margin: 2px; padding: 0; - top: 0px; - left: 0px; - color: #f6f6f6; - font-size: 30px; /* make unreadable */ - text-indent: 2em; /* push it off screen, since khtml doesn't do 0px fonts */ - overflow: hidden; /* hide the oveflow text */ - background: url("left.png") top left no-repeat; /* have a pixmap */ -} - -div.navbuttonsshell a#nexticon { - display: block; - position: absolute; - width: 24px; height: 24px; - margin: 2px 4px 2px auto; padding: 0; - right: 4px; top: 0px; - color: #f6f6f6; - font-size: 30px; /* make unreadable */ - text-indent: 2em; /* push it off screen, since khtml doesn't do 0px fonts */ - overflow: hidden; /* hide the overflow text */ - background: url("right.png") top left no-repeat; /* have a pixmap */ -} -div#mqhq { - margin: 2px 2px 4px 0px; - height: 32px; -} - -div.stylenavbar { - position:relative; - /* - left: 0px; - right: auto; - top:auto; - bottom:0px; - */ - margin: 2px; - font-size: 9px; -} diff --git a/www/inc/styles/gorilla/left.png b/www/inc/styles/gorilla/left.png Binary files differdeleted file mode 100644 index 63d306c..0000000 --- a/www/inc/styles/gorilla/left.png +++ /dev/null diff --git a/www/inc/styles/gorilla/minus.png b/www/inc/styles/gorilla/minus.png Binary files differdeleted file mode 100644 index bc7a830..0000000 --- a/www/inc/styles/gorilla/minus.png +++ /dev/null diff --git a/www/inc/styles/gorilla/plus.png b/www/inc/styles/gorilla/plus.png Binary files differdeleted file mode 100644 index 6b103cd..0000000 --- a/www/inc/styles/gorilla/plus.png +++ /dev/null diff --git a/www/inc/styles/gorilla/right.png b/www/inc/styles/gorilla/right.png Binary files differdeleted file mode 100644 index f998098..0000000 --- a/www/inc/styles/gorilla/right.png +++ /dev/null diff --git a/www/inc/styles/gorilla/title.png b/www/inc/styles/gorilla/title.png Binary files differdeleted file mode 100644 index 275528f..0000000 --- a/www/inc/styles/gorilla/title.png +++ /dev/null |