ACC SHELL
/*
* === "Timing Information System" stylesheet for results - styles ===
* (c) 2006 Tomas Kubat
*/
/* === obecne vlastnosti ===
* h1 - jmeno serialu
* h2 - místo konání, reg. cislo a info o závodu
* h3 - název konkrétního výsledku
*/
html, body {
background: #FFF;
}
body {
text-align: center;
}
body, h1, h2, h3, div, span, th, td, b, fieldset, input, select, a, a:link, a:hover, a:active, a:visited {
font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
color: #000;
}
h1, h2, h3 {
text-align: center;
}
h1 {
font-size: medium;
}
h2, h3 {
font-size: small;
}
img {
border-width: 0px;
}
/* === do 'table' se generuji vlastni vysledky === */
table {
border-collapse: collapse;
border: 1px solid #D4D0C8;
border-right-color: #808080;
border-bottom-color: #808080;
}
th, td {
border: 1px solid #D4D0C8;
font-size: x-small;
vertical-align: top;
text-align: left;
}
th {
background-color: #EEE;
font-size: small;
}
/* === loga pořádajících asociací, generují se ještě před hlavičkami h1, h2, h3 === */
img#headerLogoLeft {
}
img#headerLogoRight {
}
/* === tanulka s vygenerovanym podposovym vzorem a tabulka s casem vydani === */
table#signature, table#time {
vertical-align: top;
}
table#signature td, table#time td{
}
table#signature i {
}
/* === id dvou obrazku, ktere vykresluji reklamy === */
#jakoubiTiming {
text-align: left;
}
#sponzors {
}
i#generated {
font-size: x-small;
cursor: pointer;
}
/* === řádek pod vlastní tabulkou výsledků, do kterého se generují statistiky === */
i#stats {
font-size: x-small;
}
/*
* === "Timing Information System" stylesheet for results - layout ===
* (c) 2006 Tomas Kubat
*/
/* === obecne vlastnosti ===
* h1 - jmeno serialu
* h2 - místo konání, reg. cislo a info o závodu
* h3 - název konkrétního výsledku
*/
html, body {
padding: 0; margin: 0 auto;
}
body {
margin: 10px;
position: relative;
}
h1, h2, h3 {
margin: 0 auto 5px auto;
position: relative;
}
h3 {
margin-bottom: 22px;
}
/* === do 'table' se generuji vlastni vysledky === */
table {
width: 100%;
margin: 5px 0;
}
table th, table td {
padding: 2px 4px;
}
table th {
padding: 4px 4px;
}
/* === loga pořádajících asociací, generují se ještě před hlavičkami h1, h2, h3 === */
img#headerLogoLeft {
position:absolute;
left: 0px; top: 0px;
}
img#headerLogoRight {
position:absolute;
right: 0px; top: 0px;
}
/* === tanulka s vygenerovanym podposovym vzorem a tabulka s casem vydani === */
table#signature, table#time {
display: none;
}
table#signature i {
}
table#time {
}
i#generated {
position: absolute;
left: 0px;
z-index: 2;
}
/* === id dvou obrazku, ktere vykresluji reklamy === */
#jakoubiTiming {
margin: 16px 0 0 0;
position: absolute; left: 0px;
z-index: 1;
}
#sponzors {
position: absolute; left: 0px;
z-index: 1;
}
/* === řádek pod vlastní tabulkou výsledků, do kterého se generují statistiky === */
i#stats {
position: relative;
float: right;
z-index: 2;
}
ACC SHELL 2018