vstup/css/styl.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 31 Dec 2011 18:43:17 +0100
changeset 41 035e690ce9c6
parent 32 6bc25517ac4f
child 42 be907afcf4f6
permissions -rw-r--r--
Zvýrazňování syntaxe: externí zdrojáky v <m:pre/> s atributem odkaz="ano" budou mít odkaz na stažení souboru.
     1 body {
     2     background-color: #3c3b37;
     3     font-family: sans-serif;
     4     text-align: center;
     5     font-size: 16px;
     6 }
     7 
     8 a img {
     9 	border: none;
    10 }
    11 
    12 #tělo {
    13     width: 900px;
    14     text-align: left;
    15     margin: 0 auto;
    16     margin-top: 32px;
    17     margin-bottom: 32px;
    18     background-color: #77bed2;
    19     padding-left: 20px;
    20     padding-right: 20px;
    21     padding-top: 2px;
    22     padding-bottom: 2px;    
    23     border-radius: 8px;
    24 }
    25 
    26 #nabídka {	
    27 	width: 10.3em;
    28 	position: relative;
    29 	left: -20px;
    30 	top: -12px;
    31 	background-color: #3c3b37;
    32 	border-top-right-radius: 8px;
    33 	border-bottom-right-radius: 8px;
    34 	padding-top: 6px;
    35 	padding-bottom: 6px;
    36 	padding-left: 10px;
    37 	list-style-type: none;
    38 	float: left;
    39 }
    40 
    41 #nabídka a {
    42 	color: white;
    43 }
    44 
    45 #nabídka a:hover {
    46 	color: #77bed2;
    47 }
    48 
    49 #text {
    50 	min-height: 400px;
    51 }
    52 
    53 #zápatí {
    54 	font-size: small;
    55 	text-align: center;
    56 }
    57 
    58 pre {
    59 	background-color: #ddf;
    60 	padding: 6px;
    61 	border-radius: 4px;
    62 }
    63 
    64 .zdroják-ke-stažení {
    65 	font-size: 60%;
    66 	margin-top: -20px;
    67 	padding-right: 0px;
    68 	text-align: right;
    69 }
    70 .zdroják-ke-stažení span { 
    71 	background-color: #ddf;
    72 	padding: 5px;
    73 	border-radius: 0px 0px 4px 4px;
    74 	padding-top: 0px;
    75 	padding-bottom: 0px;
    76 }
    77 
    78 .zdroják-ke-stažení a {
    79 	text-decoration: none
    80 }
    81 
    82 .diagram {
    83 	background-color: #ddf;
    84 	padding: 6px;
    85 	border-radius: 4px;
    86 	text-align: center;
    87 	max-width: 100%;
    88 	overflow: auto;
    89 }
    90 
    91 .diagram .nadpis {
    92 	font-size: 60%;
    93 	padding: 4px;
    94 	margin-top: 6px;
    95 	margin-bottom: -6px;
    96 	margin-left: -6px;
    97 	margin-right: -6px;	
    98 	background-color: #d0d0f0;
    99 	border-radius: 0px 0px 4px 4px;
   100 }