P!nk Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 37: Line 37:
 
text-transform: uppercase !important;
 
text-transform: uppercase !important;
 
font-size:14px;
 
font-size:14px;
}
 
/* Make collapsible table's link white/normal font */
 
.mw-collapsible-toggle a {
 
color: white;
 
font-weight: normal;
 
 
}
 
}

Revision as of 20:05, 31 August 2017

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: white; content: " (redirect)";
}
.watchlistredir {
   font-style: italic;
}
button,
.wikia-menu-button,
.wikia-button,
input[type="submit"] {
  font-family:Raleway !important;
  text-transform:uppercase;
  font-size:14px;
}
#ca-edit {
   font-family:Raleway;
   text-transform:uppercase;
   font-size:14px;
}
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    font-family:Raleway !important;
    text-transform: uppercase !important;
}

/** Import for Raleway **/
@import url(https://fonts.googleapis.com/css?family=Raleway);

/** Change buttons to Raleway, and uppercase **/
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    font-family:Raleway !important;
    text-transform: uppercase !important;
    font-size:14px;
}