Ero sivun ”Järjestelmäviesti:Common.css” versioiden välillä

Kohteesta PiraattiWiki
Loikkaa: valikkoon, hakuun
(formatting)
 
Rivi 14: Rivi 14:
 
   background-image: url('http://wiki.piraattipuolue.fi/images/6/61/Progress-block-green-1px.png');  
 
   background-image: url('http://wiki.piraattipuolue.fi/images/6/61/Progress-block-green-1px.png');  
 
   background-repeat: repeat-x;
 
   background-repeat: repeat-x;
 +
}
 +
 +
 +
/* Wikitable (Prettytable) class for skinning normal tables, http://www.mwusers.com/forums/showthread.php?14083-Css-how-to-install-common-css-gt-wikitable */
 +
table.wikitable,
 +
table.prettytable {
 +
margin: 1em 1em 1em 0;
 +
background: #f9f9f9;
 +
border: 1px #aaaaaa solid;
 +
border-collapse: collapse;
 +
empty-cells: show;
 +
}
 +
table.wikitable th, table.wikitable td,
 +
table.prettytable th, table.prettytable td {
 +
border: 1px #aaaaaa solid;
 +
padding: 0.2em 0.4em;
 +
}
 +
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
 +
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
 +
background: #8da7d6;
 +
text-align: center;
 +
}
 +
table.wikitable td.hl1, table.wikitable th.hl1,
 +
table.prettytable td.hl1, table.wikitable th.hl1 {
 +
background: #c5d8fc;
 +
text-align: center;
 +
}
 +
table.wikitable td.hl2, table.wikitable th.hl2,
 +
table.prettytable td.hl2, table.wikitable th.hl2 {
 +
background: #a7c1f2;
 +
text-align: center;
 +
}
 +
table.wikitable caption,
 +
table.prettytable caption {
 +
margin-left: inherit;
 +
margin-right: inherit;
 +
font-weight: bold;
 
}
 
}

Nykyinen versio 27. kesäkuuta 2011 kello 13.13

/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */


/* Wikistä ei suoraan voi linkata kuviin, joten tänne piti lisätä CSS luokat kuvallista progress baria varten */

.hienoedistymispalkki_tausta {
  height:26px;
  background-image:url('http://wiki.piraattipuolue.fi/images/9/9e/Progress-block-grey-1px.png'); 
  background-repeat:repeat-x;
}

.hienoedistymispalkki_valmis {
  height:26px;
  background-image: url('http://wiki.piraattipuolue.fi/images/6/61/Progress-block-green-1px.png'); 
  background-repeat: repeat-x;
}


/* Wikitable (Prettytable) class for skinning normal tables, http://www.mwusers.com/forums/showthread.php?14083-Css-how-to-install-common-css-gt-wikitable */
table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
	empty-cells: show;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border: 1px #aaaaaa solid;
	padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
	background: #8da7d6;
	text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.wikitable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}