Difference between revisions of "MediaWiki:Common.css"

From LNH Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
table.timebox {
 
table.timebox {
 
   background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 2px; max-width: 56%;
 
   background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 2px; max-width: 56%;
  /* line-height: 0.5; */
 
 
}
 
}
  
Line 11: Line 10:
  
 
table.herobox {
 
table.herobox {
   background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 2px; margin-right: 2px; width: 40%;
+
   background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 2px; margin-right: 2px; max-width=56%;
  /* line-height: 0.5; */
 
 
}
 
}
  

Revision as of 07:21, 4 December 2018

/* CSS placed here will be applied to all skins */

table.timebox {
  background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 2px; max-width: 56%;
}

table.timebox td {
  padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #0000FF; width: 50%;
}

table.herobox {
  background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 2px; margin-right: 2px; max-width=56%;
}

table.herobox td {
  padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #0000FF;
}