view index.css @ 0:b12c99b7c3f0

commit for previous development
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 19 Jan 2015 17:13:49 +0100
parents
children
line wrap: on
line source

body{
	font-family:"Georgia","Times New Roman",serif;
	width:1500px;
}
.block{
	vertical-align:top;
	display:inline-block;
	width:400px;
	border:1px solid #000;
	margin-right:10px;
	margin-bottom:15px;
	padding:10px;
}
#sysName{
	text-transform:uppercase;
	font-size:22px;
	margin-bottom:20px;
}
.title{
	display:block;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
	padding:5px 0px;
	border-bottom:1px solid #000;
}
.content{
	font-size:18px;
	min-height:150px;
}
a{
	color:#000;
	text-decoration:none;
}
.doc{
	font-size:18px;
	display:block;
	margin-bottom:15px;
}
.doc>a{
	text-decoration:underline;
	color:#08298A;
}
.entry{
	display:block;
	margin-bottom:10px;
}
.name{
	text-decoration:underline;
	color:#444;
}
.related{
	margin-top:10px;
	font-size:16px;
}
.note{
	display:inline;
	font-size:16px;
	color:#bbb;
}