Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/pootle_it/static/css/style.css
blob: 7a5155aa1ee1220111c6785196df13256b333598 (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
div.head {
    background-color: #222;
    border: 1px solid black;
    color: white;
    font-size: 14px;
}

.head .home {
    font-weight: bold;
    font-size: 18px;
}

.head .grid_2 { 
    margin-left: 0px;
    margin-right: 0px;
    width: 120px;
}

.head .link {
    text-align: center;
}

.head a {
    color: white;
    display: block;
    height: 24px;
    text-decoration: none;
}

.head a:hover {
    background-color: black;
    text-decoration: underline;
}

.head a {
    padding-top: 10px;
    padding-bottom: 4px;
}

.head .home a {
    padding-top: 8px;
    padding-bottom: 6px;
}


div.wrapper {
    border: 1px solid black;
}