MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino (import Bootstrap) |
imported>Leoetlino No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url("https://static.zeldamods.org/assets/css/bootstrap.min.css"); | @import url("https://static.zeldamods.org/assets/css/bootstrap.min.css"); | ||
.resloc-box { | |||
border: 1px solid #d2d2d2; | |||
padding: 2px 5px; | |||
font-size: 85%; | |||
border-left: 5px solid #000000; | |||
} | |||
.resloc-box-aoc { | |||
border-left-color: #90c; | |||
} | |||
.resloc-box-normal { | |||
border-left-color: #36c; | |||
} | |||
.resloc-box + .resloc-box, | |||
.resloc-box + link + .resloc-box { | |||
border-top: 0; | |||
} | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ |