Anonymous
×
Create a new article
Write your page title here:
We currently have 2,091 articles on American ML Archive. Type your article name above or click on one of the titles below and start writing!



American ML Archive
2,091Articles

Common.css: Difference between revisions

mh:aamlwiki>ComradePancake
No edit summary
m 5 revisions imported
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.infotable {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
    width: 25%;
}


body { background-color: #8C1919; }
.infotable th {
#mw-head-base { background-color: #8C1919; }
    text-align: left;
}

Latest revision as of 21:27, 27 August 2023

/* CSS placed here will be applied to all skins */
.infotable {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
    width: 25%;
}

.infotable th {
    text-align: left;
}