Difference between revisions of "Module:Administrators' noticeboard archives/styles.css"
MyWikiBiz, Author Your Legacy — Wednesday January 15, 2025
Jump to navigationJump to search (Zoran created the page Module:Administrators' noticeboard archives/styles.css using a non-default content model "CSS") |
|||
Line 1: | Line 1: | ||
+ | .an-archives { | ||
+ | float: right; | ||
+ | clear: right; | ||
+ | margin: 0 0 1em 1em; | ||
+ | text-align: center; | ||
+ | border: 1px solid #a2a9b1; | ||
+ | padding: 1px; | ||
+ | font-size: 88.9%; /* 8/9 */ | ||
+ | line-height: 1.2em; | ||
+ | background-color: #fdfdfd; | ||
+ | } | ||
+ | .an-archives-header { | ||
+ | padding: 0.25em 1em; | ||
+ | font-weight: bold; | ||
+ | font-size: 112.5%; /* 8/9 * 9/8 = 100 */ | ||
+ | line-height: 1.25em; | ||
+ | background-color: #ccccff; | ||
+ | } | ||
+ | |||
+ | .an-archives-header span { | ||
+ | |||
+ | } |
Latest revision as of 19:13, 8 July 2021
.an-archives { float: right; clear: right; margin: 0 0 1em 1em; text-align: center; border: 1px solid #a2a9b1; padding: 1px; font-size: 88.9%; /* 8/9 */ line-height: 1.2em; background-color: #fdfdfd; } .an-archives-header { padding: 0.25em 1em; font-weight: bold; font-size: 112.5%; /* 8/9 * 9/8 = 100 */ line-height: 1.25em; background-color: #ccccff; } .an-archives-header span { }