removing themes folders from core

v1.18.x
Julian Lam 12 years ago
parent baf379c6d7
commit bac5da30e7

@ -1 +0,0 @@
@import "../vanilla/account";

@ -1 +0,0 @@
@import "../vanilla/admin";

File diff suppressed because it is too large Load Diff

@ -1 +0,0 @@
@import "../vanilla/category";

@ -1,18 +0,0 @@
@import "../vanilla/mixins";
@import "animations";
@import "style";
@import "topic";
@import "category";
@import "noscript";
@import "home";
@import "header";
@import "account";
@import "search";
@import "unread";
@import "admin";
@import "users";
@import "outgoing";
@import "footer";
@import "../vanilla/modules.less";

@ -1,9 +0,0 @@
@import "../vanilla/footer";
.footer {
color: #555;
a {
color: #222;
}
}

@ -1,28 +0,0 @@
@import "../vanilla/header";
.header {
//glowing animation for active state
.dropdown-toggle {
i {
@-webkit-keyframes glow
{
from {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
50% {text-shadow: 0 0 10px #aaf, 0 0 10px #aaf, 0 0 10px #aaf;}
to {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
}
@keyframes glow
{
from {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
50% {text-shadow: 0 0 10px #aaf, 0 0 10px #aaf, 0 0 10px #aaf;}
to {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
}
&.active {
color: #558;
text-shadow: 0 0 1em #aaf, 0 0 1em #aaf, 0 0 1em #aaf;
-webkit-animation:glow 1.5s infinite linear;
animation:glow 1.5s infinite linear;
}
}
}
}

@ -1,13 +0,0 @@
@import "../vanilla/home";
.home {
h4 {
color: #555;
line-height: 21px;
}
.icon {
border-radius: 4px;
}
}

@ -1 +0,0 @@
@import "../vanilla/noscript";

@ -1 +0,0 @@
@import "../vanilla/outgoing";

@ -1 +0,0 @@
@import "../vanilla/search";

@ -1,49 +0,0 @@
@import "../vanilla/style";
body {
background: #fdfdfd;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
font-size: 16px;
}
.container {
.jumbotron {
background: #56BCDA;
color: white;
padding: 30px;
border-radius: 4px;
}
}
.alt-logins {
li {
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;
}
}
}
}
#search-form .btn-link {
color: white;
}
.well {
box-shadow: none;
}

@ -1,52 +0,0 @@
@import "../vanilla/topic";
.topic {
.sub-posts {
/* speech bubbles for child posts */
@media (min-width: 979px) {
.post-block:after
{
content: "";
position: absolute;
top: 15px;
left: -7px;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent rgb(250,250,250);
display: block;
width: 0;
z-index: 1;
}
.post-block:before
{
content: "";
position: absolute;
top: 15px;
left: -8px;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent rgba(0, 0, 0, 0.125);
display: block;
width: 0;
z-index: 0;
}
}
}
.main-post, .sub-posts {
.post-info {
background: rgba(0, 0, 0, 0.02);
margin: 15px -11px -11px -11px;
border-radius: 0 0 5px 5px;
font-size: 10px;
color: #777;
}
}
.active-users {
color: rgb(153,153,153);
}
}

@ -1 +0,0 @@
@import "../vanilla/unread";

@ -1,53 +0,0 @@
@import "../vanilla/users";
.users {
.users-container {
padding-top: 20px; // might be better off in vanilla
padding-left: 6px;
}
.users-box {
padding: 0;
margin: 0px;
margin-left: -6px; // todo: check why do I have to do this?
max-width: 163px;
width: 163px;
height: 163px;
.animated-short;
.fadeIn;
a {
padding: 0;
margin: 0;
img {
padding: 0;
margin: 0;
width: 163px;
height: 163px;
border: 1px solid #777;
border-radius: 0;
}
}
position: relative;
.user-info {
background: rgba(0,0,0,0.65);
padding: 2px;
position: absolute;
bottom: 0px;
width: 163px;
a, span, i {
color: white;
}
a {
font-weight: 700;
}
}
.post-count, .reputation {
display: inline-block;
}
}
}

@ -1 +0,0 @@
@import "../vanilla/account";

@ -1 +0,0 @@
@import "../vanilla/admin";

File diff suppressed because it is too large Load Diff

@ -1 +0,0 @@
@import "../vanilla/category";

@ -1,9 +0,0 @@
@import "../vanilla/footer";
.footer {
color: #555;
a {
color: #222;
}
}

@ -1,28 +0,0 @@
@import "../vanilla/header";
.header {
//glowing animation for active state
.dropdown-toggle {
i {
@-webkit-keyframes glow
{
from {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
50% {text-shadow: 0 0 10px #aaf, 0 0 10px #aaf, 0 0 10px #aaf;}
to {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
}
@keyframes glow
{
from {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
50% {text-shadow: 0 0 10px #aaf, 0 0 10px #aaf, 0 0 10px #aaf;}
to {text-shadow: 0 0 5px #aaf, 0 0 5px #aaf, 0 0 5px #aaf;}
}
&.active {
color: #558;
text-shadow: 0 0 1em #aaf, 0 0 1em #aaf, 0 0 1em #aaf;
-webkit-animation:glow 1.5s infinite linear;
animation:glow 1.5s infinite linear;
}
}
}
}

@ -1,52 +0,0 @@
@import "../vanilla/home";
.home {
h4 {
color: #fff;
padding-left: 10px;
}
.icon {
margin-top: -37px;
height: 150px;
.category-box {
.animated-long;
.pulse;
height: 130px;
padding: 0 10px 0 10px;
}
border-radius: 0;
padding-top: 50px;
}
.badge {
position: absolute;
bottom: 15px;
right: 20px;
background: none;
}
.category-slider-2:hover {
position:relative;
-webkit-animation: scroll-2 10s ease-in 0.5s infinite normal;
animation: scroll-2 10s ease-in 0.5s infinite normal;/* Safari and Chrome: */
}
.category-slider-1:hover {
position:relative;
-webkit-animation: scroll-1 8s ease-in 0.5s infinite normal;
animation: scroll-1 8s ease-in 0.5s infinite normal;/* Safari and Chrome: */
}
.category-slider-0:hover {
position:relative;
-webkit-animation: scroll-0 6s ease-in 0.5s infinite normal;
animation: scroll-0 6s ease-in 0.5s infinite normal;/* Safari and Chrome: */
}
}

@ -1,18 +0,0 @@
@import "../vanilla/mixins";
@import "animations";
@import "style";
@import "topic";
@import "category";
@import "noscript";
@import "home";
@import "header";
@import "account";
@import "search";
@import "unread";
@import "admin";
@import "outgoing";
@import "users";
@import "footer";
@import "../vanilla/modules.less";

@ -1 +0,0 @@
@import "../vanilla/noscript";

@ -1 +0,0 @@
@import "../vanilla/outgoing";

@ -1 +0,0 @@
@import "../vanilla/search";

@ -1,50 +0,0 @@
@import "../vanilla/style";
body {
background: #fdfdfd;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
font-size: 16px;
}
.container {
.jumbotron {
background: #56BCDA;
color: white;
padding: 30px;
border-radius: 0;
}
}
.alt-logins {
li {
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;
}
}
}
}
#search-form .btn-link {
color: white;
}
.well {
border-radius: 0;
box-shadow: none;
}

@ -1,52 +0,0 @@
@import "../vanilla/topic";
.topic {
.sub-posts {
/* speech bubbles for child posts */
@media (min-width: 979px) {
.post-block:after
{
content: "";
position: absolute;
top: 15px;
left: -7px;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent rgb(250,250,250);
display: block;
width: 0;
z-index: 1;
}
.post-block:before
{
content: "";
position: absolute;
top: 15px;
left: -8px;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent rgba(0, 0, 0, 0.125);
display: block;
width: 0;
z-index: 0;
}
}
}
.main-post, .sub-posts {
.post-info {
background: rgba(0, 0, 0, 0.02);
margin: 15px -11px -11px -11px;
border-radius: 0 0 5px 5px;
font-size: 10px;
color: #777;
}
}
.active-users {
color: rgb(153,153,153);
}
}

@ -1 +0,0 @@
@import "../vanilla/unread";

@ -1,53 +0,0 @@
@import "../vanilla/users";
.users {
.users-container {
padding-top: 20px; // might be better off in vanilla
padding-left: 6px;
}
.users-box {
padding: 0;
margin: 0px;
margin-left: -6px; // todo: check why do I have to do this?
max-width: 163px;
width: 163px;
height: 163px;
.animated-short;
.fadeIn;
a {
padding: 0;
margin: 0;
img {
padding: 0;
margin: 0;
width: 163px;
height: 163px;
border: 1px solid #777;
border-radius: 0;
}
}
position: relative;
.user-info {
background: rgba(0,0,0,0.65);
padding: 2px;
position: absolute;
bottom: 0px;
width: 163px;
a, span, i {
color: white;
}
a {
font-weight: 700;
}
}
.post-count, .reputation {
display: inline-block;
}
}
}

@ -1,87 +0,0 @@
// TODO: Needs to be cleaned up - do not child theme or you will lose your work.
.account {
.topic-row {
width: 100%;
}
}
.favourites {
.topic-row {
width: 100%;
margin-bottom: 10px;
}
}
.account-username-box{
border-bottom:1px solid #e3e3e3;
margin-bottom:10px;
}
.account-sub-links a{
margin-left:10px;
}
.account-block {
div {
padding-bottom:10px;
}
}
.account-picture-block{
display:inline-block;
vertical-align:top;
}
.account-online-status {
.icon-circle-blank {
color:red;
}
.icon-circle {
color:green;
}
}
.user-profile-picture {
width:128px;
}
.user-picture-label {
font-size:20px;
}
.account-bio-block{
display:inline-block;
vertical-align:top;
}
.account-bio-label{
display:inline-block;
width:100px;
}
.account-username{
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;
}
}

@ -1,200 +0,0 @@
@import "mixins";
.admin {
.entry-row {
border-radius: 10px;
margin-bottom: 10px;
padding: 10px;
cursor: move;
}
input.description {
width: 400px;
}
.admin-categories {
margin-top: 20px;
form {
margin: 0 0 0px;
}
input, select {
width: 150px;
}
.category_description {
width: 300px;
}
.icon{
width: 30px;
height: 30px;
text-align: center;
line-height: 40px;
display: inline-block;
margin: 0 5px 0 5px;
i {
vertical-align: -20%;
}
}
}
.themes {
margin: 0;
padding: 0;
li {
padding: 10px 16px;
margin: 0.25em 1em;
list-style-type: none;
.pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: background-color 250ms linear;
-moz-transition: background-color 250ms linear;
-ms-transition: background-color 250ms linear;
-o-transition: background-color 250ms linear;
transition: background-color 250ms linear;
img {
max-width: 150px;
float: left;
}
h4, p {
margin-left: 170px;
}
p {
font-size: 0.9em;
}
&:hover {
background-color: rgba(128, 128, 128, 0.2);
}
&.no-themes {
font-style: italic;
}
}
}
.motd textarea {
width: 100%;
}
.topics {
margin: 0;
padding: 0;
> li {
.zebra;
list-style-type: none;
padding: 1em;
margin-bottom: 1em;
ul {
margin: 0.5em 0;
li {
list-style-type: none;
}
}
}
}
.icon-container {
.row {
margin: 0;
.col-md-3 {
width: 20px;
height: 20px;
margin: 1px;
.pointer;
line-height: 20px;
text-align: center;
&:hover, &.selected {
background: black;
color: white;
}
}
}
}
.plugins {
li {
list-style-type: none;
background: rgba(64, 64, 64, 0.05);
padding: 1em;
border-left: 5px solid #08c;
h2 {
font-size: 16px;
margin: 0;
}
p {
font-size: 12px;
}
}
}
.groups {
> ul {
padding-left: 0;
> li {
list-style-type: none;
margin-bottom: 1em;
padding: 1em;
.zebra;
h2 {
margin-top: 0;
font-size: 26px;
}
}
}
.members {
padding: 1em;
li[data-uid] {
display: inline-block;
border: 1px solid rgb(200, 200, 200);
margin-right: 1em;
img {
width: 32px;
}
span {
padding: 0 1em;
}
&:hover {
.pointer;
background: rgba(192, 192, 192, 0.2);
}
}
}
}
}
#admin-redis-info {
span {
display:inline-block;
width:220px;
}
}
.fa-icons .col-md-3 {
padding-left: 0;
padding-right: 0;
}

@ -1,195 +0,0 @@
.category {
.span9 {
margin-bottom: 50px;
}
> .col-md-12 {
padding-right: 30px;
}
ul {
li {
list-style: none;
padding-bottom: 10px;
&.deleted {
-moz-opacity: 0.30;
opacity: 0.30;
}
}
&:last-child li {
border-bottom: 0;
}
}
ul {
margin-left: -25px;
}
.meta {
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.topic-row {
&.col-md-12 {
margin-right: 11px;
}
border-radius: 5px;
padding: 5px 5px 5px 20px;
border: 1px solid rgba(0, 0, 0, 0.15);
small {
vertical-align: 2px;
strong {
color: #666;
}
color: #999;
font-size: 14px;
}
h3 {
padding: 0;
margin: 0;
margin-top: 4px;
color: rgb(0, 136, 204);
line-height: 25px;
.topic-title {
width: 50%;
display: inline-block;
font-size: 20px;
white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
.badge {
margin-right: 6px;
}
}
}
}
.latest-post {
float: right;
padding-top: 2px;
margin-right: 0px;
width: 40%;
.pull-right {
width: 100%;
height: 50px;
line-height: 16px;
margin-left: 1px;
padding: 2px 5px 5px 20px;
border-left: 1px solid #bbb;
img {
display: block;
float: left;
}
p {
display: block;
float: left;
width: 70%;
margin-left: 10px;
overflow: hidden;
max-height: 33px;
margin-bottom: 0px;
}
}
}
.recent-replies {
overflow-y: hidden;
overflow-x: hidden;
ul {
width: 100%;
height: 50px;
line-height: 16px;
margin-left: 1px;
padding: 5px 5px 5px 0px;
list-style-type: none;
li {
clear: both;
line-height: 17px;
&:last-child {
margin-bottom: 0;
}
img {
display: block;
float: left;
}
p {
display: block;
padding-left: 8px;
overflow: hidden;
height: 35px;
margin-bottom: 0;
}
span {
font-size: 12px;
overflow: hidden;
height: 16px;
padding-left: 8px;
color: #666;
}
}
}
}
.sidebar-block {
display: block;
.block-header {
padding: 8px;
padding-left: 13px;
display: block;
background: rgb(245,245,245);
color: #676;
font-weight: 400;
font-size: 14px;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid #ddd;
}
.block-content {
padding: 10px;
.img-rounded {
width: 20%;
height: auto;
max-width: 48px;
}
}
border-radius: 5px;
padding: 0;
margin-bottom: 20px;
.img-rounded {
margin-top: 2px;
}
}
}

@ -1,24 +0,0 @@
.footer {
display: none;
text-align: center;
&.footer-stats {
display: none;
.stats-card {
text-align: center;
h2 {
font-size: 40px;
line-height: 25px;
}
.pointer;
}
padding-top: 15px;
}
.copyright {
padding-bottom: 10px;
}
}

@ -1,83 +0,0 @@
.header {
.dropdown-toggle {
i {
&.active {
color: #558;
}
}
}
#user_label {
img {
border: 1px solid #454;
margin: -2px 8px 0 0;
width: 24px;
height: 24px;
}
span {
font-size: 14px;
font-weight: 400;
color: #ded;
}
}
.forum-title {
padding-top: 15px;
padding-bottom: 15px;
margin: 0px;
}
.pagination-block {
position: absolute;
background: rgb(34, 34, 34);
right: 0px;
top: 50px;
color: white;
padding: 5px 10px 5px 10px;
font-size: 15px;
display: none;
}
#notif-list {
li {
font-size: 12px;
width: 300px;
text-align: left;
a {
white-space: normal;
}
&.unread {
background: #eceff5;
}
}
}
}
.breadcrumb {
li {
max-width: 35%;
white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
}
}
#reconnect {
font-size: 14px;
-webkit-transition: opacity 250ms linear;
-moz-transition: opacity 250ms linear;
-ms-transition: opacity 250ms linear;
-o-transition: opacity 250ms linear;
transition: opacity 250ms linear;
-moz-opacity: 0.00;
opacity: 0.00;
&.active {
-moz-opacity: 1;
opacity: 1;
}
}

@ -1,116 +0,0 @@
.home {
h4 {
font-weight: 700;
line-height: 21px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
margin: 0;
}
.icon {
width: 100%;
height: 110px;
text-align: center;
margin: 0;
padding-top:25px;
.pointer;
margin-bottom: 10px;
overflow:hidden;
.category-box {
height:90px;
.post-preview {
padding-left:10px;
padding-right:10px;
text-align:left;
img {
width:60px;
height:60px;
padding-right:5px;
}
p {
overflow: hidden;
text-overflow:ellipsis;
height:60px;
}
}
}
}
}
// TODO EVERYTHING BELOW: Please Remove! -- colors & animations should not go here
.category-purple {
@color: #ab1290;
background: @color;
color: white;
&:hover {
background: lighten(@color, 10%);
}
}
.category-darkblue {
@color: #004C66;
background: @color;
color: white;
&:hover {
background: lighten(@color, 10%);
}
}
.category-blue {
@color: #0059B2;
background: @color;
color: white;
&:hover {
background: lighten(@color, 10%);
}
}
.category-darkgreen {
@color: #004000;
background: @color;
color: white;
&:hover {
background: lighten(@color, 10%);
}
}
.category-orange {
@color: #FF7A4D;
color: white;
background: @color;
&:hover {
background: lighten(@color, 10%);
}
}

@ -1,48 +0,0 @@
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pointer {
cursor: pointer;
*cursor: hand;
}
.inline-block {
display: inline-block;
*display: inline;
zoom: 1;
}
.clear {
clear: both;
}
.zebra {
&:nth-child(even) {
background: rgba(191,191,191,0.2);
}
&:nth-child(odd) {
background: rgba(223,223,223,0.2);
}
}
.opacity(@opacity: 1) {
-moz-opacity: @opacity;
opacity: @opacity;
-ms-filter: ~`"progid:DXImageTransform.Microsoft.Alpha(opacity=(" + "@{opacity}" * 100 + "))"`;
filter: ~`"alpha(opacity = (" + "@{opacity}" * 100 + "))"`;
}
.border-radius (@radius: 5px) {
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
-ms-border-radius: @radius;
-o-border-radius: @radius;
border-radius: @radius;
}

@ -1,2 +0,0 @@
@import "modules/postWindow";
@import "modules/taskbar";

@ -1,114 +0,0 @@
.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;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
.btn-toolbar {
&.formatting-bar {
.no-select;
width: 90%;
margin: 0 auto 8px auto;
span {
color: white;
&:hover {
text-decoration: none;
}
}
span:focus {
outline: 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) {
position: relative;
bottom: 0px !important;
> div {
position: static;
width: 100% !important;
}
}
}

@ -1,49 +0,0 @@
.taskbar {
display: none;
-moz-opacity: 0.5;
opacity: 0.5;
margin-top: 0;
-webkit-transition: opacity 250ms ease-in;
-moz-transition: opacity 250ms ease-in;
-ms-transition: opacity 250ms ease-in;
-o-transition: opacity 250ms ease-in;
transition: opacity 250ms ease-in;
&[data-active="1"] {
display: block;
}
&:hover {
-moz-opacity: 1;
opacity: 1;
}
li {
float: left;
a > span {
.inline-block;
max-width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
img {
max-width: 24px;
max-height: 24px;
margin-right: 1em;
}
&.pulse {
-webkit-animation: pulsate 2500ms linear;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
0% { background: none; }
50% { background: #e5e5e5; }
100% { background: none; }
}
}
}

@ -1,83 +0,0 @@
@import "mixins";
noscript {
.default {
list-style-type: none;
padding: 1em;
margin-bottom: 1em;
.zebra;
}
.categories {
li {
.default;
.icon {
float: left;
width: auto;
height: auto;
padding: 0;
margin: 0;
margin-right: 1em;
}
a {
font-size: 20px;
}
}
}
.topics {
li {
.default;
}
.timestamp {
float: right;
color: #999;
font-style: italic;
font-size: 12px;
}
.teaser {
margin-left: 16px;
margin-top: 8px;
img {
float: left;
width: 64px;
margin-right: 1em;
}
p {
color: #666;
font-size: 13px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-left: 64px;
padding-top: 10px;
}
}
}
.posts {
li {
.default;
img {
width: 64px;
}
.profile {
text-align: center;
span {
font-weight: bold;
display: inline-block;
margin-top: 1em;
}
}
}
}
}

@ -1,7 +0,0 @@
.outgoing {
.btn-primary {
max-width: 100%;
overflow: hidden;
text-overflow: ellipse;
}
}

@ -1,18 +0,0 @@
.search-result-post {
width: 100%;
line-height: 16px;
padding: 5px;
overflow:hidden;
img {
display: block;
float: left;
width:48px;
height:48px;
margin-right:10px;
}
}
.category.search #topics-container {
margin-left: -38px;
}

@ -1,109 +0,0 @@
html {
overflow-y: scroll;
}
body {
@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;
}
}
.alt-logins {
margin: 0 0 0 1em;
padding: 0;
li {
vertical-align: top;
background: transparent;
display: none;
margin: 0.25em;
.pointer;
&.active {
.inline-block;
}
}
}
.jumbotron {
word-wrap: break-word;
}
#chat-content {
height:200px;
resize:none;
}
.chat-modal {
width: 600px;
height: 550px;
}
#content{
padding-bottom:20px;
}
//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;
}
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases

@ -1,241 +0,0 @@
.topic {
&.deleted {
-moz-opacity: 0.30;
opacity: 0.30;
}
> ul {
list-style-type: none;
padding: 0;
> li {
padding-bottom: 15px;
&.deleted {
-moz-opacity: 0.30;
opacity: 0.30;
height: 30px;
overflow-y: hidden;
}
&.deleted-expanded {
height: 100%;
overflow-y: default;
}
}
}
@media (max-width: 475px) {
.post-tools {
display: none;
}
.favourite-text {
display: none;
}
}
@media (max-width: 767px) {
.topic-main-buttons {
margin-bottom: 0px;
}
}
.main-post, .sub-posts {
.post-info, .post-block {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 0 0 5px 5px;
padding: 10px;
.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;
}
}
.post-block {
border-radius: 5px;
.topic-buttons {
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.06);
margin: -5px 0 0 0;
padding: 8px 0 0 23px;
button.show {
display: inline-block !important;
}
@media (max-width: 767px) {
padding-left: 9px;
}
}
.post-content {
padding: 10px 5px 0 5px;
word-wrap: break-word;
}
.post-images{
padding: 2px 5px 0 5px;
}
}
}
.sub-posts {
.post-block {
.post-signature {
margin-left: 15px;
}
.topic-buttons {
margin: -11px -10px 0px -10px;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
padding: 8px 9px 7px 23px;
}
.post-content {
margin-left: 10px;
}
}
.img-thumbnail {
padding: 2px;
border-radius: 0;
margin-left: 16px;
}
}
.main-post {
h3 {
margin: 0;
.topic-title {
line-height: 1.5em;
width: auto;
overflow: hidden;
margin: 0 0 -5px 0;
padding: 0 0 5px 0
}
}
.avatar {
color: white;
position: relative;
float: left;
margin: 0 10px 0 0;
padding-bottom: 0px;
text-align: center;
width: 100px;
@media (max-width: 767px) {
display: none;
}
.img-thumbnail {
padding: 2px;
border-radius: 0;
}
}
.post-content {
min-height: 80px;
}
hr {
margin: 0 10px 0 0;
}
.post-block {
.topic-buttons {
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.06);
margin: 0 -11px 0 92px;
padding: 10px;
border-right: 0;
@media (max-width: 767px) {
margin-left: -11px;
border-left: 0;
}
button.show {
display: inline-block!important;
}
}
}
}
.mobile-author-overlay {
display: none;
z-index: 9999;
@media (max-width: 767px) {
display: block;
position: fixed;
width: 100%;
margin-left: -15px;
bottom: -50px;
height: 50px;
background: rgba(0,0,0,0.8);
-webkit-transition: bottom 150ms linear;
-moz-transition: bottom 150ms linear;
-ms-transition: bottom 150ms linear;
-o-transition: bottom 150ms linear;
transition: bottom 150ms linear;
}
img {
padding: 5px;
}
h4 {
color: white;
margin: 16px 0 0 -35px;
font-weight: 300;
font-size: 16px;
}
}
// styling the chat button in the dropdown to match. surely there's a better way...
.chat {
display: block;
padding: 3px 20px;
clear: both;
.pointer;
&:hover, &:focus {
color: white;
background-color: rgb(66, 139, 202);
}
}
// Move Topic Modal
.category-list {
padding: 0;
li {
.inline-block;
.pointer;
padding: 0.5em;
margin: 0.25em;
.border-radius(3px);
&.disabled {
-webkit-filter: grayscale(30%);
.opacity(0.5);
}
}
}
}

@ -1,5 +0,0 @@
.unread {
> .btn {
margin-bottom: 15px;
}
}

@ -1,53 +0,0 @@
.users {
.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;
}
}
&.admin {
#users-container {
padding: 0;
}
.users-box{
display: inline-block;
margin-top: 20px;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
height: auto;
max-width: 125px;
img {
width:80px;
height:80px;
}
a {
margin:5px;
padding: 6px 12px;
}
}
}
}

@ -1,16 +0,0 @@
@import "style";
@import "topic";
@import "category";
@import "noscript";
@import "home";
@import "header";
@import "account";
@import "search";
@import "unread";
@import "admin";
@import "users";
@import "outgoing";
@import "footer";
@import "modules";
Loading…
Cancel
Save