MediaWiki:Common.css: Difference between revisions
Tags: Replaced Rollback |
No edit summary |
||
Line 2: | Line 2: | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | 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; | |||
} | |||
/*mediawiki css*/ | |||
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer { | |||
margin-left: 21em; | |||
color: black; | |||
} | |||
.mw-parser-output a.external { | |||
color: black; | |||
} | |||
.mw-parser-output a.external:visited { | |||
color: black; | |||
} | |||
.mw-references-wrap.mw-references-columns { | |||
font-family: 'happytimes', serif; | |||
padding-top: 12px; | |||
} | |||
#left-navigation { | |||
margin-left: 22em; | |||
} | |||
#mw-page-base { | |||
background-image: none; | |||
background-color: transparent; | |||
} | |||
#mw-head-base { | |||
margin-left: 21em; | |||
height: 5.5em; | |||
} | |||
#mw-head .vectorMenu h3 { | |||
height: 100%; | |||
} | |||
.vectorMenu li a { | |||
color: black; | |||
} | |||
.mw-body { | |||
margin-left: 21em; | |||
background-color: transparent; | |||
border-top: 1px solid black; | |||
border-left: 0; | |||
border-right: 0; | |||
border-bottom: none; | |||
/*border-bottom: 1px solid black;*/ | |||
border-radius: 100px 0 100px 0; | |||
padding: 1em; | |||
} | |||
.mw-body-content { | |||
background-color: transparent; | |||
margin: none; | |||
font-family: 'happytimes', serif; | |||
} | |||
.mw-body-content h3 { | |||
font-weight: normal; | |||
text-align: left; | |||
margin-top: 1em; | |||
border-top: 1px solid black; | |||
border-radius: 0px 50px 0px 0px; | |||
font-size: 1.4em; | |||
} | |||
.mw-body-content h4 { | |||
/*font-family: 'Arial', sans-serif;*/ | |||
text-align: center; | |||
font-weight: normal; | |||
font-size: 1.4em; | |||
max-width: 60%; | |||
padding-bottom: 2em; | |||
} | |||
/*"edit" note appearing next to h2*/ | |||
.mw-editsection { | |||
/*display: none;*/ | |||
} | |||
/* padding/sizing and aesthetic styles for the background of the tabs */ | |||
div#mw-head div.vectorMenu h3, div#mw-head div.vectorTabs ul li span { | |||
background: white; | |||
line-height: 1; | |||
overflow: visible; | |||
color: black | |||
} | |||
div.gallerytext { | |||
font-size: 60%; | |||
max-width: 100%; | |||
} | |||
div.thumbinner { | |||
border: none; | |||
background: white; | |||
padding: 4px; | |||
text-align: center; | |||
overflow: hidden; | |||
} | |||
/*floop main page*/ | |||
.title-box { | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
margin-right: -50%; | |||
transform: translate(-50%, -50%) | |||
} | |||
/*curve*/ | |||
div.right-curve { | |||
border-radius: 100px 0px; | |||
height: 100%; | |||
max-width: 100%; | |||
border-left: 1px solid black; | |||
border-right: 1px solid black; | |||
} | |||
/*tabs in top nav*/ | |||
.vectorTabs { | |||
background-image: none; | |||
background-color: transparent; | |||
color: black; | |||
/*height: auto;*/ | |||
} | |||
.vectorTabs li a { | |||
color: black; | |||
} | |||
.vectorTabs #ca-unwatch.icon a { | |||
padding-top: 36px; | |||
} | |||
/* dropdown menu in right nav (More) */ | |||
.vectorMenu .menu { | |||
border: 1px solid black; | |||
background-color: white; | |||
opacity: 100; | |||
} | |||
.vectorMenuCheckbox { | |||
background-color: lavender; | |||
} | |||
div#p-cactions.vectorMenu { | |||
background-color: lavender; | |||
} | |||
.vectorMenuCheckbox { | |||
background: lavender; | |||
} | |||
#p-cactions-label { | |||
background-color: lavender; | |||
} | |||
div#mw-head div.vectorMenu h3, div#mw-head div.vectorTabs ul li span { | |||
background-color: white; | |||
} | |||
#searchInput { | |||
border: 1px solid black; | |||
} | |||
/* sidebar */ | |||
#mw-panel .portal .body{ | |||
background-image: none; | |||
} | |||
#mw-panel .portal .body li a:visited { | |||
color: black; | |||
} | |||
#mw-panel .portal .body li a { | |||
color: black; | |||
} | |||
/*main page in sidebar*/ | |||
#mw-panel .portal .body li#n-The-Fabulous-Loop-de-Loop { | |||
margin-left: -12px; | |||
font-weight: bold; | |||
} | |||
#p-NAVIGATION-label { | |||
padding-bottom: 0.2em; | |||
} | |||
h3#p-Contents-label { | |||
color: black; | |||
font-weight: bold; | |||
} | |||
#mw-panel .portal h3 { | |||
color: black; | |||
font-weight: bold; | |||
line-height: .5; | |||
padding-top: 1em; | |||
} | |||
/* box for curve lines above sidebar?*/ | |||
#p-logo { | |||
display: none; | |||
width: 200px; | |||
height: 36px; | |||
border-top: 3px solid black; | |||
margin: 12px; | |||
border-radius: 50px 0 50px 0; | |||
} | |||
/*image for logo on server*/ | |||
#p-logo a { | |||
display: none; | |||
height: auto; | |||
} | |||
.mw-wiki-logo { | |||
padding-top: 12px; | |||
} | |||
#mw-panel { | |||
width: 20em; | |||
font-family: 'happytimes',serif; | |||
position: fixed; | |||
border-right: 1px solid black; | |||
border-radius: 0px 100px 0px 0px; | |||
height: 100%; | |||
overflow: auto; | |||
} | |||
#mw-panel .portal { | |||
padding: 0.25em 0.875em 0em 0em; | |||
} | |||
#mw-panel #p-logo + .portal { | |||
margin-top: 0.4em; | |||
} | |||
/* footer */ | |||
#footer-icons { | |||
display: none; | |||
} | |||
/* meta-diagram */ | |||
.container { | |||
display: grid; | |||
grid-template-columns: 33% 33% 33%; | |||
grid-template-rows: auto auto auto; | |||
} | |||
.container-shell { | |||
padding: 3em 1em 0 1em; | |||
} | |||
.container-title { | |||
padding: 12px; | |||
/*vertical-align: middle;*/ | |||
/*display: table-cell;*/ | |||
max-width: 100%; | |||
} | |||
.container-box { | |||
float: left; | |||
padding: 12px; | |||
position: relative; | |||
text-align: center; | |||
max-width: 100%; | |||
display: table-cell; | |||
} | |||
p.container-part { | |||
/*padding: 1em; | |||
margin: auto; | |||
text-align: center; | |||
max-width: 100%; | |||
display: inline-block;*/ | |||
display: flex; | |||
justify-content: center; | |||
/*position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
margin-right: -50%; | |||
transform: translate(-50%, -50%)*/ | |||
} | |||
.quote-box { | |||
display: grid; | |||
text-align: left; | |||
padding: 1em; | |||
} | |||
.body-quote { | |||
text-align: left; | |||
padding-left: 1em; | |||
} | |||
.rightBend { | |||
border-left: 3px solid black; | |||
border-radius: 400px 0px 0px 0px; | |||
max-width: 100%; | |||
height: 100px; | |||
} | |||
/*type classes*/ | |||
.mw-body-content h2 { | |||
font-family: 'happytimes',serif; | |||
font-size: 1.4em; | |||
padding-top: 12px; | |||
border-top: 1px solid black; | |||
border-radius: 0px 50px 0px 0px; | |||
border-bottom: none; | |||
text-align: left; | |||
} | |||
.title { | |||
font-family: 'happytimes', serif; | |||
font-size: 2.6em; | |||
font-style: normal; | |||
padding: 0 1em 0.5em 1em; | |||
text-align: center; | |||
line-height: 1em; | |||
max-width: 100%; | |||
} | |||
.subtitle { | |||
font-family: 'happytimes', serif; | |||
font-size: 1.6em; | |||
line-height: 1.3em; | |||
text-align: center; | |||
max-width: 100%; | |||
padding: 0 1em 0.5em 1em; | |||
} | |||
.annotation-machine { | |||
font-family: 'happytimes',serif; | |||
font-size: 1.4em; | |||
line-height: 1.3em; | |||
padding-top: 12px; | |||
border-top: 1px solid black; | |||
border-radius: 0px 50px 0px 0px; | |||
border-bottom: none; | |||
text-align: center; | |||
max-width: 100%; | |||
} | |||
.chapter { | |||
text-align: center; | |||
max-width: 100%; | |||
padding: 1em; | |||
line-height: 1.3em; | |||
font-size: 1.4em; | |||
font-family: 'happytimes', serif; | |||
} | |||
.chapter-outline-intro { | |||
border-top: 1px solid black; | |||
border-bottom: 1px solid black; | |||
border-radius: 0px 50px 0px 50px; | |||
margin: 1.3em 20% 1.3em 20%; | |||
padding: 1em 20% 1em 20%; | |||
line-height: 1.3em; | |||
font-size: 1.4em; | |||
width: -moz-fit-content; | |||
} | |||
.loglines { | |||
text-align: left; | |||
padding: 2em; | |||
font-size: 1em; | |||
line-height: 1.2em; | |||
font-family: 'happytimes', serif; | |||
max-width: 100%; | |||
} | |||
.machine { | |||
font-family: 'happytimes', serif; | |||
font-size: 1em; | |||
line-height: 1.2em; | |||
/*padding-left: 3em; | |||
padding-right: 3em;*/ | |||
font-style: bold; | |||
text-align: center; | |||
max-width: 100%; | |||
} | |||
/* some way to target references in body text??? | |||
sup.reference { | |||
color: blue; | |||
} | |||
*/ | |||
.quote { | |||
font-family: 'happytimes',serif; | |||
font-style: normal; | |||
text-align: center; | |||
font-size: 1.4em; | |||
max-width: 100%; | |||
height: auto; | |||
padding: 0 20% 1em 20%; | |||
} | |||
.byline { | |||
font-family: 'happytimes', serif; | |||
font-size: 1.6em; | |||
text-align: center; | |||
margin-left: auto; | |||
margin-right: auto; | |||
max-width: 100%; | |||
} | |||
body { | |||
background-color: white; | |||
color: black; | |||
background-image: none; | |||
font-family: 'happytimes', 'Times New Roman', serif; | |||
} | |||
h1#firstHeading.firstHeading { | |||
font-family: 'happytimes',serif; | |||
font-size: 1.4em; | |||
line-height: 1.3em; | |||
border-bottom: none; | |||
/*border-bottom: 1px solid black;*/ | |||
border-radius: 0px 0px 50px 0px; | |||
padding-top: 12px; | |||
padding-bottom: 24px; | |||
width: 100%; | |||
height: auto; | |||
text-align: center; | |||
} | |||
p.floop-link { | |||
font-family: 'Arial', sans-serif; | |||
font-size: 0.875em; | |||
line-height: 1.3em; | |||
border-bottom: 1px solid black; | |||
border-radius: 0px 0px 0px 50px; | |||
padding-left: 15%; | |||
/*padding-left: 30%;*/ | |||
/*padding-bottom: 0.5em;*/ | |||
max-width: 100%; | |||
/*margin-top: -2.2em;*/ | |||
/*height: auto;*/ | |||
text-align: left; | |||
float: right; | |||
clear: left; | |||
/*z-index: 100*/; | |||
} | |||
p.pt-link { | |||
font-family: 'Arial', sans-serif; | |||
font-size: 0.875em; | |||
line-height: 1.3em; | |||
margin-right: 0.5em; | |||
margin-top: -2.2em; | |||
border-bottom: 1px solid black; | |||
border-radius: 0px 0px 0px 50px; | |||
/*padding-left: 15%;*/ | |||
/*max-width: 100%;*/ | |||
width: 33%; | |||
height: auto; | |||
text-align: right; | |||
float: right; | |||
clear: left; | |||
/*z-index: 100;*/ | |||
} | |||
p { | |||
font-family: 'happytimes', serif; | |||
font-size: 1.4em; | |||
line-height: 1.3em; | |||
max-width: 60%; | |||
} | |||
p.indent, p.list { | |||
margin-left: 1em; | |||
line-height: 1.3em; | |||
margin-right: 2em; | |||
} | |||
p.parallel-indent { | |||
font-family: 'Arial', sans-serif; | |||
width: 60%; | |||
margin-left: 1em; | |||
line-height: 1.3em; | |||
margin-right: 2em; | |||
} | |||
p.parallel-text { | |||
font-family: 'Arial', sans-serif; | |||
width: 60%; | |||
} | |||
p.preamble { | |||
border-top: 1px solid black; | |||
border-bottom: 1px solid black; | |||
border-radius: 0px 50px 0px 50px; | |||
padding: 1em; | |||
margin-bottom: 1.3em; | |||
margin-top: 1.3em; | |||
} | |||
ol { | |||
margin-right: 2em; | |||
} | |||
ol.references { | |||
font-size: 1em; | |||
line-height: 1.6em; | |||
max-width: 100%; | |||
} | |||
ol { | |||
font-family: 'happytimes', serif; | |||
font-size: 1.4em; | |||
line-height: 1.3em; | |||
max-width: 60%; | |||
} | |||
/* links */ | |||
a.image { | |||
display: inline-block; | |||
margin: auto auto auto auto; | |||
position: relative; | |||
max-width: 100%; | |||
} | |||
a:link, a:visited { | |||
color: black; | |||
} | |||
a:hover, a:active , img:hover { | |||
text-decoration: underline; | |||
color: black; | |||
} | |||
/* TOC */ | |||
.toctogglespan { | |||
display: none; | |||
} | |||
.toc .toctitle { | |||
font-family: 'happytimes', serif; | |||
font-style: normal; | |||
text-align: left; | |||
} | |||
.toc, .mw-warning, .toccolours { | |||
background-color: white; | |||
border: none; | |||
/*border-top: 3px solid lavender; | |||
border-radius: 50px 0px 50px 0px;*/ | |||
width: 100%; | |||
height: auto; | |||
text-align: left; | |||
padding-left: 0px; | |||
font-family: 'happytimes', serif; | |||
} | |||
.mw-body-content .toc h2 { | |||
font-family: 'happytimes', serif; | |||
font-weight: bold; | |||
border: 0px; | |||
} | |||
/* images */ | |||
img.thumbimage { | |||
border: none; | |||
} | |||
/* image gallery */ | |||
li.gallerybox div.thumb { | |||
border: 0px; | |||
background-color: transparent; | |||
} | |||
p.image-body { | |||
text-align: center; | |||
padding: 1em 0 1em 0; | |||
} | |||
img { | |||
max-width: 100%; | |||
height: auto; | |||
object-fit: contain; | |||
} | |||
/*p.img { | |||
max-width: 100%; | |||
height: auto; | |||
}*/ | |||
/* chapter icon div */ | |||
div.chapter-icon { | |||
max-width: 60%; | |||
text-align: center; | |||
} |
Revision as of 12:59, 22 January 2021
/* 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; } /*mediawiki css*/ .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer { margin-left: 21em; color: black; } .mw-parser-output a.external { color: black; } .mw-parser-output a.external:visited { color: black; } .mw-references-wrap.mw-references-columns { font-family: 'happytimes', serif; padding-top: 12px; } #left-navigation { margin-left: 22em; } #mw-page-base { background-image: none; background-color: transparent; } #mw-head-base { margin-left: 21em; height: 5.5em; } #mw-head .vectorMenu h3 { height: 100%; } .vectorMenu li a { color: black; } .mw-body { margin-left: 21em; background-color: transparent; border-top: 1px solid black; border-left: 0; border-right: 0; border-bottom: none; /*border-bottom: 1px solid black;*/ border-radius: 100px 0 100px 0; padding: 1em; } .mw-body-content { background-color: transparent; margin: none; font-family: 'happytimes', serif; } .mw-body-content h3 { font-weight: normal; text-align: left; margin-top: 1em; border-top: 1px solid black; border-radius: 0px 50px 0px 0px; font-size: 1.4em; } .mw-body-content h4 { /*font-family: 'Arial', sans-serif;*/ text-align: center; font-weight: normal; font-size: 1.4em; max-width: 60%; padding-bottom: 2em; } /*"edit" note appearing next to h2*/ .mw-editsection { /*display: none;*/ } /* padding/sizing and aesthetic styles for the background of the tabs */ div#mw-head div.vectorMenu h3, div#mw-head div.vectorTabs ul li span { background: white; line-height: 1; overflow: visible; color: black } div.gallerytext { font-size: 60%; max-width: 100%; } div.thumbinner { border: none; background: white; padding: 4px; text-align: center; overflow: hidden; } /*floop main page*/ .title-box { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%) } /*curve*/ div.right-curve { border-radius: 100px 0px; height: 100%; max-width: 100%; border-left: 1px solid black; border-right: 1px solid black; } /*tabs in top nav*/ .vectorTabs { background-image: none; background-color: transparent; color: black; /*height: auto;*/ } .vectorTabs li a { color: black; } .vectorTabs #ca-unwatch.icon a { padding-top: 36px; } /* dropdown menu in right nav (More) */ .vectorMenu .menu { border: 1px solid black; background-color: white; opacity: 100; } .vectorMenuCheckbox { background-color: lavender; } div#p-cactions.vectorMenu { background-color: lavender; } .vectorMenuCheckbox { background: lavender; } #p-cactions-label { background-color: lavender; } div#mw-head div.vectorMenu h3, div#mw-head div.vectorTabs ul li span { background-color: white; } #searchInput { border: 1px solid black; } /* sidebar */ #mw-panel .portal .body{ background-image: none; } #mw-panel .portal .body li a:visited { color: black; } #mw-panel .portal .body li a { color: black; } /*main page in sidebar*/ #mw-panel .portal .body li#n-The-Fabulous-Loop-de-Loop { margin-left: -12px; font-weight: bold; } #p-NAVIGATION-label { padding-bottom: 0.2em; } h3#p-Contents-label { color: black; font-weight: bold; } #mw-panel .portal h3 { color: black; font-weight: bold; line-height: .5; padding-top: 1em; } /* box for curve lines above sidebar?*/ #p-logo { display: none; width: 200px; height: 36px; border-top: 3px solid black; margin: 12px; border-radius: 50px 0 50px 0; } /*image for logo on server*/ #p-logo a { display: none; height: auto; } .mw-wiki-logo { padding-top: 12px; } #mw-panel { width: 20em; font-family: 'happytimes',serif; position: fixed; border-right: 1px solid black; border-radius: 0px 100px 0px 0px; height: 100%; overflow: auto; } #mw-panel .portal { padding: 0.25em 0.875em 0em 0em; } #mw-panel #p-logo + .portal { margin-top: 0.4em; } /* footer */ #footer-icons { display: none; } /* meta-diagram */ .container { display: grid; grid-template-columns: 33% 33% 33%; grid-template-rows: auto auto auto; } .container-shell { padding: 3em 1em 0 1em; } .container-title { padding: 12px; /*vertical-align: middle;*/ /*display: table-cell;*/ max-width: 100%; } .container-box { float: left; padding: 12px; position: relative; text-align: center; max-width: 100%; display: table-cell; } p.container-part { /*padding: 1em; margin: auto; text-align: center; max-width: 100%; display: inline-block;*/ display: flex; justify-content: center; /*position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%)*/ } .quote-box { display: grid; text-align: left; padding: 1em; } .body-quote { text-align: left; padding-left: 1em; } .rightBend { border-left: 3px solid black; border-radius: 400px 0px 0px 0px; max-width: 100%; height: 100px; } /*type classes*/ .mw-body-content h2 { font-family: 'happytimes',serif; font-size: 1.4em; padding-top: 12px; border-top: 1px solid black; border-radius: 0px 50px 0px 0px; border-bottom: none; text-align: left; } .title { font-family: 'happytimes', serif; font-size: 2.6em; font-style: normal; padding: 0 1em 0.5em 1em; text-align: center; line-height: 1em; max-width: 100%; } .subtitle { font-family: 'happytimes', serif; font-size: 1.6em; line-height: 1.3em; text-align: center; max-width: 100%; padding: 0 1em 0.5em 1em; } .annotation-machine { font-family: 'happytimes',serif; font-size: 1.4em; line-height: 1.3em; padding-top: 12px; border-top: 1px solid black; border-radius: 0px 50px 0px 0px; border-bottom: none; text-align: center; max-width: 100%; } .chapter { text-align: center; max-width: 100%; padding: 1em; line-height: 1.3em; font-size: 1.4em; font-family: 'happytimes', serif; } .chapter-outline-intro { border-top: 1px solid black; border-bottom: 1px solid black; border-radius: 0px 50px 0px 50px; margin: 1.3em 20% 1.3em 20%; padding: 1em 20% 1em 20%; line-height: 1.3em; font-size: 1.4em; width: -moz-fit-content; } .loglines { text-align: left; padding: 2em; font-size: 1em; line-height: 1.2em; font-family: 'happytimes', serif; max-width: 100%; } .machine { font-family: 'happytimes', serif; font-size: 1em; line-height: 1.2em; /*padding-left: 3em; padding-right: 3em;*/ font-style: bold; text-align: center; max-width: 100%; } /* some way to target references in body text??? sup.reference { color: blue; } */ .quote { font-family: 'happytimes',serif; font-style: normal; text-align: center; font-size: 1.4em; max-width: 100%; height: auto; padding: 0 20% 1em 20%; } .byline { font-family: 'happytimes', serif; font-size: 1.6em; text-align: center; margin-left: auto; margin-right: auto; max-width: 100%; } body { background-color: white; color: black; background-image: none; font-family: 'happytimes', 'Times New Roman', serif; } h1#firstHeading.firstHeading { font-family: 'happytimes',serif; font-size: 1.4em; line-height: 1.3em; border-bottom: none; /*border-bottom: 1px solid black;*/ border-radius: 0px 0px 50px 0px; padding-top: 12px; padding-bottom: 24px; width: 100%; height: auto; text-align: center; } p.floop-link { font-family: 'Arial', sans-serif; font-size: 0.875em; line-height: 1.3em; border-bottom: 1px solid black; border-radius: 0px 0px 0px 50px; padding-left: 15%; /*padding-left: 30%;*/ /*padding-bottom: 0.5em;*/ max-width: 100%; /*margin-top: -2.2em;*/ /*height: auto;*/ text-align: left; float: right; clear: left; /*z-index: 100*/; } p.pt-link { font-family: 'Arial', sans-serif; font-size: 0.875em; line-height: 1.3em; margin-right: 0.5em; margin-top: -2.2em; border-bottom: 1px solid black; border-radius: 0px 0px 0px 50px; /*padding-left: 15%;*/ /*max-width: 100%;*/ width: 33%; height: auto; text-align: right; float: right; clear: left; /*z-index: 100;*/ } p { font-family: 'happytimes', serif; font-size: 1.4em; line-height: 1.3em; max-width: 60%; } p.indent, p.list { margin-left: 1em; line-height: 1.3em; margin-right: 2em; } p.parallel-indent { font-family: 'Arial', sans-serif; width: 60%; margin-left: 1em; line-height: 1.3em; margin-right: 2em; } p.parallel-text { font-family: 'Arial', sans-serif; width: 60%; } p.preamble { border-top: 1px solid black; border-bottom: 1px solid black; border-radius: 0px 50px 0px 50px; padding: 1em; margin-bottom: 1.3em; margin-top: 1.3em; } ol { margin-right: 2em; } ol.references { font-size: 1em; line-height: 1.6em; max-width: 100%; } ol { font-family: 'happytimes', serif; font-size: 1.4em; line-height: 1.3em; max-width: 60%; } /* links */ a.image { display: inline-block; margin: auto auto auto auto; position: relative; max-width: 100%; } a:link, a:visited { color: black; } a:hover, a:active , img:hover { text-decoration: underline; color: black; } /* TOC */ .toctogglespan { display: none; } .toc .toctitle { font-family: 'happytimes', serif; font-style: normal; text-align: left; } .toc, .mw-warning, .toccolours { background-color: white; border: none; /*border-top: 3px solid lavender; border-radius: 50px 0px 50px 0px;*/ width: 100%; height: auto; text-align: left; padding-left: 0px; font-family: 'happytimes', serif; } .mw-body-content .toc h2 { font-family: 'happytimes', serif; font-weight: bold; border: 0px; } /* images */ img.thumbimage { border: none; } /* image gallery */ li.gallerybox div.thumb { border: 0px; background-color: transparent; } p.image-body { text-align: center; padding: 1em 0 1em 0; } img { max-width: 100%; height: auto; object-fit: contain; } /*p.img { max-width: 100%; height: auto; }*/ /* chapter icon div */ div.chapter-icon { max-width: 60%; text-align: center; }