diff options
Diffstat (limited to 's/style/newbies')
| -rw-r--r-- | s/style/newbies/style.css | 106 |
1 files changed, 83 insertions, 23 deletions
diff --git a/s/style/newbies/style.css b/s/style/newbies/style.css index 3630f15..318365b 100644 --- a/s/style/newbies/style.css +++ b/s/style/newbies/style.css @@ -13,6 +13,7 @@ padding: 0; border: 0; outline:0; + } body { @@ -44,8 +45,8 @@ a:hover { margin: 0 auto; min-height: 100%; background: url(/style/newbies/newbs2.png) no-repeat center 10px fixed; - padding-top: 120px; - background-size: 800px; + padding-top: 76px; + background-size: 500px; } #footer { @@ -113,64 +114,123 @@ div.mainbox div.header { background: #111; } -/* navigation / search box "fieldset.search" */ +/* navigation / filter box */ -form input { +form input, +form select { border: 1px solid #2d851f; background: #222; color: #ccc; } -form fieldset.search, -form fieldset#advancedsearch { +form input:disabled, +form select:disabled { + border: 1px solid #2d851f; + background: #111; + color: #666; +} + +form fieldset { display: block; margin:12px 0 12px 0; width: 100%; text-align:center; + } +form fieldset.simple { height:22px; } -form fieldset.search input.text, -form fieldset#advancedsearch input.text { +form fieldset input.text { width: 300px; margin-left:20px; padding:1px 1px 1px 5px; font-style: italic; } -form fieldset.search input.submit { +form fieldset.simple input.submit { display:none; } -form fieldset.search a { +form fieldset a { padding: 1px 5px; border: 1px solid #2d851f; margin: 0 6px; } -form fieldset.search a.sel, -form fieldset.search a:hover { +form fieldset a.sel, +form fieldset a:hover { border: 1px solid #3abe25; color: #3abe25; } -form div.dropdown a { +form.advancedfilter table { + /*width:70%; */ + table-layout:fixed; + border-collapse:collapse; + margin: 12pt auto; + text-align: right; +} + + +form.advancedfilter table tr { +} + + +form.advancedfilter table tr td { + margin: 3pt; + text-align: right; + padding: 7px; +} + +form.advancedfilter table tr td.desc { + width: 100px; + text-align: left; +} +form.advancedfilter table tr td.param { + width: 400px; + text-align: right; +} + +form.advancedfilter input.submit, +form.advancedfilter input.text, +form.advancedfilter select { + padding: 2px; + margin: auto 5px; + width: 400px +} +form.advancedfilter input.text { + width: 394px +} +form.advancedfilter input.submit { + font-weight: bold; +} + +form.advancedfilter span.errorsel { + font-size: x-small; + color: #f55; + padding-left:5px; +} + +div.simpleadvanced a { display:block; width:100%; text-align:center; font-size: x-small; } -form fieldset#advancedsearch { - display:none; -} -form fieldset#advancedsearch input.submit { - padding: 1px; - margin: auto 5px; +/* DEBUG code block */ +div.mainbox .codeblock { + font-family:"Lucida Console"; + font-size: 9pt; + text-align:left; + background: #222; + border:1px solid #666; + display:block; + margin:12pt auto; + width:90%; + padding: 7px; + overflow-x:auto; + box-shadow: 3px 3px 2px #222; } - -/* TODO: advanced search function styling */ - - /* browse table tabs */ ul.maintabs { |
