comparison themes/ribbon/styles/style.css @ 3:cf6e0c3742b4

Adjust slides for cr
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Sat, 15 Nov 2014 17:15:50 +0900
parents 7ebef75a44eb
children d24173772691
comparison
equal deleted inserted replaced
2:8a37b1c6c7b7 3:cf6e0c3742b4
25 background:#FFF; 25 background:#FFF;
26 color:#000; 26 color:#000;
27 } 27 }
28 .slide SECTION:before { 28 .slide SECTION:before {
29 position:absolute; 29 position:absolute;
30 top:0; 30 bottom:-90px;
31 right:120px; 31 right:45px;
32 width:40px; 32 width:200px;
33 height:120px; 33 height:200px;
34 background:url(../images/ribbon.svg) no-repeat; 34 background:url(../../../pictures/logo.svg) no-repeat;
35 background-size: 200px;
35 content:''; 36 content:'';
36 } 37 }
37 38
38 /* Header */ 39 /* Header */
39 .slide HEADER { 40 .slide HEADER {
170 background:#C00; 171 background:#C00;
171 color:#FFF; 172 color:#FFF;
172 font-weight:normal; 173 font-weight:normal;
173 } 174 }
174 175
175 /* Background */ 176 /* Cover */
176 .slide.bg SECTION { 177 .slide.cover SECTION {
177 background:transparent; 178 background:transparent;
178 } 179 background-color: white;
179 .slide.bg SECTION:before { 180 }
180 display:none; 181 .slide.cover H2 {
181 } 182 color:#666;
182 .slide.bg IMG { 183 text-align:center;
183 position:absolute; 184 font-size:84px;
184 top:0; 185 }
185 left:0; 186 .slide.cover H3 {
186 z-index:-1; 187 color:#888;
187 width:100%; 188 text-align:right;
188 } 189 font-size:56px;
190 margin-right:90px;
191 }
189 192
190 /* Shout */ 193 /* Shout */
191 .slide.shout SECTION:before { 194 .slide.shout SECTION:before {
192 display:none; 195 display:none;
193 } 196 }