-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentation.css
More file actions
145 lines (129 loc) · 1.94 KB
/
presentation.css
File metadata and controls
145 lines (129 loc) · 1.94 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
body{
font-size: 1.5em ;
font-family: "Fira Sans", "Sans";
/*font: 1.6em "Source Sans Pro";*/
margin: 0px;
background-color: #1a253a;
color: #dcecff;
}
p {
margin: 50px 20px;
}
h2 {
margin: 0px 20px;
font-size: 1.4em ;
font-family: "Fira Sans", "Sans";
font-weight: bold;
}
h3 {
margin: 0px 20px;
font-size: 1.3em ;
font-family: "Fira Sans", "Sans";
font-weight: bold;
}
#top_box {
background-color: #3355ad;
padding: 80px 0;
}
#logo_box {
margin: 0 auto;
width: 380px;
}
#topline {
background-color: #428aff;
padding: 30px;
text-align: center;
margin: 0 0 80px 0;
}
div.secondline {
background-color: #333860;
color: #818abe;
padding: 20px;
text-align: center;
margin: 120px 0 50px;
}
div.menuline {
background-color: #333860;
color: #818abe;
padding: 20px;
text-align: center;
margin: 120px 0 50px;
}
#menu {
width: 400px;
margin: 0 auto;
}
span.menu {
margin: 10px 60px;
}
div.text {
margin: 20px auto;
max-width: 740px;
color: #7893c6;
}
div.spec_block {
width: 1500px;
margin: 50px auto;
}
@media all and (max-width: 1600px) {
div.spec_block {
width: 100%;
margin: 20px auto;
}
div.spec_block > img {
width: 100%;
margin: 20px auto;
}
}
div.spacer1 {
height: 80px;
margin: 10px;
}
div.spacer2 {
height: 140px;
margin: 100px;
}
#footer {
background-color: #1857a7;
color: #508dff;
font-size: 0.8em;
padding: 40px;
margin-top: 60px;
}
#footer_icon_box {
color: #508dff;
padding: 50px 90px 35px;
margin: 120px auto;
width: 150px;
text-align: center;
}
#footer_icon {
width: 128px;
}
@media all and (max-width: 630px) {
#logo_box {
width: 90%;
}
#xol_logo {
width: 100%;
}
#footer_icon_box {
margin: 40px auto;
}
}
a:link {
color: #c8daf3;
text-decoration: none;
}
a:visited {
color: #c8daf3;
text-decoration: none;
}
a:active {
color: #c8daf3;
text-decoration: none;
}
a:hover {
color: #1589C4;
text-decoration: none;
}