2015-05-31 00:01:19 +00:00
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.navbar-brand {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
height: 60px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer > .container {
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .copyright, .footer .powered-by {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > .container {
|
|
|
|
padding: 60px 15px 0;
|
|
|
|
}
|
|
|
|
|
2015-05-31 02:48:12 +00:00
|
|
|
.user-subscribers {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2015-06-02 02:24:38 +00:00
|
|
|
.user-subscriptions-log {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2015-05-31 02:48:12 +00:00
|
|
|
h4.panel-title a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-03-25 14:06:14 +00:00
|
|
|
/*
|
2015-05-31 00:01:19 +00:00
|
|
|
.user:before {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: 'Glyphicons Halflings';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
|
|
|
margin-right: 3px;
|
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
|
|
|
content: "\e008";
|
|
|
|
}
|
2016-03-25 14:06:14 +00:00
|
|
|
*/
|
2015-05-31 00:01:19 +00:00
|
|
|
|
|
|
|
.user-info p.user-login {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-info p.user-name {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-11-04 20:20:00 +00:00
|
|
|
h1#user-login a {
|
2015-05-31 02:48:12 +00:00
|
|
|
text-decoration: none;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2015-05-31 00:01:19 +00:00
|
|
|
ul.users.mosaic {
|
|
|
|
list-style: none;
|
|
|
|
columns: 140px auto;
|
|
|
|
-webkit-columns: 140px auto;
|
|
|
|
-moz-columns: 140px auto;
|
2015-05-31 02:48:12 +00:00
|
|
|
padding-left: 0px;
|
|
|
|
margin-left: 8px;
|
2015-05-31 00:01:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.users.mosaic li {
|
|
|
|
display: inline-block;
|
|
|
|
width: 140px;
|
|
|
|
line-height: 18px;
|
|
|
|
padding-top: 1px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.users.mosaic li:nth-child(odd) {
|
|
|
|
background-color: #EFEFEF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Required quick fix */
|
|
|
|
.required:after {
|
|
|
|
content: " *";
|
|
|
|
color: red;
|
|
|
|
}
|
2016-03-24 22:10:10 +00:00
|
|
|
|
|
|
|
a.tag {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
margin: .8em .8em 0 0;
|
|
|
|
padding: .25em .5em;
|
|
|
|
background: #ebeef2;
|
|
|
|
/* font-size: .85em; */
|
|
|
|
color: #35587c;
|
|
|
|
text-decoration: none;
|
2016-03-25 14:06:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-block .post-date {
|
|
|
|
margin-top: 5px;
|
|
|
|
color: #a0a0a0;
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-block .post-text {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-block .post-image .img-thumbnail {
|
|
|
|
max-width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.post {
|
|
|
|
font-weight: bold;
|
2016-03-29 04:13:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Comments */
|
|
|
|
.comment {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment .comment-text {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment .comment-footer .comment-number {
|
|
|
|
margin-top: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments .children .comment {
|
|
|
|
margin-left: 20px;
|
2016-03-24 22:10:10 +00:00
|
|
|
}
|