Kawaii Korps Theme

Ang pahina na ito ay ginagamit
sa panloob na Wiki ng Awtoridad ng RPC
HUWAG HIPUIN ANG PAHINA NA ITO
NG WALANG PATULOT SA MGA TAUHAN NG SITE
/* AxietheAxolotl's Sons Theme, portions of code were borrowed by DrPierson, some of that were edited to fit this theme. [2019 Theme] */ @import url('https://fonts.googleapis.com/css?family=Lobster&display=swap'); #main-content { border-left: none; } #page-title { color: #9535AD; font-weight: normal; font-family: 'Lobster', cursive; border-bottom: 1px solid #555; } a { color: #9535AD; } a:hover { color: #72008e; text-decoration: none; } a.newpage { color: #90cc9a; } /* Background */ div#container-wrap { background: url(https://cdn.discordapp.com/attachments/612936114227118080/676687825889918986/kkbg.png) top left no-repeat !important; background-size: 100% 402px !important; } /* Logo */ #header { background-image: url(https://media.discordapp.net/attachments/704044863376851096/707422130597527662/kkheader.png); background-repeat: no-repeat; background-size: auto calc(9.5rem - 2.125rem); height: 7.5rem; background-position: 15px 12px; } /* Header */ #header > h1 > a > span { display: block; opacity: 0; } /* Sidebar */ /* Sidebar */ #side-bar hr { display: none; } #side-bar .heading { font-family: 'Lobster', cursive; padding: 0.8em 1em 0 -0; position: relative; border-top: 1px solid #555; margin: 1em calc(-1em + 2px) 0.5em 0; font-weight: inherit; color: #9535AD; } #side-bar div.menu-item a { font-family: Calibri, sans-serif; font-size: 115%; } #side-bar .menu-item>img { display: none; } #side-bar .menu-item>a { transition: all 0.2s ease-in-out; } #side-bar div.menu-item a:hover { background-color: rgba(0, 0, 0, 0) !important; color: #9535AD; text-decoration: none; } /* SEARCH BAR */ #search-top-box-input { color: #c0c0c0; background: #72008e; box-shadow: inset 0px 0px .8px .8px rgb(31, 35, 64); border: 1px solid #052248; height: 14.9px; } #search-top-box-input:hover, #search-top-box-input:focus { border: 1px solid #0e2f06; background: linear-gradient(to bottom, #9535AD, #72008e); transition: 0.6s ease-in; } #search-top-box-form input[type="submit"] { border: 1px solid #084805; color: #fff; background: linear-gradient(to bottom, #9535AD, #72008e); transition: 0.6s ease-in-out; border-radius: 2px; height: 23px; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { border: 1px solid #0c2f06; color: white; background: linear-gradient(to bottom, #72008e, #9535AD); transition: 0.2s ease-in-out; } /* Headings */ h1 { font-family: 'Lobster', cursive; color: #9535AD; } h2, h3, h4, h5, h6 { color: #E5E5E5; } /* Account */ #login-status { color: #E5E5E5; shadow-box: 0px 1px 6px rgba(0,0,0,.25); } #login-status a { color: #C0C0C0; } #login-status a:hover { color: #7A7A7A; transition: all 0.2s ease-in-out; text-decoration: none; } #login-status ul a { background: #3F3F3F; color: #E2E2E2; border-opacity: 2%; text-shadow: 1px 1px 1px rgba(0,0,0,.6); } #login-status ul a:hover { color: white; background-color: #9535AD; transition: all 0.1s ease-in-out; } #account-options { border: solid 1px #A374B9; } /* Tables */ table.wiki-content-table { box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.50); } table.wiki-content-table th { border: 1px solid #24272A; color: #ccc; background-color: #24272A; padding: 0.3em 0.7em; font-family: Calibri, sans-serif; font-size: 115%; } table.wiki-content-table td { background-color: #1d2022; border: 1px solid #24272A; padding: 0.3em 0.7em; color: #ccc; font-family: Calibri, sans-serif; font-size: 115%; } /* Topbar */ top-bar a { color: white; background: #23303D; text-shadow: 1px 1px 1px rgba(0,0,0,.6); } #top-bar ul li ul { border: transparent !important; } #top-bar ul li a { padding-top: 10px; padding-bottom: 10px; line-height: 1px; max-height: 21px; color: #E5E5E5; border: transparent; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: transparent; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-width: 0; width: 150px; height: 21px; max-height: 21px; padding-top: 0; padding-bottom: 0; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { /* Perfect Sample */ transition: all 0.2s ease-in-out; color: white; background-color: #9535AD; border-radius: 5px; } #top-bar ul li ul a, #top-bar a:hover { color: white; } .interwiki_title { color: black; } .interwiki_entry a { color: black; } /* Tabs */ .yui-nav { border-bottom: 5px solid #9535AD !important; background-color: #24272A; } .yui-navset { box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2); border-radius: 5px; background: #232324; font-family: Calibri,sans-serif; font-size: 115%; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ background:#9535AD url(../images/yuitabs.png) repeat-x left -1400px; /* selected tab background */ color:#ccc; border-top-left-radius: 5px; border-top-right-radius: 5px; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border: 1.5px solid #1A1919 !important; background: #1F2125; border-top-color: transparent !important; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background:#6a5169 url(../images/yuitabs.png) repeat-x left -1300px; text-decoration: none; border-top-left-radius: 5px; border-top-right-radius: 5px; transition: all 0.2s ease-in-out; } .footnotes-footer { background:#1F2125; border: 1px dashed #666666; width: 90%; margin: 1em auto; font-size: 115%; font-size: 12px; padding: .15em 1em; } .footnotes-footer, .page-options-bottom, .owindow .title, .math-equation, .bibitem, .thread-container .post .long .options { height: auto !important; } .footnote-footer{ display: block; position: relative; width: 95%; margin: .5rem 1.5rem } #header h2 span { display: block; margin: 0; padding: 8px 0; line-height: 0px; max-height: 0px; font-weight: bold; color: transparent; } #header h2 span::before { content: "" transparent; color: #E7D9B5; } code { font-family: Encode Sans, sans-serif; background-color: } /* Mobile Comparability */ @media screen and (orientation:portrait) { #header { background-size: auto calc(6.5rem - 2.125rem); height: 7.5rem; background-position: left .5em top 4rem; } #search-top-box { display: none; } } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { #top-bar { font-size: 12px; } #header { /* Logo */ background-size: auto calc(8.5rem - 2.125rem); background-position: left 1.65em top 1.6rem; } body { font-size: 8px; } .footnotes-footer .title { font-size: 15px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { font-size: 12px; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a { font-size: 12px; } } /* Custom Codes */ blockquote { border: 1px dashed #666666; background: #1F2125; border-radius: 3px; font-family: Calibri, sans-serif; font-size: 115%; box-shadow: 2px 1px 3px rgba(0,0,0,.2); } tt { font-size: 84%; } hr { border-bottom: dashed 1px #716e6e; background: none; } .paragraph1 { color: #c0c0c0; display: inline-block; border: dashed 1px #666666; background: #1F2125; float: center; margin: 0.3rem 60px; width: 80.2%; padding: 0 .88em; box-shadow: 2px 1px 3px rgba(0,0,0,.2); font-size: 115%; font-family: Calibri, sans-serif; } .image-block { box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); } .image-block { border: solid 1.5px #171717; border-top-left-radius: 2px; border-top-right-radius: 2px; } .image-block .image-caption { border-top: 1.5px solid #222; background: #222; -shadow: 1px 1px 1px #6054544d; color: #F5F4F4; font-family: Calibri,sans-serif; }