2015-02-26 23:45:48 +08:00
|
|
|
body { padding-top: 70px; }
|
2014-11-01 02:46:37 +08:00
|
|
|
|
|
|
|
#footer {
|
2014-11-01 04:55:19 +08:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #F5F5F5;
|
2014-11-01 02:46:37 +08:00
|
|
|
}
|
2014-11-29 00:56:22 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*On the flex container*/
|
|
|
|
.flexcontainer {
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2015-01-28 00:19:24 +08:00
|
|
|
flex-wrap: wrap;
|
2015-02-10 22:58:34 +08:00
|
|
|
align-items: baseline;
|
2014-11-29 00:56:22 +08:00
|
|
|
}
|
|
|
|
|
2014-12-24 11:38:54 +08:00
|
|
|
.event {
|
|
|
|
float: left;
|
|
|
|
width: 184px;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.over {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
|
|
|
|
color: #FFF;
|
|
|
|
position: absolute;
|
|
|
|
padding:0 1px;
|
|
|
|
bottom: 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 174px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
2015-01-21 23:21:41 +08:00
|
|
|
|
|
|
|
.sidebar {
|
|
|
|
position: fixed;
|
|
|
|
top: 51px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
z-index: 1000;
|
|
|
|
display: block;
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
border-right: 1px solid #EEE;
|
|
|
|
}
|
2015-01-28 00:19:24 +08:00
|
|
|
|
|
|
|
#event-frames-stills {
|
|
|
|
justify-content: center;
|
|
|
|
height: 480px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frame {
|
|
|
|
width: 23%;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frame .panel-heading, .frame .panel-body {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frame ul {
|
|
|
|
padding-left: 0px;
|
|
|
|
margin-left: -5px;
|
|
|
|
list-style: outside none none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frame ul > li {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2015-02-27 02:01:49 +08:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|