MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6: Line 6:
     background-color: #f9f9f92b;
     background-color: #f9f9f92b;
     background: url("https://srd.mythcraftrpg.com/images/5/57/MythCraft-PaperTexture.jpg") scroll;  
     background: url("https://srd.mythcraftrpg.com/images/5/57/MythCraft-PaperTexture.jpg") scroll;  
    border: 2px solid #1C6EA4;
}
}
     border: 1px solid #aaaaaa4a;
     border: 1px solid #aaaaaa4a;
Line 27: Line 28:
   font-size: 14px;
   font-size: 14px;
}
}
table.creature tr:nth-child(even) {
 
  background: #D0E4F5;
}
table.creature thead {
table.creature thead {
   background: #A0C3C7;
   background: #A0C3C7;
Line 42: Line 41:
table.creature thead th:first-child {
table.creature thead th:first-child {
   border-left: none;
   border-left: none;
}
table.creature tfoot td {
  font-size: 14px;
}
table.creature tfoot .links {
  text-align: right;
}
table.creature tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
}