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

From Robowiki
Jump to navigation Jump to search
m (fix local font size)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
body {
 
body {
font-size: 8pt;
+
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;
 +
}
 +
 +
.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;
 
}
 
}

Latest revision as of 01:09, 28 February 2012

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;
}
 
.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;
}