MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
font-family: 'happytimes', serif; | font-family: 'happytimes', serif; | ||
font-size: 3em; | font-size: 3em; | ||
border: 1px wavy black; | border: 1px wavy black; | ||
text-align: center; | text-align: center; |
Revision as of 15:57, 12 August 2020
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } @font-face { font-family: 'happytimes'; src: url('floop-wiki-fonts/happytimes/happy-times-NG_regular_master_web.woff2') format('woff2'), url('floop-wiki-fonts/happytimes/happy-times-NG_regular_master_web.woff') format('woff'), url('floop-wiki-fonts/happytimes/happy-times-NG_regular_master_web.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'happytimes'; src: url('floop-wiki-fonts/happytimes/happy-times-NG_bold_master_web.woff2') format('woff2'), url('floop-wiki-fonts/happytimes/happy-times-NG_bold_master_web.woff') format('woff'), url('floop-wiki-fonts/happytimes/happy-times-NG_bold_master_web.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'happytimes'; src: url('floop-wiki-fonts/happytimes/happy-times-NG_italic_master_web.woff2') format('woff2'), url('floop-wiki-fonts/happytimes/happy-times-NG_italic_master_web.woff') format('woff'), url('floop-wiki-fonts/happytimes/happy-times-NG_italic_master_web.ttf') format('truetype'); font-weight: 400; font-style: italic; } .mw-references-wrap.mw-references-columns { font-family: 'happytimes'; padding-top: 12px; } .mw-wiki-logo { padding-top: 12px; } #mw-head { background-colour: white; } #mw-panel { width: 20em; padding-right: 8px; font-family: 'happytimes', serif; background-colour: white; } #left-navigation { margin-left: 21em; } #mw-page-base { background-color: white; background-image: none; } #mw-head-base { margin-left: 21em; } .mw-body { margin-left: 21em; background-color: white; } .mw-body-content { background-color: white; } #footer { margin-left: 21em; } /* meta-diagram */ .container { /* border: 1px solid red;*/ display: grid; padding: 8px; grid-template-columns: auto auto auto; grid-template-rows: auto auto auto; } .container-shell { font-family: 'Arial', sans-serif; padding: 12px; } .container-title { padding: 12px; /*vertical-align: middle;*/ /*display: table-cell;*/ max-width: 100%; } .container-box { float: left; padding: 18px; position: relative; text-align: center; max-width: 100%; display: table-cell; } .title { font-family: 'happytimes', serif; font-size: 3em; border: 1px wavy black; text-align: center; line-height: 1em; max-width: 100%; } .subtitle { font-family: 'happytimes', serif; font-size: 1.4em; font-style: italic; line-height: 1.2em; text-align: center; margin-top: -24px; max-width: 100%; } .loglines { text-align: left; padding: 12px; font-size: 1.4em; line-height: 1.2em; font-family: 'happytimes', serif; max-width: 100%; } .machine { font-family: 'happytimes', serif; font-size: 1.4em; line-height: 1.2em; text-align: center; max-width: 100%; } .caption { font-family: 'Arial', sans-serif; text-align: center; } body { background-color: white; background-image: none; } h1#firstHeading.firstHeading { font-family: 'happytimes'; } p { font-family: 'happytimes'; font-size: 1.4em; line-height: 1.3em; max-width: 60%; } a.image { display: inline-block; margin-left: auto; margin-right: auto; /*width: 50%;*/ } /* an attempt to vertical-align text in this cell*/ #title-box { vertical-align: middle; display: table-cell; } #floop-title { padding: 12px; max-width: 100%; } #loop-arrow { font-family: 'Arial', sans-serif; font-size: 60px; font-size: 400px; margin-top: -200px; margin-bottom: -200px; } #contentSub { margin-bottom: 0px; }