MediaWiki: Common.css

Uit Wiki HOVUmc
Ga naar: navigatie, zoeken
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
td.clickablecell a {
    display:block;
    width:100%;
}

span.infobox-titel a {
	color: white;
}
span.infobox-titel-competentie a {
	color: black;
}

/*  Infobox met gekleurde rand */

table.infobox { 
	float:right;
	margin-left: 10px;
	margin-right: 1px;
    border: 1px solid
}
table.infobox.huisarts1 {border: #4ea24e;}
table.infobox.klin {border: 1px solid #228b22;}
table.infobox.cz {border: 1px solid #4aa6ff;}
table.infobox.ggz {border: 1px solid #1c86ee;}
table.infobox.huisarts2 {border: 1px solid #1874cd;}
table.infobox.ll-kort {border: 1px solid YellowGreen;}
table.infobox th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	color: white;
	font-size: 150%;
}
table.infobox.huisarts1 th {background-color: #4ea24e;}
table.infobox.klin th {background-color: #228b22;}
table.infobox.cz th {background-color: #4aa6ff;}
table.infobox.ggz th {background-color: #1c86ee;}
table.infobox.huisarts2 th {background-color: #1874cd;}
table.infobox.ll-kort th {background-color: YellowGreen;}


table.infobox tr {
	border: 1px solid;
	font-size: 100%;
}
table.infobox.huisarts1 tr {border: 1px solid #4ea24e;}
table.infobox.klin tr {border: 1px solid #228b22;}
table.infobox.cz tr {border: 1px solid #4aa6ff;}
table.infobox.ggz tr {border: 1px solid #1c86ee;}
table.infobox.huisarts2 tr {border: 1px solid #1874cd;}
table.infobox.ll-kort tr {border: 1px solid YellowGreen;}

table.infobox td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

/** Leerlijn infobox */

table.infobox-leerlijn-professionaliteit { 
	float:right;
	margin-left: 10px;
	border: 1px solid DimGray;
}
table.infobox-leerlijn-leerlijn-professionaliteit th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: LemonChiffon;
	color: black;
	font-size: 150%;
}
table.infobox-leerlijn-leerlijn-professionaliteit tr {
	border: 1px solid DimGray;
	font-size: 100%;
}
table.infobox-leerlijn-leerlijn-professionaliteit td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-korte-episode-zorg { 
	float:right;
	margin-left: 10px;
	border: 1px solid YellowGreen;
}
table.infobox-leerlijn-korte-episode-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: YellowGreen;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-korte-episode-zorg tr {
	border: 1px solid YellowGreen;
	font-size: 100%;
}
table.infobox-leerlijn-korte-episode-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-Leerlijn-spoedeisende-zorg { 
	float:right;
	margin-left: 10px;
	border: 1px solid ForestGreen;
}
table.infobox-Leerlijn-spoedeisende-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: ForestGreen;
	color: white;
	font-size: 150%;
}
table.infobox-Leerlijn-spoedeisende-zorg tr {
	border: 1px solid ForestGreen;
	font-size: 100%;
}
table.infobox-Leerlijn-spoedeisende-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-chronische-zorg { 
	float:right;
	margin-left: 10px;
	border: 1px solid LightSeaGreen;
}
table.infobox-leerlijn-chronische-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: LightSeaGreen;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-chronische-zorg tr {
	border: 1px solid LightSeaGreen;
	font-size: 100%;
}
table.infobox-leerlijn-chronische-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-complexe-ouderenzorg { 
	float:right;
	margin-left: 10px;
	border: 1px solid DodgerBlue;
}
table.infobox-leerlijn-complexe-ouderenzorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: DodgerBlue;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-complexe-ouderenzorg tr {
	border: 1px solid DodgerBlue;
	font-size: 100%;
}
table.infobox-leerlijn-complexe-ouderenzorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-zorg-voor-het-kind { 
	float:right;
	margin-left: 10px;
	border: 1px solid DarkMagenta;
}
table.infobox-leerlijn-zorg-voor-het-kind th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: DarkMagenta;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-zorg-voor-het-kind tr {
	border: 1px solid DarkMagenta;
	font-size: 100%;
}
table.infobox-leerlijn-zorg-voor-het-kind td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-psychische-klachten { 
	float:right;
	margin-left: 10px;
	border: 1px solid Crimson;
}
table.infobox-leerlijn-psychische-klachten th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: Crimson;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-psychische-klachten tr {
	border: 1px solid Crimson;
	font-size: 100%;
}
table.infobox-leerlijn-psychische-klachten td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-solk { 
	float:right;
	margin-left: 10px;
	border: 1px solid OrangeRed;
}
table.infobox-leerlijn-solk th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: OrangeRed;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-solk tr {
	border: 1px solid OrangeRed;
	font-size: 100%;
}
table.infobox-leerlijn-solk td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-palliatieve-zorg { 
	float:right;
	margin-left: 10px;
	border: 1px solid DarkOrange;
}
table.infobox-leerlijn-palliatieve-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: DarkOrange;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-palliatieve-zorg tr {
	border: 1px solid DarkOrange;
	font-size: 100%;
}
table.infobox-leerlijn-palliatieve-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-preventie { 
	float:right;
	margin-left: 10px;
	border: 1px solid Gold;
}
table.infobox-leerlijn-preventie th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: Gold;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-preventie tr {
	border: 1px solid Gold;
	font-size: 100%;
}
table.infobox-leerlijn-preventie td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-praktijkmanagement { 
	float:right;
	margin-left: 10px;
	border: 1px solid LightSlateGray;
}
table.infobox-leerlijn-praktijkmanagement th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: LightSlateGray;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-praktijkmanagement tr {
	border: 1px solid LightSlateGray;
	font-size: 100%;
}
table.infobox-leerlijn-praktijkmanagement td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-professionaliteit { 
	float:right;
	margin-left: 10px;
	border: 1px solid Honeydew;
}
table.infobox-leerlijn-professionaliteit th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: Honeydew;
	color: black;
	font-size: 150%;
}
table.infobox-leerlijn-professionaliteit tr {
	border: 1px solid Honeydew;
	font-size: 100%;
}
table.infobox-leerlijn-professionaliteit td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.infobox-leerlijn-apc{ 
	float:right;
	margin-left: 10px;
	border: 1px solid LavenderBlush;
}
table.infobox-leerlijn-apc th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: LavenderBlush;
	color: black;
	font-size: 150%;
}
table.infobox-leerlijn-apc tr {
	border: 1px solid LavenderBlush;
	font-size: 100%;
}
table.infobox-leerlijn-apc td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}
/* vanaf hier tot onderaan moet worden vervangen in de bouwsteen infobox met bovenstaande */
table.bouwstenen-leerlijn-korte-episode-zorg { 
	border: 1px solid YellowGreen;
	width: 100%;
}
table.bouwstenen-leerlijn-korte-episode-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: YellowGreen;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-korte-episode-zorg tr {
	border: 1px solid YellowGreen;
	font-size: 100%;
}
table.bouwstenen-leerlijn-korte-episode-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-spoedeisende-zorg { 
	border: 1px solid ForestGreen;
	width: 100%;
}
table.bouwstenen-leerlijn-spoedeisende-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: ForestGreen;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-spoedeisende-zorg tr {
	border: 1px solid ForestGreen;
	font-size: 100%;
}
table.bouwstenen-leerlijn-spoedeisende-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-chronische-zorg { 
	border: 1px solid LightSeaGreen;
	width: 100%;
}
table.bouwstenen-leerlijn-chronische-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: LightSeaGreen;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-chronische-zorg tr {
	border: 1px solid LightSeaGreen;
	font-size: 100%;
}
table.bouwstenen-leerlijn-chronische-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-complexe-ouderenzorg { 
	border: 1px solid DodgerBlue;
    width: 100%;
}
table.bouwstenen-leerlijn-complexe-ouderenzorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: DodgerBlue;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-complexe-ouderenzorg tr {
	border: 1px solid DodgerBlue;
	font-size: 100%;
}
table.bouwstenen-leerlijn-complexe-ouderenzorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-zorg-voor-het-kind { 
	border: 1px solid DarkMagenta;
    width: 100%;
}
table.bouwstenen-leerlijn-zorg-voor-het-kind th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: DarkMagenta;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-zorg-voor-het-kind tr {
	border: 1px solid DarkMagenta;
	font-size: 100%;
}
table.bouwstenen-leerlijn-zorg-voor-het-kind td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-psychische-klachten { 
	border: 1px solid Crimson;
    width: 100%;
}
table.bouwstenen-leerlijn-psychische-klachten th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: Crimson;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-psychische-klachten tr {
	border: 1px solid Crimson;
	font-size: 100%;
}
table.bouwstenen-leerlijn-psychische-klachten td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-solk { 
	border: 1px solid OrangeRed;
    width: 100%;
}
table.bouwstenen-leerlijn-solk th {
	height:50px;
	width:100%;
	vertical-align: middle;
	text-align:center; 
	background-color: OrangeRed;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-solk tr {
	border: 1px solid OrangeRed;
	font-size: 100%;
}
table.bouwstenen-leerlijn-solk td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}


table.bouwstenen-leerlijn-palliatieve-zorg { 
	border: 1px solid DarkOrange;
	width: 100%;
}
table.bouwstenen-leerlijn-palliatieve-zorg th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: DarkOrange;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-palliatieve-zorg tr {
	border: 1px solid DarkOrange;
	font-size: 100%;
}
table.bouwstenen-leerlijn-palliatieve-zorg td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-preventie { 
	border: 1px solid Gold;
	width: 100%;
}
table.bouwstenen-leerlijn-preventie th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: Gold;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-preventie tr {
	border: 1px solid Gold;
	font-size: 100%;
}
table.bouwstenen-leerlijn-preventie td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}

table.bouwstenen-leerlijn-praktijkmanagement { 
	border: 1px solid #778899;
	width: 100%;
}
table.bouwstenen-leerlijn-praktijkmanagement th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: #778899;
	color: white;
	font-size: 150%;
}
table.bouwstenen-leerlijn-praktijkmanagement tr {
	border: 1px solid #778899;
	font-size: 100%;
}
table.bouwstenen-leerlijn-praktijkmanagement td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 100%;
}