MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Djpwikiadmin (talk | contribs) mNo edit summary |
Djpwikiadmin (talk | contribs) mNo edit summary |
||
Line 55: | Line 55: | ||
/* Webfont: Todjydheenil */@font-face { | /* Webfont: Todjydheenil */@font-face { | ||
font-family: 'Todjydheenil'; | font-family: 'Todjydheenil'; | ||
src: url('Todjydheenil.eot'); /* IE9 Compat Modes */ | src: url('/fonts/Todjydheenil.eot'); /* IE9 Compat Modes */ | ||
src: url('Todjydheenil.woff2') format('woff2'), | src: url('/fonts/Todjydheenil.woff2') format('woff2'), | ||
url('Todjydheenil.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | url('/fonts/Todjydheenil.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('Todjydheenil.woff') format('woff'), /* Modern Browsers */ | url('/fonts/Todjydheenil.woff') format('woff'), /* Modern Browsers */ | ||
url('Todjydheenil.ttf') format('truetype'), /* Modern Browsers */ | url('/fonts/Todjydheenil.ttf') format('truetype'), /* Modern Browsers */ | ||
url('Todjydheenil.otf') format('opentype'); /* Safari, Android, iOS */ | url('/fonts/Todjydheenil.otf') format('opentype'); /* Safari, Android, iOS */ | ||
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; |
Revision as of 11:33, 11 December 2019
/* CSS placed here will be applied to all skins */
/* Standard Navigationsleisten, aka box hiding thingy
from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0;
padding: 2px;
/* @noflip */
float: left;
}
div.NavFrame div.NavHead {
line-height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0;
padding: 0;
line-height: 1px;
clear: both;
}
a.NavToggle {
position: absolute;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}
.client-js .NavFrame.collapsed > .NavContent {
display: none;
}
/* Webfont: Todjydheenil */@font-face {
font-family: 'Todjydheenil';
src: url('/fonts/Todjydheenil.eot'); /* IE9 Compat Modes */
src: url('/fonts/Todjydheenil.woff2') format('woff2'),
url('/fonts/Todjydheenil.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/Todjydheenil.woff') format('woff'), /* Modern Browsers */
url('/fonts/Todjydheenil.ttf') format('truetype'), /* Modern Browsers */
url('/fonts/Todjydheenil.otf') format('opentype'); /* Safari, Android, iOS */
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
.todjydheenil {
font-family:'Todjydheenil';
}