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

From Robowiki
Jump to navigation Jump to search
(Try out the LiquidThread modifications)
m
 
Line 6: Line 6:
 
div.lqt-thread-replies, div.lqt_thread div.lqt-thread-replies div.lqt-post-wrapper {
 
div.lqt-thread-replies, div.lqt_thread div.lqt-thread-replies div.lqt-post-wrapper {
 
     background-image: none !important;
 
     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;
 
 
}
 
}
 
   
 
   

Latest revision as of 02: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;
}