You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
280 lines
3.9 KiB
Plaintext
280 lines
3.9 KiB
Plaintext
12 years ago
|
@import "mixins";
|
||
|
|
||
|
html {
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
-webkit-transition: margin-bottom 250ms ease;
|
||
|
-moz-transition: margin-bottom 250ms ease;
|
||
|
-ms-transition: margin-bottom 250ms ease;
|
||
|
-o-transition: margin-bottom 250ms ease;
|
||
|
transition: margin-bottom 250ms ease;
|
||
|
|
||
|
&.composing {
|
||
|
margin-bottom: 350px;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 979px)
|
||
|
{
|
||
|
padding-top: 70px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 979px)
|
||
|
{
|
||
|
padding-top: 70px;
|
||
|
padding-bottom: 50px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
button, a {
|
||
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||
|
}
|
||
|
|
||
|
.none {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.block, .show {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.bold {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#alert_window {
|
||
|
position: fixed;
|
||
|
right: 20px;
|
||
|
top: 60px;
|
||
|
width: 300px;
|
||
|
height: 0px;
|
||
|
}
|
||
|
|
||
|
.toaster-alert {
|
||
|
.pointer;
|
||
|
}
|
||
|
|
||
|
footer.footer {
|
||
|
color: #555;
|
||
|
text-align: center;
|
||
|
|
||
|
a {
|
||
|
color: #222;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.alt-logins {
|
||
|
margin: 0 0 0 1em;
|
||
|
padding: 0;
|
||
|
|
||
|
li {
|
||
|
vertical-align: top;
|
||
|
background: transparent;
|
||
|
display: none;
|
||
|
margin: 0.25em;
|
||
|
.pointer;
|
||
|
|
||
|
&.active {
|
||
|
.inline-block;
|
||
|
}
|
||
|
|
||
|
i {
|
||
|
-webkit-transition: color 100ms linear;
|
||
|
-moz-transition: color 100ms linear;
|
||
|
-ms-transition: color 100ms linear;
|
||
|
-o-transition: color 100ms linear;
|
||
|
transition: color 100ms linear;
|
||
|
|
||
|
&.icon-twitter-sign:hover {
|
||
|
color: #4099FF;
|
||
|
}
|
||
|
|
||
|
&.icon-facebook-sign:hover {
|
||
|
color: #3b5999;
|
||
|
}
|
||
|
|
||
|
&.icon-google-plus-sign:hover {
|
||
|
color: #d34836;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.jumbotron {
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.formatting-bar {
|
||
|
.no-select;
|
||
|
|
||
|
span:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
.breadcrumb {
|
||
|
li {
|
||
|
max-width: 35%;
|
||
|
white-space: nowrap;
|
||
|
text-overflow:ellipsis;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#chat-content {
|
||
|
height:200px;
|
||
|
resize:none;
|
||
|
}
|
||
|
|
||
|
#content{
|
||
|
padding-bottom:20px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* START: post-window needs to go in its own plugin area */
|
||
|
.post-window {
|
||
|
position: fixed;
|
||
|
display: none;
|
||
|
height: 350px;
|
||
|
visibility: hidden;
|
||
|
width: 100%;
|
||
|
|
||
|
> div {
|
||
|
position: absolute;
|
||
|
height: 100%;
|
||
|
background: rgba(64, 64, 64, 0.6);
|
||
|
visibility: visible;
|
||
|
|
||
|
.btn-toolbar {
|
||
|
&.formatting-bar {
|
||
|
width: 90%;
|
||
|
margin: 0 auto 8px auto;
|
||
|
|
||
|
span {
|
||
|
color: white;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&.action-bar {
|
||
|
width: 90%;
|
||
|
margin: 8px auto 0 auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
width: 98%;
|
||
|
text-align: center;
|
||
|
border: none;
|
||
|
padding: 0.5em 0;
|
||
|
-webkit-border-radius: 0px;
|
||
|
-moz-border-radius: 0px;
|
||
|
border-radius: 0px;
|
||
|
margin: 5px auto 10px auto;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
background: rgba(64, 64, 64, 0.95);
|
||
|
border: none;
|
||
|
padding: 0.5em;
|
||
|
display: block;
|
||
|
width: 90%;
|
||
|
margin: 0em auto;
|
||
|
resize: none;
|
||
|
color: white;
|
||
|
height: 200px;
|
||
|
}
|
||
|
|
||
|
.imagedrop {
|
||
|
text-align: center;
|
||
|
color: white;
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
width: 100%;
|
||
|
height: 214px;
|
||
|
line-height: 214px;
|
||
|
font-size: 20px;
|
||
|
vertical-align: middle;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.imagelist {
|
||
|
position: absolute;
|
||
|
bottom: 50px;
|
||
|
left: 5%;
|
||
|
|
||
|
div {
|
||
|
margin-right:5px;
|
||
|
}
|
||
|
|
||
|
span {
|
||
|
line-height:20px;
|
||
|
float:left;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
padding-left:5px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width: 979px) {
|
||
|
.post-window {
|
||
|
position: relative;
|
||
|
bottom: 0px !important;
|
||
|
|
||
|
> div {
|
||
|
position: static;
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
/* END: post-window needs to go in its own plugin area */
|
||
|
|
||
|
|
||
|
//theme
|
||
|
#search-form .btn-link {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
|
||
|
//START: FIXES FOR BS3, may need to remove these when we get out of the RC releases
|
||
|
@media (max-width: 979px) {
|
||
|
.hidden-mobile {
|
||
|
// BS2/3's hidden-xs does not support inline-block, so here it is for now.
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (min-width: 760px) {
|
||
|
.container > .navbar-header, .container > .navbar-collapse {
|
||
|
padding-right: 0;
|
||
|
margin-right: -11px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.badge {
|
||
|
vertical-align: 17%;
|
||
|
}
|
||
|
|
||
|
.modal {
|
||
|
overflow-y: hidden;
|
||
|
}
|
||
|
|
||
12 years ago
|
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
|