1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 01:56:24 -07:00
gochan/frontend/sass/global.scss
Eggbertx 943c0f6221 Add filebans staff action, related to issue #28
though currently it can only view, not add new bans
2022-09-15 21:37:56 -07:00

100 lines
No EOL
1.3 KiB
SCSS

@import 'global/img';
@import 'global/front';
@import 'global/manage';
@import 'global/lightbox';
@import 'global/qr';
@import "global/watcher";
header {
margin-top:50px;
text-align:center;
h1 {
font-size:30px;
margin: 0px;
}
}
div#topbar {
left:0;
position:fixed;
top:0;
width:100%;
margin-top:0px;
* {
padding: 4px;
margin-left: 4px;
}
a.topbar-item {
display: inline-block;
}
a.dropdown-button {
float: right;
margin-right: 4px;
}
}
div.dropdown-menu {
position: fixed;
min-width: 300px;
min-height: 100px;
top: 28px;
right: 0px;
z-index: 500;
padding: 4px 8px 4px 8px;
max-height: 100%;
overflow-y: auto;
background-color: #999;
div {
padding: 2px;
}
}
div.section-block {
margin-bottom: 8px;
div.section-title-block {
display:block;
padding:4px 8px 4px 8px;
}
div.section-body {
overflow-y: hidden;
margin-right: 0px;
margin-bottom:8px;
min-height: 48px;
padding:8px;
}
}
.centered {
display: block;
text-align: center;
}
#footer {
bottom:0px;
clear:both;
left:0px;
position:static;
text-align:center;
width:100%;
}
select.post-actions {
margin-right: 4px;
margin-left: 4px;
}
.ui-tabs-nav {
list-style: none;
padding-left: 0px;
}
.ui-tabs-tab {
float: left;
text-decoration: none;
padding: 8px;
}
.ui-tabs-panel {
clear: both;
}