-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
84 lines (69 loc) · 1.81 KB
/
default.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
body {
color: #f3f0e7;
font-family: "Trebuchet MS", Helvetica, sans-serif; }
.slide {
background-color: #162340;
background-image: -moz-linear-gradient(#333333, #162340);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #162340));
background-image: -webkit-linear-gradient(#333333, #162340);
background-image: -o-linear-gradient(#333333, #162340);
text-shadow: 2px 2px 2px #000; }
h1, h2, h3 {
text-align: left;
padding-left: 30px;
margin-bottom: 50px; }
h1 {
font-family: "Trebuchet MS", Helvetica, sans-serif; }
h2, h3 {
font-family: Georgia, serif;
color: #9d869c; }
h2 {
font-style: italic;
font-size: 4em; }
a {
color: #f3f0e7;
text-decoration: none; }
strong, b {
font-weight: bolder;
color: #9d869c; }
pre {
-moz-border-radius: 10px 10px/10px 10px;
-webkit-border-radius: 10px 10px/10px 10px;
border-radius: 10px 10px/10px 10px;
margin: 1em 30px; }
code {
font-family: "Courier New", Courier, monospace;
font-size: .6em;
font-weight: bold;
text-shadow: none; }
pre.sh_sourceCode .sh_string {
color: #32a632;
font-family: "Courier New", Courier, monospace; }
pre.sh_sourceCode .sh_regexp {
color: #806e42;
font-family: "Courier New", Courier, monospace; }
pre.sh_sourceCode .sh_specialchar {
color: #806e42;
font-family: "Courier New", Courier, monospace; }
.title_desc {
text-align: right;
font-size: 1.5em;
margin-right: 30px; }
.title_desc li {
padding-bottom: 0.3em; }
.unreadable {
padding-left: 30px;
padding-right: 30px; }
.content > ul {
list-style: none;
padding-left: 30px;
font-size: 2.5em; }
.content > ul > li {
padding: .1em 0 .1em 0;
margin-left: 0; }
.content > p {
text-align: left;
font-size: 2.5em;
line-height: 1.3em;
padding-left: 30px;
margin: 0; }