diff --git a/ext/bbcode/style.css b/ext/bbcode/style.css index 200221cc..32c257a1 100644 --- a/ext/bbcode/style.css +++ b/ext/bbcode/style.css @@ -1,7 +1,7 @@ CODE { background: #DEDEDE; - font-size: 0.8em; + font-size: 0.8rem; } BLOCKQUOTE { border: 1px solid black; diff --git a/ext/downtime/theme.php b/ext/downtime/theme.php index 6876eaf6..1a21d9ae 100644 --- a/ext/downtime/theme.php +++ b/ext/downtime/theme.php @@ -13,7 +13,7 @@ class DowntimeTheme extends Themelet { $page->add_block(new Block( "Downtime", - "DOWNTIME MODE IS ON!", + "DOWNTIME MODE IS ON!", "left", 0 )); diff --git a/ext/handle_cbz/style.css b/ext/handle_cbz/style.css index 4813925c..bb9dbd34 100644 --- a/ext/handle_cbz/style.css +++ b/ext/handle_cbz/style.css @@ -1,7 +1,7 @@ #comicMain { background: black; color: white; - font-size: 3em; + font-size: 3rem; } #comicPageList { width: 90%; diff --git a/ext/home/style.css b/ext/home/style.css index 234f512d..c1c9b78a 100644 --- a/ext/home/style.css +++ b/ext/home/style.css @@ -1,10 +1,10 @@ -div#front-page h1 {font-size: 4em; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;} +div#front-page h1 {font-size: 4rem; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;} div#front-page {text-align:center;} .space {margin-bottom: 1em;} div#front-page div#links a {margin: 0 0.5em;} div#front-page li {list-style-type: none; margin: 0;} @media (max-width: 800px) { - div#front-page h1 {font-size: 3em; margin-top: 0.5em; margin-bottom: 0.5em;} + div#front-page h1 {font-size: 3rem; margin-top: 0.5em; margin-bottom: 0.5em;} #counter {display: none;} } diff --git a/ext/rule34/style.css b/ext/rule34/style.css index 2e394c2d..13aca22b 100644 --- a/ext/rule34/style.css +++ b/ext/rule34/style.css @@ -20,7 +20,7 @@ BODY.censored FOOTER { left: 20%; right: 20%; text-align: center; - font-size: 2em; + font-size: 2rem; background: #ACE4A3; border: 1px solid #7EB977; z-index: 9999999999999999999999; diff --git a/ext/setup/style.css b/ext/setup/style.css index c12e323b..6237cd65 100644 --- a/ext/setup/style.css +++ b/ext/setup/style.css @@ -13,7 +13,7 @@ } .setupblock TEXTAREA { width: 100%; - font-size: 0.75em; + font-size: 0.75rem; resize: vertical; } diff --git a/themes/default/style.css b/themes/default/style.css index 4f00b290..4fad4fff 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -99,7 +99,7 @@ TABLE.zebra TR:nth-child(even) {background: var(--zebra-even);} FOOTER { clear: both; - font-size: 0.7em; + font-size: 0.7rem; text-align: center; background: var(--title); border: 1px solid var(--title-border); @@ -131,7 +131,7 @@ NAV { margin-left: 16px; } NAV .blockbody { - font-size: 0.85em; + font-size: 0.85rem; text-align: center; overflow: hidden; } diff --git a/themes/futaba/style.css b/themes/futaba/style.css index cb647ec7..3d07afa8 100644 --- a/themes/futaba/style.css +++ b/themes/futaba/style.css @@ -26,7 +26,7 @@ H1 { FOOTER { clear: both; padding-top: 8px; - font-size: 0.7em; + font-size: 0.7rem; text-align: center; } @@ -45,7 +45,7 @@ NAV { margin-left: 16px; } NAV .blockbody { - font-size: 0.85em; + font-size: 0.85rem; text-align: center; overflow: hidden; } @@ -115,7 +115,7 @@ TABLE.tag_list>TBODY>TR>TD:after { #short-wiki-description > .blockbody { padding-bottom: 15px; - font-size: 1.1em; + font-size: 1.1rem; } #short-wiki-description h2 { margin: 0 0 0.4em; diff --git a/themes/lite/style.css b/themes/lite/style.css index 77f0d6ec..7ee85645 100644 --- a/themes/lite/style.css +++ b/themes/lite/style.css @@ -128,16 +128,7 @@ TD { } CODE { background: #DEDEDE; - font-size: 0.8em; -} -#subtitle { - width: 256px; - font-size: 0.75em; - margin: -16px auto auto; - text-align: center; - border: 1px solid black; - border-top: none; - background: #DDD; + font-size: 0.8rem; } TABLE.zebra {border-spacing: 0; border: 2px solid #C3D2E0;} @@ -166,7 +157,7 @@ INPUT:hover, button:hover, TEXTAREA:hover { FOOTER { clear: both; padding: 8px; - font-size: 0.7em; + font-size: 0.7rem; text-align: center; border-top: 1px solid #C3D2E0; background: #E3EFFA; @@ -196,7 +187,7 @@ NAV { margin-left: 16px; } NAV .blockbody { - font-size: 0.85em; + font-size: 0.85rem; text-align: center; } NAV TABLE { @@ -322,7 +313,7 @@ ARTICLE TABLE { } .setupblock TEXTAREA { width: 300px; - font-size: 0.75em; + font-size: 0.75rem; } .helpable { diff --git a/themes/rule34v2/header.inc b/themes/rule34v2/header.inc index f60c8704..33d3dfa4 100644 --- a/themes/rule34v2/header.inc +++ b/themes/rule34v2/header.inc @@ -8,7 +8,7 @@