MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
This is to allow the "Sneak Peek" of the new UI design, exclusive to the Sitenotice, to show for all users
imported>Hb1290 No edit summary |
imported>Compooper (This is to allow the "Sneak Peek" of the new UI design, exclusive to the Sitenotice, to show for all users) |
||
| Line 9: | Line 9: | ||
src: url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf'); | src: url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf'); | ||
} | } | ||
.sitenotice-new { | |||
background-color: #f8f9fa; | |||
border: 0px solid #ffa800; | |||
border-left: 25px solid #ffa800; | |||
font-weight: normal; | |||
} | |||
.sitenotice-open { | |||
background-color: #f8f9fa; | |||
border: 0px solid #ffa800; | |||
border-left: 25px solid #0c62da; | |||
font-weight: normal; | |||
} | |||
.classname { | .classname { | ||
font-family: 'AVID Sans'; | font-family: 'AVID Sans'; | ||