MediaWiki:Common.css

Z SocjoWiki
(Różnice między wersjami)
 
Linia 137: Linia 137:
 
   
 
   
 
@media print {
 
@media print {
 
 
#catlinks { display: none; }
 
#catlinks { display: none; }
 
}
 
}

Aktualna wersja na dzień 16:48, 9 mar 2013

/* Tutaj nic nie zmieniamy! */

#hr-50 {
 height:1px;
 width:40%;
 background-color:#996600;
 border:0px;
 align:left;
}

span.kolor {
	color:red;
}

tlo-wiersz {
	background:#ffffcc;
}

#picture {
	float:left;
	width: 100px;
}
/* universalna ramka zamiast szablonu border */
bodyContent.ramka {
	display:table-cell;
	border-collapse:collapse;
	border:1px solid #BBB;
}
/* zapobieganie rozjeżdżaniu stron */
#bodyContent pre {overflow:auto}
 
table.prettytable { 
  border-collapse: collapse; 
  background: #f9f9f9; 
  margin-left: 10px; 
  margin-right: 10px; 
  margin-top: 5px; 
  margin-bottom: 5px; 
  padding: 5px;
  vertical-align: top;
} 
 
table.prettytable td,
table.prettytable th 
{ 
  border: 1px solid #ccc; 
  text-align: left;
}
 
table.prettytable th
{
  background: #efefef;
  font-weight: bold;
  text-align: center;
}
 

/* klasa wikitable dla ładniejszego wyglądu tabelek */
table.wikitable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
table.wikitable tbody {
	background: #fff;
}
 
table.wikitable th, table.wikitable td {
	border: 1px #aaa solid;
	padding: 0.2em;
}
 
table.wikitable th {
	background: #f2f2f2;
	text-align: center;
}
 
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
}
ol.references > li:target {
	background-color: #DEF;
}

/* przyciski dodawania opisów */
.userSummaryButtons a, #userSummaryButtons a {
	background: #cfc;
	border: 1px dotted #090;
	padding: 0 2px;
	margin: 2px;
	cursor: pointer;
	font-size: 80%;
	line-height: 17px;
	color: black;
	white-space: nowrap;

/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
ol.references > li:target {
	background-color: #DEF;
}
/* ukrywania menu
#mw-panel{ display: none !important; }
#content{ margin-left: 0 !important; }

/* przyciski dodawania opisów */
.userSummaryButtons a, #userSummaryButtons a {
	background: #cfc;
	border: 1px dotted #090;
	padding: 0 2px;
	margin: 2px;
	cursor: pointer;
	font-size: 80%;
	line-height: 17px;
	color: black;
	white-space: nowrap;
}
.userSummaryButtons a:hover, #userSummaryButtons a:hover {
	background: #bfb;
	border: 1px solid #9c9;
	text-decoration:none;
}

/* poprawne wyświetlanie tytułów z indeksami z użyciem szablonu {{małą literą}} */
.firstHeading {
	line-height: 1.2em

/* [[Szablon:DivRamka]] i [[Szablon:Ramka]] */
.szablonRamka h2 {
font: 13pt Verdana,sans-serif; font-weight:bold;
padding: 5px; margin: 0;
border-bottom:1px solid #aaaaaa;
}
 
/* żeby nie drukowały się kategorie */
 
@media print {
#catlinks { display: none; }
}
 
pre {
        border: 1px solid #2f6fab;
        font-size: 110%;
}
 
tt {
        font-size: 110%;
}
 
code {
     background: transparent;
}
 
/* Przypisy */
ol.references {font-size:85%}
Osobiste