Max Payne Wiki
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/* Stary kod - usunięte niepotrzebne rzeczy */

#csAddCategorySwitch, #csAddCategoryButton {
 background: #000000 !important;
 border: 1px solid #3B4D5D !important;
}				/* Styl dla przycisku "Dodaj kategorię" */
 
#csAddCategorySwitch a, span#csAddCategoryButton {
 color:#D5D4D4 !important;
}				/* Styl dla tekstu przycisku "Dodaj kategorię" */

h4.mw-specialpagesgroup, .customblock, .infobox th, .customcontainer th {
    border: 1px solid #3B4D5D;
    box-shadow: 0 0 5px #3B4D5D;
    border-radius:5px; 
    background-color: #000000;
    background-image: -moz-linear-gradient(left, #000000 0%, #3B4D5D 99%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(99%,#fec356));
    background-image: -webkit-linear-gradient(left, #000000 0%,#3B4D5D 99%);
    background-image: -o-linear-gradient(left, #000000 0%,#3B4D5D 99%);
    background-image: -ms-linear-gradient(left, #000000 0%,#3B4D5D 99%);
    background-image: linear-gradient(left, #000000 0%,#3B4D5D 99%);
}				/* Styl dla nagłówków z gradientem */

h4.mw-specialpagesgroup, .customfont, .infobox th, .customcontainer th {
    font-size: 125%;
    font-weight:bold;
    font-variant:small-caps;
    font-family:Helvetica, sans-serif;
    color:#ede8e8 !important;
    text-shadow: 0 0 0.1em #E10000;
}				/* Styl tekstu dla nagłówków z gradientem */

.customcontainer, .toc, .WikiaRail .module, .WikiaArticleCategories {
    border: 1px solid #3B4D5D !important;
    border-radius:5px;
    background-color:#363535 !important;
}				/* Style dla wybranych bloków */

.infobox {
    width:250px;
    float:right;
    margin:1em 0 1em 1em;
    padding: 3px;
    border-spacing:0px;
}				/* Style dla infoboxów */

.infobox th {
    padding:1px;
}				/* Style dla nagłówków szablonów */

.infobox td {
    font-size:10px;
    border-top:1px solid #808080;
}				/* Style dla komórek szablonów */

/* Udogodnienia od NexGaminga */

/* Ukrycie kategorii na stronie głównej */
.mainpage #catlinks, 
.mainpage .article-categories {display:none !important}
 
/* Ukrycie przycisków dodawanie zdjęć do galerii */
.wikia-photogallery-add { display: none !important; }

/* Ukrycie atrybutów plików */
.WikiaArticle p.attribution {display:none !important;}

/* Przyciski edycji nagłówków */
h2 > .editsection {float:right !important}
h3 > .editsection,
h4 > .editsection,
h5 > .editsection {display:none !important}

/* Kolor tekstu w przycisku "Komentarze" */
.wikia-button.comments.secondary {
color:white;
}

/* Usunięcie odznaczeń z aktywności */
.achievement-in-activity-feed {display: none;}

/* Usunięcie obserwowanych stron z profilu */
.FollowedPagesModule {display: none;}

/* Poprawka dla interwiki i kategorii */
.WikiaArticleCategories,
.WikiaArticleInterlang {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Flagi */
nav.WikiaArticleInterlang {
padding: 1px 1px 1px;
}
.WikiaArticleInterlang a {
	padding-left: 20px;
}
.WikiaArticleInterlang a[href="?interlang=all"] {
	padding-left: 0 !important;
}
.WikiaArticleInterlang a[href *="http://maxpayne.wikia.com"] {
	background: url("http://images.wikia.com/elderscrolls/pl/images/8/85/Flag_en.gif") center left no-repeat;
}
.WikiaArticleInterlang a[href *="http://de.maxpayne.wikia.com"] {
	background: url("http://images.wikia.com/elderscrolls/pl/images/3/34/Flag_de.gif") center left no-repeat;
}
.WikiaArticleInterlang a[href *="http://es.maxpayne.wikia.com"] {
	background: url("http://images.wikia.com/elderscrolls/pl/images/9/9a/Flag_es.gif") center left no-repeat;
}
.WikiaArticleInterlang a[href *="http://ru.maxpayne.wikia.com"] {
	background: url("http://images.wikia.com/elderscrolls/pl/images/8/88/Flag_ru.gif") center left no-repeat;
Advertisement