-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathpython-gsoc.css
More file actions
117 lines (97 loc) · 1.63 KB
/
Copy pathpython-gsoc.css
File metadata and controls
117 lines (97 loc) · 1.63 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
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
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: #ebebeb;
padding: 1em 1em 3em;
}
.ribbon a:link {
color: #73ffff;
}
.ribbon a:visited {
color: wheat;
}
.ribbon a:hover {
color: hotpink;
}
.ribbon a:active {
color: red;
}
.warning a:link {
color: blue;
}
.warning a:visited {
color: purple;
}
/* Menu */
.custom-restricted-width {
display: inline-block;
}
#menu .pure-menu-heading {
background-color: #16536e;
}
#menu .pure-menu-selected {
background-color: #489eba;
}
#menu .pure-menu-warning {
background-color: #f0664a;
}
/* 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;
}
/* Mark the top in orange for archived content */
.header {
background: #f0664a;
color: #ffffff;
}
/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
color: white !important;
}
/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
color: #295E70;
}
.content-subhead i {
margin-right: 7px;
}
.padded-cell {
margin-right: 2em;
}
.ribbon strong {
color: #edecf1;
}
.logo img {
max-height: 150px;
}
/* Org status bars */
div.ok {
border-bottom: 2px solid #8aab00;
}
div.waiting {
border-bottom: 2px solid #fecb01;
}
div.problem {
border-bottom: 2px solid #b44601;
}
.responsive-img {
width: 100%;
}