×
Create a new article
Write your page title here:
We currently have 2,528 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 662: Line 662:
         width: 28px;
         width: 28px;
         height: 27px;
         height: 27px;
         background: url('https://pcbwiki.net/images/FargothUser.png') no-repeat center center;
         background: url('https://pcbwiki.net/images/FargothJacobin.png') no-repeat center center;
         background-size: cover;
         background-size: cover;
         margin-right: 4px;
         margin-right: 4px;

Revision as of 11:03, 16 January 2024

/* CSS placed here will be applied to all skins */
td.mw-wikiforum-thread-sub {
	background-color: #003434;
}
.profile-info-container p {
    color: #E6E6E6
}
.profile-info-container b {
    color: #ffffff;
}
td.mw-wikiforum-thread-main {
    background-color: #003C3C;
}

table.mw-wikiforum-frame {
    background-color: #003C3C;
}
th.mw-wikiforum-thread-top {
    background-color: #323C3C;
}

tr.mw-wikiforum-title {
    background-color:  #323C3C;
}
tr.mw-wikiforum-normal {
    background-color:  #003C3C;
}
p.mw-wikiforum-descr {
    color: #ffffff;
}
/*  Sticky WikiForum */
tr.mw-wikiforum-sticky {
    background-color: #007B7B;
}

/* Network Consuls */

h1 {
color: #FF0000;
font-family: Georgia, sans-serif
}

.tag.usergroup-sysop {
	background-color: #141414 !important;
	color: #e00000 !important;
}
.tag.usergroup-valued {
	background-color: #604DFF !important;
}
.tag.usergroup-thoughtpol {
	background-color: #4D7CFF !important;
}
.tag.usergroup-code {
	background-color: #3763DD !important;
}
.tag.usergroup-artist {
	background-color: #2C95C9 !important;
}
.tag.usergroup-writer {
	background-color: #34ABB4 !important;
}
.CodeMirror-cursor  {
    border-left: 1px solid white;
}

/*****Custom cursor *****/ 
/*Global cursor */ 
body {
  cursor: url('https://pcbwiki.net/index.php/File:Polcomp-cur.png'), pointer; 
} 
/*Link cursor */
a:hover {
  cursor: url('https://pcbwiki.net/index.php/File:Polcomp-curhover.png'), pointer; 
}

/* Tabbers and Profile Tabs */
.WikiaUserPagesHeader .tabs {
    padding-left: 17px;
}
 
.tabs-container .tabs li[data-id="profile"] a {
    padding-left: 12px !important;
}
 
ul.tabs,
ol.tabs {
    margin-left: -1px;
}
 
.tabs li a,
ul.tabbernav li a,
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
    background: #08265C !important;
    background-image: none !important;
    border: 1px solid #0F47AE !important;
    border-bottom: 0 solid transparent !important;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    color: #FFFFFF !important;
}
 
.tabs .selected a,
.tabs .selected a:hover,
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
    background: #08265C !important;
    background-image: none !important;
    border: 1px solid #0F47AE !important;
    border-bottom: 0 solid transparent !important;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    color: #fff !important;
}
 
ul.tabbernav li a:hover,
.tabs li a:hover {
    background: #08265C !important;
    background-image: none !important;
    border: 1px solid #0F47AE !important;
    border-bottom: 0 solid transparent !important;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    color: #fff !important;
}
 
.tabberlive .tabbertab {
    border-top: 1px solid #0F47AE !important;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
}
 
ul.tabbernav {
    border: none !important;
    margin: 0 !important;
    padding: 0;
    line-height: 20px;
}

/*******************
 * Navboxes
 *******************/
.navbox {
    width: 100%;
    background: white;
    color: black;
    margin: 1em auto;
    font-size: 84%;
    clear: both;
    padding: 2px;
    border-spacing: 0;
    border: 1px solid #AAA;
}
 
/* Merges navboxes that are directly under eachother */
.navbox + .navbox {
    margin-top: -11px;
}
 
.navbox .navbox-title {
    background: #CCF;
    color: black;
    font-weight: bold;
}
 
.navbox .navbox-vde {
    float:left;
    width:65px;
}
 
.navbox .navbox-title-padright {
    padding-right: 65px;
}
 
.navbox .navbox-title-padleft {
    padding-left: 65px;
}
 
.navbox .navbox-subgroup {
    border-spacing: 0;
    width: 100%;
}
 
.navbox .navbox-gutter {
    height: 2px;
}
 
.navbox .navbox-subgroup .navbox-gutter {
    background: white;
}
 
.navbox .navbox-section-row > td {
    padding: 0;
    height: 100%;
}
 
.navbox .navbox-section {
    width: 100%;
    border-spacing: 0;
}
 
.navbox .navbox-above,
.navbox .navbox-below {
    background: #DDF;
    text-align: center;
}
 
.navbox .navbox-image {
    background: white;
    text-align: center;
}
 
.navbox .navbox-group,
.navbox .navbox-header {
    background: #DDF;
    color: black;
    font-weight: bold;
    height: 100%;
    padding: 2px 4px;
}
 
.navbox .navbox-header-collapsible {
    padding-left: 65px;
}
 
.navbox .navbox-group {
    text-align: right;
    padding-right: 1em;
    min-width: 150px;
}
 
.navbox .navbox-group,
.navbox .navbox-image-left {
    border-right: 2px solid white;
}
 
.navbox-image-right {
    border-left: 2px solid white;
}
 
.navbox .navbox-list {
    background: white;
    color: black;
    width: 100%;
    height: 100%;
    padding: 0;
}
 
.navbox .alt > .navbox-list {
    background: #F7F7F7;
}
 
.navbox .navbox-list div {
    padding: 0px 4px;
}
 
.navbox .navbox-list.no-group {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
 
.navbox .mw-collapsible-toggle {
    width: 65px;
}
 
/* hlist */
.hlist ul {
    margin: 0;
    list-style: none;
}
 
.hlist li, .hlist ul ul {
    display: inline;
}
 
.hlist li a {
    white-space: nowrap;
}
 
.hlist ul ul:before {
    content: "("
}
 
.hlist ul ul:after {
    content: ")"
}
 
.hlist li:after {
    content: " • ";
}
 
.hlist ul ul li:after {
    content: "/";
}
 
.hlist li:last-child:after, .hlist ul ul li:last-child:after {
    content: none;
}

/* Flags */
span.flag-caption {
    color: #d5d4d4;
}

/*Picture thumb CSS*/
figure[typeof~="mw:File/Thumb"],
figure[typeof~="mw:File/Frame"],
figure[typeof~="mw:Image/Thumb"],
figure[typeof~="mw:Video/Thumb"],
figure[typeof~="mw:Audio/Thumb"],
figure[typeof~="mw:Image/Frame"],
figure[typeof~="mw:Video/Frame"],
figure[typeof~="mw:Audio/Frame"] {
    border: 1px solid #4d4d4d;
    border-bottom: 0;
    background-color: #23262a;
}

figure[typeof~="mw:File/Thumb"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:File/Frame"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Image/Thumb"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Video/Thumb"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Audio/Thumb"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Image/Frame"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Video/Frame"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Audio/Frame"] > a:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:File/Thumb"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:File/Frame"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Image/Thumb"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Video/Thumb"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Audio/Thumb"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Image/Frame"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Video/Frame"] > span:first-child >
:first-child:not(.mw-broken-media),
figure[typeof~="mw:Audio/Frame"] > span:first-child >
:first-child:not(.mw-broken-media) {
    border: 1px solid #4d4d4d;
    background: #23262a;
}

.mw-content-ltr figure[typeof~="mw:File/Thumb"] > figcaption,
.mw-content-ltr figure[typeof~="mw:File/Frame"] > figcaption,
.mw-content-ltr figure[typeof~="mw:Image/Thumb"] > figcaption,
.mw-content-ltr figure[typeof~="mw:Video/Thumb"] > figcaption,
.mw-content-ltr figure[typeof~="mw:Audio/Thumb"] > figcaption,
.mw-content-ltr figure[typeof~="mw:Image/Frame"] > figcaption,
.mw-content-ltr figure[typeof~="mw:Video/Frame"] > figcaption,
.mw-content-ltr figure[typeof~="mw:Audio/Frame"] > figcaption {
    color: #d5d4d4;
}

figure[typeof~="mw:File/Thumb"] > figcaption,
figure[typeof~="mw:File/Frame"] > figcaption,
figure[typeof~="mw:Image/Thumb"] > figcaption,
figure[typeof~="mw:Video/Thumb"] > figcaption,
figure[typeof~="mw:Audio/Thumb"] > figcaption,
figure[typeof~="mw:Image/Frame"] > figcaption,
figure[typeof~="mw:Video/Frame"] > figcaption,
figure[typeof~="mw:Audio/Frame"] > figcaption {
    border: 1px solid #4d4d4d;
    border-top: 0;
    background-color: #23262a;
}

li.gallerybox div.thumb {
	border: 1px solid #4d4d4d;
	background-color: #23262a;
}

/*Image fullscreen viewer*/
.mw-mmv-post-image {
    color: #d4d4d4;
    background-color: #1e1e1e;
}

.mw-mmv-image-metadata {
    border-top: 1px solid #6f6f6f;
    background-color: #1e1e1e;
}

.wikitable.filehistory a img {
    image-rendering: pixelated;
}
.compass{width:fit-content;margin:auto!important;}
.compassline{line-height:0;font-size:0;display:block;}
.compassquad{width:100px;height:100px;display:inline-block;}
#al{background-color:#f9baba;}
#ar{background-color:#92d9f8;}
#ll{background-color:#c8e4bc;}
#lr{background-color:#f5f5a7;}
a[href$="Quark"],
a[href$="/Quark"] {
        color: #00a0ff !important;
        font-weight: 550 !important;
}
a[href$="Borkerface2007"],
a[href$="/Borkerface2007"] {
        color: #470000 !important;
        font-weight: 550 !important;
}

a[href$="User:Borkerface2007"]::before,
a[href$="UserWiki:Borkerface2007"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 26px;
        height: 26px;
        background: url('https://pcbwiki.net/images/BorkerHatAlt.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;
}
a[href$="Gato_Matador"],
a[href$="/Gato_Matador"] {
background:-webkit-linear-gradient(43deg,#25ab13 17.5%, #f3ff05 50%, #004094 82.5%) 7% 3%;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

a[href$="User:Gato_Matador"]::before,
a[href$="UserWiki:Gato_Matador"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 22px;
        background: url('https://pcbwiki.net/images/Brazlib.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;
}
a[href$="Am_m"],
a[href$="/Am_m"] {
	background: -webkit-linear-gradient(43deg, #00ff90 17.5%, #0000ff 50%, #ff0061 82.5%) 7% 3%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
        text-shadow: 0 0 5px #ffffff;            
        font-weight: 550 !important;
}        
a[href$="User:Am_m"]::before,
a[href$="UserWiki:Am_m"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 28px;
        height: 28px;
        background: url('https://pcbwiki.net/images/AmmGlowup.gif') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;
}
a[href$="NewMaritimeVistula"],
a[href$="/NewMaritimeVistula"] {
        color: #eb8f34 !important;
        font-weight: 550 !important;
}

a[href$="User:NewMaritimeVistula"]::before,
a[href$="UserWiki:NewMaritimeVistula"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 25px;
        height: 23px;
        background: url('https://pcbwiki.net/images/Vistula3.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;
}
a[href$="Kosciuszkovagr"],
a[href$="/Kosciuszkovagr"] {
        color: #702963 !important;
        font-weight: 550 !important;
}

a[href$="User:Kosciuszkovagr"]::before,
a[href$="UserWiki:Kosciuszkovagr"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 25px;
        height: 24px;
        background: url('https://pcbwiki.net/images/Hood.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;
}
a[href$="Mish"],
a[href$="/Mish"] {
        color: #ffa500 !important;
        font-weight: 900 !important;
}

a[href$="User:Mish"]::before,
a[href$="UserWiki:Mish"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 22px;
        background: url('https://pcbwiki.net/images/Mishismicon.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                
}
a[href$="TIIKKETMASTER"],
a[href$="/TIIKKETMASTER"] {
        color: #0A0A0A !important;
        text-shadow: 0 0 5px #dec521;            
        font-weight: 550 !important;
}

a[href$="User:TIIKKETMASTER"]::before,
a[href$="UserWiki:TIIKKETMASTER"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 28px;
        height: 29px;
        background: url('https://pcbwiki.net/images/Schuma.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;        
}
a[href$="SkeletonJanitor"],
a[href$="/SkeletonJanitor"] {
        color: #111111 !important;
        font-weight: 550 !important;
}

a[href$="User:SkeletonJanitor"]::before,
a[href$="UserWiki:SkeletonJanitor"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 32px;
        height: 25px;
        background: url('https://pcbwiki.net/images/Agricoetism_icon.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;        
}
a[href$="Namubo"],
a[href$="/Namubo"] {
        color: #009600 !important;
        font-weight: 550 !important;
}

a[href$="User:Namubo"]::before,
a[href$="UserWiki:Namubo"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 22px;
        background: url('https://pcbwiki.net/images/HEWirl.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                
}
a[href$="JefBol"],
a[href$="/JefBol"] {
        color: #402327 !important;
        font-weight: 550 !important;
}

a[href$="User:JefBol"]::before,
a[href$="UserWiki:JefBol"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 26px;
        background: url('https://pcbwiki.net/images/PostJef.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                  
}
a[href$="Bak_Bax"],
a[href$="/Bak_Bax"] {
        text-shadow: 0px 0px 7px #036A66, 0px 0px 2px #036A66;	
        color: #ffffff;
        font-weight: 550 !important;
}

a[href$="User:Bak_Bax"]::before,
a[href$="UserWiki:Bak_Bax"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 25px;
        height: 29px;
        background: url('https://pcbwiki.net/images/Bax.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                  
}
a[href$="WorkingKiwi47"],
a[href$="/WorkingKiwi47"] {
        color: #9CC9FF !important;
        font-weight: 550 !important;
}

a[href$="User:WorkingKiwi47"]::before,
a[href$="UserWiki:WorkingKiwi47"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('https://pcbwiki.net/images/Mini-grug.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                          
}
a[href$="Mr_Backwards"],
a[href$="/Mr_Backwards"] {
        color: #e4c474 !important;
        font-weight: 550 !important;
}

a[href$="User:Mr_Backwards"]::before,
a[href$="UserWiki:Mr_Backwards"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 22px;
        background: url('https://pcbwiki.net/images/StockMarketC.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                                
}
a[href$="FargothGares"],
a[href$="/FargothGares"] {
        color: #490000 !important;
        font-weight: 550 !important;
}

a[href$="User:FargothGares"]::before,
a[href$="UserWiki:FargothGares"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 28px;
        height: 27px;
        background: url('https://pcbwiki.net/images/FargothJacobin.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                                
}

a[href$="Conor"],
a[href$="/Conor"] {
        color: #7F82BB !important;
        font-weight: 550 !important;
}

a[href$="User:Conor"]::before,
a[href$="UserWiki:Conor"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('https://pcbwiki.net/images/KKKonor_pixels2.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;                                        
}

a[href$="ConstantineLuo"],
a[href$="/ConstantineLuo"] {
        color: #FFCB10 !important;
        text-shadow: 0 0 5px #890014;
        font-weight: 550 !important;
}

a[href$="User:ConstantineLuo"]::before,
a[href$="UserWiki:ConstantineLuo"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 28px;
        height: 29px;
        background: url('https://pcbwiki.net/images/ConstantineLuo.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
        image-rendering: pixelated;
}	

a[href$="Luis miguel"],
a[href$="/Luis miguel"] {
        color: #171d41 !important;
        font-weight: 550 !important;
}

a[href$="User:Luis miguel"]::before,
a[href$="UserWiki:Luis miguel"]::before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 22px;
        background: url('https://pcbwiki.net/index.php/File:Luisism.png') no-
repeat center center;
        background-size: cover;
        margin-right: 4px;
}