Template:Test/styles.css: Difference between revisions

From Knox Makers Wiki
Amos1 (talk | contribs)
Amos1 changed the content model of the page Template:Test/styles.css from "wikitext" to "CSS"
Amos1 (talk | contribs)
Amos1 changed the content model of the page Template:Test/styles.css from "CSS" to "Sanitized CSS"
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
   background-color: #f8f8f8;
   background-color: #f8f8f8;
   padding: 10px;
   padding: 10px;
}
.test-box {
    border: 2px solid #3366cc;
    background-color: #eef6ff;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}
}

Latest revision as of 23:14, 28 July 2025

.infobox-custom {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 10px;
}

.test-box {
    border: 2px solid #3366cc;
    background-color: #eef6ff;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}