diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 18:28:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 18:28:05 +0000 |
| commit | 981aa5901cb704884424aafefb36acc5b9db84bd (patch) | |
| tree | 45e613144c772dd85493d95744d5d4bf76185227 /base.css | |
| parent | eff9404994dd754850e221675636edf58523242a (diff) | |
| download | themes-981aa5901cb704884424aafefb36acc5b9db84bd.tar.gz themes-981aa5901cb704884424aafefb36acc5b9db84bd.tar.bz2 themes-981aa5901cb704884424aafefb36acc5b9db84bd.zip | |
add a layout selection layer to existing themes - some themes have been updated to work with this method.
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -8,7 +8,7 @@ pre {overflow:auto; text-align:left;} #bitleft, #bitright {vertical-align:top; width:170px; overflow:hidden;} #bitmain {vertical-align:top;} -#bitbottom {font:10px verdana,sans-serif; color:#999; text-align:center; clear:both;} +#footer {font:10px verdana,sans-serif; color:#999; text-align:center; clear:both;} .norecords {font-weight:bold;} .boxtitle {text-align:center;} .boxtitle .icon {vertical-align:middle;} @@ -45,18 +45,18 @@ small {color:#999;} /*** forms ***/ html>body textarea {width:100%;} -form {margin:0; padding:0;} -.row {clear:both;} -.formlabel {float:left; width:14em; text-align:right;} -.forminput {margin-left:14.5em;} -.formhelp {cursor:help;} -.closebutton {position:absolute; top:1px; right:1px;} -.submit {text-align:center; padding-bottom:10px;} -.minifind {width:400px;} +form {margin:0; padding:0;} +.row {clear:both;} +.formlabel {float:left; width:14em; text-align:right;} +.forminput {margin-left:14.5em;} +.formhelp {cursor:help;} +.closebutton {position:absolute; top:1px; right:1px;} +.submit {text-align:center; padding-bottom:10px;} +.minifind {width:400px;} .error, .errorpage .boxtitle {color:#f00; font-weight:bold;} -.warning {color:#f80;} -.success {color:#090;} +.warning {color:#f80;} +.success {color:#090;} .display.confirm .body {width:450px; margin:0 auto;} /* priorities */ @@ -87,6 +87,9 @@ ul.toc ul {margin-left:1.5em; padding:0;} ul.data {margin:0; padding:0;} ul.data li.item {list-style:none; margin:0; padding:0;} ul.data li.item .thumb {float:right;} +ul.data h1, +/* this is needed to make floaticons clickable in data listings */ +ul.data h2 {margin-top:0;} li.error,li.success, li.note,li.warning {list-style:none;} ul.toc li {list-style:none;} |
