MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:
  pre { margin: 0em 0em 0em 0em; color: white; background-color: #350e25;  
  pre { margin: 0em 0em 0em 0em; color: white; background-color: #350e25;  
       font-family: "courier new"; border: 1px solid #a0a0a0;  
       font-family: "courier new"; border: 1px solid #a0a0a0;  
       padding: 1em; font-size: 0.85em; font-weight: bold;  
       padding: 1em; font-size: 0.85em; font-weight: normal;  
       white-space: pre; }
       white-space: pre; }



Revision as of 18:57, 9 February 2024

/* CSS placed here will be applied to all skins */
 pre { margin: 0em 0em 0em 0em; color: white; background-color: #350e25; 
       font-family: "courier new"; border: 1px solid #a0a0a0; 
       padding: 1em; font-size: 0.85em; font-weight: normal; 
       white-space: pre; }

table, th, td {
  border: 1px solid silver;text-align: center;
}

/*#siteSub {
    display: block;
}*/