view index.css @ 14:ac77748bb813

- Load regex files based on current topic. Only show the regex in this topic. To do that, it needs to lookup a table called 'topic_regex_relation' which has the relation of topic and regex filename in filesystem. - Extractapp UI with some layout modification: button, popup window, responsive (by bootstrap now). It was just for quick prototyping.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 19 Feb 2015 11:07:27 +0100
parents b12c99b7c3f0
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;
}