view probation-slide/final-slide.css @ 13:12cb508ee15d after-organizing

add slides for probation.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Tue, 16 Feb 2010 14:48:06 +0900
parents
children
line wrap: on
line source


body {
	font-family: "MS ゴシック";
	/*font-size: 14pt;*/
	/*background-color: #eeeeee;*/
        /*overflow: hidden;*/
        /*overflow: scroll;*/
}
div.background {
	height: 2.7em;
	background-color: #009900;
	background-color: gray;
}
div.header {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;

	height: 0.2em;
	/*background-color: #33ff00;*/
	background-color: #001111;
	border-top: solid 1.8em #114444;
	border-bottom: solid 0.7em #004444;
}
div.footer {
	/*background-color: #33ff00;*/
	background-color: #001111;
	position: fixed;
	color: #eeeeff;
	overflow: hidden;

	z-index: 50;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	height: 1.4em;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	padding: 0.3em 0 0 1em;
}
div.slide {
	margin: 0;
	padding: 0;
	/*background-color: #eeeeee;*/
}
div.slide h1 {
	position: relative;
	background-color: #114444;
	left: 0;
	right: 0;
	font-size: 140%;

	padding: 0.3em 1.1em 0 1em;
	margin: 0;
	margin-right: auto;
	/*margin: 0 auto 1em 3em;*/
	/*width: -moz-fit-content;*/
	min-width: 60%;

	/* 高さは div.headerと調節  */
	height: 1.62em;

	color: white;
	line-height: 1.1em;

}
div.slide h2.uptitle {
}
#w3c-logo {
	background-color: transparent;
	width: auto;
	height: auto;
	margin-bottom: 1em;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
/*
#w3c-logo-fallback {
background-color: transparent;
width: 100%;
height: 100%;
margin: 0;
}
 */

div.slide.top {
}
div.slide.top h1 {
	font-size: 180%:
	width: 80%;
	height: auto;
	margin: 3em auto 0;
	padding: 0;
	background: none;
	color: black;
}

div.slide.final h2 {
	text-align: center;
	vertical-align: center;
	width: 80%;
	margin: 7em auto 0;
	padding: 0
	background: none:
	color: black;
}

p.subhead {
}

ul li {
	list-style-type: circle;
	list-style-image: url("circle1.png");
	background: none;
	padding-left: 0;
	margin-left: 1em;
}
li li {
	list-style-type: circle;
	list-style-image: url("");
	background: none;
} 

.subtitle {
	font-weight: bold;
}

em {
	color: brown;
	font-style: normal;
	font-weight: bold;
}

em.weak {
	color: black;
	font-style: normal;
	font-weight: bold;
}

dfn {
	color: brown;
	font-style: normal;
	font-weight: bold;
}

pre {
	font-style: normal;
}


dl > dt {
	padding: 0;
	margin: 0.3em 1em 0.3em;
	width: 10%;
	float: left;
}

dl > dd {
	padding: 0;
	margin: 0.3em 1em 0.3em;
	width: 70%;
	float: left;
}