Difference between revisions 9995 and 9996 on newikibooks

/*
'''Common [[Cascading Style Sheets|CSS]] for all skins'''
 
 '''Notice to Administrators!'''
 
Any changes to [[Mediawiki:Monobook.css|Monobook.css]] or [[MediaWiki:Common.css|Common.css]] should be first proposed to [[Wikipedia:Village Pump]].  
 
(contracted; show full)   Tons usats; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */
 
.mcBoto {
  background-color: #d0b0ff; /* 4 */
  border: .15em solid #000000;
  border-color: #f0d0ff;  /* 5 3 3 5 */
  border-radius: 0em 0em 0em 0em;
  -moz-border-radius: 
.50em .50em 0em 0em;
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;}
 
.mcBoto a,
.mcBoto strong {
  background: none !important;
  color:#7050a0 !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mcBoto a:hover,
.mcBoto strong:hover {
  color: black !important;
  text-decoration: underline !important;} 
 
.mcBotoSel {
  background-color: #9070c0; /* 2 */
  border: 0.15em solid #000000;
  border-color: #b090e0 #7050a0 #9070c0 #b090e0f0d0ff;  /* 3 1 2 3 */
  border-radius: .50em .50em 0em 0em;
  -moz-border-radius: .50em .50em 0em 0em;
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;}
 
(contracted; show full)display: none;
}
 
/* Tweak for css lists to change nagari numerals back to arabic.*/
ol:lang(hi) li, ol.references, li.references{list-style-type: decimal;}
 
/*Reduce line-height for short url displayed below the title*/
div.title-shortlink-container{line-height: 0.8em;}