vstup/css/styl.css
changeset 90 ae439159d833
parent 86 3136e1ad9a5b
child 91 1a70b4045a19
equal deleted inserted replaced
89:86e00409add5 90:ae439159d833
     5 	font-size: 16px;
     5 	font-size: 16px;
     6 }
     6 }
     7 
     7 
     8 a img {
     8 a img {
     9 	border: none;
     9 	border: none;
       
    10 }
       
    11 
       
    12 a:hover {
       
    13 	text-shadow: 1px 1px 1px #eee;
       
    14 }
       
    15 a[href^="https://"]:hover {
       
    16 	text-shadow: 1px 1px 1px #6f6;
       
    17 }
       
    18 a[href^="http://"]:hover {
       
    19 	text-shadow: 1px 1px 1px #66f;
    10 }
    20 }
    11 
    21 
    12 #tělo {
    22 #tělo {
    13 	width: 900px;
    23 	width: 900px;
    14 	text-align: left;
    24 	text-align: left;
    42 	color: white;
    52 	color: white;
    43 }
    53 }
    44 
    54 
    45 #nabídka a:hover {
    55 #nabídka a:hover {
    46 	color: #77bed2;
    56 	color: #77bed2;
       
    57 	text-shadow: none;
    47 }
    58 }
    48 
    59 
    49 #text {
    60 #text {
    50 	min-height: 400px;
    61 	min-height: 400px;
    51 }
    62 }
   114 	padding-top: 4px;
   125 	padding-top: 4px;
   115 	padding-bottom: 4px;
   126 	padding-bottom: 4px;
   116 	padding-left: 6px;
   127 	padding-left: 6px;
   117 	padding-right: 6px;
   128 	padding-right: 6px;
   118 }
   129 }
       
   130 td.číslo {
       
   131 	text-align: right;
       
   132 }
   119 thead tr {
   133 thead tr {
   120 	background: grey;
   134 	background: grey;
   121 	color:black;
   135 	color:black;
   122 }
   136 }
   123 tbody tr:hover {
   137 tbody tr:hover {