view css/taggingtext.css @ 66:e71a437ae49f extractapp

New: responsive. some css style
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 02 Apr 2015 16:33:46 +0200
parents f9ae94a9b041
children 0141df465205
line wrap: on
line source

.bg-danger{
	background-color: #FFD1D1;
}

.bg-warning{
	background-color: #FFFF99;
}

.bg-info{
	background-color: #E7F3FF;

}
.bg-default{
	background-color: #F4F4F4;
}

.info-board{
	margin:10 30 10 30;
	width: 100%;
	max-width:1270px;
	min-width: 680px;
	border: 2px solid #A1A1A1;
    border-radius: 4px;
	height:70px;
	overflow:scroll;
	overflow-x:hidden;
}
#follow-scroll {
	position:absolute; 
	height:680px; 
	overflow:scroll; 
	margin:0 5 15 5; 
	max-width:280px; 
	border: 1px solid #A1A1A1;
	border-radius: 4px;
}

.popup-frame {
	position: absolute;
	display: none; 
	background-color: white;
	border: 2px solid #A1A1A1;
	border-radius: 4px;
	padding: 5px;	
}

.popup-regex {
	left: -400px;
	width: 400px;
	height: 300px;
	top: 100px;
	z-index: 2;
}

.popup-loadregex{
	left: -300px;
	width: 300px;
	height: 70px;
	top: 100px;
	z-index: 2;

}

.popup-topic {
	left: -200px;
	width: 200px;
	height: 50px;
	top: 20px;
	z-index: 2;
}