admiraljs
Version:
Lightweight plug and play admin interface
80 lines (71 loc) • 1.16 kB
CSS
@import "ui/popup.css" ;
@import "ui/ui.css" ;
@import "editors/editors.css" ;
@import "ui/listview.css" ;
/*body { padding-top: 100px; }
*/
#page_title {
margin-left: 10px;
font-size: 30px;
padding:20px 14px;
display: inline-block;
}
.logout {
float:right;
width:32px;
height: 32px;
display: inline-block;
cursor: pointer;
background: url('images/logout.png') no-repeat;
background-size: 100%;
margin-top:30px;
margin-right:20px;
}
#sidebar {
position:fixed;
top:100px;
left:25px;
}
#sidebar ul,li {
list-style:none;
padding:0px;
margin:0px;
}
#sidebar a {
display:block;
width:100%;
height:30px;
}
#sidebar a.selected {
text-decoration:underline;
}
#screen {
margin-left:240px;
padding-top:100px;
padding-right: 20px;
}
.editview input[type=text] {
width: 400px;
max-width: 100%;
}
.editview textarea {
min-width:400px;
min-height:200px;
}
.editview input[type=text],.editview textarea {
border: 1px solid #E2E2E2;
padding: 2px 5px;
}
.bar {
height: 1px;
background: rgb(0, 194, 255);
}
.pagemask {
background:rgba(5, 5, 5, 0.74);
position:fixed;
top:0px;
left:0px;
width: 100%;
height: 100%;
display:none;
}