aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 03:02:50 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 03:06:25 +0200
commit6a2e29067e5cfa456de8c43076b6d06ce571be82 (patch)
tree4e49654125979c6f00be8e477254c1877f6d9093 /css
parent4a0d87e642c4d97ee2a026f1207e25a001518f3a (diff)
CSS
Diffstat (limited to 'css')
-rw-r--r--css/style.css85
1 files changed, 32 insertions, 53 deletions
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;
-}