Added optional authentication method.
[viewgit.git] / default.css
blob3a15efe55d5699826ced638777129deeee320233
1 body {
2 color: black;
3 background-color: white;
6 h1 {
7 font-size: 130%;
10 h1 a {
11 text-decoration: none;
14 table {
15 width: 100%;
16 border-collapse: collapse;
17 font-size: 80%;
20 table tr td {
23 table tbody tr:hover {
24 background-color: #ccc;
27 table th {
28 text-align: left;
29 border-bottom: 1px solid black;
32 .nav {
33 font-size: 80%;
34 padding: 0.5em;
37 .nav a {
38 text-decoration: none;
41 .pagenav {
42 margin-top: 0.3em;
43 padding-top: 0.5em;
44 padding-bottom: 0.5em;
45 font-size: 80%;
46 border-top: 1px solid #333;
47 border-bottom: 1px solid #333;
50 .pagenav a {
51 text-decoration: none;
54 .pagenav a:hover {
55 text-decoration: underline;
58 .pagenav .cur {
59 font-weight: bold;
62 .search {
63 display: inline;
66 .ad {
67 font-size: 60%;
68 position: absolute;
69 top: 0;
70 right: 0;
73 span.label {
74 font-size: 80%;
75 padding-left: 0.5em;
76 padding-right: 0.5em;
77 margin-left: 0.5em;
78 font-weight: bold;
81 span.head {
82 background-color: #afa;
83 border-right: 1px solid #090;
84 border-bottom: 1px solid #090;
87 span.remote {
88 background-color: #faf;
89 border-right: 1px solid #909;
90 border-bottom: 1px solid #909;
93 span.tag {
94 background-color: #ffa;
95 border-right: 1px solid #990;
96 border-bottom: 1px solid #990;
99 /* summary template */
101 table.shortlog th.date {
102 width: 15%;
103 white-space: pre;
106 table.shortlog th.author {
107 width: 15%;
110 table.heads th.date {
111 width: 15%;
114 /* commitdiff template */
116 .commitmessage {
117 padding: 0.5em;
118 background-color: #999;
121 .diff .add {
122 color: green;
125 .diff .del {
126 color: red;
129 .diff .pos {
130 color: purple;
133 .diff .etc {
134 color: #999;
137 /* tree template */
138 table.tree th.perm {
139 width: 10%;
142 table.tree th.dl {
143 width: 10%;
146 table.tree .dir {
147 background-color: #ff9;
150 table.tree .dir:hover {
151 background-color: #ff0;
154 /* viewblob template */
155 .file {
156 background-color: #ddd;
157 padding: 0.5em;
158 margin: 0.5em;