Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
BODY.phpshout_body {
2
	background-color:#FFFFFF; /* Background colour of frame */
3
	font-family: Arial, Helvetica, sans-serif;
4
	font-size:11px;
5
}
6
 
7
TABLE.phpshout_table {
8
	background-color:#FFFFFF; /* Background colour of table */
9
	font-family: Arial, Helvetica, sans-serif;
10
	color:#000000; /* Font colour in table */
11
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
12
	border-collapse:collapse;
13
	border: 1px solid #D5D5D5;
14
	font-size:11px;
15
}
16
 
17
TD.phpshout_posts {
18
	padding:3px;
19
	border-bottom-width:1px;
20
	border-bottom-style:solid;
21
	border-bottom-color:#D5D5D5;
22
}
23
 
24
TD.phpshout_form {
25
	padding:3px;
26
}
27
 
28
TH.phpshout_th {
29
	font-family: Arial, Helvetica, sans-serif;
30
	font-size:11px;
31
}
32
 
33
INPUT.textfields {
34
	background-color: #FFFFFF;
35
	color: #000000;
36
	font-family: Arial, Verdana, Helvetica, sans-serif;
37
	font-size: 11px;
38
	width: 130px; /* Expand the text fields accordly with the width of your shoutbox */
39
}
40
 
41
INPUT.buttons {
42
	background-color: #CCCCCC;
43
	color: #000000;
44
	border: 1px ridge #CCCCCC;
45
	font-family: Arial, Verdana, Helvetica, sans-serif;
46
	font-size: 11px;
47
}
48
 
49
P.error {
50
	color: #FF0033;
51
	font-weight: bold;
52
}
53
 
54
A:LINK.phpshout_link { text-decoration:none; color:#006699; }
55
A:VISITED.phpshout_link { text-decoration:none; color:#006699; }
56
A:HOVER.phpshout_link { text-decoration:underline; color:#006699; }
57
 
58
A:LINK img.smilies { border: 0px solid #000000; }
59
A:VISITED img.smilies { border: 0px solid #000000; }
60
A:HOVER img.smilies { border: 0px solid #000000; }