Subversion Repositories SvarDOS

Rev

Rev 1792 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1792 Rev 1793
Line 86... Line 86...
86
  margin: 0 0 0.5em 0;
86
  margin: 0 0 0.5em 0;
87
  line-height: 1.4em;
87
  line-height: 1.4em;
88
  font-size: 0.9em;
88
  font-size: 0.9em;
89
}
89
}
90
 
90
 
91
a:link { /* unvisited link */
-
 
92
  color: #008; text-decoration: none;
-
 
93
}
-
 
94
 
-
 
95
a:visited { /* visited link */
91
a:link, a:visited, a:active { /* unvisited, visited link, selected link */
96
  color: #008; text-decoration: none;
92
  color: #00e; text-decoration: none;
97
}
93
}
98
 
94
 
99
a:hover { /* mouse over link */
95
a:hover { /* mouse over link */
100
  color: #00F; text-decoration: none;
96
  color: #00e; text-decoration: none;
101
}
-
 
102
 
-
 
103
a:active { /* selected link */
97
  background-color: #e2faff;
104
  color: #008; text-decoration: none;
98
  border-radius: 0.25em;
105
}
99
}
106
 
100
 
107
a.mateusz {
101
a.mateusz {
108
  color: inherit; text-decoration: none;
102
  color: inherit; text-decoration: none;
109
}
103
}