forked from python-gsoc/python-gsoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-gsoc.css
More file actions
85 lines (70 loc) · 1.21 KB
/
Copy pathpython-gsoc.css
File metadata and controls
85 lines (70 loc) · 1.21 KB
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
h1,
h2,
h3,
h4,
h5,
h6,
label {
color: #489eba;
}
.warning {
background: wheat;
color: #16536e;
padding-left: 2em;
padding-right: 2em;
}
/* Alternate coloured ribbon */
.ribbon {
background: #16536e;
color: #aaaaaa;
padding: 1em 1em 3em;
}
.ribbon a:link {
color: white;
}
.ribbon a:visited {
color: wheat;
}
.ribbon a:hover {
color: hotpink;
}
.ribbon a:active {
color: red;
}
/* Menu */
.custom-restricted-width {
display: inline-block;
}
#menu .pure-menu-heading {
background-color: #16536e;
}
#menu .pure-menu-selected {
background-color: #489eba;
}
/* We want to give the content area some more padding */
.content {
}
/* This is the class used for the main content headers (<h2>) */
.content-head {
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 2em 0 1em;
}
/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
color: white;
}
/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
color: #489eba;
}
.content-subhead i {
margin-right: 7px;
}
.padded-cell {
margin-right: 2em;
}
.ribbon strong {
color: #edecf1;
}