Do not use `date -d` as it's not portable
[girocco.git] / html / girocco.css
blob6ebd8cd9d8562813481cb29ac3aaf29444da365d
1 /* Girocco CSS */
3 .form {
4 padding: 0;
7 .projectlist, p, pre {
8 margin-left: 1ex;
9 margin-right: 1ex;
12 div.htmlcgi .projectlist, div.htmlcgi p, div.htmlcgi pre {
13 margin-left: 0;
14 margin-right: 0;
17 div.htmlcgi {
18 margin-left: 1ex;
19 margin-right: 1ex;
22 .formlabel {
23 margin-right: 0.5em;
24 padding-top: 0.3em;
25 text-align: right;
26 background-color: #d9d8d1;
27 line-height: 1.75em;
30 .formdata {
31 padding-top: 0.3em;
32 padding-left: 0.75em;
33 line-height: 1.75em;
36 .ctxaction {
37 text-decoration: none;
40 .updated {
41 color: green;
42 font-weight: bold;
43 font-size: 125%;
46 .projectlist {
47 margin-left: 3ex;
50 .projectlist a {
51 color: inherit;
52 text-decoration: none;
53 border-bottom: thin dotted;
56 .projectlist a:hover {
57 border-bottom: thin solid;
60 .projectlist a:active {
61 color: red;
64 .projectlist .odd {
65 background-color: #f4f4f4;
68 .projectlist th, .projectlist td {
69 padding: 0.5ex 0.75ex;
72 .projectlist th {
73 text-align: left;
76 .projectlist th.desc {
77 min-width: 40ex;
80 .projectlist th, .projectlist td:first-child, .projectlist td.type {
81 white-space: nowrap;
84 .nowrap {
85 white-space: nowrap !important;
86 min-width: 0 !important;
89 .hover {
90 position: relative;
91 border-bottom: thin dotted;
94 .hover:hover {
95 border-bottom: hidden;
96 background-color: #ffffe4;
99 .hover span {
100 position: absolute;
101 left: 0;
102 top: +100%;
103 margin-top: 1ex;
104 margin-left: 1.25ex;
105 border: thin solid;
106 padding: 1ex;
107 background-color: white;
108 min-width: 45ex;
109 z-index: 1;
110 white-space: normal;
111 visibility: hidden;
114 .hover:hover span {
115 visibility: visible;