Skip to content

Commit b51bc44

Browse files
Archive GSoC 2022 files
1 parent 87d3636 commit b51bc44

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

2022/css/python-gsoc.css

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
h1,
2+
h2,
3+
h3,
4+
h4,
5+
h5,
6+
h6,
7+
label {
8+
color: #489eba;
9+
}
10+
11+
.warning {
12+
background: wheat;
13+
color: #16536e;
14+
padding-left: 2em;
15+
padding-right: 2em;
16+
}
17+
18+
/* Alternate coloured ribbon */
19+
.ribbon {
20+
background: #16536e;
21+
color: #ebebeb;
22+
23+
padding: 1em 1em 3em;
24+
}
25+
26+
.ribbon a:link {
27+
color: #73ffff;
28+
}
29+
30+
.ribbon a:visited {
31+
color: wheat;
32+
}
33+
34+
.ribbon a:hover {
35+
color: hotpink;
36+
}
37+
38+
.ribbon a:active {
39+
color: red;
40+
}
41+
42+
.warning a:link {
43+
color: blue;
44+
}
45+
46+
.warning a:visited {
47+
color: purple;
48+
}
49+
/* Menu */
50+
.custom-restricted-width {
51+
display: inline-block;
52+
}
53+
54+
#menu .pure-menu-heading {
55+
background-color: #16536e;
56+
}
57+
#menu .pure-menu-selected {
58+
background-color: #489eba;
59+
}
60+
61+
#menu .pure-menu-warning {
62+
background-color: #f0664a;
63+
}
64+
65+
66+
/* Mark the top in orange for archived content */
67+
.header-warning {
68+
background: #f0664a;
69+
color: #ffffff;
70+
}
71+
72+
73+
/* This is the class used for the main content headers (<h2>) */
74+
.content-head {
75+
font-weight: 400;
76+
text-transform: uppercase;
77+
letter-spacing: 0.1em;
78+
margin: 2em 0 1em;
79+
}
80+
81+
/* This is a modifier class used when the content-head is inside a ribbon */
82+
.content-head-ribbon {
83+
color: white !important;
84+
}
85+
86+
/* This is the class used for the content sub-headers (<h3>) */
87+
.content-subhead {
88+
color: #295E70;
89+
}
90+
91+
.content-subhead i {
92+
margin-right: 7px;
93+
}
94+
95+
.padded-cell {
96+
margin-right: 2em;
97+
}
98+
99+
.ribbon strong {
100+
color: #edecf1;
101+
}
102+
103+
.logo img {
104+
max-height: 150px;
105+
}
106+
107+
/* Org status bars */
108+
div.ok {
109+
border-bottom: 2px solid #8aab00;
110+
}
111+
div.waiting {
112+
border-bottom: 2px solid #fecb01;
113+
}
114+
div.problem {
115+
border-bottom: 2px solid #b44601;
116+
}
117+
118+
.responsive-img {
119+
width: 100%;
120+
}

0 commit comments

Comments
 (0)