From 6a2e29067e5cfa456de8c43076b6d06ce571be82 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 9 Sep 2012 03:02:50 +0200 Subject: CSS --- css/style.css | 85 ++++++++++++++++++++++------------------------------------- 1 file changed, 32 insertions(+), 53 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 0084cf5..b3921df 100644 --- a/css/style.css +++ b/css/style.css @@ -11,6 +11,16 @@ body { tt { font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace; } +.inactive { + color: #FF0040; +} +.active { + color: #32CD32; +} +h1, h2, h3 { + margin: 15pt auto 10pt auto; + width: 600pt; +} @@ -61,29 +71,18 @@ td.label { text-align: right; } -#columns { - width: 100%; -} -#columns .column { - position: relative; - padding: 0pt; - border: 0pt; -} -#columns .left { - width: 50%; - padding: 0 0 0 30pt; - float: left; - text-align: left; + +/* Listing modes */ +#status { + margin: 10pt auto; + width: 600pt; } -#columns .right { - width: 50%; - padding: 0 0 0 30pt; - float: right; - text-align: right; +.description { + text-align: justify; + font-style: italic; + margin: auto; + width: 450pt; } - - -/* Listing table */ table.list { border-top:1px solid #e5eff8; border-right:1px solid #e5eff8; @@ -116,33 +115,33 @@ table.list thead th { font-weight:bold; color:#66a3d3 } -.inactive { - color: #FF0040; -} -.active { - color: #32CD32; -} .none { font-size: 6pt; color: lightgray; } +.dunno { + font-weight: bolder; + color: #888888; +} +.action { + font-weight: normal; + font-size: 11pt; + margin: 10pt; +} + + +/* Edit modes */ .help { font-size: 8pt; text-align: justify; color: #6A6A6A; padding: 0 50pt; } -h1 { - margin: 15pt auto 10pt auto; - width: 600pt; -} h4.label { font-weight: bold; text-align: center; font-size: 12pt; } - -/* Edit forms */ form.editform { margin: 0px auto; border: 1px solid #cccccc; @@ -171,23 +170,3 @@ div.editform { color: #FF0040; text-align: center; } -.description { - text-align: justify; - font-style: italic; - margin: auto; - width: 600px; -} -.edit { - font-weight: normal; - font-size: 11pt; - margin: 10pt; -} -.add { - font-weight: normal; - font-size: 11pt; - margin: 10pt; -} -.dunno { - font-weight: bolder; - color: #888888; -} -- cgit v1.2.3