more less cleanup

v1.18.x
psychobunny 12 years ago
parent 770d9e5b7c
commit e82a9ec37a

@ -66,3 +66,21 @@
font-size:20px;
font-weight:bold;
}
.user-recent-posts {
div {
color: #333;
margin-bottom: 10px;
.pointer;
overflow:hidden;
p {
color: #333;
}
}
span {
padding-top: 10px;
}
}

@ -154,4 +154,14 @@
}
}
}
}
}
#admin-redis-info {
span {
display:inline-block;
width:220px;
}
}

@ -39,13 +39,23 @@ button, a {
.block, .show {
display: block;
}
.badge {
vertical-align: 17%;
}
.nav .badge {
vertical-align: 2%;
.bold {
font-weight: bold;
}
a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
text-decoration:none;
}
#alert_window {
position: fixed;
right: 20px;
@ -104,38 +114,6 @@ footer.footer {
}
}
#thread_active_users {
float: right;
color: rgb(153,153,153);
strong {
color: rgb(100,100,100);
font-weight: 600;
.pointer;
}
}
.bold {
font-weight: bold;
}
.user-recent-posts {
div {
color: #333;
margin-bottom: 10px;
.pointer;
overflow:hidden;
p {
color: #333;
}
}
span {
padding-top: 10px;
}
}
.jumbotron {
// goes into theme
background: #56BCDA;
@ -144,33 +122,6 @@ footer.footer {
word-wrap: break-word;
}
#users-container {
padding: 0;
}
.users-box{
display: inline-block;
margin-top: 20px;
text-align: center;
vertical-align: top;
max-width: 104px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
img {
width:80px;
height:80px;
}
a {
margin:5px;
}
}
a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
text-decoration:none;
}
.formatting-bar {
.no-select;
@ -193,38 +144,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
float:right;
}
#admin-redis-info {
span {
display:inline-block;
width:220px;
}
}
.post-signature {
color: #666;
font-size: 12px;
border-top: 1px solid #ddd;
display: inline-block;
img {
max-width:200px;
max-height:60px;
}
}
.username-field {
.icon-circle {
font-size: 12px;
color: green;
margin-right:3px;
}
.icon-circle-blank {
font-size: 12px;
color: red;
margin-right:3px;
}
}
#chat-content {
width:95%;
height:200px;
@ -236,7 +155,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
}
#content{
padding-bottom:20px;
padding-bottom:20px;
}
@ -361,4 +280,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
margin-right: -11px;
}
.nav .badge {
vertical-align: 2%;
}
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases

@ -33,6 +33,16 @@
}
.post-signature {
color: #666;
font-size: 12px;
border-top: 1px solid #ddd;
display: inline-block;
img {
max-width:200px;
max-height:60px;
}
margin-left: 5px;
}
@ -264,4 +274,31 @@
border-radius: 5px;
padding: 0.5em;
}
}
.username-field {
.icon-circle {
font-size: 12px;
color: green;
margin-right:3px;
}
.icon-circle-blank {
font-size: 12px;
color: red;
margin-right:3px;
}
}
#thread_active_users {
float: right;
color: rgb(153,153,153);
strong {
color: rgb(100,100,100);
font-weight: 600;
.pointer;
}
}

@ -0,0 +1,23 @@
#users-container {
padding: 0;
}
.users-box{
display: inline-block;
margin-top: 20px;
text-align: center;
vertical-align: top;
max-width: 104px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
img {
width:80px;
height:80px;
}
a {
margin:5px;
}
}

@ -38,11 +38,6 @@
<footer class="footer">Copyright &copy; 2013 <a target="_blank" href="http://www.nodebb.org">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></footer>
</div>
<!--<div id="mobile-menu"> disabling until this can be pluginified.
<button id="mobile-menu-btn" type="button" class="btn btn-none"><i class="icon-th icon-2x"></i></button>
<button id="mobile-post-btn" type="button" class="btn btn-none"><i class="icon-plus icon-2x"></i></button>
</div>-->
<!-- END Forum Info -->
<script>
$.getScript(RELATIVE_PATH + '/src/forum/footer.js');

Loading…
Cancel
Save