Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1792 → Rev 1793

/website/style.css
88,22 → 88,16
font-size: 0.9em;
}
 
a:link { /* unvisited link */
color: #008; text-decoration: none;
a:link, a:visited, a:active { /* unvisited, visited link, selected link */
color: #00e; text-decoration: none;
}
 
a:visited { /* visited link */
color: #008; text-decoration: none;
}
 
a:hover { /* mouse over link */
color: #00F; text-decoration: none;
color: #00e; text-decoration: none;
background-color: #e2faff;
border-radius: 0.25em;
}
 
a:active { /* selected link */
color: #008; text-decoration: none;
}
 
a.mateusz {
color: inherit; text-decoration: none;
}