Difference between revisions of "MediaWiki:Common.css"

From SoftMC-Wiki
Jump to: navigation, search
Line 19: Line 19:
  
 
/* experiments to show toc on the right side */
 
/* experiments to show toc on the right side */
#toc .toctoggle{ align: right; }
+
#toc { float: right; }
  
 
#toc #toctitle {text-align: right;}
 
#toc #toctitle {text-align: right;}

Revision as of 13:33, 22 May 2010

/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
   padding: .5em;
}
.my-buttons a {
   color: black;
   background-color: #cde !important;
   font-weight: bold;
   font-size: .9em;
   text-decoration: none;
   border: thin #069 outset;
   padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
   background-color: #bcd;
   border-style: inset;
}


/* experiments to show toc on the right side */
#toc { float: right; }

#toc #toctitle {text-align: right;}