Difference between revisions of "User:Rednaxela/monobook.css"

From Robowiki
Jump to navigation Jump to search
m (smalllller)
(Try out the LiquidThread modifications)
Line 1: Line 1:
 
body {
 
body {
font-size: 9px;
+
font-size: 0.6em;
 +
}
 +
 
 +
/* LiquidThread Modification */
 +
div.lqt-thread-replies, div.lqt_thread div.lqt-thread-replies div.lqt-post-wrapper {
 +
    background-image: none !important;
 +
}
 +
 +
div.lqt-post-wrapper {
 +
    padding-left: 0em !important;
 +
    padding-top: 0em !important;
 +
    padding-bottom: 0em !important;
 +
}
 +
 +
div.lqt-post-sep, div.lqt-replies-finish-corner, .lqt-command-link, .lqt-add-reply {
 +
    display: none !important;
 +
}
 +
 +
.lqt-thread-signature {
 +
    display: list-item !important;
 +
    margin-left: 0em !important;
 +
    padding-left: 0em !important;
 +
    list-style-type: disc;
 +
    list-style-image: url('http://file.csdgn.org/dashdash2.gif');
 +
    list-style-position: inside;
 +
}
 +
 +
.lqt-show-replies {
 +
    margin-left: 0 !important;
 +
}
 +
 +
.lqt-thread-user-signature {
 +
    margin-left: -5px !important;
 +
}
 +
 +
.lqt-thread-toolbar-timestamp {
 +
    color: #000 !important;
 +
}
 +
 +
div.lqt-thread-replies {
 +
    padding-left: 2em !important;
 
}
 
}

Revision as of 21:59, 13 November 2011

body {
font-size: 0.6em;
}

/* LiquidThread Modification */
div.lqt-thread-replies, div.lqt_thread div.lqt-thread-replies div.lqt-post-wrapper {
    background-image: none !important;
}
 
div.lqt-post-wrapper {
    padding-left: 0em !important;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}
 
div.lqt-post-sep, div.lqt-replies-finish-corner, .lqt-command-link, .lqt-add-reply {
    display: none !important;
}
 
.lqt-thread-signature {
    display: list-item !important;
    margin-left: 0em !important;
    padding-left: 0em !important;
    list-style-type: disc;
    list-style-image: url('http://file.csdgn.org/dashdash2.gif');
    list-style-position: inside;
}
 
.lqt-show-replies {
    margin-left: 0 !important;
}
 
.lqt-thread-user-signature {
    margin-left: -5px !important;
}
 
.lqt-thread-toolbar-timestamp {
    color: #000 !important;
}
 
div.lqt-thread-replies {
    padding-left: 2em !important;
}