Clone High Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedUCX.css|MediaWiki:Highlights.css|u:dev:MediaWiki:UCPEditorMinimal.css|u:dev:MediaWiki:SectionEditLabels.css|u:dev:MediaWiki:BringExternalLinkIconsBack.css|u:dev:MediaWiki:BalancedBloglists.css|u:dev:MediaWiki:BalancedCategories.css|u:dev:MediaWiki:BalancedComments.css|u:dev:MediaWiki:BalancedDiscord.css|u:dev:MediaWiki:BalancedMessageBoxes.css|u:dev:MediaWiki:BalancedPageBottom.css|u:dev:MediaWiki:BalancedProfile.css|u:dev:MediaWiki:BalancedScrollbar.css|u:dev:MediaWiki:BalancedSearch.css|u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:ImprovedUserpages.css|u:dev:MediaWiki:FluentUI.css|u:dev:MediaWiki:Antiborder.css|u:dev:MediaWiki:Nord.css|MediaWiki:BalancedTabber.css|u:dev:MediaWiki:BalancedSlider.css|u:dev:MediaWiki:PseudoEuropa.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:UpgradedToolbar.css&only=styles");
/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css?family=Ubuntu|Farro|Roboto|Fredoka+One|Chivo|Barrio');

/* Infobox */
.portable-infobox {
    border-radius: 12px 12px 0 0;
    border: 2px solid #1A13A3;
}
 
.pi-europa .pi-title {
    border-radius: 10px 10px 0 0;
    font-size: 16px;
}
 
.pi-europa .pi-header {
    font-size: 13px;
}
 
.pi-europa .pi-horizontal-group .pi-horizontal-group-item {
    text-align: center;
}

.page {
    font-family: 'Ubuntu';
}
/* Links */
.page a:hover {
    text-shadow: 0 0 2.5px #1A13A3,0 0 2.5px #1A13A3;
    color: #1A13A3;
    text-decoration: none;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
 
.page a {
	/*color: #1A13A3;*/
    text-shadow: 0 -15px 2.5px transparent, 0 15px 2.5px transparent;
} 
 
.page a:active {
    color: #1A13A3 !important;
    text-shadow: 0 0 2.5px #1A13A3, 0 0 2.5px #1A13A3;
}

.new {
    color: #696969 !important;
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background: #1A13A3 !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #000000 !important;
}
::-webkit-scrollbar-thumb:active {
    background: #000000 !important;
}

/*Custom highlighting code*/
/*** Works on common browsers ***/
::selection {
    background-color: #1A13A3;
    color: #FFFFFF;
}
/* Recent Changes Header */
 
span.rclinks {
    float: right;
}
 
span.rc-backlink-text > a:hover,
span.rclinks > a:hover {
    text-decoration: none;
}
 
span.rc-backlink-text > a,
span.rclinks > a {
    color: #0000ee;
}

/* Tabs */
.tab {
    display: inline-block;
    border: 2px solid #FFCC00;
    border-radius:0.5em;
    padding:0.5em 1em;
    margin:0.5em;
    max-width:10em;
    font-weight: bold;
    text-align:center;
}

.on {
    background-color:white;
    color:#9d2513;
}
.off {
    background-color:#9d2513;
}
.off a {
    color:white;
}
Advertisement