Pick up git-browser multiple scheme fix
[girocco.git] / html / girocco.css
blob546218dd78f75dec21649ef173d266b1a625c232
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 white-space: nowrap;
87 .nowrap {
88 white-space: nowrap !important;
89 min-width: 0 !important;
92 .hover {
93 position: relative;
94 border-bottom: thin dotted;
97 .hover:hover {
98 border-bottom: hidden;
99 background-color: #ffffe4;
102 .hover span {
103 position: absolute;
104 left: 0;
105 top: +100%;
106 margin-top: 1ex;
107 margin-left: 1.25ex;
108 border: thin solid;
109 padding: 1ex;
110 background-color: white;
111 min-width: 45ex;
112 z-index: 1;
113 white-space: normal;
114 visibility: hidden;
117 .hover:hover span {
118 visibility: visible;