vstup/css/styl.css
changeset 84 f866267d7b3c
parent 83 b8e5f8f9c77b
child 86 3136e1ad9a5b
equal deleted inserted replaced
83:b8e5f8f9c77b 84:f866267d7b3c
   122 tbody tr:hover {
   122 tbody tr:hover {
   123    background-color: silver;
   123    background-color: silver;
   124    color:black;
   124    color:black;
   125 }
   125 }
   126 
   126 
       
   127 .rot13 span {
       
   128 	color: gray;
       
   129 	font-family: monospace;
       
   130 }
       
   131 
       
   132 .rot13 a {
       
   133 	margin-left: -5px;
       
   134 	color: green;
       
   135 	text-decoration: none;
       
   136 }
       
   137 
       
   138 .rot13 a:hover {
       
   139 	color: red;
       
   140 }
       
   141