Difference between revisions of "Template:TOC right"

From Cymbal
Jump to navigation Jump to search
(Created page with "{{pp-template}}: .tocright { float: right; clear: right; width: auto; background: none; padding: .5em 0 .8em 1.4em; margin-bottom: .5em; } .tocright-clear-left {...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* {{pp-template}} */
+
/* TOC float right */ #toc {float:right;border:none;border-left:1.5em white solid;border-bottom:1em white solid;background:#fff3d2;}
.tocright {
 
float: right;
 
clear: right;
 
width: auto;
 
background: none;
 
padding: .5em 0 .8em 1.4em;
 
margin-bottom: .5em;  
 
}
 
.tocright-clear-left {
 
clear: left;
 
}
 
.tocright-clear-both {
 
clear: both;
 
}
 
.tocright-clear-none {
 
clear: none;
 
}
 

Latest revision as of 08:46, 12 March 2019

/* TOC float right */ #toc {float:right;border:none;border-left:1.5em white solid;border-bottom:1em white solid;background:#fff3d2;}