This repository has been archived by the owner on Feb 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·93 lines (83 loc) · 1.43 KB
/
style.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
85
86
87
88
89
90
91
92
93
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto');
body {
font-family: 'Lato', sans-serif;
}
h1, h2, h3 {
font-weight: normal;
color: #F9CB45;
}
img {
width: 90%;
}
.link {
right: 2em;
bottom: 3em;
position: absolute;
}
.regular {
background: #572655;
color: #ffffff;
text-shadow: 0 0 2px #6E3D2B;
}
.light {
padding: 2em;
background: #B981B4;
}
.remark-slide-number {
width: 97%;
text-align: right;
background-image: url('images/logo-zolte-1.png');
background-size: 2em;
background-position: left bottom;
background-repeat: no-repeat;
}
pre, code, .remark-code {
padding: 0.5em;
text-align: left;
font-size: 0.8em;
color: #ffffff;
background: #001037;
border-radius: 5px;
}
.icn {
width: 80px;
height: 80px;
background: url(images/products-logo.png) no-repeat 0 0;
margin: 0 auto;
}
.icn.icn-privateCloud {
background-position: 0 0;
}
.icn.icn-publicCloud {
background-position: -80px 0;
}
.icn.icn-hybridCloud {
background-position: -160px 0;
}
.icn.icn-dedicated {
background-position: -240px 0;
}
.icn.icn-platforms {
background-position: -320px 0;
}
.icn.icn-save {
background-position: -400px 0;
}
.icn.icn-network {
background-position: -560px 0;
}
.icn.icn-microsoft {
background-position: -480px 0;
}
.icn.icn-vdi {
background-position: -640px 0;
}
.icn.icn-vps {
background-position: -720px 0;
}
.red {
color: #ff0000;
}
.green {
color: #00ff00;
}