MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Wiki The-West PL
Przejdź do nawigacji
Nie podano opisu zmian
Nie podano opisu zmian
Linia 51: Linia 51:
/* edycja Darius II - w razie problemów kontakt lub skasować :) */
/* edycja Darius II - w razie problemów kontakt lub skasować :) */


#wrapper { width: 1100px; } /* szerokość wiki */
#wrapper { width: 1200px; } /* szerokość wiki */
#container { width: 800px; } /* szerokość boksu z treścią */
#container { width: 900px; } /* szerokość boksu z treścią */
/* dopasowanie grafiki */
/* dopasowanie grafiki */
#contentTop { width: 800px; background-size: 100% 77px; }
#contentTop { width: 900px; background-size: 100% 77px; }
#west_pl_hints_container { width: 770px!important; background-size: 100%!important; }
#west_pl_hints_container { width: 870px!important; background-size: 100%!important; }
#content { width: 770px; background-size: 100%; }
#content { width: 870px; background-size: 100%; }
#contentFooter { background-size: 101%; }
#contentFooter { background-size: 101%; }
/* /dopasowanie grafiki */
/* /dopasowanie grafiki */
/* koniec mojej edycji */
/* koniec mojej edycji */

Wersja z 18:46, 7 wrz 2014

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

/* wikitable */
table.wikitable {
   width: 100%;
   border: 1px solid black;
   border-collapse: collapse;
   background-color: #F2D494;
   color: black;
}
table.wikitable th {
   border: 1px solid black;
   padding: 5px;
   background-color: #BA9B72;
   color: black;
}
table.wikitable td {
   border: 1px solid black;
   padding: 5px;
   color: black;
}


/* Rozmiary nagłówków */
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #97855e;
}
h1 { font-size:24px; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; font-weight: bold;}
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 120%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 110%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

/* edycja Darius II - w razie problemów kontakt lub skasować :) */

#wrapper { width: 1200px; } /* szerokość wiki */
#container { width: 900px; } /* szerokość boksu z treścią */
/* dopasowanie grafiki */
#contentTop { width: 900px; background-size: 100% 77px; }
#west_pl_hints_container { width: 870px!important; background-size: 100%!important; }
#content { width: 870px; background-size: 100%; }
#contentFooter { background-size: 101%; }
/* /dopasowanie grafiki */
/* koniec mojej edycji */