-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts_aneo.scss
78 lines (67 loc) · 1.32 KB
/
fonts_aneo.scss
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
/*-- scss:defaults --*/
/*-- fonts --*/
$presentation-heading-font: 'GT Planar 30';
$mainFont: 'GT Planar';
/* Malking the footer smaller */
.reveal .footer {
font-size: 0.35em !important;
text-align: right !important;
}
/*-- Box around the different things I would like to highlight --*/
.redbox {
color: #cc0000;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 425px;
border: 2px solid;
}
.bluebox {
color: #0000FF;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 118px;
border: 2px solid;
}
.blueboxbase {
color: #0000FF;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 50px;
border: 1px solid;
}
.blueboxbasesmall {
color: #0000FF;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 40px;
border: 1px solid;
}
.blueboxtiny {
color: #0000FF;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 25px;
border: 1px solid;
}
.redboxpapers {
color: #cc0000;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 125px;
border: 2px solid;
}
.sectionhead {
font-size: 0.23em;
text-align: left;
margin: 1px;
padding-left: 13px;
width: 150px;
border-left: 4px solid;
border-color: #5A5A5A;
}