-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDFKI-changes.css
157 lines (136 loc) · 2.63 KB
/
DFKI-changes.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
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
155
156
157
aside.gdbar {
height: 97px;
width: 548px;
}
aside.gdbar.right {
z-index:100;
}
aside.gdbar img {
height:85px;
width:408px;
}
pre.questions {
font-size:1.6em;
padding-top:60px;
margin-top:50px;
left:4px;
height:140px;
text-align:center;
}
slides > slide {
z-index: 0;
}
slides > slide.title-slide:after {
background: url(../../images/SCLL-bg.png) no-repeat 648px 0px;
opacity: 0.3;
height: 100%;
bottom: 0;
right: 0px;
width: 100%;
left: auto;
z-index: -1;
}
slides > slide.segue:after {
content: '';
position: absolute;
background: url(../../images/SCLL-bg.png) #fff no-repeat 648px 0px;
opacity: 0.1;
height: 100%;
bottom: 0;
right: 0px;
width: 100%;
left: auto;
z-index: -1;
}
slides > slide.title-slide > *,
slides > slide.segue > * {
z-index: 10;
}
.title-slide hgroup h1,
.title-slide hgroup h2,
.title-slide hgroup h3 {
line-height: 1.0;
}
.title-slide hgroup h2 {
margin-top: 20px;
}
slides > slide:not(.nobackground):before {
bottom: 20px;
left: 60px;
background: url(../../images/DFKI-30.png) no-repeat 0 50%;
-webkit-background-size: 140px 30px;
-moz-background-size: 140px 30px;
-o-background-size: 140px 30px;
background-size: 140px 30px;
padding-left: 40px;
height: 30px;
width:100px;
}
.segue.nobackground article h2 {
color: #797979;
}
.thank-you-slide.segue.nobackground article h2 {
color: white;
}
.thank-you-slide {
background: #3668A0 !important;
color: white;
}
.thank-you-slide aside.gdbar {
background: white;
}
table th {
color: white;
font-size: 18px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #3668A0), color-stop(80%, #3668A0)) no-repeat;
background: -webkit-linear-gradient(top, #3668A0 40%, #3668A0 80%) no-repeat;
background: -moz-linear-gradient(top, #3668A0 40%, #3668A0 80%) no-repeat;
background: -o-linear-gradient(top, #3668A0 40%, #3668A0 80%) no-repeat;
background: linear-gradient(top, #3668A0 40%, #3668A0 80%) no-repeat;
}
.dfki-orange {
color: #DE7C0A;
}
.dfki-blue {
color: #3668A0;
}
.source {
bottom: 50px;
}
footer.white a {
color: #fff !important;
}
slides > slide > article:only-child > iframe {
height: 90% !important;
}
::selection {
background-color: #3668A0;
}
h2 a {
color: #58585a;
}
h2 a:hover {
color: #3668A0;
}
code small {
font-size:75%;
}
slides > slide.dark {
background: #58585a !important;
}
.fill.stretch {
background-size: contain;
background-position: center;
}
aside.note {
color: #000;
}
iframe + footer {
color: #b1b3b4;
font-size: 16px;
font-style: italic;
text-align: right;
}
em {
font-style: italic;
}