|
|
(33 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| /* Please remember to edit [[MediaWiki:Mobile.css]] as well. */ | | a[href="/User:1ofthe4rocketbros"] { |
| | | color: #006600 !important; |
| /* 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;
| |
| } | | } |
| | | a[href="/User:Deukhoofd"] { |
| .blueinfobox, .grayinfobox {
| | color: #006600 !important; |
| float: right; | |
| clear: right;
| |
| margin: 0 0 0.5em 0.5em;
| |
| } | | } |
| | | a[href="/User:Zero_breaker"] { |
| .blueinfobox { background: #f8f8ff; }
| | color: #006600 !important; |
| .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; }
| | a[href="/User:Xbser"] { |
| .graytable td, .graytable th, .grayinfobox td, .grayinfobox th { border: 1px solid #999; }
| | color: #09acfb !important; |
| | |
| .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,
| | a[href="/User:Sleepymon12"] { |
| .graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header {
| | color: #09acfb !important; |
| 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; }
| |
|
| |
|
| .whitelinks a { color: white !important; } | | body.page-Main_Page h1.firstHeading { display: none; } |
|
| |
|
| div.listcol
| | table{ |
| { | | border-collapse: initial!important; |
| padding: 0.5em 1.0em 0.5em 0;
| | border-spacing: 2px; |
| margin: 0.25em;
| |
| min-width: 21.5%;
| |
| border: 1px solid #aaf;
| |
| float: left;
| |
| clear: right;
| |
| line-height: 130%;
| |
| } | | } |
|
| |
|
| div.listcolend
| | td{ |
| { | | padding: 2px; |
| clear: both; | |
| } | | } |
|
| |
|
| /* Babelboxes and userboxes */
| | .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul { |
| | | margin: 0 0 0 2em!important; |
| 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
| | .roundy { |
| { | | border-radius:10px; |
| 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
| | -moz-border-radius:10px; |
| {
| | -webkit-border-radius:10px; |
| display: none;
| | -khtml-border-radius:10px; |
| | -icab-border-radius:10px; |
| | -o-border-radius:10px; |
| } | | } |
|
| |
|
| table.babelitem th, table.userboxitem th
| | #toc, .toc { |
| {
| | -moz-border-radius: 1em; |
| width: 45pt;
| | -webkit-border-radius: 1em; |
| height: 45pt;
| | border-radius: 1em; |
| font-size: 14pt;
| | border-top-left-radius: 1em; |
| text-align: center;
| | border-top-right-radius: 1em; |
| vertical-align: middle;
| | border-bottom-right-radius: 1em; |
| | border-bottom-left-radius: 1em; |
| | border: 1px solid #000066; |
| | border-top-color: #A87BDD; |
| | border-top-style: solid; |
| | border-top-width: 1px; |
| | border-right-color: #A87BDD; |
| | border-right-style: solid; |
| | border-right-width: 1px; |
| | border-bottom-color: #A87BDD; |
| | border-bottom-style: solid; |
| | border-bottom-width: 1px; |
| | border-left-color: #A87BDD; |
| | border-left-style: solid; |
| | border-left-width: 1px; |
| } | | } |
|
| |
|
| table.babelitem td, table.userboxitem td
| | .roundybl { |
| { | | border-bottom-left-radius: 10px; |
| font-size: 8pt;
| | -moz-border-radius-bottomleft: 10px; |
| line-height: 1.25em;
| | -webkit-border-bottom-left-radius: 10px; |
| padding: 4pt;
| | -khtml-border-bottom-left-radius: 10px; |
| text-align: left;
| | -icab-border-bottom-left-radius: 10px; |
| | -o-border-bottom-left-radius: 10px; |
| } | | } |
|
| |
|
| /* Credits table, as seen on [[staff of the Pokémon anime]] and similar pages */
| | .roundybr { |
| | | border-bottom-right-radius: 10px; |
| table.credits-table tr { vertical-align: top; }
| | -moz-border-radius-bottomright: 10px; |
| table.credits-table th { text-align: right; }
| | -webkit-border-bottom-right-radius: 10px; |
| table.credits-table td { text-align: left; }
| | -khtml-border-bottom-right-radius: 10px; |
| | | -icab-border-bottom-right-radius: 10px; |
| table.credits-table ul
| | -o-border-bottom-right-radius: 10px; |
| {
| |
| padding-top: 0;
| |
| margin-top: 0;
| |
| } | | } |
|
| |
|
| table.learnset
| | .roundytr { |
| { | | border-top-right-radius: 10px; |
| background: #f8f8ff;
| | -moz-border-radius-topright: 10px; |
| border: 1px solid #88a;
| | -webkit-border-top-right-radius: 10px; |
| border-collapse: collapse;
| | -khtml-border-top-right-radius: 10px; |
| background: white;
| | -icab-border-top-right-radius: 10px; |
| | -o-border-top-right-radius: 10px; |
| } | | } |
|
| |
|
| table.learnset td, table.learnset th { border: 1px solid #88a; padding: 2px; }
| | .roundytl { |
| | | border-top-left-radius: 10px; |
| table.learnset td { text-align: center; }
| | -moz-border-radius-topleft: 10px; |
| table.learnset td:first-child { text-align: right; }
| | -webkit-border-top-left-radius: 10px; |
| table.learnset tr.learnset-header th { text-align: center; background: #ccf; }
| | -khtml-border-top-left-radius: 10px; |
| | | -icab-border-top-left-radius: 10px; |
| .noticebar {
| | -o-border-top-left-radius: 10px; |
| background: #efe url('http://cdn.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 { | | .roundytop { |
| background: #f8f8ff;
| | border-top-left-radius: 10px; |
| border: 1px solid #88a;
| | -moz-border-radius-topleft: 10px; |
| padding: 0.5em;
| | -webkit-border-top-left-radius: 10px; |
| margin: 0 0 0.5em 0.5em;
| | -khtml-border-top-left-radius: 10px; |
| float: right;
| | -icab-border-top-left-radius: 10px; |
| clear: right;
| | -o-border-top-left-radius: 10px; |
| font-size: 90%;
| | 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; |
| } | | } |
|
| |
|
| .seriesbox .title { | | .roundybottom { |
| background: #ccf;
| | border-bottom-left-radius: 10px; |
| padding: 0.1em;
| | -moz-border-radius-bottomleft: 10px; |
| text-align: center;
| | -webkit-border-bottom-left-radius: 10px; |
| font-size: 111%
| | -khtml-border-bottom-left-radius: 10px; |
| | -icab-border-bottom-left-radius: 10px; |
| | -o-border-bottom-left-radius: 10px; |
| | 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; |
| } | | } |
|
| |
|
| .seriesbox ul { | | .roundyleft { |
| margin-left: 0;
| | border-top-left-radius: 10px; |
| list-style: none;
| | -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; |
| | 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; |
| } | | } |
|
| |
|
| .seriesbox ul ul { | | .roundyright { |
| margin-left: 1.0em;
| | 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; |
| | 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; |
| } | | } |
|
| |
|
| .seriesbox hr { | | .WikiaPage { |
| border: none;
| | max-width: 1210px; |
| border-bottom: 1px solid #88a;
| | min-width: 1200px; |
| | width:auto; |
| } | | } |
| | | |
| /* Bulbagarden Archives copyright tags */ | | /* Header and Footer bars */ |
| | | .WikiaHeader { |
| table.copytag
| | max-width: 1210px; |
| { | | width:auto; |
| border: 1px solid #88a;
| |
| background: #f8f8ff;
| |
| margin: 0.25em 0;
| |
| padding: 0;
| |
| width: 100%;
| |
| } | | } |
| | | .WikiaFooter .toolbar { |
| table.copytag-red { border: 1px solid #a88; background: #fdd; }
| | max-width: 1210px; |
| table.copytag-yellow { border: 1px solid #aa8; background: #fffff8; }
| | min-width: 1010px; |
| 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 */
| |
| span.history-user [href="/wiki/User:Berrenta"], body.ns--1 div.mw-body [href="/wiki/User:Berrenta"], div#mw-diff-otitle2 [href="/wiki/User:Berrenta"], div#mw-diff-ntitle2 [href="/wiki/User:Berrenta"], div.mw-warning-with-logexcerpt [href="/wiki/User:Berrenta"], body.ns-6 table.filehistory [href="/wiki/User:Berrenta"],
| |
| span.history-user [href="/wiki/User:Blazingfist"], body.ns--1 div.mw-body [href="/wiki/User:Blazingfist"], div#mw-diff-otitle2 [href="/wiki/User:Blazingfist"], div#mw-diff-ntitle2 [href="/wiki/User:Blazingfist"], div.mw-warning-with-logexcerpt [href="/wiki/User:Blazingfist"], body.ns-6 table.filehistory [href="/wiki/User:Blazingfist"],
| |
| span.history-user [href="/wiki/User:Mikuri"], body.ns--1 div.mw-body [href="/wiki/User:Mikuri"], div#mw-diff-otitle2 [href="/wiki/User:Mikuri"], div#mw-diff-ntitle2 [href="/wiki/User:Mikuri"], div.mw-warning-with-logexcerpt [href="/wiki/User:Mikuri"], body.ns-6 table.filehistory [href="/wiki/User:Mikuri"],
| |
| span.history-user [href="/wiki/User:MisterE13"], body.ns--1 div.mw-body [href="/wiki/User:MisterE13"], div#mw-diff-otitle2 [href="/wiki/User:MisterE13"], div#mw-diff-ntitle2 [href="/wiki/User:MisterE13"], div.mw-warning-with-logexcerpt [href="/wiki/User:MisterE13"], body.ns-6 table.filehistory [href="/wiki/User:MisterE13"],
| |
| span.history-user [href="/wiki/User:Toon_Ganondorf"], body.ns--1 div.mw-body [href="/wiki/User:Toon_Ganondorf"], div#mw-diff-otitle2 [href="/wiki/User:Toon_Ganondorf"], div#mw-diff-ntitle2 [href="/wiki/User:Toon_Ganondorf"], div.mw-warning-with-logexcerpt [href="/wiki/User:Toon_Ganondorf"], body.ns-6 table.filehistory [href="/wiki/User:Toon_Ganondorf"],
| |
| span.history-user [href="/wiki/User:Turtwig_A"], body.ns--1 div.mw-body [href="/wiki/User:Turtwig_A"], div#mw-diff-otitle2 [href="/wiki/User:Turtwig_A"], div#mw-diff-ntitle2 [href="/wiki/User:Turtwig_A"], div.mw-warning-with-logexcerpt [href="/wiki/User:Turtwig_A"], body.ns-6 table.filehistory [href="/wiki/User:Turtwig_A"]
| |
| | |
| { background:url(http://cdn.bulbagarden.net/media/upload/4/47/IconBPJuniorAdministratorSm.png) center left no-repeat; padding-left: 17px !important;}
| |
| | |
| | |
| /* Administrators */
| |
| span.history-user [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"], body.ns--1 div.mw-body [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"], div#mw-diff-otitle2 [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"], div#mw-diff-ntitle2 [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"], div.mw-warning-with-logexcerpt [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"], body.ns-6 table.filehistory [href="/wiki/User:%E7%A5%9E%E5%A5%87%E8%B6%85%E9%BE%8D"],
| |
| span.history-user [href="/wiki/User:Carmenstar97"], body.ns--1 div.mw-body [href="/wiki/User:Carmenstar97"], div#mw-diff-otitle2 [href="/wiki/User:Carmenstar97"], div#mw-diff-ntitle2 [href="/wiki/User:Carmenstar97"], div.mw-warning-with-logexcerpt [href="/wiki/User:Carmenstar97"], body.ns-6 table.filehistory [href="/wiki/User:Carmenstar97"],
| |
| span.history-user [href="/wiki/User:Clarky13"], body.ns--1 div.mw-body [href="/wiki/User:Clarky13"], div#mw-diff-otitle2 [href="/wiki/User:Clarky13"], div#mw-diff-ntitle2 [href="/wiki/User:Clarky13"], div.mw-warning-with-logexcerpt [href="/wiki/User:Clarky13"], body.ns-6 table.filehistory [href="/wiki/User:Clarky13"],
| |
| span.history-user [href="/wiki/User:Force_Fire"], body.ns--1 div.mw-body [href="/wiki/User:Force_Fire"], div#mw-diff-otitle2 [href="/wiki/User:Force_Fire"], div#mw-diff-ntitle2 [href="/wiki/User:Force_Fire"], div.mw-warning-with-logexcerpt [href="/wiki/User:Force_Fire"], body.ns-6 table.filehistory [href="/wiki/User:Force_Fire"],
| |
| span.history-user [href="/wiki/User:Funktastic%7E!"], body.ns--1 div.mw-body [href="/wiki/User:Funktastic%7E!"], div#mw-diff-otitle2 [href="/wiki/User:Funktastic%7E!"], div#mw-diff-ntitle2 [href="/wiki/User:Funktastic%7E!"], div.mw-warning-with-logexcerpt [href="/wiki/User:Funktastic%7E!"], body.ns-6 table.filehistory [href="/wiki/User:Funktastic%7E!"],
| |
| span.history-user [href="/wiki/User:Nuva-kal"], body.ns--1 div.mw-body [href="/wiki/User:Nuva-kal"], div#mw-diff-otitle2 [href="/wiki/User:Nuva-kal"], div#mw-diff-ntitle2 [href="/wiki/User:Nuva-kal"], div.mw-warning-with-logexcerpt [href="/wiki/User:Nuva-kal"], body.ns-6 table.filehistory [href="/wiki/User:Nuva-kal"]
| |
| | |
| { font-style: italic; background:url(http://cdn.bulbagarden.net/media/upload/a/a4/IconBPAdministratorSm.png) center left no-repeat; padding-left: 17px !important;}
| |
| | |
| | |
| /* Senior Administrators */
| |
| | |
| span.history-user [href="/wiki/User:Crystal_Talian"], body.ns--1 div.mw-body [href="/wiki/User:Crystal_Talian"], div#mw-diff-otitle2 [href="/wiki/User:Crystal_Talian"], div#mw-diff-ntitle2 [href="/wiki/User:Crystal_Talian"], div.mw-warning-with-logexcerpt [href="/wiki/User:Crystal_Talian"], body.ns-6 table.filehistory [href="/wiki/User:Crystal_Talian"],
| |
| span.history-user [href="/wiki/User:Dennou_Zenshi"], body.ns--1 div.mw-body [href="/wiki/User:Dennou_Zenshi"], div#mw-diff-otitle2 [href="/wiki/User:Dennou_Zenshi"], div#mw-diff-ntitle2 [href="/wiki/User:Dennou_Zenshi"], div.mw-warning-with-logexcerpt [href="/wiki/User:Dennou_Zenshi"], body.ns-6 table.filehistory [href="/wiki/User:Dennou_Zenshi"]
| |
| | |
| { font-style: italic; background:url(http://cdn.bulbagarden.net/media/upload/0/03/IconBPSeniorAdministratorSm.png) center left no-repeat; padding-left: 17px !important;}
| |
| | |
| | |
| /* Bureaucrats */
| |
| span.history-user [href="/wiki/User:Adyniz"], body.ns--1 div.mw-body [href="/wiki/User:Adyniz"], div#mw-diff-otitle2 [href="/wiki/User:Adyniz"], div#mw-diff-ntitle2 [href="/wiki/User:Adyniz"], div.mw-warning-with-logexcerpt [href="/wiki/User:Adyniz"], body.ns-6 table.filehistory [href="/wiki/User:Adyniz"],
| |
| span.history-user [href="/wiki/User:ArcToraphim"], body.ns--1 div.mw-body [href="/wiki/User:ArcToraphim"], div#mw-diff-otitle2 [href="/wiki/User:ArcToraphim"], div#mw-diff-ntitle2 [href="/wiki/User:ArcToraphim"], div.mw-warning-with-logexcerpt [href="/wiki/User:ArcTroaphim"], body.ns-6 table.filehistory [href="/wiki/User:ArcToraphim"],
| |
| span.history-user [href="/wiki/User:Bikini_Miltank"], body.ns--1 div.mw-body [href="/wiki/User:Bikini_Miltank"], div#mw-diff-otitle2 [href="/wiki/User:Bikini_Miltank"], div#mw-diff-ntitle2 [href="/wiki/User:Bikini_Miltank"], div.mw-warning-with-logexcerpt [href="/wiki/User:Bikini_Miltank"], body.ns-6 table.filehistory [href="/wiki/User:Bikini_Miltank"],
| |
| span.history-user [href="/wiki/User:Darkeiya"], body.ns--1 div.mw-body [href="/wiki/User:Darkeiya"], div#mw-diff-otitle2 [href="/wiki/User:Darkeiya"], div#mw-diff-ntitle2 [href="/wiki/User:Darkeiya"], div.mw-warning-with-logexcerpt [href="/wiki/User:Darkeiya"], body.ns-6 table.filehistory [href="/wiki/User:Darkeiya"],
| |
| span.history-user [href="/wiki/User:Masatoshi"], body.ns--1 div.mw-body [href="/wiki/User:Masatoshi"], div#mw-diff-otitle2 [href="/wiki/User:Masatoshi"], div#mw-diff-ntitle2 [href="/wiki/User:Masatoshi"], div.mw-warning-with-logexcerpt [href="/wiki/User:Masatoshi"], body.ns-6 table.filehistory [href="/wiki/User:Masatoshi"],
| |
| span.history-user [href="/wiki/User:Pokemaster97"], body.ns--1 div.mw-body [href="/wiki/User:Pokemaster97"], div#mw-diff-otitle2 [href="/wiki/User:Pokemaster97"], div#mw-diff-ntitle2 [href="/wiki/User:Pokemaster97"], div.mw-warning-with-logexcerpt [href="/wiki/User:Pokemaster97"], body.ns-6 table.filehistory [href="/wiki/User:Pokemaster97"],
| |
| span.history-user [href="/wiki/User:SnorlaxMonster"], body.ns--1 div.mw-body [href="/wiki/User:SnorlaxMonster"], div#mw-diff-otitle2 [href="/wiki/User:SnorlaxMonster"], div#mw-diff-ntitle2 [href="/wiki/User:SnorlaxMonster"], div.mw-warning-with-logexcerpt [href="/wiki/User:SnorlaxMonster"], body.ns-6 table.filehistory [href="/wiki/User:SnorlaxMonster"],
| |
| span.history-user [href="/wiki/User:Spriteit"], body.ns--1 div.mw-body [href="/wiki/User:Spriteit"], div#mw-diff-otitle2 [href="/wiki/User:Spriteit"], div#mw-diff-ntitle2 [href="/wiki/User:Spriteit"], div.mw-warning-with-logexcerpt [href="/wiki/User:Spriteit"], body.ns-6 table.filehistory [href="/wiki/User:Spriteit"],
| |
| span.history-user [href="/wiki/User:Umeko"], body.ns--1 div.mw-body [href="/wiki/User:Umeko"], div#mw-diff-otitle2 [href="/wiki/User:Umeko"], div#mw-diff-ntitle2 [href="/wiki/User:Umeko"], div.mw-warning-with-logexcerpt [href="/wiki/User:Umeko"], body.ns-6 table.filehistory [href="/wiki/User:Umeko"],
| |
| span.history-user [href="/wiki/User:Werdnae"], body.ns--1 div.mw-body [href="/wiki/User:Werdnae"], div#mw-diff-otitle2 [href="/wiki/User:Werdnae"], div#mw-diff-ntitle2 [href="/wiki/User:Werdnae"], div.mw-warning-with-logexcerpt [href="/wiki/User:Werdnae"], body.ns-6 table.filehistory [href="/wiki/User:Werdnae"]
| |
| | |
| { font-style: italic; font-weight: bold; background:url(http://cdn.bulbagarden.net/media/upload/1/12/IconBPBureaucratSm.png) center left no-repeat; padding-left: 17px !important;}
| |
| | |
| | |
| /* Editorial Board */
| |
| span.history-user [href="/wiki/User:Kogoro"], body.ns--1 div.mw-body [href="/wiki/User:Kogoro"], div#mw-diff-otitle2 [href="/wiki/User:Kogoro"], div#mw-diff-ntitle2 [href="/wiki/User:Kogoro"], div.mw-warning-with-logexcerpt [href="/wiki/User:Kogoro"], body.ns-6 table.filehistory [href="/wiki/User:Kogoro"],
| |
| span.history-user [href="/wiki/User:Zesty_Cactus"], body.ns--1 div.mw-body [href="/wiki/User:Zesty_Cactus"], div#mw-diff-otitle2 [href="/wiki/User:Zesty_Cactus"], div#mw-diff-ntitle2 [href="/wiki/User:Zesty_Cactus"], div.mw-warning-with-logexcerpt [href="/wiki/User:Zesty_Cactus"], body.ns-6 table.filehistory [href="/wiki/User:Zesty_Cactus"],
| |
| span.history-user [href="/wiki/User:Jo_The_Marten"], body.ns--1 div.mw-body [href="/wiki/User:Jo_The_Marten"], div#mw-diff-otitle2 [href="/wiki/User:Jo_The_Marten"], div#mw-diff-ntitle2 [href="/wiki/User:Jo_The_Marten"], div.mw-warning-with-logexcerpt [href="/wiki/User:Jo_The_Marten"], body.ns-6 table.filehistory [href="/wiki/User:Jo_The_Marten"],
| |
| span.history-user [href="/wiki/User:Kenji-girl"], body.ns--1 div.mw-body [href="/wiki/User:Kenji-girl"], div#mw-diff-otitle2 [href="/wiki/User:Kenji-girl"], div#mw-diff-ntitle2 [href="/wiki/User:Kenji-girl"], div.mw-warning-with-logexcerpt [href="/wiki/User:Kenji-girl"], body.ns-6 table.filehistory [href="/wiki/User:Kenji-girl"],
| |
| span.history-user [href="/wiki/User:Maverick_Nate"], body.ns--1 div.mw-body [href="/wiki/User:Maverick_Nate"], div#mw-diff-otitle2 [href="/wiki/User:Maverick_Nate"], div#mw-diff-ntitle2 [href="/wiki/User:Maverick_Nate"], div.mw-warning-with-logexcerpt [href="/wiki/User:Maverick_Nate"], body.ns-6 table.filehistory [href="/wiki/User:Maverick Nate"],
| |
| span.history-user [href="/wiki/User:Ataro"], body.ns--1 div.mw-body [href="/wiki/User:Ataro"], div#mw-diff-otitle2 [href="/wiki/User:Ataro"], div#mw-diff-ntitle2 [href="/wiki/User:Ataro"], div.mw-warning-with-logexcerpt [href="/wiki/User:Ataro"], body.ns-6 table.filehistory [href="/wiki/User:Ataro"],
| |
| span.history-user [href="/wiki/User:G50"], body.ns--1 div.mw-body [href="/wiki/User:G50"], div#mw-diff-otitle2 [href="/wiki/User:G50"], div#mw-diff-ntitle2 [href="/wiki/User:G50"], div.mw-warning-with-logexcerpt [href="/wiki/User:G50"], body.ns-6 table.filehistory [href="/wiki/User:G50"]
| |
| | |
| { font-style: italic; color: #537838; background:url(http://cdn.bulbagarden.net/media/upload/b/bb/IconBPEditorialBoardSm.png) center left no-repeat; padding-left: 17px !important;}
| |
| | |
| | |
| /* Webmasters */
| |
| span.history-user [href="/wiki/User:Archaic"], body.ns--1 div.mw-body [href="/wiki/User:Archaic"], div#mw-diff-otitle2 [href="/wiki/User:Archaic"], div#mw-diff-ntitle2 [href="/wiki/User:Archaic"], div.mw-warning-with-logexcerpt [href="/wiki/User:Archaic"], body.ns-6 table.filehistory [href="/wiki/User:Archaic"],
| |
| span.history-user [href="/wiki/User:Evkl"], body.ns--1 div.mw-body [href="/wiki/User:Evkl"], div#mw-diff-otitle2 [href="/wiki/User:Evkl"], div#mw-diff-ntitle2 [href="/wiki/User:Evkl"], div.mw-warning-with-logexcerpt [href="/wiki/User:Evkl"], body.ns-6 table.filehistory [href="/wiki/User:Evkl"],
| |
| span.history-user [href="/wiki/User:Zhen_Lin"], body.ns--1 div.mw-body [href="/wiki/User:Zhen_Lin"], div#mw-diff-otitle2 [href="/wiki/User:Zhen_Lin"], div#mw-diff-ntitle2 [href="/wiki/User:Zhen_Lin"], div.mw-warning-with-logexcerpt [href="/wiki/User:Zhen_Lin"], body.ns-6 table.filehistory [href="/wiki/User:Zhen_Lin"],
| |
| span.history-user [href="/wiki/User:MAGNEDETH"], body.ns--1 div.mw-body [href="/wiki/User:MAGNEDETH"], div#mw-diff-otitle2 [href="/wiki/User:MAGNEDETH"], div#mw-diff-ntitle2 [href="/wiki/User:MAGNEDETH"], div.mw-warning-with-logexcerpt [href="/wiki/User:MAGNEDETH"], body.ns-6 table.filehistory [href="/wiki/User:MAGNEDETH"],
| |
| span.history-user [href="/wiki/User:Evil_Figment"], body.ns--1 div.mw-body [href="/wiki/User:Evil_Figment"], div#mw-diff-otitle2 [href="/wiki/User:Evil_Figment"], div#mw-diff-ntitle2 [href="/wiki/User:Evil_Figment"], div.mw-warning-with-logexcerpt [href="/wiki/User:Evil_Figment"], body.ns-6 table.filehistory [href="/wiki/User:Evil_Figment"]
| |
| | |
| { font-style: italic; font-weight: bold; background:url(http://cdn.bulbagarden.net/media/upload/7/7c/IconBPWebmasterSm.png) center left no-repeat; padding-left: 17px !important;}
| |
| | |
| | |
| /* Inactive Staff Members */
| |
| span.history-user [href="/wiki/User:Argy"], body.ns--1 div.mw-body [href="/wiki/User:Argy"], div#mw-diff-otitle2 [href="/wiki/User:Argy"], div#mw-diff-ntitle2 [href="/wiki/User:Argy"], div.mw-warning-with-logexcerpt [href="/wiki/User:Argy"], body.ns-6 table.filehistory [href="/wiki/User:Argy"],
| |
| span.history-user [href="/wiki/User:ElectAbuzzzz"], body.ns--1 div.mw-body [href="/wiki/User:ElectAbuzzzz"], div#mw-diff-otitle2 [href="/wiki/User:ElectAbuzzzz"], div#mw-diff-ntitle2 [href="/wiki/User:ElectAbuzzzz"], div.mw-warning-with-logexcerpt [href="/wiki/User:ElectAbuzzzz"], body.ns-6 table.filehistory [href="/wiki/User:ElectAbuzzzz"],
| |
| span.history-user [href="/wiki/User:Fabu-Vinny"], body.ns--1 div.mw-body [href="/wiki/User:Fabu-Vinny"], div#mw-diff-otitle2 [href="/wiki/User:Fabu-Vinny"], div#mw-diff-ntitle2 [href="/wiki/User:Fabu-Vinny"], div.mw-warning-with-logexcerpt [href="/wiki/User:Fabu-Vinny"], body.ns-6 table.filehistory [href="/wiki/User:Fabu-Vinny"],
| |
| span.history-user [href="/wiki/User:Jioruji_Derako"], body.ns--1 div.mw-body [href="/wiki/User:Jioruji_Derako"], div#mw-diff-otitle2 [href="/wiki/User:Jioruji_Derako"], div#mw-diff-ntitle2 [href="/wiki/User:Jioruji_Derako"], div.mw-warning-with-logexcerpt [href="/wiki/User:Juoruji_Derako"], body.ns-6 table.filehistory [href="/wiki/User:Jioruji_Derako"],
| |
| span.history-user [href="/wiki/User:Nyoo"], body.ns--1 div.mw-body [href="/wiki/User:Nyoo"], div#mw-diff-otitle2 [href="/wiki/User:Nyoo"], div#mw-diff-ntitle2 [href="/wiki/User:Nyoo"], div.mw-warning-with-logexcerpt [href="/wiki/User:Nyoo"], body.ns-6 table.filehistory [href="/wiki/User:Nyoo"],
| |
| span.history-user [href="/wiki/User:PAK_Man"], body.ns--1 div.mw-body [href="/wiki/User:PAK_Man"], div#mw-diff-otitle2 [href="/wiki/User:PAK_Man"], div#mw-diff-ntitle2 [href="/wiki/User:PAK_Man"], div.mw-warning-with-logexcerpt [href="/wiki/User:PAK_Man"], body.ns-6 table.filehistory [href="/wiki/User:PAK_Man"],
| |
| span.history-user [href="/wiki/User:Pie"], body.ns--1 div.mw-body [href="/wiki/User:Pie"], div#mw-diff-otitle2 [href="/wiki/User:Pie"], div#mw-diff-ntitle2 [href="/wiki/User:Pie"], div.mw-warning-with-logexcerpt [href="/wiki/User:Pie"], body.ns-6 table.filehistory [href="/wiki/User:Pie"],
| |
| span.history-user [href="/wiki/User:Politoed666"], body.ns--1 div.mw-body [href="/wiki/User:Politoed666"], div#mw-diff-otitle2 [href="/wiki/User:Politoed666"], div#mw-diff-ntitle2 [href="/wiki/User:Politoed666"], div.mw-warning-with-logexcerpt [href="/wiki/User:Politoed666"], body.ns-6 table.filehistory [href="/wiki/User:Politoed666"],
| |
| span.history-user [href="/wiki/User:Quagbert"], body.ns--1 div.mw-body [href="/wiki/User:Quagbert"], div#mw-diff-otitle2 [href="/wiki/User:Quagbert"], div#mw-diff-ntitle2 [href="/wiki/User:Quagbert"], div.mw-warning-with-logexcerpt [href="/wiki/User:Quagbert"], body.ns-6 table.filehistory [href="/wiki/User:Quagbert"],
| |
| span.history-user [href="/wiki/User:RexRacer"], body.ns--1 div.mw-body [href="/wiki/User:RexRacer"], div#mw-diff-otitle2 [href="/wiki/User:RexRacer"], div#mw-diff-ntitle2 [href="/wiki/User:RexRacer"], div.mw-warning-with-logexcerpt [href="/wiki/User:RexRacer"], body.ns-6 table.filehistory [href="/wiki/User:RexRacer"],
| |
| span.history-user [href="/wiki/User:Sketch"], body.ns--1 div.mw-body [href="/wiki/User:Sketch"], div#mw-diff-otitle2 [href="/wiki/User:Sketch"], div#mw-diff-ntitle2 [href="/wiki/User:Sketch"], div.mw-warning-with-logexcerpt [href="/wiki/User:Sketch"], body.ns-6 table.filehistory [href="/wiki/User:Sketch"],
| |
| span.history-user [href="/wiki/User:The_dark_lord_trombonator"], body.ns--1 div.mw-body [href="/wiki/User:The_dark_lord_trombonator"], div#mw-diff-otitle2 [href="/wiki/User:The_dark_lord_trombonator"], div#mw-diff-ntitle2 [href="/wiki/User:The_dark_lord_trombonator"], div.mw-warning-with-logexcerpt [href="/wiki/User:The_dark_lord_trombonator"], body.ns-6 table.filehistory [href="/wiki/User:The_dark_lord_trombonator"]
| |
| | |
| { color: #808080; background:url(http://cdn.bulbagarden.net/media/upload/b/b2/IconBPInactiveSm.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_Evkl div.stafflink-WM, .page-User_talk_Evkl div.stafflink-WM,
| |
| .page-User_Zhen_Lin div.stafflink-WM, .page-User_talk_Zhen_Lin div.stafflink-WM,
| |
| .page-User_MAGNEDETH div.stafflink-WM, .page-User_talk_MAGNEDETH div.stafflink-WM,
| |
| .page-User_Evil_Figment div.stafflink-WM, .page-User_talk_Evil_Figment div.stafflink-WM,
| |
| .page-User_Kogoro div.stafflink-EB, .page-User_talk_Kogoro div.stafflink-EB,
| |
| .page-User_Zesty_Cactus div.stafflink-EB, .page-User_talk_Zesty_Cactus div.stafflink-EB,
| |
| .page-User_Kenji-girl div.stafflink-EB, .page-User_talk_Kenji-girl div.stafflink-EB,
| |
| .page-User_Ataro div.stafflink-EB, .page-User_talk_Ataro div.stafflink-EB,
| |
| .page-User_G50 div.stafflink-EB, .page-User_talk_G50 div.stafflink-EB,
| |
| .page-User_Jo_The_Marten div.stafflink-EB, .page-User_talk_Jo_The_Marten div.stafflink-EB,
| |
| .page-User_Maverick_Nate div.stafflink-EB, .page-User_talk_Maverick_Nate div.stafflink-EB,
| |
| .page-User_Adyniz div.stafflink-BC, .page-User_talk_Adyniz div.stafflink-BC,
| |
| .page-User_ArcToraphim div.stafflink-BC, .page-User_talk_ArcToraphim div.stafflink-BC,
| |
| .page-User_Bikini_Miltank div.stafflink-BC, .page-User_talk_Bikini_Miltank div.stafflink-BC,
| |
| .page-User_Darkeiya div.stafflink-BC, .page-User_talk_Darkeiya div.stafflink-BC,
| |
| .page-User_Masatoshi div.stafflink-BC, .page-User_talk_Masatoshi div.stafflink-BC,
| |
| .page-User_Pokemaster97 div.stafflink-BC, .page-User_talk_Pokemaster97 div.stafflink-BC,
| |
| .page-User_SnorlaxMonster div.stafflink-BC, .page-User_talk_SnorlaxMonster div.stafflink-BC,
| |
| .page-User_Spriteit div.stafflink-BC, .page-User_talk_Spriteit div.stafflink-BC,
| |
| .page-User_Umeko div.stafflink-BC, .page-User_talk_Umeko div.stafflink-BC,
| |
| .page-User_Werdnae div.stafflink-BC, .page-User_talk_Werdnae div.stafflink-BC,
| |
| .page-User_Crystal_Talian div.stafflink-SA, .page-User_talk_Crystal_Talian div.stafflink-SA,
| |
| .page-User_Dennou_Zenshi div.stafflink-SA, .page-User_talk_Dennou_Zenshi div.stafflink-SA,
| |
| .page-User_神奇超龍 div.stafflink-AD, .page-User_talk_神奇超龍 div.stafflink-AD,
| |
| .page-User_Carmenstar97 div.stafflink-AD, .page-User_talk_Carmenstar97 div.stafflink-AD,
| |
| .page-User_Clarky13 div.stafflink-AD, .page-User_talk_Clarky13 div.stafflink-AD,
| |
| .page-User_Force_Fire div.stafflink-AD, .page-User_talk_Force_Fire div.stafflink-AD,
| |
| .page-User_Funktastic div.stafflink-AD, .page-User_talk_Funktastic div.stafflink-AD,
| |
| .page-User_Nuva-kal div.stafflink-AD, .page-User_talk_Nuva-kal div.stafflink-AD,
| |
| .page-User_Berrenta div.stafflink-JA, .page-User_talk_Berrenta div.stafflink-JA,
| |
| .page-User_Blazingfist div.stafflink-JA, .page-User_talk_Blazingfist div.stafflink-JA,
| |
| .page-User_Mikuri div.stafflink-JA, .page-User_talk_Mikuri div.stafflink-JA,
| |
| .page-User_MisterE13 div.stafflink-JA, .page-User_talk_MisterE13 div.stafflink-JA,
| |
| .page-User_Toon_Ganondorf div.stafflink-JA, .page-User_talk_Toon_Ganondorf div.stafflink-JA,
| |
| .page-User_Turtwig_A div.stafflink-JA, .page-User_talk_Turtwig_A div.stafflink-JA,
| |
| .page-User_Argy div.stafflink-IN, .page-User_talk_Argy div.stafflink-IN,
| |
| .page-User_Fabu-Vinny div.stafflink-IN, .page-User_talk_Fabu-Vinny div.stafflink-IN,
| |
| .page-User_Jioruji_Derako div.stafflink-IN, .page-User_talk_Jioruji_Derako div.stafflink-IN,
| |
| .page-User_Nyoo div.stafflink-IN, .page-User_talk_Nyoo div.stafflink-IN,
| |
| .page-User_PAK_Man div.stafflink-IN, .page-User_talk_PAK_Man div.stafflink-IN,
| |
| .page-User_Pie div.stafflink-IN, .page-User_talk_Pie div.stafflink-IN,
| |
| .page-User_Politoed666 div.stafflink-IN, .page-User_talk_Politoed666 div.stafflink-IN,
| |
| .page-User_Quagbert div.stafflink-IN, .page-User_talk_Quagbert div.stafflink-IN,
| |
| .page-User_RexRacer div.stafflink-IN, .page-User_talk_RexRacer div.stafflink-IN,
| |
| .page-User_Sketch div.stafflink-IN, .page-User_talk_Sketch div.stafflink-IN,
| |
| .page-User_The_dark_lord_trombonator div.stafflink-IN, .page-User_talk_The_dark_lord_trombonator div.stafflink-IN
| |
| {
| |
| display: block !important;
| |
| } | | } |
| | | |
| /* creates a div class that can be used to add mouse-over functionality. */ | | /* Content area and side rail */ |
| /* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
| | .WikiaMainContent { |
| .hoverexpand {
| | margin-right: 310px; |
| height: 18px;
| | min-width: 680px; |
| padding: 2px;
| |
| overflow: hidden;
| |
| *overflow: visible;
| |
| _overflow: visible;
| |
| } | | } |
| | | .WikiaPageHeader, .WikiaPageHeader details { |
| .hoverexpand:hover { | | width: auto; |
| height: 100% !important;
| |
| overflow: visible;
| |
| } | | } |
| | | .WikiaRail { |
| /* cutting down on the usage of Template:Roundy with div and table classes for use in larger pages. */
| | position: absolute; |
| .roundy { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; }
| | right: 0; |
| | |
| .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;
| | /* RTE Editing */ |
| }
| | .oasis-one-column .WikiaMainContent { |
| | | width: 100%; |
| /* 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;
| |
| } | | } |
|
| |
|
Line 476: |
Line 232: |
| } | | } |
|
| |
|
| .mw-plusminus-pos {
| | #twitter-widget-0{ |
| border-bottom: 1px dotted;
| | width: 100%!important; |
| cursor: help;
| | max-width: 100%!important; |
| } | | } |
|
| |
|
| .mw-plusminus-neg { | | .btn { |
| border-bottom: 1px dotted;
| | display: inline-block; |
| cursor: help;
| | padding: 6px 12px; |
| | margin-bottom: 0; |
| | font-size: 14px; |
| | font-weight: normal; |
| | line-height: 1.42857143; |
| | text-align: center; |
| | white-space: nowrap; |
| | vertical-align: middle; |
| | cursor: pointer; |
| | -webkit-user-select: none; |
| | -moz-user-select: none; |
| | -ms-user-select: none; |
| | user-select: none; |
| | background-image: none; |
| | border: 1px solid transparent; |
| | border-radius: 4px; |
| } | | } |
|
| |
|
| .mw-plusminus-null { | | .btn { |
| border-bottom: 1px dotted;
| | display: inline-block; |
| cursor: help;
| | padding: 6px 12px; |
| | margin-bottom: 0; |
| | font-size: 14px; |
| | font-weight: normal; |
| | line-height: 1.42857143; |
| | text-align: center; |
| | white-space: nowrap; |
| | vertical-align: middle; |
| | cursor: pointer; |
| | -webkit-user-select: none; |
| | -moz-user-select: none; |
| | -ms-user-select: none; |
| | user-select: none; |
| | background-image: none; |
| | border: 1px solid transparent; |
| | border-radius: 4px; |
| | } |
| | .btn:focus, |
| | .btn:active:focus, |
| | .btn.active:focus { |
| | outline: thin dotted; |
| | outline: 5px auto -webkit-focus-ring-color; |
| | outline-offset: -2px; |
| | } |
| | .btn:hover, |
| | .btn:focus { |
| | color: #333; |
| | text-decoration: none; |
| | } |
| | .btn:active, |
| | .btn.active { |
| | background-image: none; |
| | outline: 0; |
| | -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
| | box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
| | } |
| | .btn.disabled, |
| | .btn[disabled], |
| | fieldset[disabled] .btn { |
| | pointer-events: none; |
| | cursor: not-allowed; |
| | filter: alpha(opacity=65); |
| | -webkit-box-shadow: none; |
| | box-shadow: none; |
| | opacity: .65; |
| | } |
| | .btn-default { |
| | color: #333; |
| | background-color: #fff; |
| | border-color: #ccc; |
| | } |
| | .btn-default:hover, |
| | .btn-default:focus, |
| | .btn-default:active, |
| | .btn-default.active, |
| | .open .dropdown-toggle.btn-default { |
| | color: #333; |
| | background-color: #ebebeb; |
| | border-color: #adadad; |
| | } |
| | .btn-default:active, |
| | .btn-default.active, |
| | .open .dropdown-toggle.btn-default { |
| | background-image: none; |
| | } |
| | .btn-default.disabled, |
| | .btn-default[disabled], |
| | fieldset[disabled] .btn-default, |
| | .btn-default.disabled:hover, |
| | .btn-default[disabled]:hover, |
| | fieldset[disabled] .btn-default:hover, |
| | .btn-default.disabled:focus, |
| | .btn-default[disabled]:focus, |
| | fieldset[disabled] .btn-default:focus, |
| | .btn-default.disabled:active, |
| | .btn-default[disabled]:active, |
| | fieldset[disabled] .btn-default:active, |
| | .btn-default.disabled.active, |
| | .btn-default[disabled].active, |
| | fieldset[disabled] .btn-default.active { |
| | background-color: #fff; |
| | border-color: #ccc; |
| | } |
| | .btn-default .badge { |
| | color: #fff; |
| | background-color: #333; |
| } | | } |
|
| |
|
| .ns-0 .editsectionnew, | | .btn-lg, |
| .ns-4 .editsectionnew, | | .btn-group-lg > .btn { |
| .ns-6 .editsectionnew,
| | padding: 10px 16px; |
| .ns-8 .editsectionnew,
| | font-size: 18px; |
| .ns-10 .editsectionnew,
| | line-height: 1.33; |
| .ns-12 .editsectionnew,
| | border-radius: 6px; |
| .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;
| |
| } | | } |