diff 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
line wrap: on
line diff
--- a/themes/ribbon/styles/style.css	Sat Nov 15 14:49:58 2014 +0900
+++ b/themes/ribbon/styles/style.css	Sat Nov 15 17:15:50 2014 +0900
@@ -27,11 +27,12 @@
 	}
 	.slide SECTION:before {
 		position:absolute;
-		top:0;
-		right:120px;
-		width:40px;
-		height:120px;
-		background:url(../images/ribbon.svg) no-repeat;
+		bottom:-90px;
+		right:45px;
+		width:200px;
+		height:200px;
+		background:url(../../../pictures/logo.svg) no-repeat;
+		background-size: 200px;
 		content:'';
 		}
 
@@ -172,20 +173,22 @@
 		font-weight:normal;
 		}
 
-/* Background */
-.slide.bg SECTION {
+/* Cover */
+.slide.cover SECTION {
 	background:transparent;
+	background-color: white;
 	}
-	.slide.bg SECTION:before {
-		display:none;
-		}
-.slide.bg IMG {
-	position:absolute;
-	top:0;
-	left:0;
-	z-index:-1;
-	width:100%;
-	}
+.slide.cover H2 {
+	color:#666;
+	text-align:center;
+	font-size:84px;
+}
+.slide.cover H3 {
+	color:#888;
+	text-align:right;
+	font-size:56px;
+	margin-right:90px;
+}
 
 /* Shout */
 .slide.shout SECTION:before {
@@ -382,4 +385,4 @@
 		}
 .full .progress-off {
 	z-index:1;
-	}
\ No newline at end of file
+	}