nextcloud/plugins/textviewer/style.css

26 lines
417 B
CSS
Raw Normal View History

2010-09-08 03:43:40 +04:00
#textframe{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background:rgb(20,20,20);
background:rgba(20,20,20,0.9);
text-align:center;
}
#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;
border: black solid 3px;
background:black;
color:white;
overflow:auto;
}