MediaWiki:Common.css

Z DCEwiki
Skočit na navigaci Skočit na vyhledávání

Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.

  • Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
  • Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
  • Internet Explorer / Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5
  • Opera: Stiskněte Ctrl-F5.
/* rozklikavaci tabulky */
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}
/* rozklikavaci tabulky */

/* -----Altera menu----- */
 #obsah_stranky {
padding-top: 60px;
}
 
#altera_menu {
background-color: #3E80BB;
 
}
 
#amy {
background-color: #3E80BB;
color: #B6E2E3;
font-size: 12px;
line-height: 20px;
display: block;
}
 
#amy td {
display: block;
color: #B6E2E3;
text-align: center;
letter-spacing: 1px;
border: none;
border-width: 1px;
border-color: yellow;
}
 
 
#amy td a {
text-decoration: none;
color: #B6E2E3;
display: block;
}
 
#amy th {
display: block;
text-align: center;
text-decoration: none;
}
 
#amy td a:hover, #amy td a.active {
background-color: #0E6DC2;
color: yellow;
border-width: 1px;
border-style: inset;
border-color: black #B6E2E3 black #B6E2E3;
}
/* -----Altera menu-----  */

table.col-1-center td:nth-child(1) { text-align: center; }
table.col-2-center td:nth-child(2) { text-align: center; }
table.col-3-center td:nth-child(3) { text-align: center; }
table.col-4-center td:nth-child(4) { text-align: center; }
table.col-5-center td:nth-child(5) { text-align: center; }
table.col-6-center td:nth-child(6) { text-align: center; }
table.col-7-center td:nth-child(7) { text-align: center; }
table.col-8-center td:nth-child(8) { text-align: center; }
table.col-9-center td:nth-child(9) { text-align: center; }

table.col-1-right td:nth-child(1) { text-align: right; }
table.col-2-right td:nth-child(2) { text-align: right; }
table.col-3-right td:nth-child(3) { text-align: right; }
table.col-4-right td:nth-child(4) { text-align: right; }
table.col-5-right td:nth-child(5) { text-align: right; }
table.col-6-right td:nth-child(6) { text-align: right; }
table.col-7-right td:nth-child(7) { text-align: right; }
table.col-8-right td:nth-child(8) { text-align: right; }
table.col-9-right td:nth-child(9) { text-align: right; }

table.col-1-pass td:nth-child(1) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-2-pass td:nth-child(2) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-3-pass td:nth-child(3) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-4-pass td:nth-child(4) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-5-pass td:nth-child(5) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-6-pass td:nth-child(6) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-7-pass td:nth-child(7) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-8-pass td:nth-child(8) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }
table.col-9-pass td:nth-child(9) { background: repeating-linear-gradient( -45deg, grey 5px, transparent 6px, transparent 9px, grey 10px); }