aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_textviewer/css/style.css
blob: b70fc0e572c38886f6ba1a4a3b2aca3a5a050932 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
#textframe{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:rgb(20,20,20);
	background:rgba(20,20,20,0.9);
	text-align:center;
	z-index:100;
}

#textframe>div{
	vertical-align:middle;
	text-align:left;
	height:auto;
	max-height:90%;
	max-width:90%;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0px;
	border: black solid 3px;
	background:black;
	color:white;
	overflow:auto;
}

#textframe>div>div>div{
	margin:0px !important;
	top:0px !important;
	height:100% !important;
}

#textframe>div div,#textframe>div td{
	overflow:hidden !important;
}