Frasier 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=MediaWiki:Themes.css&only=styles");
@import url('https://fonts.googleapis.com/css?family=Lobster|Baumans|Poiret+One|Abril+Fatface|Pacifico|Rubik');
@import url(//db.onlinewebfonts.com/c/e3e3a81b2544f4508a75573a04e0cafa?family=ITC+Korinna);
@font-face {font-family: "Florentine";
    src: url("//db.onlinewebfonts.com/t/edfcaabf070b7e20ad5efabfd164a0e4.eot");
    src: url("//db.onlinewebfonts.com/t/edfcaabf070b7e20ad5efabfd164a0e4.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/edfcaabf070b7e20ad5efabfd164a0e4.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/edfcaabf070b7e20ad5efabfd164a0e4.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/edfcaabf070b7e20ad5efabfd164a0e4.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/edfcaabf070b7e20ad5efabfd164a0e4.svg#Florentine") format("svg");
}

.WikiaPage {
    border: none;
}

/* FONTS */
#WikiaMainContent h1 {
    font-family: Florentine;
}
.WikiaArticle #mw-pages h3,
.WikiaPageContentWrapper .page-header__title,
.WikiaArticleComments #article-comments-counter-header,
.category-page__first-char,
.wds-community-header__sitename,
.wds-community-header__counter-value {
    font-family: 'Florentine' !important;
}
.WikiaArticle h2:not(.pi-title):not( .pi-secondary-background) {
    font-family: 'Florentine';
    border-bottom: 2px solid black !important;
    margin-bottom: .6em;
    margin-top: 20px;
}
.WikiaArticle h3:not(.pi-title):not(.pi-secondary-background):not(.pi-data-label) {
    font-family: 'Korinna';
    background-image: linear-gradient(to right, transparent, #DBD0C6);
    padding: 5px;
}

.references-small { font-size: 85%; }

body {
    font-family: Rubik;
}

/* LINKS */
.links {
    text-decoration: none;
}
a {
    transition: all 0.4s linear;

}
a:hover {
    color: #fff;
    text-decoration: none;
}
a.external {
	color: green;
}

/* COLOURS */
hr {
    border: 0;
    height: 1px;
    background: #D6C5AF;
    background-image: linear-gradient(to right, #D6C5AF, black, #D6C5AF);
}

/* ADMINS */
a[href$="/wiki/User:Jiskran"],
a[href$="/wiki/Message_Wall:Jiskran"] {
    color: black !important;
    font-weight: bold !important;
    font-family: Florentine !important;
}

/* BORDERS */
.WikiaBarWrapper {
    background-image: none;
    box-shadow: none;
}
.WikiaFooter .toolbar,
.WikiaBarWrapper .toolbar {
    background-color: maroon;
    background-image: none;
}
.WikiaBarWrapper .wikia-bar .wikiabar-button {
    background-color: transparent !important;
    border: none !important;
}
.toolbar {
    text-transform: uppercase;
}
.mw-special-Categories .WikiaPageBackground,
.mw-special-Categories .WikiaPage,
.WikiaArticleCategories,
.article-categories,
.CategorySelect.articlePage {
    border: none;
    background: #DBD0C6;
}
#toc,
.toc {
    background: #DBD0C6;
    border: none;
}

/* MAIN ADS */
.gpt-ad {
    display: none !important;
}

/* Removing title on main page */
.mainpage .WikiaPage .page-header__title,
.mainpage .WikiaPage .page-header__separator {
    display: none;
}
/* Hide Featured Videos */
.featured-video__wrapper {
    display: none;
}
.WikiaArticle .mw-editsection {
display: none;
}
Advertisement