Zaklínač Wiki
Advertisement

Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.

  • Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
  • Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
  • Internet Explorer / Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5
  • Opera: Stiskněte Ctrl-F5.
@import url('/load.php?mode=articles&only=styles&articles=u:dev:Global_Lua_Modules/NavboxBuilder/code.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css|u:dev:MediaWiki:FandomizedButtons.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');

/* Highlight b-crats' profiles */
.WikiaPage a[href="/wiki/U%C5%BEivatel:Auditius"],
.WikiaPage a[href="/wiki/U%C5%BEivatel:Ruttou"] {
    color: gold;
    font-weight: bold
}

/* Highlight admins' profiles */
.WikiaPage a[href="/wiki/U%C5%BEivatel:Railfail536"] {
    color: silver;
    font-weight: bold
}

/* Page */
body { font-family: 'Open Sans', sans-serif }
.WikiaPage .WikiaArticle {
    font-family: Zanzinger, sans-serif;
    font-size: 11pt
}
.WikiaPage { color: #f3f3f3 !important; }
.WikiaPage .WikiaPageBackground {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    margin: -105px -1px 0px;
    padding: 105px 1px 0
}
@media only screen and (max-width: 1083px) {
    .WikiaPage .WikiaPageBackground {
        margin: -115px -2px 0px;
        padding: 115px 2px 0
    }
}
.wds-global-footer { margin-top: 0 }

/* Fieldsets */
.WikiaPage fieldset {
    background: #222934;
    border: none
}
.WikiaPage fieldset legend {
    padding: 0 70px 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: solid 2px #3b4659;
    text-shadow: 1px 1px 1px #000 !important;
    font-weight: bold;
}
.WikiaPage fieldset legend:before { display: none }

/* Community page */
.community-page-header-welcome-message {
    text-shadow: 2px 2px 2px #000;
    font-size: 35px !important
}
.community-page-subheader-welcome-message { font-size: 20px !important }
.community-page-card-module .community-page-card-module-header { background: #2a3548 }
.community-page-card-module {
    background: #222934;
    border: solid 1px #2a3548
}
.community-page-card-module:last-child { width: 100% }

/* Interwiki */
.WikiaArticleInterlang { text-align: center }
.WikiaArticleInterlang h3 { display: none }
.WikiaArticleInterlang ul li { border: none }

/* PI styling by Railfail536 <w:pl:User_talk:Railfail536> */
.portable-infobox { /* Main infobox */
    border: none;
    width: 285px;
    color: #eee
}
.portable-infobox .pi-title { /* Title */
    background: #2a3548;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
}

/* Tabs & images */
.portable-infobox .pi-image-collection-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}
.portable-infobox .pi-image-collection-tabs .pi-tab-link {
    width: 100%;
    border: none;
    padding: 1px
}
.portable-infobox .pi-image-collection-tabs .pi-tab-link.current { cursor: default }
.portable-infobox .pi-image img[width="270"] {
    width: 100%;
    height: auto
}

/* Groups & headers */
.portable-infobox .pi-group,
.portable-infobox .pi-border-color,
.portable-infobox .pi-horizontal-group .pi-data-label,
.portable-infobox .pi-horizontal-group .pi-data-value { border: none }
.portable-infobox .pi-header { text-align: center }
Advertisement