info@63
|
1 |
html,
|
info@54
|
2 |
body {
|
info@63
|
3 |
height: 100%;
|
info@63
|
4 |
}
|
info@63
|
5 |
body {padding-top:8px;border-top:8px solid @blue;}
|
info@63
|
6 |
#wrap {
|
info@63
|
7 |
min-height: 100%;
|
info@63
|
8 |
height: auto;
|
info@63
|
9 |
margin: 0 auto -60px;
|
info@63
|
10 |
padding: 0 0 60px;
|
info@63
|
11 |
}
|
info@54
|
12 |
/* Typo
|
info@54
|
13 |
------------------------------------ */
|
info@54
|
14 |
@font-face {
|
info@54
|
15 |
font-family: 'gandhi_serifbold';
|
info@54
|
16 |
src: url('../fonts/gandhiserif-bold-webfont.eot');
|
info@54
|
17 |
src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
info@54
|
18 |
url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
|
info@54
|
19 |
url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
|
info@54
|
20 |
url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
|
info@54
|
21 |
font-weight: normal;
|
info@54
|
22 |
font-style: normal;
|
info@54
|
23 |
}
|
info@54
|
24 |
@font-face {
|
info@54
|
25 |
font-family: 'gandhi_serifregular';
|
info@54
|
26 |
src: url('../fonts/gandhiserif-regular-webfont.eot');
|
info@54
|
27 |
src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
info@54
|
28 |
url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
|
info@54
|
29 |
url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
|
info@54
|
30 |
url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
|
info@54
|
31 |
font-weight: normal;
|
info@54
|
32 |
font-style: normal;
|
info@54
|
33 |
}
|
info@54
|
34 |
/* Utilities
|
info@54
|
35 |
------------------------------------ */
|
info@63
|
36 |
#wrap > .container {
|
info@63
|
37 |
/*padding: 60px 15px 0;*/
|
info@54
|
38 |
}
|
info@63
|
39 |
img {
|
info@63
|
40 |
vertical-align: middle;
|
info@63
|
41 |
border: 0;
|
info@63
|
42 |
page-break-inside: avoid;
|
info@63
|
43 |
max-width: 100% !important;
|
info@63
|
44 |
}
|
info@54
|
45 |
/* Navigation
|
info@54
|
46 |
------------------------------------ */
|
info@63
|
47 |
.navbar-nav > li:hover {
|
info@63
|
48 |
//border-top:8px solid @yellow;position: relative;top: -17px;
|
info@63
|
49 |
}
|
info@63
|
50 |
.navbar-nav > li > a {
|
info@63
|
51 |
// margin-top: 48px;
|
info@63
|
52 |
font-size: 18px;
|
info@63
|
53 |
}
|
info@63
|
54 |
.nav > li > a:hover,
|
info@63
|
55 |
.nav > li > a:focus {
|
info@63
|
56 |
//margin-top: 54px;
|
info@63
|
57 |
}
|
info@54
|
58 |
.navbar {
|
info@63
|
59 |
margin-bottom: 0px;
|
info@63
|
60 |
border-bottom:3px solid #f0f0f0;
|
info@63
|
61 |
}
|
info@114
|
62 |
.navbar-nav {margin-top:24px;}
|
info@108
|
63 |
a.link-yellow {color:@yellow !important;text-decoration:underline;}
|
info@108
|
64 |
a.link-yellow:hover {color:@gray-dark !important;text-decoration:none;}
|
info@114
|
65 |
|
info@200
|
66 |
.navbar-default .navbar-nav > .active > a,
|
info@200
|
67 |
.navbar-default .navbar-nav > .active > a:hover,
|
info@200
|
68 |
.navbar-default .navbar-nav > .active > a:focus {
|
info@200
|
69 |
border-bottom:1px dotted @blue-darker;
|
info@200
|
70 |
color:@blue;
|
info@200
|
71 |
}
|
info@200
|
72 |
|
info@91
|
73 |
/* Module
|
info@54
|
74 |
------------------------------------ */
|
info@91
|
75 |
.module-gallery {
|
info@91
|
76 |
background: url('../images/python_blender.jpg') no-repeat 0px -200px;
|
info@91
|
77 |
background-size: 2000px 884px;
|
info@63
|
78 |
}
|
info@91
|
79 |
.module-gallery .module-content {
|
info@108
|
80 |
height: 300px;
|
info@91
|
81 |
position: relative;
|
info@63
|
82 |
}
|
info@114
|
83 |
.module-cite h1 {color:@blue;}
|
info@91
|
84 |
.col-yellow {background:@yellow-light;}
|
info@108
|
85 |
li.module-language a:first-child {border-right:1px solid @blue;}
|
info@104
|
86 |
.module-course {background-color: #f5f5f5;}
|
info@114
|
87 |
|
info@212
|
88 |
.module-info {border-bottom:1px solid @yellow;padding-bottom:20px;}
|
info@212
|
89 |
.module-cite {padding-bottom:20px;}
|
info@212
|
90 |
|
info@114
|
91 |
|
info@114
|
92 |
.cite {position:relative;}
|
info@114
|
93 |
.cite-left {top: 6px;}
|
info@114
|
94 |
.cite-right {top:48px;}
|
info@114
|
95 |
.cite-right svg {margin-top: -48px;}
|
info@212
|
96 |
|
info@212
|
97 |
.module-impression {background:@blue;}
|
info@212
|
98 |
.module-impression a {color:white;}
|
info@212
|
99 |
.module-thumbnail,
|
info@212
|
100 |
.module-impression h3 {margin-top:20px;}
|
info@212
|
101 |
.module-footer .headline {padding:20px 0;}
|
info@212
|
102 |
|
info@212
|
103 |
/* Video
|
info@212
|
104 |
------------------------------------ */
|
info@212
|
105 |
.flex-video {
|
info@212
|
106 |
position: relative;
|
info@212
|
107 |
padding-top: 25px;
|
info@212
|
108 |
padding-bottom: 67.5%;
|
info@212
|
109 |
height: 0;
|
info@212
|
110 |
margin-bottom: 16px;
|
info@212
|
111 |
overflow: hidden;
|
info@212
|
112 |
}
|
info@212
|
113 |
|
info@212
|
114 |
.flex-video.widescreen { padding-bottom: 57.25%; }
|
info@212
|
115 |
.flex-video.vimeo { padding-top: 0; }
|
info@212
|
116 |
|
info@212
|
117 |
.flex-video iframe,
|
info@212
|
118 |
.flex-video object,
|
info@212
|
119 |
.flex-video embed {
|
info@212
|
120 |
position: absolute;
|
info@212
|
121 |
top: 0;
|
info@212
|
122 |
left: 0;
|
info@212
|
123 |
width: 100%;
|
info@212
|
124 |
height: 100%;
|
info@212
|
125 |
}
|
info@212
|
126 |
|
info@54
|
127 |
/* Footer
|
info@54
|
128 |
------------------------------------ */
|
info@54
|
129 |
#footer {
|
info@63
|
130 |
height: 60px;
|
info@63
|
131 |
}
|
peter@205
|
132 |
.sponsor{
|
peter@205
|
133 |
height: 50px;
|
peter@205
|
134 |
}
|
info@63
|
135 |
#footer > .container {
|
info@63
|
136 |
padding-left: 15px;
|
info@63
|
137 |
padding-right: 15px;
|
info@104
|
138 |
}
|
info@104
|
139 |
.carousel-control.left {
|
info@104
|
140 |
background-image: none;
|
info@104
|
141 |
filter: 0;
|
info@104
|
142 |
}
|
info@104
|
143 |
.carousel-control.right {
|
info@104
|
144 |
background-image:none;
|
info@104
|
145 |
filter: 0;
|
info@104
|
146 |
}
|
info@212
|
147 |
.module-imprint {border-top:1px solid #f5f5f5; padding:20px 0;}
|
info@212
|
148 |
|
info@212
|
149 |
/* media queries
|
info@212
|
150 |
------------------------------------ */
|
info@212
|
151 |
@media (max-width: 767px) {
|
info@212
|
152 |
.module-gallery .module-content {
|
info@215
|
153 |
height: 405px;
|
info@212
|
154 |
}
|
info@212
|
155 |
.module-impression svg {display:none;}
|
info@212
|
156 |
}
|
info@212
|
157 |
|
info@212
|
158 |
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
|
info@212
|
159 |
.flex-video { padding-top: 0; }
|
info@212
|
160 |
} |