Skip to content

Commit 203873f

Browse files
committed
css file
1 parent 54e9bca commit 203873f

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

themes/static/css/cs109.css

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<style>
2+
blockquote { background: #AEDE94; }
3+
h1 {
4+
padding-top: 25px;
5+
padding-bottom: 25px;
6+
text-align: left;
7+
padding-left: 10px;
8+
background-color: #DDDDDD;
9+
color: black;
10+
}
11+
h2 {
12+
padding-top: 10px;
13+
padding-bottom: 10px;
14+
text-align: left;
15+
padding-left: 5px;
16+
background-color: #EEEEEE;
17+
color: black;
18+
}
19+
20+
div.exercise {
21+
background-color: #ffcccc;
22+
border-color: #E9967A;
23+
border-left: 5px solid #800080;
24+
padding: 0.5em;
25+
}
26+
27+
div.exercise-r {
28+
background-color: #ffd0d0;
29+
border-color: #E9967A;
30+
border-left: 5px solid #800080;
31+
padding: 0.5em;
32+
}
33+
34+
35+
span.sub-q {
36+
font-weight: bold;
37+
}
38+
div.theme {
39+
background-color: #DDDDDD;
40+
border-color: #E9967A;
41+
border-left: 5px solid #800080;
42+
padding: 0.5em;
43+
font-size: 18pt;
44+
}
45+
div.gc {
46+
background-color: #AEDE94;
47+
border-color: #E9967A;
48+
border-left: 5px solid #800080;
49+
padding: 0.5em;
50+
font-size: 12pt;
51+
}
52+
p.q1 {
53+
padding-top: 5px;
54+
padding-bottom: 5px;
55+
text-align: left;
56+
padding-left: 5px;
57+
background-color: #EEEEEE;
58+
color: black;
59+
}
60+
header {
61+
padding-top: 35px;
62+
padding-bottom: 35px;
63+
text-align: left;
64+
padding-left: 10px;
65+
background-color: #DDDDDD;
66+
color: black;
67+
}
68+
</style>
69+

0 commit comments

Comments
 (0)