MediaWiki:Common.css
Z Encyklopédia zdravotnej sestry
(Rozdiel medzi revíziami)
| 23 medziľahlých revízií od jedného používateľa nie je zobrazených. | |||
| Riadok 1: | Riadok 1: | ||
| − | + | body.page-Hlavná_stránka h1.firstHeading { display:none} | |
| − | + | body.page-PH h1.firstHeading { display:none } | |
| + | a.m{font:bold 90% arial;color:white} | ||
| + | table.m{position:absolute;visibility:hidden;background:#0066ff;text-align:left} | ||
| + | td.menu{width:10%;text-align:center;background:#0066ff;padding:0;border:0;margin:0;height:16px} | ||
| + | |||
| + | .r{font:bold 120% arial} | ||
| + | |||
| + | .r1{font:90% arial;line-height:90%;padding:0;} | ||
| + | |||
| + | /* ----- info start */ | ||
.infobox { | .infobox { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
| Riadok 58: | Riadok 67: | ||
} | } | ||
| + | /*----------- info end */ | ||
| + | |||
| + | .inf { | ||
| + | border: 1px solid #aaa; | ||
| + | background-color: #f9f9f9; | ||
| + | color: black; | ||
| + | margin-bottom: 0.5em; | ||
| + | margin-left: 1em; | ||
| + | padding: 0.2em; | ||
| + | float: right; | ||
| + | clear: right; | ||
| + | } | ||
| + | .inf td, | ||
| + | .inf th { | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | .inf caption { | ||
| + | font-size: larger; | ||
| + | margin-left: inherit; | ||
| + | } | ||
| + | .inf.bordered { | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | .inf.bordered td, | ||
| + | .inf.bordered th { | ||
| + | border: 1px solid #aaa; | ||
| + | } | ||
| + | .inf.bordered .borderless td, | ||
| + | .inf.bordered .borderless th { | ||
| + | border: 0; | ||
| + | } | ||
| + | |||
| + | .inf.sisterproject { | ||
| + | width: 20em; | ||
| + | font-size: 90%; | ||
| + | } | ||
| + | |||
| + | @media print { | ||
| + | .inf.sisterproject { | ||
| + | display: none; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | /* styles for bordered inf with merged rows */ | ||
| + | .inf.bordered .mergedtoprow td, | ||
| + | .inf.bordered .mergedtoprow th { | ||
| + | border: 0; | ||
| + | border-top: 1px solid #aaa; | ||
| + | border-right: 1px solid #aaa; | ||
| + | } | ||
| + | |||
| + | .inf.bordered .mergedrow td, | ||
| + | .inf.bordered .mergedrow th { | ||
| + | border: 0; | ||
| + | border-right: 1px solid #aaa; | ||
| + | } | ||
| Riadok 75: | Riadok 140: | ||
margin-left: 4px; | margin-left: 4px; | ||
margin-right: 4px; | margin-right: 4px; | ||
| + | text-align: justify | ||
} | } | ||
| Riadok 81: | Riadok 147: | ||
font-size: 70%; | font-size: 70%; | ||
font-weight: bold | font-weight: bold | ||
| − | |||
| − | |||
| − | |||
background: #fff; | background: #fff; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| − | |||
table.t1 caption { | table.t1 caption { | ||
margin-left: 4px; | margin-left: 4px; | ||
| Riadok 94: | Riadok 156: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 100%; | font-size: 100%; | ||
| + | } | ||
| + | |||
| + | table.t2 td { | ||
| + | font-size: 200%; | ||
| + | text-align:center; | ||
| + | } | ||
| + | |||
| + | table.t3 td { | ||
| + | font-size: 150%; | ||
| + | text-align:center; | ||
} | } | ||
| Riadok 112: | Riadok 184: | ||
font-family:verdana | font-family:verdana | ||
} | } | ||
| + | |||
| + | span.a { | ||
| + | font:bold 120% verdana; | ||
| + | background-color:#00f; | ||
| + | color:#fff; | ||
| + | } | ||
| + | |||
| + | .line{ | ||
| + | background-color:#ccf; | ||
| + | } | ||
| + | .tem1{ | ||
| + | background-color:#00a; | ||
| + | color:#fff; | ||
| + | font:bold 120% verdana; | ||
| + | text-align:center; | ||
| + | } | ||
| + | |||
| + | .tpl1 {border-collapse:collapse;} | ||
| + | |||
| + | .tpl1 table{border-collapse:collapse;text-align:left;float:right} | ||
| + | |||
| + | .tpl1 td, .tpl1 th{border:1px solid black;font:100% arial;padding:0%} | ||
Aktuálna revízia z 19:49, 26. február 2012
body.page-Hlavná_stránka h1.firstHeading { display:none}
body.page-PH h1.firstHeading { display:none }
a.m{font:bold 90% arial;color:white}
table.m{position:absolute;visibility:hidden;background:#0066ff;text-align:left}
td.menu{width:10%;text-align:center;background:#0066ff;padding:0;border:0;margin:0;height:16px}
.r{font:bold 120% arial}
.r1{font:90% arial;line-height:90%;padding:0;}
/* ----- info start */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
@media print {
.infobox.sisterproject {
display: none;
}
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}
/*----------- info end */
.inf {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.inf td,
.inf th {
vertical-align: top;
}
.inf caption {
font-size: larger;
margin-left: inherit;
}
.inf.bordered {
border-collapse: collapse;
}
.inf.bordered td,
.inf.bordered th {
border: 1px solid #aaa;
}
.inf.bordered .borderless td,
.inf.bordered .borderless th {
border: 0;
}
.inf.sisterproject {
width: 20em;
font-size: 90%;
}
@media print {
.inf.sisterproject {
display: none;
}
}
/* styles for bordered inf with merged rows */
.inf.bordered .mergedtoprow td,
.inf.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.inf.bordered .mergedrow td,
.inf.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}
table.t1 {
background: #fff;
border: 1px #000 solid;
border-collapse: collapse;
font-size: 100%;
margin-left: 1px;
margin-right: 1px;
}
table.t1 td {
border: 1px #000 solid;
font-size: 70%;
font-weight: bold;
margin-left: 4px;
margin-right: 4px;
text-align: justify
}
table.t1 th {
border: 1px #000 solid;
font-size: 70%;
font-weight: bold
background: #fff;
text-align: center;
}
table.t1 caption {
margin-left: 4px;
margin-right: 4px;
font-weight: bold;
font-size: 100%;
}
table.t2 td {
font-size: 200%;
text-align:center;
}
table.t3 td {
font-size: 150%;
text-align:center;
}
div.t {
text-align:center;
font-weight:bold;
background-color:#00f;
color:#fff;
font-family:verdana
}
div.t1 {
font-size:80%
}
span.t {
font-weight:bold;
background-color:#00f;
color:#fff;
font-family:verdana
}
span.a {
font:bold 120% verdana;
background-color:#00f;
color:#fff;
}
.line{
background-color:#ccf;
}
.tem1{
background-color:#00a;
color:#fff;
font:bold 120% verdana;
text-align:center;
}
.tpl1 {border-collapse:collapse;}
.tpl1 table{border-collapse:collapse;text-align:left;float:right}
.tpl1 td, .tpl1 th{border:1px solid black;font:100% arial;padding:0%}