Anonymous
×
Create a new article
Write your page title here:
We currently have 2,090 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,090Articles

Common.css: Difference between revisions

mh:aamlwiki>ComradePancake
Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #8C1919; }"
 
m 5 revisions imported
 
(4 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 {
    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;
}