-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
154 lines (126 loc) · 2.36 KB
/
style.css
File metadata and controls
154 lines (126 loc) · 2.36 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
@import url(http://fonts.googleapis.com/css?family=Poly);
@font-face { font-family:'Folk Solid'; src:url('Folksolid.ttf') }
@font-face { font-family:'Folk Outline'; src:url('Folkoutline.ttf') }
@font-face { font-family:'Folk Shadow'; src:url('Folkshadow.ttf') }
@font-face { font-family:'Folk Sketches'; src:url('Folksketches.ttf') }
body {font-family: 'Poly', serif;}
/* Main settings */
#preso, .slide {
background: #fff;
}
.slide .center {
width: 1024px;
height: 768px;
}
.slide .center p {
margin: 0px !important;
text-align: left;
}
.slide .black {
background: black;
}
h1,h2,h3 { font-weight: normal; text-align: center; margin: 0.5em 0; }
.reversed {
color: white;
background-color: black;
}
.white {
color: white;
}
.folk_solid {
font-family: 'Folk Solid';
}
.folk_shadow{
font-family: 'Folk Shadow';
}
.folk_outline{
font-family: 'Folk Outline';
}
.folk_sketches{
font-family: 'Folk Sketches';
}
.title h1{
font-family: 'Folk Shadow'; font-size: 180px; line-height: 60px;
}
.title h2{
font-family: 'Folk Solid'; font-size: 100px;
}
.title h3{
font-family: 'Folk Shadow'; font-size: 180px; line-height: 60px;
}
/* Image settings */
.img {
height: 1024px;
background-position: center;
margin-top: -30px !important;
background-repeat: no-repeat;
}
/* Left */
.img_left h1 {
margin-left: 40px;
padding: 25px;
}
.img_left h1, .img_left li{
background-color: white;
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
width: 700px;
}
/* Right */
.img_right h1 {
margin-left: 1040px;
padding: 25px;
}
.img_right ul {
margin-left: 1000px;
}
.img_right h1, .img_right li{
background-color: white;
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
width: 700px;
}
/* Center */
.img_center h1 {
padding: 25px;
width: 700px;
}
.img_center ul{
width: 750px;
}
.img_center h1, .img_center ul{
margin-left: auto;
margin-right: auto;
}
.img_center ul li{
margin-left: 0px;
}
.img_center h1, .img_center li{
background-color: white;
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
width: 700px;
}
/* Images */
.ruby {
background-image: url('me/ruby.jpg');
}
.materials p{
padding-left: 60px;
}
#footer {
display: none;
}
h1:first-child {
border-bottom: none;
}
.slide .center, #slides.supplemental .slide .center {
position: relative;
top: 50%;
}
.code {
font-size: 1.3em;
}