From c64bed134041bce222ae7484fef3abe074eb49aa Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 12:32:45 +0000 Subject: Cleaning up in gnats-skin git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1142 ab2d0c66-481e-0410-8bed-d214d4d58bed --- skins/AlpineGnatsHeader1.png | Bin 13162 -> 0 bytes skins/background_header.png | Bin 247 -> 0 bytes skins/debugging.css | 16 -- skins/gnats1.css | 318 ------------------------------------ skins/gnats1/AlpineGnatsHeader1.png | Bin 0 -> 13162 bytes skins/gnats1/background_header.png | Bin 0 -> 247 bytes skins/gnats1/debugging.css | 16 ++ skins/gnats1/gnats1.css | 318 ++++++++++++++++++++++++++++++++++++ skins/gnats1/h1.png | Bin 0 -> 201 bytes skins/gnats1/h2.png | Bin 0 -> 173 bytes skins/h1.png | Bin 201 -> 0 bytes skins/h2.png | Bin 173 -> 0 bytes 12 files changed, 334 insertions(+), 334 deletions(-) delete mode 100755 skins/AlpineGnatsHeader1.png delete mode 100644 skins/background_header.png delete mode 100644 skins/debugging.css delete mode 100644 skins/gnats1.css create mode 100755 skins/gnats1/AlpineGnatsHeader1.png create mode 100644 skins/gnats1/background_header.png create mode 100644 skins/gnats1/debugging.css create mode 100644 skins/gnats1/gnats1.css create mode 100644 skins/gnats1/h1.png create mode 100644 skins/gnats1/h2.png delete mode 100644 skins/h1.png delete mode 100644 skins/h2.png diff --git a/skins/AlpineGnatsHeader1.png b/skins/AlpineGnatsHeader1.png deleted file mode 100755 index d23b66e..0000000 Binary files a/skins/AlpineGnatsHeader1.png and /dev/null differ diff --git a/skins/background_header.png b/skins/background_header.png deleted file mode 100644 index e2a4d50..0000000 Binary files a/skins/background_header.png and /dev/null differ diff --git a/skins/debugging.css b/skins/debugging.css deleted file mode 100644 index 8c9e548..0000000 --- a/skins/debugging.css +++ /dev/null @@ -1,16 +0,0 @@ -xxxbody { - background: yellow; -} - -xxx#page { - background: green; -} -xxx#content dt { - background: blue; -} -xxx#content dd { - background: green; -} -xx#logo { - background: silver; -} diff --git a/skins/gnats1.css b/skins/gnats1.css deleted file mode 100644 index 2b089cb..0000000 --- a/skins/gnats1.css +++ /dev/null @@ -1,318 +0,0 @@ -/*---------------------------------------------------------------------------------- - * IMPORT - *---------------------------------------------------------------------------------- - */ - -@import url("debugging.css"); - - -/* .css - Alpine ACF */ - -/*---------------------------------------------------------------------------------- - * GENERAL - *---------------------------------------------------------------------------------- - */ -.hide { - display: none; -} -pre { - font-family: monospace; - font-size: 10pt; - padding: 5px; -} -input[type=text][disabled] { - color: #755; - background: #eee; -} -input.error,select.error,textarea.error { - font-weight: normal; - font-style: normal; -} -.error { - font-weight: bold; - font-style: italic; - color: #f33; -} -a { - text-decoration: none; - color: #707; - -} -a:hover { - text-decoration: underline; -} - -/*---------------------------------------------------------------------------------- - * BODY & PAGE - *---------------------------------------------------------------------------------- - */ -body { - margin: 0px 0px 0px 0px; - padding: 0px 0px 0px 0px; - font-family: Liberation Sans, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular; - font-size: 12pt; - background-image: url("/static/watermark.jpg"); - background-repeat: no-repeat; - background-position: 320px 100px; -} -#page { - position: relative; - left: 0px; - top: 0px; - width: 100%; - margin: 0px; -} - -/*---------------------------------------------------------------------------------- - * PAGE > HEADER - *---------------------------------------------------------------------------------- - */ -#header { - width: 100%; - height: 104px; - margin: 0px 0px 0px 0px; - padding: 0px 0px 0px 0px; - - background-image: url("background_header.png"); - background-repeat: repeat-x; - border: 1px solid #ddd; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -#header p { -/* display: none; */ - float: right; - font-size: 14px; - padding: 0px 0px 0px 0px; - margin-right: 10px; - margin-top: 7px; -} - -#header .tailer { - position: absolute; - background-image: url(shadow-top.png); - background-repeat: repeat-x; - top: 76px; - height: 10px; - width: 100%; - margin: 0px 0px 0px 0px; - padding: 0px 0px 0px 0px; -} - -/*---------------------------------------------------------------------------------- - * PAGE > HEADER > LOGO - *---------------------------------------------------------------------------------- - */ -#logo { - height: 75px; - width: 400px; - background-image: url(AlpineGnatsHeader1.png); - background-position: 0px 0px; -} - -#logo h1 { - display: none; - position: absolute; - top: 10px; - left: 10px; - font-size: 60px; - font-weight: bold; - color: white; -} -#logo p { - display: none; -} - -/*---------------------------------------------------------------------------------- - * PAGE > MAIN - *---------------------------------------------------------------------------------- - */ -#main { - clear: both; - margin: 0px; - margin-top: 10px; -} - -/*---------------------------------------------------------------------------------- - * PAGE > MAIN > NAV - *---------------------------------------------------------------------------------- - */ -#nav { - display: none; -} - -/*---------------------------------------------------------------------------------- - * PAGE > MAIN > POSTNAV - *---------------------------------------------------------------------------------- - */ -#postnav { - display: none; -} - - -/*---------------------------------------------------------------------------------- - * PAGE > MAIN > SUBNAV - *---------------------------------------------------------------------------------- - */ -#subnav { - position: absolute; - top: 78px; - left: 30px; - height: 25px; -} -#subnav a { - font-size-adjust: none; - clear: both; - font-family: Verdana,Arial,Tahoma,Sans-serif; - font-size: 14px; - font-stretch: normal; - font-style: normal; - font-variant: normal; - font-weight: bold; - text-decoration: none; - border-right: 1px solid #bbb; - border-left: 1px solid #bbb; - padding: 3px; - line-height: 26px; -} - -#subnav a.selected { - color: black; - text-decoration: underline; -} - -#subnav a:hover { - text-decoration: underline; -} - -/*---------------------------------------------------------------------------------- - * PAGE > MAIN > CONTENT - *---------------------------------------------------------------------------------- - */ -#content { - padding-left: 20px; - padding-right: 20px; - width: 650px; -} -#content h1,h2,h3,h4,h5 { - margin-top: 10px; - clear: both; - padding-top: 3px; - padding-left: 3px; - font-weight: bold; - font-size: 14px; - white-space: nowrap; - overflow: hidden; - text-decoration: none; - text-transform: uppercase; - -} -#content h1 { - background-image: url("h1.png"); - border: 1px solid #ddd; - margin-top: 20px; - height: 18px; -} -#content h2 { - background-image: url("h2.png"); - border: 1px solid #ddd; - height: 18px; -} -#content h3 { - height: 14px; - font-size: 12px; -} - -#content dl { - display: block; - clear: both; - margin-right: 12px; -} - -#content dt { - width: 100%; - clear: both; - font-size: 12px; - text-align: left; - font-weight: bold; - padding: 0px; - margin-top: 1px; - padding-top: 5px; - padding-bottom: 2px; - padding-left: 10px; -} - -#content dd { - margin-top: 0px; - clear: right; - font-size: 15px; - margin-left: 30px; - padding-top: 0px; - padding-bottom: 5px; -} - -#content input, select,textarea { - background: #f2f2f2; -} -#content select { - cursor: pointer; -} -#content input:radio { - cursor: pointer; -} - -#content .submit { - width: 100px; - border-right: 1px solid #cacaca; - border-bottom: 1px solid #cacaca; - background: #eee; - color: #555; - font-weight: bold; - cursor: pointer; - -} -#content textarea { - border-right: 1px solid #cacaca; - border-bottom: 1px solid #cacaca; -} -#content p,input.text,select,textarea,input.password { - width: 97%; -} -#content table { - width: 100%; -} -#content input.short { - width: 200px; - margin-right: 10px; - display: inline; -} - -#content textarea { - height: 300px; -} -#content dd textarea { - height: 100px; -} -#content form select.radio { - border: none; -} -#content table td { - padding-right: 10px; - white-space: nowrap; -} - -/*---------------------------------------------------------------------------------- - * PAGE > FOOTER - *---------------------------------------------------------------------------------- - */ - -#footer { - margin: 20px; - padding: 5px; - clear: both; - text-align: center; - border-top: 1px solid #d6d6d6; - font-size: 10px; - color: #aaa; -} - diff --git a/skins/gnats1/AlpineGnatsHeader1.png b/skins/gnats1/AlpineGnatsHeader1.png new file mode 100755 index 0000000..d23b66e Binary files /dev/null and b/skins/gnats1/AlpineGnatsHeader1.png differ diff --git a/skins/gnats1/background_header.png b/skins/gnats1/background_header.png new file mode 100644 index 0000000..e2a4d50 Binary files /dev/null and b/skins/gnats1/background_header.png differ diff --git a/skins/gnats1/debugging.css b/skins/gnats1/debugging.css new file mode 100644 index 0000000..8c9e548 --- /dev/null +++ b/skins/gnats1/debugging.css @@ -0,0 +1,16 @@ +xxxbody { + background: yellow; +} + +xxx#page { + background: green; +} +xxx#content dt { + background: blue; +} +xxx#content dd { + background: green; +} +xx#logo { + background: silver; +} diff --git a/skins/gnats1/gnats1.css b/skins/gnats1/gnats1.css new file mode 100644 index 0000000..2b089cb --- /dev/null +++ b/skins/gnats1/gnats1.css @@ -0,0 +1,318 @@ +/*---------------------------------------------------------------------------------- + * IMPORT + *---------------------------------------------------------------------------------- + */ + +@import url("debugging.css"); + + +/* .css - Alpine ACF */ + +/*---------------------------------------------------------------------------------- + * GENERAL + *---------------------------------------------------------------------------------- + */ +.hide { + display: none; +} +pre { + font-family: monospace; + font-size: 10pt; + padding: 5px; +} +input[type=text][disabled] { + color: #755; + background: #eee; +} +input.error,select.error,textarea.error { + font-weight: normal; + font-style: normal; +} +.error { + font-weight: bold; + font-style: italic; + color: #f33; +} +a { + text-decoration: none; + color: #707; + +} +a:hover { + text-decoration: underline; +} + +/*---------------------------------------------------------------------------------- + * BODY & PAGE + *---------------------------------------------------------------------------------- + */ +body { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + font-family: Liberation Sans, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular; + font-size: 12pt; + background-image: url("/static/watermark.jpg"); + background-repeat: no-repeat; + background-position: 320px 100px; +} +#page { + position: relative; + left: 0px; + top: 0px; + width: 100%; + margin: 0px; +} + +/*---------------------------------------------------------------------------------- + * PAGE > HEADER + *---------------------------------------------------------------------------------- + */ +#header { + width: 100%; + height: 104px; + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + + background-image: url("background_header.png"); + background-repeat: repeat-x; + border: 1px solid #ddd; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +#header p { +/* display: none; */ + float: right; + font-size: 14px; + padding: 0px 0px 0px 0px; + margin-right: 10px; + margin-top: 7px; +} + +#header .tailer { + position: absolute; + background-image: url(shadow-top.png); + background-repeat: repeat-x; + top: 76px; + height: 10px; + width: 100%; + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; +} + +/*---------------------------------------------------------------------------------- + * PAGE > HEADER > LOGO + *---------------------------------------------------------------------------------- + */ +#logo { + height: 75px; + width: 400px; + background-image: url(AlpineGnatsHeader1.png); + background-position: 0px 0px; +} + +#logo h1 { + display: none; + position: absolute; + top: 10px; + left: 10px; + font-size: 60px; + font-weight: bold; + color: white; +} +#logo p { + display: none; +} + +/*---------------------------------------------------------------------------------- + * PAGE > MAIN + *---------------------------------------------------------------------------------- + */ +#main { + clear: both; + margin: 0px; + margin-top: 10px; +} + +/*---------------------------------------------------------------------------------- + * PAGE > MAIN > NAV + *---------------------------------------------------------------------------------- + */ +#nav { + display: none; +} + +/*---------------------------------------------------------------------------------- + * PAGE > MAIN > POSTNAV + *---------------------------------------------------------------------------------- + */ +#postnav { + display: none; +} + + +/*---------------------------------------------------------------------------------- + * PAGE > MAIN > SUBNAV + *---------------------------------------------------------------------------------- + */ +#subnav { + position: absolute; + top: 78px; + left: 30px; + height: 25px; +} +#subnav a { + font-size-adjust: none; + clear: both; + font-family: Verdana,Arial,Tahoma,Sans-serif; + font-size: 14px; + font-stretch: normal; + font-style: normal; + font-variant: normal; + font-weight: bold; + text-decoration: none; + border-right: 1px solid #bbb; + border-left: 1px solid #bbb; + padding: 3px; + line-height: 26px; +} + +#subnav a.selected { + color: black; + text-decoration: underline; +} + +#subnav a:hover { + text-decoration: underline; +} + +/*---------------------------------------------------------------------------------- + * PAGE > MAIN > CONTENT + *---------------------------------------------------------------------------------- + */ +#content { + padding-left: 20px; + padding-right: 20px; + width: 650px; +} +#content h1,h2,h3,h4,h5 { + margin-top: 10px; + clear: both; + padding-top: 3px; + padding-left: 3px; + font-weight: bold; + font-size: 14px; + white-space: nowrap; + overflow: hidden; + text-decoration: none; + text-transform: uppercase; + +} +#content h1 { + background-image: url("h1.png"); + border: 1px solid #ddd; + margin-top: 20px; + height: 18px; +} +#content h2 { + background-image: url("h2.png"); + border: 1px solid #ddd; + height: 18px; +} +#content h3 { + height: 14px; + font-size: 12px; +} + +#content dl { + display: block; + clear: both; + margin-right: 12px; +} + +#content dt { + width: 100%; + clear: both; + font-size: 12px; + text-align: left; + font-weight: bold; + padding: 0px; + margin-top: 1px; + padding-top: 5px; + padding-bottom: 2px; + padding-left: 10px; +} + +#content dd { + margin-top: 0px; + clear: right; + font-size: 15px; + margin-left: 30px; + padding-top: 0px; + padding-bottom: 5px; +} + +#content input, select,textarea { + background: #f2f2f2; +} +#content select { + cursor: pointer; +} +#content input:radio { + cursor: pointer; +} + +#content .submit { + width: 100px; + border-right: 1px solid #cacaca; + border-bottom: 1px solid #cacaca; + background: #eee; + color: #555; + font-weight: bold; + cursor: pointer; + +} +#content textarea { + border-right: 1px solid #cacaca; + border-bottom: 1px solid #cacaca; +} +#content p,input.text,select,textarea,input.password { + width: 97%; +} +#content table { + width: 100%; +} +#content input.short { + width: 200px; + margin-right: 10px; + display: inline; +} + +#content textarea { + height: 300px; +} +#content dd textarea { + height: 100px; +} +#content form select.radio { + border: none; +} +#content table td { + padding-right: 10px; + white-space: nowrap; +} + +/*---------------------------------------------------------------------------------- + * PAGE > FOOTER + *---------------------------------------------------------------------------------- + */ + +#footer { + margin: 20px; + padding: 5px; + clear: both; + text-align: center; + border-top: 1px solid #d6d6d6; + font-size: 10px; + color: #aaa; +} + diff --git a/skins/gnats1/h1.png b/skins/gnats1/h1.png new file mode 100644 index 0000000..b3a23ad Binary files /dev/null and b/skins/gnats1/h1.png differ diff --git a/skins/gnats1/h2.png b/skins/gnats1/h2.png new file mode 100644 index 0000000..054a950 Binary files /dev/null and b/skins/gnats1/h2.png differ diff --git a/skins/h1.png b/skins/h1.png deleted file mode 100644 index b3a23ad..0000000 Binary files a/skins/h1.png and /dev/null differ diff --git a/skins/h2.png b/skins/h2.png deleted file mode 100644 index 054a950..0000000 Binary files a/skins/h2.png and /dev/null differ -- cgit v1.2.3