summaryrefslogtreecommitdiff
path: root/www/static/noscript.css
blob: 484f99ef23354f51703830ec7ae9c74acdc95bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ns{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0px;
	opacity: 0.85;
	background: white;
	color: red;
	font-size: 20pt;
/*	visibility: hidden; 
	background: #ecece1; */
}

#ns-area{
	height: 390px;
	width: 400px;
	position: fixed;
	top: 30%;
	margin-top: -100px;
	padding: 10px;
	left: 50%;
	margin-left: -200px;
/*	border: 1px solid black; */
}