Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
A, A:active, A:visited {
2
  color: black;
3
}
4
A:hover {
5
  color: red;
6
}
7
.cssShoutBox {
8
 	border: 2px inset #EEEEEE;
9
}
10
.cssShoutForm {
11
  font-family: MS Sans Serif, Arial, Helvetica;
12
  font-size: 10px;
13
 	background-color: #F8F8E8;
14
 	border: 2px inset #EEEEEE;
15
}
16
.cssShoutButton {
17
  font-family: MS Sans Serif, Arial, Helvetica;
18
  font-size: 10px;
19
}
20
.cssShoutText {
21
  font-family: MS Sans Serif, Arial, Helvetica;
22
  font-size: 10px;
23
}
24
.cssSmall {
25
  font-family: Arial, Helvetica;
26
  font-size: 9px;
27
}