MediaWiki:Common.css: Difference between revisions

From Kolapedia
Jump to navigationJump to search
m 1 revision imported
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomIcons.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedUCX.css&only=styles";
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:Global_Lua_Modules/NavboxBuilder.css&only=styles");


/* Fonts */
.ajaxpoll .ajaxpoll-hover-revoke {
@font-face {
   background:#aaa;
   font-family: 'Carriegraph';
  font-style: normal;
  src: url(https://static.wikia.nocookie.net/carriefriends/images/7/75/Baloo-Regular.woff/revision/latest?cb=20250213002807&format=original)
}
}


.page-header__title, .mw-headline {
.ajaxpoll .ajaxpoll-hover-vote {
font-family: 'Carriegraph', Rubik;
  background:#FF0000;
color: black;
}
padding: 1px;
 
margin-left: 1px;
div.mw-warning-with-logexcerpt {
  border: 2px solid #db2929;
}
 
table.infobox {
  border: 1px solid #aaa;
  float:right;
  width:300px;
}
 
a.mw-collapsible-text {
  color:white;
}
 
.navbox tr:first-child th, .navbox tr:first-child th a {
    color: #FFFFFF !important;
}
 
.mw-changeslist-legend a.mw-collapsible-text {
    color:#002bb8 !important;
}
 
#mw-indicator-mw-helplink a {
    display:none;
}
 
/* main page */
div.mpheader {
    border-radius:10px;
    background:#DB2929;
    color:white;
    font-size:110%;
    font-weight:bold;
    text-align:center;
    padding:5px;
    margin-top:3px;
}
}

Revision as of 00:20, March 11, 2025

/* CSS placed here will be applied to all skins */

.ajaxpoll .ajaxpoll-hover-revoke {
  background:#aaa;
}

.ajaxpoll .ajaxpoll-hover-vote {
  background:#FF0000;
}

div.mw-warning-with-logexcerpt {
  border: 2px solid #db2929;
}

table.infobox {
  border: 1px solid #aaa;
  float:right;
  width:300px;
}

a.mw-collapsible-text {
  color:white;
}

.navbox tr:first-child th, .navbox tr:first-child th a {
    color: #FFFFFF !important;
}

.mw-changeslist-legend a.mw-collapsible-text {
    color:#002bb8 !important;
}

#mw-indicator-mw-helplink a {
    display:none;
}

/* main page */
div.mpheader {
    border-radius:10px;
    background:#DB2929;
    color:white;
    font-size:110%;
    font-weight:bold;
    text-align:center;
    padding:5px;
    margin-top:3px;
}