MediaWiki:Common.css: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary Tag: Reverted |
Tiddlywinks (talk | contribs) mNo edit summary Tag: Undo |
||
Line 834: | Line 834: | ||
.pdollar { | .pdollar { | ||
font-family: PDollar, bp_gender, sans-serif; | font-family: PDollar, bp_gender, sans-serif; | ||
} | } |
Revision as of 03:06, 2 April 2024
/* Please remember to edit [[MediaWiki:Mobile.css]] as well. */ /* Miscellaneous formatting features */ .sc { font-variant: small-caps } .l { text-align: left; } .c { text-align: center; } .r { text-align: right; } .bluetable .bg1, .blueinfobox .bg1, .lightbluebg { background: #f8f8ff; } .graytable .bg1, .grayinfobox .bg1, .lightgraybg { background: #f8f8f8; } .blueborder { border: 1px solid #88a; } .grayborder { border: 1px solid #999; } .bluetable .bg2, .blueinfobox .bg2 { background: #eef; } .bluetable .bg3, .blueinfobox .bg3 { background: #ddf; } .bluetable .bg4, .blueinfobox .bg4 { background: #ccf; } .graytable .bg2, .grayinfobox .bg2 { background: #f0f0f0; } .graytable .bg3, .grayinfobox .bg3 { background: #e1e1e1; } .graytable .bg4, .grayinfobox .bg4 { background: #d2d2d2; } .bluetable, .graytable, .blueinfobox, .grayinfobox { border-collapse: collapse; } .blueinfobox, .grayinfobox { float: right; clear: right; margin: 0 0 0.5em 0.5em; } .blueinfobox { background: #f8f8ff; } .grayinfobox { background: #f8f8f8; } .bluetable, .blueinfobox { border: 1px solid #88a; } .graytable, .grayinfobox { border: 1px solid #999; } .bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; } .graytable td, .graytable th, .graytable td, .graytable th { border: 1px solid #999; } .bluetable td, .bluetable th, .graytable td, .graytable th, .blueinfobox td, .blueinfobox th, .graytable td, .graytable th { padding: 2px; } .bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; } .graytable td, .graytable th, .grayinfobox td, .grayinfobox th { border: 1px solid #999; } .bluetable th { background: #ccf; } .graytable th { background: #d2d2d2; } .bluetable th:first-child, .graytable th:first-child, .blueinfobox th, .grayinfobox th { text-align: right; } .bluetable .divider, .blueinfobox .divider, .bluetable .header, .blueinfobox .header, .graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header { text-align: center !important; } .bluetable .header, .bluetable .divider, .blueinfobox .header { background: #ccf; } .graytable .header, .graytable .divider, .grayinfobox .header { background: #d2d2d2; } .blueinfobox .divider { background: #eef; } .grayinfobox .divider { background: #f0f0f0; } .normalbg { background: rgb(183,173,150); color: white; } .fightingbg { background: rgb(192,48,40); color: white; } .flyingbg { background: rgb(168,144,240); color: white; } .poisonbg { background: rgb(160,64,160); color: white; } .groundbg { background: rgb(214,182,94); color: white; } .rockbg { background: rgb(112,88,72); color: white; } .bugbg { background: rgb(160,184,32); color: white; } .ghostbg { background: rgb(112,88,152); color: white; } .steelbg { background: rgb(184,184,208); color: white; } .grassbg { background: rgb(120,200,80); color: white; } .firebg { background: rgb(240,124,40); color: white; } .waterbg { background: rgb(104,144,240); color: white; } .electricbg { background: rgb(238,194,38); color: white; } .psychicbg { background: rgb(248,88,136); color: white; } .icebg { background: rgb(142,206,206); color: white; } .dragonbg { background: rgb(112,56,248); color: white; } .darkbg { background: rgb(94,80,76); color: white; } /* Autorounded table */ .roundtable { border-collapse: separate; border-radius: 10px; padding-bottom: 4px; } .roundtable td { background-color: white; } .roundtable tr:first-child th:first-child { border-top-left-radius: 5px; } .roundtable tr:first-child th:last-child { border-top-right-radius: 5px; } /* Link color override */ .blacklinks a, .blacklinks a:link, .blacklinks a:visited, .blacklinks a:hover, .blacklinks a:active, .blacklinks a span { color: black !important; } .whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span { color: white !important; } /* Pop-out Mini Sprites */ .overflow-ms { width: 48px; height: 48px; overflow: visible; display: inline-flex; align-items: center; justify-content: center; pointer-events: none; } div.listcol { padding: 0.5em 1.0em 0.5em 0; margin: 0.25em; min-width: 21.5%; border: 1px solid #aaf; float: left; clear: right; line-height: 130%; } div.listcolend { clear: both; } /* Babelboxes and userboxes */ div.babelbox, div.userbox { border: 1px solid #999; background: #f8f8f8; float: right; width: 25%; padding: 0.25em 0.5em; margin-left: 1em; margin-bottom: 0.5em; } table.babelitem, table.userboxitem { margin: 0.25em 0; width: 100%; } body[class~=ns-3] div.babelbox, body[class~=ns-3] table.babelitem , body[class~=ns-3] div.userbox, body[class~=ns-3] table.userboxitem { display: none; } table.babelitem th, table.userboxitem th { width: 45pt; height: 45pt; font-size: 14pt; text-align: center; vertical-align: middle; } table.babelitem td, table.userboxitem td { font-size: 8pt; line-height: 1.25em; padding: 4pt; text-align: left; } /* Credits table, as seen on [[staff of the Pokémon anime]] and similar pages */ table.credits-table tr { vertical-align: top; } table.credits-table th { text-align: right; } table.credits-table td { text-align: left; } table.credits-table ul { padding-top: 0; margin-top: 0; } table.learnset { background: #f8f8ff; border: 1px solid #88a; border-collapse: collapse; background: white; } table.learnset td, table.learnset th { border: 1px solid #88a; padding: 2px; } table.learnset td { text-align: center; } table.learnset td:first-child { text-align: right; } table.learnset tr.learnset-header th { text-align: center; background: #ccf; } .noticebar { background: #efe url('//cdn2.bulbagarden.net/upload/6/6f/Notice_bar_background.png') no-repeat left center; border: 1px solid #8a8; margin-top: 0.2em; padding: 0.2em; text-align: center; } .seriesbox { background: #f8f8ff; border: 1px solid #88a; padding: 0.5em; margin: 0 0 0.5em 0.5em; float: right; clear: right; font-size: 90%; } .seriesbox .title { background: #ccf; padding: 0.1em; text-align: center; font-size: 111% } .seriesbox ul { margin-left: 0; list-style: none; } .seriesbox ul ul { margin-left: 1.0em; } .seriesbox hr { border: none; border-bottom: 1px solid #88a; } /* Bulbagarden Archives copyright tags */ table.copytag { border: 1px solid #88a; background: #f8f8ff; margin: 0.25em 0; padding: 0; width: 100%; } table.copytag-red { border: 1px solid #a88; background: #fdd; } table.copytag-yellow { border: 1px solid #aa8; background: #fffff8; } table.copytag td.copytag-text { padding: 0.5em; text-align: center; width: 99%; } table.copytag td.copytag-sym { padding: 0; } .allpagesredirect a, .redirect-in-category a { font-style: italic; color: #888; } /* coding to highlight staff members in the RecentChanges, designed by User:Jioruji Derako and heavily modified by User:Kogoro. (requires manual updating!) */ /* Junior Administrators */ :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Anzasquiddles"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:BigDocFan"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Nikuriku"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Rockapheller"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Ruixiang95"] { background:url(//cdn2.bulbagarden.net/media/upload/4/47/IconBPJuniorAdministratorSm.png) center left no-repeat; padding-left: 17px !important;} /* Administrators */ :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:4iamking"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Blazingfist"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Boblers"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:BthrussellUK"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Chosen"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Daniel_Carrero"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Eridanus"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Glik"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Landfish7"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:MisterE13"], /* Hidden by user request */ /* :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Nescientist"], */ /* :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/w/index.php?title=User:Nescientist&action=edit&redlink=1"], */ :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Storm_Aurora"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:TehPerson"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Wowy"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"] { font-style: italic; background:url(//cdn2.bulbagarden.net/media/upload/a/a4/IconBPAdministratorSm.png) center left no-repeat; padding-left: 17px !important;} /* Leadership Board */ :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Abcboy"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Pokemaster97"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Ataro"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Frozen_Fennec"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Nuva-kal"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:SnorlaxMonster"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Spriteit"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Tiddlywinks"] { font-style: italic; color: #537838; background:url(//cdn2.bulbagarden.net/media/upload/3/3c/IconBPLeadershipBoardSm.png) center left no-repeat; padding-left: 17px !important;} /* Editor-in-Chief */ :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Maverick_Nate"] { font-style: italic; font-weight: bold; color: #537838; background:url(//cdn2.bulbagarden.net/media/upload/3/3c/IconBPLeadershipBoardSm.png) center left no-repeat; padding-left: 17px !important;} /* Webmasters */ :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Archaic"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Kogoro"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Evkl"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:MAGNEDETH"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:DigBMGF"], :is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/wiki/User:Enzap"] { font-style: italic; font-weight: bold; background:url(//cdn2.bulbagarden.net/media/upload/7/7c/IconBPWebmasterSm.png) center left no-repeat; padding-left: 17px !important;} /* Reveals staff icons on appropriate pages. */ .page-User_Archaic div.stafflink-WM, .page-User_talk_Archaic div.stafflink-WM, .page-User_Kogoro div.stafflink-WM, .page-User_talk_Kogoro div.stafflink-WM, .page-User_Evkl div.stafflink-WM, .page-User_talk_Evkl div.stafflink-WM, .page-User_MAGNEDETH div.stafflink-WM, .page-User_talk_MAGNEDETH div.stafflink-WM, .page-User_DigBMGF div.stafflink-WM, .page-User_talk_DigBMGF div.stafflink-WM, .page-User_Enzap div.stafflink-WM, .page-User_talk_Enzap div.stafflink-WM, .page-User_Maverick_Nate div.stafflink-LB, .page-User_talk_Maverick_Nate div.stafflink-LB, .page-User_Abcboy div.stafflink-LB, .page-User_talk_Abcboy div.stafflink-LB, .page-User_Pokemaster97 div.stafflink-LB, .page-User_talk_Pokemaster97 div.stafflink-LB, .page-User_Ataro div.stafflink-LB, .page-User_talk_Ataro div.stafflink-LB, .page-User_Frozen_Fennec div.stafflink-LB, .page-User_talk_Frozen_Fennec div.stafflink-LB, .page-User_Nuva-kal div.stafflink-LB, .page-User_talk_Nuva-kal div.stafflink-LB, .page-User_SnorlaxMonster div.stafflink-LB, .page-User_talk_SnorlaxMonster div.stafflink-LB, .page-User_Spriteit div.stafflink-LB, .page-User_talk_Spriteit div.stafflink-LB, .page-User_Tiddlywinks div.stafflink-LB, .page-User_talk_Tiddlywinks div.stafflink-LB, .page-User_4iamking div.stafflink-AD, .page-User_talk_4iamking div.stafflink-AD, .page-User_Blazingfist div.stafflink-AD, .page-User_talk_Blazingfist div.stafflink-AD, .page-User_Boblers div.stafflink-AD, .page-User_talk_Boblers div.stafflink-AD, .page-User_BthrussellUK div.stafflink-AD, .page-User_talk_BthrussellUK div.stafflink-AD, .page-User_Chosen div.stafflink-AD, .page-User_talk_Chosen div.stafflink-AD, .page-User_Daniel_Carrero div.stafflink-AD, .page-User_talk_Daniel_Carrero div.stafflink-AD, .page-User_Eridanus div.stafflink-AD, .page-User_talk_Eridanus div.stafflink-AD, .page-User_Glik div.stafflink-AD, .page-User_talk_Glik div.stafflink-AD, .page-User_Landfish7 div.stafflink-AD, .page-User_talk_Landfish7 div.stafflink-AD, .page-User_MisterE13 div.stafflink-AD, .page-User_talk_MisterE13 div.stafflink-AD, .page-User_Nescientist div.stafflink-AD, .page-User_talk_Nescientist div.stafflink-AD, .page-User_Storm_Aurora div.stafflink-AD, .page-User_talk_Storm_Aurora div.stafflink-AD, .page-User_TehPerson div.stafflink-AD, .page-User_talk_TehPerson div.stafflink-AD, .page-User_Wowy div.stafflink-AD, .page-User_talk_Wowy div.stafflink-AD, .page-User_神奇超龍 div.stafflink-AD, .page-User_talk_神奇超龍 div.stafflink-AD, .page-User_Anzasquiddles div.stafflink-JA, .page-User_talk_Anzasquiddles div.stafflink-JA, .page-User_BigDocFan div.stafflink-JA, .page-User_talk_BigDocFan div.stafflink-JA, .page-User_Nikuriku div.stafflink-JA, .page-User_talk_Nikuriku div.stafflink-JA, .page-User_Rockapheller div.stafflink-JA, .page-User_talk_Rockapheller div.stafflink-JA, .page-User_Ruixiang95 div.stafflink-JA, .page-User_talk_Ruixiang95 div.stafflink-JA { display: block !important; } /* creates a div class that can be used to add mouse-over functionality. */ /* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */ .hoverexpand { height: 18px; padding: 2px; overflow: hidden; *overflow: visible; _overflow: visible; } .hoverexpand:hover { height: 100% !important; overflow: visible; } /* cutting down on the usage of Template:Roundy with div and table classes for use in larger pages. */ .roundy { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } .roundytl { border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -o-border-top-left-radius: 10px; } .roundytr { border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; } .roundybl { border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; } .roundybr { border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; } .roundybottom { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-left-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-left-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-left-radius: 10px; -o-border-bottom-right-radius: 10px; } .roundytop { border-top-left-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-left-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-left-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-left-radius: 10px; -o-border-top-right-radius: 10px; } .roundyleft { border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-top-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-top-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-top-left-radius: 10px; -o-border-bottom-left-radius: 10px; } .roundyright { border-bottom-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-bottom-right-radius: 10px; -o-border-top-right-radius: 10px; } /* MAIN PAGE DESIGN CSS */ body.page-Main_Page #t-cite, body.page-Main_Page #footer-info-lastmod, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading { display: none !important; } body.page-Main_Page #content { background-color: #E0F2B6; } /* EDITORS HUB DESIGN CSS */ body.page-Bulbapedia_Editor_s_Hub #t-cite, body.page-Bulbapedia_Editor_s_Hub #lastmod, body.page-Bulbapedia_Editor_s_Hub #footer-info-lastmod, body.page-Bulbapedia_Editor_s_Hub #siteSub, body.page-Bulbapedia_Editor_s_Hub #contentSub, body.page-Bulbapedia_Editor_s_Hub h1.firstHeading { display: none !important; } body.page-Bulbapedia_Editor_s_Hub #content { background-color: #E0F2B6; } /* Make the list of references smaller */ ol.references, div.reflist, div.refbegin { font-size: 90%; } /* Restore category box to pre-MediaWiki 1.18.0 margins */ #catlinks li { margin: 0 0; padding: 0 0.4em; } #catlinks li:first-child { padding-left: 0; } /* Bulba-style gallery */ li.gallerybox { border: 1px solid #80964B; display: inline-block; vertical-align: top; background: #C4E673; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } li.gallerybox div.thumb { background-color: #E0F2B6; border: 1px solid #80964B; margin: 2px 2px 0px 2px; text-align: center; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } div.gallerytext { font-size: 85%; line-height: 12px; overflow: hidden; padding: 0px 4px; word-wrap: break-word; height: 50px; } .mw-plusminus-pos { border-bottom: 1px dotted; cursor: help; } .mw-plusminus-neg { border-bottom: 1px dotted; cursor: help; } .mw-plusminus-null { border-bottom: 1px dotted; cursor: help; } .ns-0 .editsectionnew, .ns-4 .editsectionnew, .ns-6 .editsectionnew, .ns-8 .editsectionnew, .ns-10 .editsectionnew, .ns-12 .editsectionnew, .ns-14 .editsectionnew, .ns-102 .editsectionnew, .ns-104 .editsectionnew, .ns-6 .editsection, .ns-8 .editsection, .ns-12 .editsection, .ns-14 .editsection, .ns-102 .editsection { display: none !important; } /* Main table */ .pokemon-infobox { /* Radii for different levels nested containers */ --radius-1: 10px; --radius-2: 7px; --radius-3: 5px; --radius-4: 3px; /* Shared spacing, like padding */ --space-1: 4px; float: right; text-align: center; width: 33%; max-width: 420px; padding: 0; border-spacing: var(--space-1); border-collapse: unset; line-height: 1.3em; border-radius: var(--radius-1); /* Background will be applied in the template */ } /* Remove margins from all nested tables */ .pokemon-infobox table, .pokemon-infobox tr, .pokemon-infobox td, .pokemon-infobox th { margin: 0px; padding: 0px; } /* Set all table links to be black */ .pokemon-infobox a { color: black; } /* Utility class to add padding to certain tables or content */ .pokemon-infobox .padded { padding: var(--space-1); } /* Utility class for table spacing */ .pokemon-infobox .border-spaced { border-spacing: var(--space-1); border-collapse: unset; margin: 0; } /* Utility class for hidden elements */ .pokemon-infobox .hidden { display: none; } /* Utitility class for margin-bottom */ .pokemon-infobox .margin-bottom { margin-bottom: var(--space-1); } /* Utility classes for radii */ .pokemon-infobox .radius-4 { border-radius: var(--radius-4); } /* Image area in top of infobox */ .pokemon-infobox-images { border-spacing: 10px !important; } /* Nested tables, with a lighter background */ .pokemon-infobox .table-group { border-radius: var(--radius-2); vertical-align: initial; } /* Add margin bottom to "headers" in table groups */ .pokemon-infobox b { display: inline-block; margin-bottom: var(--space-1); } /* Add top margin to table group "headers" if the group NOT padded */ .pokemon-infobox .table-group > b { margin-top: var(--space-1); margin-bottom: 0px; } /* Add bottom margin to table group "headers" if the group IS padded */ .pokemon-infobox .table-group.padded > b { margin-top: 0; margin-bottom: var(--space-1); } /* Nested tables or cells with a white background */ .pokemon-infobox .table-content { border-spacing: var(--space-1); background-color: white; border-radius: var(--radius-3); border-collapse: unset; margin-top: var(--space-1); } /* Remove margin top on the first of several nested tables */ /* The margin is there to separate multiple tables inside a table group */ .pokemon-infobox .table-content:first-of-type { margin-top: 0; } /* Boxes that show the type */ .pokemon-infobox .table-type { border-radius: 3px; min-width: 45px; padding: 4px 6px 0px; font-size: 85%; } /* Styles for text in type boxes */ .pokemon-infobox .table-type a { color: white; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); } /* Styles for the gender split bars */ .pokemon-infobox .gender-bar { width: 100%; border-radius: 20px; display: flex; gap: 2px; align-items: stretch; height: 12px; overflow: hidden; padding: 0; } /* Styles for lists */ .pokemon-infobox .external-links ul { list-style: initial; list-style-image: initial; text-align: left; /* padding-left: 1.5em; */ } .pokemon-infobox .external-links ul li ul { text-align: left; padding-left: 0.5em; margin-top: 0.4em; } .pokemon-infobox .external-links ul li { margin-bottom: 0.5em; } /* Colour square in the colour cell */ .pokemon-infobox .color-swatch { display: inline-block; min-width: 16px; } /* Media queries */ @media screen and (min-width: 720px) { table.pokemon-infobox { margin-left: 20px; } } /* Disable user creation log on recent changes */ .mw-special-Recentchanges .mw-changeslist-log-newusers { display: none; } /* Tooltips support */ abbr[title], .explain[title] { border-bottom: 1px dotted; cursor: help; } @supports (text-decoration: underline dotted) { abbr[title], .explain[title] { border-bottom: 0; text-decoration: underline dotted; } } /* Override default font used for gender symbols for legibility */ @font-face { font-family: bp_gender; src: local('Segoe UI Symbol'), /* Windows, overriding Arial */ local('Helvetica'), /* Mac/iOS */ local('Noto Emoji Regular'); /* Android */ unicode-range: U+2640, U+2642; } /* Fonts for Pokémon-specific characters */ @font-face { font-family: PGLDings; src: url("/w/fonts/PGLDings.woff2") format("woff2"), url("/w/fonts/PGLDings.woff") format("woff"), url("/w/fonts/PGLDings.ttf") format("ttf"); } @font-face { font-family: ori_font; src: url("/w/fonts/ori_font.woff2") format("woff2"), url("/w/fonts/ori_font.woff") format("woff"), url("/w/fonts/ori_font.ttf") format("ttf"); } @font-face { font-family: PDollar; src: url("/w/fonts/ori_font.woff2") format("woff2"), url("/w/fonts/ori_font.woff") format("woff"), url("/w/fonts/ori_font.ttf") format("ttf"); unicode-range: U+0024, U+E300; /* Pokémon Dollar sign only */ } .font-dings { font-family: PGLDings, bp_gender, sans-serif; } .font-ori { font-family: ori_font, bp_gender, sans-serif; } .pdollar { font-family: PDollar, bp_gender, sans-serif; }