MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(4 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 { | ||
font-size: 24pt; | font-size: 24pt; | ||
color: #fff; | color: #fff; | ||
text-align: | text-align: left; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
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 { |