summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-25 18:28:05 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-25 18:28:05 +0000
commit981aa5901cb704884424aafefb36acc5b9db84bd (patch)
tree45e613144c772dd85493d95744d5d4bf76185227 /base.css
parenteff9404994dd754850e221675636edf58523242a (diff)
downloadthemes-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.css25
1 files changed, 14 insertions, 11 deletions
diff --git a/base.css b/base.css
index 79001a1..1535f4b 100644
--- a/base.css
+++ b/base.css
@@ -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;}