File: style.css

package info (click to toggle)
python-werkzeug 1.0.1%2Bdfsg1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: python: 21,897; javascript: 173; makefile: 36; xml: 16
file content (122 lines) | stat: -rw-r--r-- 1,861 bytes parent folder | download | duplicates (10)
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
body {
    font-family: 'Verdana', sans-serif;
    background: #2b93ad;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
}

h1 {
    font-size: 0;
    margin: 0;
    padding: 10px 0 0 10px;
    height: 124px;
    line-height: 100px;
    background: url(header.png);
    color: white;
}

h1 a {
    display: block;
    margin: 0 auto 0 auto;
    height: 90px;
    width: 395px;
    background: url(logo.png);
}

div.contents {
    background: white url(content.png) repeat-x;
    margin: -8px auto 0 auto;
    text-align: left;
    padding: 15px;
    max-width: 1000px;
}

div.contents a {
    margin: 0 5px 0 5px;
}

div.footer {
    max-width: 1014px;
    margin: 0 auto 0 auto;
    background: #1a6f96;
    padding: 8px;
    font-size: 10px;
    color: white;
}

div.footer a {
    color: #79b9d7;
}

a {
    color: #1a6f96;
    text-decoration: none;
}

a:hover {
    color: #ffb735;
}

h2 {
    margin: 0 0 0.5em 0;
    padding: 0 0 0.1em 0;
    color: #ffb735;
    font-size: 2em;
    border-bottom: 1px solid #ccc;
}

h3 {
    margin: 1em 0 0.7em 0;
    color: #ffb735;
    font-size: 1.5em;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #79b9d7;
}

table td, table th {
    border: 1px solid #79b9d7;
    padding: 3px 6px 3px 6px;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
}

table th {
    background: #f2f8fb;
    text-align: left;
}

table thead th {
    font-weight: bold;
    background-color: #79b9d7;
    text-align: center;
}

table thead th a {
    color: white;
}

table thead th a.up {
    background: url(up.png) no-repeat right;
    padding-right: 20px;
}

table thead th a.down {
    background: url(down.png) no-repeat right;
    padding-right: 20px;
}

div.players {
    font-size: 11px;
}

dl dt {
    font-weight: bold;
    padding: 5px 0 0 0;
}