MediaWiki: Common.css: verschil tussen versies

Uit Wiki HOVUmc
Ga naar: navigatie, zoeken
k
k
Regel 94: Regel 94:
 
table.infobox.leerlijn-intercult tr {border: 1px solid #a2a9b1;}
 
table.infobox.leerlijn-intercult tr {border: 1px solid #a2a9b1;}
  
 +
table.infobox td {
 +
padding-top: 5px;
 +
padding-bottom: 0px;
 +
padding-left: 5px;
 +
padding-right: 5px;
 +
vertical-align: top;
 +
font-size: 100%;
 +
}
  
 
/** bouwstenen infobox */
 
/** bouwstenen infobox */

Versie van 26 jul 2018 om 14:02

/** 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  */
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.leerlijn-kort {border: 1px solid YellowGreen;}
table.infobox.leerlijn-spoed {border: 1px solid ForestGreen;}
table.infobox.leerlijn-chron {border: 1px solid LightSeaGreen;}
table.infobox.leerlijn-ouderen {border: 1px solid DodgerBlue;}
table.infobox.leerlijn-kind {border: 1px solid DarkMagenta;}
table.infobox.leerlijn-psych {border: 1px solid Crimson;}
table.infobox.leerlijn-solk {border: 1px solid OrangeRed;}
table.infobox.leerlijn-pall {border: 1px solid DarkOrange;}
table.infobox.leerlijn-preventie {border: 1px solid Gold;}
table.infobox.leerlijn-praktijk {border: 1px solid LightSlateGray;}
table.infobox.leerlijn-apc {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-wetenschap {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-ethiek {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-prof {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-intercult {border: 1px solid #a2a9b1;}

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.leerlijn-kort th {background-color: YellowGreen;}
table.infobox.leerlijn-spoed th {background-color: ForestGreen;}
table.infobox.leerlijn-chron th {background-color: LightSeaGreen;}
table.infobox.leerlijn-ouderen th {background-color: DodgerBlue;}
table.infobox.leerlijn-kind th {background-color: DarkMagenta;}
table.infobox.leerlijn-psych th {background-color: Crimson;}
table.infobox.leerlijn-solk th {background-color: OrangeRed;}
table.infobox.leerlijn-pall th {background-color: DarkOrange;}
table.infobox.leerlijn-preventie th {background-color: Gold;}
table.infobox.leerlijn-praktijk th {background-color: LightSlateGray;}
table.infobox.leerlijn-apc th {background-color: Seashell; color: #222;}
table.infobox.leerlijn-wetenschap th {background-color: AliceBlue; color: #222;}
table.infobox.leerlijn-ethiek th {background-color: Honeydew; color: #222;}
table.infobox.leerlijn-prof th {background-color: LavenderBlush; color: #222;}
table.infobox.leerlijn-intercult th {background-color: WhiteSmoke; color: #222;}

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.leerlijn-kort tr {border: 1px solid YellowGreen;}
table.infobox.leerlijn-spoed tr {border: 1px solid ForestGreen;}
table.infobox.leerlijn-chron tr {border: 1px solid LightSeaGreen;}
table.infobox.leerlijn-ouderen tr {border: 1px solid DodgerBlue;}
table.infobox.leerlijn-kind tr {border: 1px solid DarkMagenta;}
table.infobox.leerlijn-psych tr {border: 1px solid Crimson;}
table.infobox.leerlijn-solk tr {border: 1px solid OrangeRed;}
table.infobox.leerlijn-pall tr {border: 1px solid DarkOrange;}
table.infobox.leerlijn-preventie tr {border: 1px solid Gold;}
table.infobox.leerlijn-praktijk tr {border: 1px solid LightSlateGray;}
table.infobox.leerlijn-apc tr {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-wetenschap tr {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-ethiek tr {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-prof tr {border: 1px solid #a2a9b1;}
table.infobox.leerlijn-intercult tr {border: 1px solid #a2a9b1;}

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

/** bouwstenen 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%;
}
/* 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%;
}