aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 03:43:48 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 03:57:00 +0200
commit79344b1efee7e914b8d23bd0dfd92664cf698c11 (patch)
treef58163e1eb3d60c3fcc5aa36cfb0389f7528b63b /css
parentcd2e069816416dd42ed2528e4843c07309a31f27 (diff)
W3C Validator (HTML 5 + XHTML 1.1 + CSS level 3)
Diffstat (limited to 'css')
-rw-r--r--css/style.css88
1 files changed, 45 insertions, 43 deletions
diff --git a/css/style.css b/css/style.css
index fe42282..87b0275 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,12 +1,12 @@
/* Global */
body {
- font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
- font-size: 11pt;
- line-height: 140%;
- color: #1a1a1a;
+ font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
+ font-size: 11pt;
+ line-height: 140%;
+ color: #1a1a1a;
}
.error {
- color: #FF0040;
+ color: #FF0040;
}
@@ -15,83 +15,85 @@ form.loginform {
margin: 0px auto;
border: 1px solid #cccccc;
padding: 10pt;
- float: center;
position: relative;
width: 300px;
background: #F5F5F5;
}
table.loginform {
- margin:0 auto 5pt auto;
- border-collapse:collapse;
+ margin:0 auto 5pt auto;
+ border-collapse:collapse;
}
table.loginform td {
- padding:0 5pt 0 0;
+ padding:0 5pt 0 0;
}
.loginform {
text-align: center;
font-size: 12pt;
}
+.label {
+ text-align: right;
+}
/* Header */
#header {
- width: 100%;
+ width: 100%;
}
#header .column {
- position: relative;
- padding: 0pt;
- border: 0pt;
- font-size: 9pt;
+ position: relative;
+ padding: 0pt;
+ border: 0pt;
+ font-size: 9pt;
}
#header .left {
- width: 50%;
- float: left;
- text-align: left;
+ width: 50%;
+ float: left;
+ text-align: left;
}
#header .right {
- width: 45%;
- float: right;
- text-align: right;
+ width: 45%;
+ float: right;
+ text-align: right;
}
/* Listing table */
table.list {
- width:90%;
- border-top:1px solid #e5eff8;
- border-right:1px solid #e5eff8;
- margin:1em auto;
- border-collapse:collapse;
+ width:90%;
+ border-top:1px solid #e5eff8;
+ border-right:1px solid #e5eff8;
+ margin:1em auto;
+ border-collapse:collapse;
}
table.list td {
- color:#678197;
- border-bottom:1px solid #e5eff8;
- border-left:1px solid #e5eff8;
- padding:.3em 1em;
- text-align:center;
+ color:#678197;
+ border-bottom:1px solid #e5eff8;
+ border-left:1px solid #e5eff8;
+ padding:.3em 1em;
+ text-align:center;
}
table.list tr.odd td {
- background:#f7fbff
+ background:#f7fbff
}
table.list th {
- font-weight:normal;
- color: #678197;
- text-align:left;
- border-bottom: 1px solid #e5eff8;
- border-left:1px solid #e5eff8;
- padding:.3em 1em;
+ font-weight:normal;
+ color: #678197;
+ text-align:left;
+ border-bottom: 1px solid #e5eff8;
+ border-left:1px solid #e5eff8;
+ padding:.3em 1em;
}
table.list thead th {
- background:#f4f9fe;
- text-align:center;
- font-weight:bold;
- color:#66a3d3
+ background:#f4f9fe;
+ text-align:center;
+ font-weight:bold;
+ color:#66a3d3
}
.nonactive {
- color: #FF0040;
+ color: #FF0040;
}
.active {
- color: #32CD32;
+ color: #32CD32;
}
.none {
font-size: 6pt;