MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same 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 */ | ||
#footer-poweredbyico > a{ | |||
background-color:inherit; | |||
border-style:none; | |||
} | |||
.mw-editsection { display:none!important; } | |||
table.tags { | table.tags { | ||
Line 16: | Line 23: | ||
background: #FF6B6B; | background: #FF6B6B; | ||
font-weight: normal; | font-weight: normal; | ||
padding: 0px | padding: 0px 10px 0px 8px; | ||
} | } | ||
table.tags td { | table.tags td { | ||
Line 28: | Line 35: | ||
@font-face { | @font-face { | ||
font-family: "DrSlab"; | font-family: "DrSlab"; | ||
src: url("https:// | src: url("https://bfrn.rectangle.zone/subwikifiles/bfr/images/1/17/Drslab-base-webfont.woff") format("woff"); | ||
} | } | ||
.drslab { | .drslab { | ||
Line 36: | Line 43: | ||
@font-face { | @font-face { | ||
font-family: "BildCompressed"; | font-family: "BildCompressed"; | ||
src: url("https:// | src: url("https://bfrn.rectangle.zone/subwikifiles/bfr/images/7/76/BildV4Compressed-Regular.woff") format("woff"); | ||
} | } | ||
.bildcompressed { | .bildcompressed { | ||
Line 44: | Line 51: | ||
@font-face { | @font-face { | ||
font-family: "BildCompressedMedium"; | font-family: "BildCompressedMedium"; | ||
src: url("https:// | src: url("https://bfrn.rectangle.zone/subwikifiles/bfr/images/4/4a/BildV4Compressed-Medium.woff") format("woff"); | ||
} | } | ||
.bildcompressedmedium { | .bildcompressedmedium { | ||
Line 52: | Line 59: | ||
@font-face { | @font-face { | ||
font-family: "BildCompressedLight"; | font-family: "BildCompressedLight"; | ||
src: url("https:// | src: url("https://bfrn.rectangle.zone/subwikifiles/bfr/images/0/04/BildV4Compressed-Light.woff") format("woff"); | ||
} | } | ||
.bildcompressedlight { | .bildcompressedlight { |