ensl_gathers/public/css/app.css

127 lines
1.4 KiB
CSS
Raw Normal View History

2015-08-27 14:14:00 +00:00
html, body {
height: 100%;
}
2015-07-22 15:57:15 +00:00
2015-09-14 22:27:45 +00:00
#side-menu {
margin-top: 1em;
}
2015-09-15 15:32:32 +00:00
/*Chat*/
2015-09-14 22:27:45 +00:00
2015-07-21 14:10:24 +00:00
#chatroom {
2015-09-14 22:14:36 +00:00
margin-top: 1em;
2015-07-21 14:10:24 +00:00
}
2015-09-15 15:32:32 +00:00
#chatmessage-container {
2015-07-21 14:10:24 +00:00
}
#chatmessages {
height: 480px;
overflow-y: scroll;
padding-right: 20px;
2015-07-22 15:57:15 +00:00
}
.signin {
margin: 0px 10px;
2015-07-28 15:54:29 +00:00
}
2015-07-29 14:35:58 +00:00
.admin-panel {
margin: 10px 10px;
}
2015-09-15 15:32:32 +00:00
/*Splash Page*/
2015-07-29 10:46:30 +00:00
.join-hero {
padding: 80px 0px;
}
2015-07-29 13:50:39 +00:00
2015-08-18 09:56:35 +00:00
.jumbo-auth {
margin-top: 30px;
}
.jumbo-img {
max-height: 150px;
}
.spinner {
max-height: 30px !important;
2015-08-27 14:53:11 +00:00
}
2015-09-15 15:32:32 +00:00
/*Gather Styles*/
2015-09-17 11:33:28 +00:00
.lifeform-icon {
max-height: 25px;
}
2015-08-27 14:53:11 +00:00
.gather-voting {
font-size: 90%;
}
2015-08-27 18:08:34 +00:00
.progress-bar {
min-width: 6em;
2015-08-28 18:06:46 +00:00
}
2015-09-05 17:22:23 +00:00
#gatherers-panel > .panel {
margin-bottom: 1px;
}
2015-09-14 23:10:06 +00:00
#previous_gather {
margin-top: 2em;
border-top: 1px solid #FAFAFA;
2015-09-15 15:32:32 +00:00
}
.gather-actions {
margin-top: 0.5em;
}
#gathers {
margin-top: 1em;
border-left: 1px solid #FAFAFA;
}
.gatherer {
margin-bottom: 5px;
padding: 0px;
}
.gatherer-panel {
box-shadow: none;
}
/*Utility Styles*/
.add-left {
margin-left: 0.5em;
}
.add-right {
2015-09-17 11:33:28 +00:00
margin-right: 0.5em;
2015-09-15 15:32:32 +00:00
}
.max-width {
width: 100%;
}
.add-top {
margin-top: 0.5em;
}
.add-bottom {
margin-bottom: 0.5em;
}
.no-bottom {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
.headline {
padding-bottom: 0.5em;
border-bottom: 1px solid #CFCFCF;
margin-bottom: 20px;
}
.nano .nano-content { padding: 0px 5px; }
.nano .nano-pane { background: #888; }
.nano .nano-slider { background: #111; }