gitweb_config.perl: avoid gitweb namespace pollution
[girocco.git] / html / girocco.css
blobbbcac0838b36699952c1db0dedcdc5d290ce96af
1 /* Girocco CSS */
3 .form {
4 padding: 0;
7 .projectlist, .bundlelist, p, pre {
8 margin-left: 1ex;
9 margin-right: 1ex;
12 div.htmlcgi .projectlist,
13 div.htmlcgi .bundlelist,
14 div.htmlcgi p,
15 div.htmlcgi pre {
16 margin-left: 0;
17 margin-right: 0;
20 div.htmlcgi {
21 margin-left: 1ex;
22 margin-right: 1ex;
25 div.htmlcgi h1 {
26 font-size: 150%;
29 div.htmlcgi h2 {
30 font-size: 125%;
33 div.htmlcgi h3 {
34 font-size: 110%;
37 div.htmlcgi h4 {
38 font-size: 100%;
41 .formlabel {
42 margin-right: 0.5em;
43 padding-top: 0.3em;
44 text-align: right;
45 background-color: #d9d8d1;
46 line-height: 1.75em;
49 .formdata {
50 padding-top: 0.3em;
51 padding-left: 0.75em;
52 line-height: 1.75em;
55 .ctxaction {
56 text-decoration: none;
59 .updated {
60 color: green;
61 font-weight: bold;
62 font-size: 125%;
65 .projectlist {
66 margin-left: 3ex;
69 .projectlist a {
70 color: inherit;
71 text-decoration: none;
72 border-bottom: thin dotted;
75 .projectlist a:hover {
76 border-bottom: thin solid;
79 .projectlist a:active {
80 color: red;
83 .projectlist .odd, .bundlelist .odd {
84 background-color: #f4f4f4;
87 .projectlist th, .projectlist td,
88 .bundlelist th, .bundlelist td {
89 padding: 0.5ex 0.75ex;
92 .projectlist th, .bundlelist th {
93 text-align: left;
96 .projectlist th.desc {
97 min-width: 40ex;
100 .projectlist th,
101 .projectlist td:first-child,
102 .projectlist td.sizecol,
103 .projectlist td.type,
104 .projectlist td.change,
105 .projectlist td.idle,
106 .bundlelist th,
107 .bundlelist td {
108 white-space: nowrap;
111 .projectlist th.sizecol,
112 .projectlist td.sizecol {
113 text-align: right;
116 .nowrap {
117 white-space: nowrap !important;
118 min-width: 0 !important;
121 .indent {
122 margin-left: 3ex !important;
125 .hover {
126 position: relative;
127 border-bottom: thin dotted;
130 .hover:hover {
131 border-bottom: hidden;
132 background-color: #ffffe4;
135 .hover > span:first-child {
136 position: absolute;
137 left: 0;
138 top: +100%;
139 margin-top: 1ex;
140 margin-left: 1.25ex;
141 border: thin solid;
142 padding: 1ex;
143 background-color: white;
144 min-width: 45ex;
145 z-index: 1;
146 white-space: normal;
147 font-weight: normal;
148 text-align: left;
149 visibility: hidden;
152 .hover .head {
153 display: block;
154 font-weight: bold;
155 margin-bottom: 0.5em;
158 .hover:hover > span:first-child {
159 visibility: visible;