Separate datetime format for 'commit' page.
[viewgit.git] / default.css
blob81b8120b4f610fc62adeb5a9de7653122343191f
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 .ad {
63 font-size: 60%;
64 position: absolute;
65 top: 0;
66 right: 0;
69 span.label {
70 font-size: 80%;
71 padding-left: 0.5em;
72 padding-right: 0.5em;
73 margin-left: 0.5em;
74 font-weight: bold;
77 span.head {
78 background-color: #afa;
79 border-right: 1px solid #090;
80 border-bottom: 1px solid #090;
83 span.remote {
84 background-color: #faf;
85 border-right: 1px solid #909;
86 border-bottom: 1px solid #909;
89 span.tag {
90 background-color: #ffa;
91 border-right: 1px solid #990;
92 border-bottom: 1px solid #990;
95 /* summary template */
97 table.shortlog th.date {
98 width: 15%;
99 white-space: pre;
102 table.shortlog th.author {
103 width: 15%;
106 table.heads th.date {
107 width: 15%;
110 /* commitdiff template */
112 .commitmessage {
113 padding: 0.5em;
114 background-color: #999;
117 .diff .add {
118 color: green;
121 .diff .del {
122 color: red;
125 .diff .pos {
126 color: purple;
129 .diff .etc {
130 color: #999;
133 /* tree template */
134 table.tree th.perm {
135 width: 10%;
138 table.tree th.dl {
139 width: 10%;
142 table.tree .dir {
143 background-color: #ff9;
146 table.tree .dir:hover {
147 background-color: #ff0;
150 /* viewblob template */
151 .file {
152 background-color: #ddd;
153 padding: 0.5em;
154 margin: 0.5em;