summaryrefslogtreecommitdiffstats
path: root/root/static/style.css
blob: a4eed76098c128ea5811e48c736a3012c35c9582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
body {
    background-color : #345;
    font-family      : sans;
    margin           : 0 auto;
    margin-bottom    : 16px;
    width            : 600px;
}

a:link {
    color : #123;
}

a:visited {
    color : #153;
}

.header {
    border-bottom : 1px solid;
    position      : relative;
}

.header .name {
    bottom     : 0px;
    float      : left;
    left       : 0px;
    margin-top : 0px;
    position   : absolute;
}

.header .name h1 {
    margin-bottom  : 0px;
    padding-bottom : 0px;
}

.gravatar {
    float          : right;
    vertical-align : bottom;
}

.clear {
    clear : both;
}

.nav {
    text-align : center;
}

.nav ul {
    font-size     : small;
    font-weight   : bold;
    margin-bottom : 0px;
    padding-left  : 0px;
}

.nav li {
    background-color : #8c8;
    border           : 1px solid black;
    bottom           : -4px;
    display          : inline;
    padding          : 2px;
    padding-bottom   : 0px;
    position         : relative;
    z-index          : 1;
}

.nav li a:link {
    color           : black;
    text-decoration : none;
}

.nav li a:visited {
    color           : black;
    text-decoration : none;
}

.nav li.active {
    background-color : #58a;
}

.main_content {
    background-color : #8c8;
    border           : 1px solid;
    padding          : 16px;
    position         : relative;
}

.main_content h4 {
    background-color : #58a;
    border           : 1px solid;
    margin           : 0px;
    padding          : 2px;
}

.main_content table {
    border-collapse : collapse;
    font-size       : small;
    width           : 100%;
}

.main_content thead {
    background-color : #58a;
    border-style     : solid;
    border-width     : 1px;
    font-weight      : bold;
}

.main_content th {
    border-style : solid solid none none;
    border-width : 1px;
}

.main_content td {
    border-style : solid none none solid;
    border-width : 1px;
}

.github {
    width : 250px;
    font-size : x-small;
    background-color : #8c8;
    border-style : solid;
    border-width : 1px;
    padding : 8px;
    position : absolute;
    left : -274px;
    margin-top : 8px;
}

.github h4 {
    background-color : #58a;
    border           : 1px solid;
    margin           : 0px;
    padding          : 2px;
    font-size        : medium;
}

.github ul {
    padding : 0px 16px;
}