MediaWiki:Common.css

Z Encyklopédia zdravotnej sestry
(Rozdiel medzi revíziami)
Prejsť na: navigácia, hľadanie
Riadok 103: Riadok 103:
 
  font-family:verdana
 
  font-family:verdana
 
}
 
}
 
+
div.t1 {
 +
font-size:80%
 +
}
 
span.t {
 
span.t {
 
  font-weight:bold;
 
  font-weight:bold;

Verzia zo dňa a času 07:37, 21. október 2007

/** Tu sa nachádzajúce CSS sa použije pri všetkých skinoch */

/* Infobox template style */

.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;
}



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;
}

table.t1 th {
  border: 1px #000 solid;
  font-size: 70%;
  font-weight: bold
}

table.t1 th {
  background: #fff;
  text-align: center;
}

table.t1 caption,
table.t1 caption {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold;
  font-size: 100%;
}

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
}
Osobné nástroje