You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
654 B
42 lines
654 B
/* sheetjs.css (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
html {
|
|
overflow: hidden;
|
|
}
|
|
#drop{
|
|
border:2px dashed #bbb;
|
|
-moz-border-radius:5px;
|
|
-webkit-border-radius:5px;
|
|
border-radius:5px;
|
|
padding:25px;
|
|
text-align:center;
|
|
width:128px;
|
|
font:20pt bold,"Vollkorn";color:#bbb
|
|
}
|
|
|
|
#left {
|
|
width:188px;
|
|
position:absolute;
|
|
left:0;
|
|
}
|
|
#right {
|
|
position:absolute;
|
|
left:200px;
|
|
}
|
|
#logo {
|
|
padding:25px;
|
|
}
|
|
#header {
|
|
height:168px;
|
|
}
|
|
#grid {
|
|
height: 100px;
|
|
display: none;
|
|
}
|
|
|
|
.winpt { width:98%; }
|
|
.success { color: #468847; }
|
|
.error { color: #b94a48; }
|
|
.info { color: #3a87ad; }
|
|
pre { white-space: pre-wrap; }
|