forked from python-gsoc/python-gsoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
112 lines (101 loc) · 1.46 KB
/
style.css
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
.fixed-nav-bar {
position: fixed;
top: 0;
left: 0;
z-index: 8888;
width: 100%;
height: 50px;
background-color: #d9d9d9;
border-bottom: 4px solid #2955a3;
}
.content {
margin-top: 60px;
margin-left: 2em;
}
.sitename {
display: inline-block;
margin-right: 20px;
margin-left: 10px;
}
a.sitename, a:visited.sitename {
color: #f0f0f0;
}
.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
height: 50px;
}
.menu li a {
display: block;
margin: 0;
padding: 8px 16px;
height: 50px;
text-decoration: none;
color: #2955a3;
}
.menu li {
display: inline;
float: right;
height: 50px;
margin: 0;
font-size: 1.5em;
}
.menu li a:hover {
background-color: #ffb100;
color: white;
height: 50px;
margin: 0;
}
h1 {
font-size: 1.5em;
}
h1, h2, h3 {
padding-top: 50px;
color: #2955a3;
}
h4 {
color: #2955a3;
padding: 2px;
margin: 2px;
}
li {
padding-bottom: .5em;
}
div.warning {
border: 1pt solid #E5E5E5;
color: black;
margin: 10pt 30pt 10pt 30pt;
min-height: 45px;
padding: 10px 10px 10px 64px;
background: #F9F9FF url("warning.png") no-repeat 8px 8px;
}
table.ideas {
border-collapse: collapse;
border: 1px;
}
td.logo {
max-width: 300px;
text-align: center;
width: 25%;
}
td.intro table {
width: 100%;
min-height: 200px;
border-collapse: collapse;
}
td {
border: 1pt solid #e5e5e5;
padding: 2px;
margin: 2px;
}
td.waiting {
background: #FFFCBD;
}
td.good {
background: #D8FFBD;
}
td.problem {
background: #D84040;
}