Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/static/glike.css
blob: ea9841b45e30a2cbdc00668cf7ef8561956d0e26 (plain)
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
body {
    font-family: arial, san-serif;
}

table {
    border-collapse: collapse;
    border: 1px solid black;
}

th {
    text-align: left;
    border: 1px solid black;
    background: gray;
    color: white;
    padding: 0.2em;
}

td {
    border: 1px solid black;
    padding: 0.2em;
}

#header {
 height: 10%;
 overflow:hidden;
 background-color: #3ac;
 border-top: 4px solid #111;
 border-right: 3px solid #121;
 border-left: 3px solid #121;
 text-align: right;
}

#header h1 {
 font-size: 20px;
 float: left;
 vertical-align: middle;
}

#header li{
 font-size: 14px;
 padding-right:10px;
 display:inline;
}

#header u1 {
    list-style: none;
    float:right;
    vertical-align: middle;
}

a {
    color: blue;
}
#header h1 a {
    text-decoration: none;
    color: black;
}

#bodycontent {
 text-decoration: none;
 color: black;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}