Difference between revisions of "MediaWiki:Common.css"

From Humanoid Robots Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 5px; width: 300px; /* or any othe...")
 
 
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
     background-color: #f9f9f9;
 
     background-color: #f9f9f9;
 
     padding: 5px;
 
     padding: 5px;
     width: 300px; /* or any other width */
+
     width: 300px;
 +
    font-size: 90%;
 +
    margin-top: 20px;
 +
    margin-bottom: 20px;
 
}
 
}
  
 
.infobox th {
 
.infobox th {
 
     background-color: #e0e0e0;
 
     background-color: #e0e0e0;
 +
    padding: 2px 5px;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
Line 15: Line 19:
 
.infobox td {
 
.infobox td {
 
     padding: 2px 5px;
 
     padding: 2px 5px;
 +
}
 +
 +
.infobox-left {
 +
    font-style: italic;
 
}
 
}

Latest revision as of 07:36, 24 April 2024

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

.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    padding: 5px;
    width: 300px;
    font-size: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.infobox th {
    background-color: #e0e0e0;
    padding: 2px 5px;
    text-align: center;
}

.infobox td {
    padding: 2px 5px;
}

.infobox-left {
    font-style: italic;
}