54bb033f4f3c5f676c7a5106d9fed8ccd786ec81
[iankelling.org] / _site / gitweb-site.css
1
2 .main-content-stripe {
3 /* i don't like bright white. copy a gitweb color */
4 background-color: #f6f6f0;
5 padding: 30px 0;
6 }
7
8 /* copied from main.css, applied here */
9 body {
10 border-width: 0px;
11 }
12 .page_header,.page_footer {
13 margin: 0 auto;
14 max-width: 700px;
15 }
16
17 table.project_list {
18 /* The main project list just has this one uncentered element,*/
19 /* so center it */
20 margin: 0 auto;
21 }
22 .content {
23 /* summary pages etc. don't fit nicely in 700px, so just*/
24 /* have a 20px margin. */
25 margin: 0 20px;
26 }
27
28 div.page_header {
29 /* 21.0667 seems to be default for h3 in the non-gitweb site, copy it here */
30 margin-top: 21.0667px;
31 margin-bottom: 21.0667px;
32 /* remove padding added by gitweb's css */
33 padding: 0;
34 }
35
36 /* I tried to find all the css to override,*/
37 /* but found certain things not overriding as I would expect,*/
38 /* So hammer it with !important */
39 a {
40 color: #0645ad !important;
41 text-decoration: none;
42 }
43 a:hover {
44 text-decoration: underline !important;
45 }
46
47 a:visited {
48 color: #0b0080 !important;
49 }
50
51
52 .page_header, .page_header a:visited, .page_header a {
53 /* copy from h settings in main.css */
54 line-height: 1.2;
55 /* copy of the h3 size in main site. */
56 font-size: 21.0667px;
57 /* same as for main.css */
58 color: #333333 !important;
59 }