mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
more less cleanup
This commit is contained in:
@@ -66,3 +66,21 @@
|
|||||||
font-size:20px;
|
font-size:20px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.user-recent-posts {
|
||||||
|
div {
|
||||||
|
color: #333;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
.pointer;
|
||||||
|
overflow:hidden;
|
||||||
|
p {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -155,3 +155,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#admin-redis-info {
|
||||||
|
span {
|
||||||
|
display:inline-block;
|
||||||
|
width:220px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -39,13 +39,23 @@ button, a {
|
|||||||
.block, .show {
|
.block, .show {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
vertical-align: 17%;
|
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 {
|
#alert_window {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 20px;
|
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 {
|
.jumbotron {
|
||||||
// goes into theme
|
// goes into theme
|
||||||
background: #56BCDA;
|
background: #56BCDA;
|
||||||
@@ -144,33 +122,6 @@ footer.footer {
|
|||||||
word-wrap: break-word;
|
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 {
|
.formatting-bar {
|
||||||
.no-select;
|
.no-select;
|
||||||
|
|
||||||
@@ -193,38 +144,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|||||||
float:right;
|
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 {
|
#chat-content {
|
||||||
width:95%;
|
width:95%;
|
||||||
height:200px;
|
height:200px;
|
||||||
@@ -361,4 +280,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|||||||
margin-right: -11px;
|
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
|
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
|
||||||
@@ -33,6 +33,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-signature {
|
.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;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -265,3 +275,30 @@
|
|||||||
padding: 0.5em;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
23
public/css/users.less
Normal file
23
public/css/users.less
Normal file
@@ -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 © 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>
|
<footer class="footer">Copyright © 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>
|
||||||
|
|
||||||
<!--<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 -->
|
<!-- END Forum Info -->
|
||||||
<script>
|
<script>
|
||||||
$.getScript(RELATIVE_PATH + '/src/forum/footer.js');
|
$.getScript(RELATIVE_PATH + '/src/forum/footer.js');
|
||||||
|
|||||||
Reference in New Issue
Block a user