-/* ############## ToDo: Sidebar User Avatars ############## */
+/* ############## ToDo: Sidebar ############## */
/* I've changed the layout, so the classes may not match any more! */
.wcf-commentList .wcf-containerContent small {
font-size: 85%;
- color: rgba(192, 192, 192, 1);
+ color: @fontColor11;
margin-top: 3px;
}
/* Comment List */
.wcf-commentList > .wcf-container {
- border-top: 1px solid rgba(204, 204, 204, 1);
padding: 7px;
}
-.wcf-commentList > .wcf-container:first-child {
- border-top-width: 0;
-}
-
/* Comment Add */
.wcf-commentAdd .wcf-containerIcon {
}
.wcf-commentResponseAdd {
- border-top: 1px solid rgba(204, 204, 204, 1);
- background-color: rgba(0, 0, 0, .015);
+ border-top: @borderWidthSeparator @borderStyleSeparator @borderColor12;
margin-top: 7px;
padding: 7px;
}
margin-left: 10px;
}
-
-
/* Comment Response List */
.wcf-commentResponseList {
margin-top: 0;
}
-.wcf-commentResponseList > .wcf-container,
-.wcf-commentResponseList > div > .wcf-container {
- border-top: 1px solid rgba(204, 204, 204, 1);
- background-color: rgba(0, 0, 0, .015);
-}
-
-.wcf-commentResponseList > .wcf-container:nth-child(2n+1) {
- /* Auto-colorer for every 2nd row */
- background-color: rgba(0, 0, 0, .0);
-}
-
-
-
/* Comment Options */
.wcf-commentContent > div > .wcf-commentOptions,
.wcf-commentResponseList > li .wcf-commentOptions {
- font-size: 85%;
display: block;
position: absolute;
top: 2px;
float: left;
opacity: 0;
- .mxTransition1(opacity, .9ms);
+ .mxTransition1(opacity);
}
.wcf-commentContent > div:hover > .wcf-commentOptions > li,
.wcf-commentContent > div > .wcf-commentOptions > li a,
.wcf-commentResponseList > li .wcf-commentOptions li a {
- color: rgba(153, 153, 153, 1);
cursor: pointer;
- display: inline-block;
padding: 3px;
+ display: inline-block;
}
-
-
/* Toggle Comments Links */
.wcf-commentResponsePrevious,
.wcf-commentResponseRecent {
- width: 100%;
text-align: center;
+ border-top: @borderWidthSeparator @borderStyleSeparator @borderColor12;
margin-left: auto;
margin-right: auto;
+ padding-top: 7px;
+ width: 100%;
}
.wcf-commentResponsePrevious a,
border-radius: 3px;
padding: 0 13px;
display: inline-block;
- width: 15%;
- min-width: 150px;
}
}
.wcf-userList > li > .wcf-container {
- border-width: 1px;
- border-style: @borderStyle;
- border-color: @borderColor11;
+ border-width: @borderWidthSeparator;
+ border-style: @borderStyleSeparator;
+ border-color: @borderColor12;
height: 80px;
padding: 7px;
}
+/* ToDo */
.wcf-userList > li > .wcf-container .wcf-userJoinDate {
font-size: 85%;
- color: rgba(153, 153, 153, 1);
+ color: @fontColor11;
display: block;
}
/* Border Widths (1px) */
@borderWidth: 1px;
+@borderWidthSeparator: 1px;
@borderWidthBadge: 1px;
/* Border Styles (solid) */
@borderStyle: solid;
+@borderStyleSeparator: solid;
@borderStyleBadge: solid;
/* Border Colors */
/* Border Color (Middle Grey) */
@borderColor1: rgba(153, 153, 153, 1);
@borderColor11: lighten(@borderColor1, 20%);
+@borderColor12: lighten(@borderColor11, 10%);
/* Rounded Corners */
/* Test */
-.mxTransition1 (@object: color, @time: 1s, @type: linear) {
+.mxTransition1 (@object: color, @time: 1ms, @type: linear) {
-webkit-transition: @arguments;
-khtml-transition: @arguments;
-moz-transition: @arguments;
box-sizing: border-box;
}
+.wcf-listBox .wcf-listBox {
+ border-color: @borderColor12;
+}
+
.wcf-listBox:first-child {
border-top-width: 0;
}
background-color: darken(@backColor10, 2%);
}
-.wcf-listBox .wcf-listBox {
- background-color: @backColor1;
-}
-
.wcf-listBox .wcf-listBox:first-child {
border-top-width: 1px;
}
-.wcf-listBox .wcf-listBox:nth-child(2n+1) {
- /* auto-colorer for every 2nd row */
- background-color: transparent;
-}
-
-.wcf-listBox .wcf-listBox:hover {
- background-color: @backColor10;
-}
-
/* List Box Contents */
.wcf-listBox > .wcf-container {
.wcf-listBox .wcf-badge {
font-size: 85%;
+ margin-left: 0;
padding: 0 5px;
display: inline-block;
}
+.wcf-listBox .wcf-likesDisplay {
+ display: inline;
+}
+
/* ############## Tab Menu ############## */