gc.sh: optimize darcs repositories
[girocco.git] / html / girocco.css
blob0e3253798ed99a10f7734a58fb19a0055c1ebbfc
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,
81 .projectlist td:first-child,
82 .projectlist td.type,
83 .projectlist td.change,
84 .projectlist td.idle {
85 white-space: nowrap;
88 .nowrap {
89 white-space: nowrap !important;
90 min-width: 0 !important;
93 .hover {
94 position: relative;
95 border-bottom: thin dotted;
98 .hover:hover {
99 border-bottom: hidden;
100 background-color: #ffffe4;
103 .hover > span:first-child {
104 position: absolute;
105 left: 0;
106 top: +100%;
107 margin-top: 1ex;
108 margin-left: 1.25ex;
109 border: thin solid;
110 padding: 1ex;
111 background-color: white;
112 min-width: 45ex;
113 z-index: 1;
114 white-space: normal;
115 font-weight: normal;
116 visibility: hidden;
119 .hover .head {
120 display: block;
121 font-weight: bold;
122 margin-bottom: 0.5em;
125 .hover:hover > span:first-child {
126 visibility: visible;