Užívateľ:Kandy Talbot/MainCommon.css

Zo stránky Wikislovník

Poznámka: Aby sa zmeny prejavili, po uložení musíte vymazať vyrovnávaciu pamäť vášho prehliadača.

  • Mozilla Firefox / Safari: Držte stlačený Shift a kliknite na Reload alebo stlačte buď Ctrl-F5 alebo Ctrl-R (⌘-R na Mac)
  • Google Chrome: Stlačte Ctrl-Shift-R (⌘-Shift-R na Mac)
  • Internet Explorer: Držte Ctrl a kliknite na Refresh alebo stlačte Ctrl-F5
  • Opera: Stlačte Ctrl-F5.
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: .2em;
   float: right;
   clear: right;
   width: 240px;
   font-size: 90%;
}
.infobox tr {
	vertical-align: top;
}
.infobox caption {
	font-size: larger;
	font-weight: bold;
}
.infobox th {
	background: #f2f2f2;
	text-align: center;
	vertical-align: middle;
}

.infobox caption {
	margin-left: inherit;
	margin-right: inherit;
}

.messagebox {
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	width: 85%;
	margin: 0 auto 1em auto;
	padding: .2em;
	text-align: justify;
}

/* WIKTABLE */
table.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}


/* SHORTTOC */
#shorttoc,
#shorttoc #toc
{
   width: 100%;
}
 
#shorttoc #toc #toctitle,
#shorttoc h2,
#shorttoc ul,
#shorttoc li
{
   float: left;
}
 
#shorttoc #toc span.tocnumber,
#shorttoc #toc .toctoggle
{
   display: none;
}
 
#shorttoc h2,
#shorttoc ul
{
   margin: 0 .5em 0 0;
}
 
#shorttoc li
{
   margin-left: .5em;
}
 
* html #shorttoc td
{
   padding: .5em 0 .5em .5em;
}