source: trunk/www.guidonia.net/wp/wp-content/plugins/wordpress-google-seo-positioner/css/style.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.3 KB
Line 
1@charset "utf-8";
2/* CSS Document */
3a.remove-link {
4 text-decoration: none;
5 border: none;
6}
7input.wide {
8 width: 350px;
9}
10table.list th {
11 text-align: left;
12 color: #000000;
13}
14table.list td {
15 border-bottom: 1px solid #DEDEDE;
16 padding: 3px;
17 vertical-align: top;
18}
19table.options th {
20 text-align: right;
21 color: #000000;
22}
23table.options td {
24 border-bottom: 1px solid #DEDEDE;
25 padding: 3px;
26 vertical-align: top;
27}
28table#resulttable, table#subresulttable {
29 width: 100%;
30 border: 0px;
31}
32table#resulttable th, table#resulttable td {
33 border-bottom: 1px solid #DEDEDE;
34 padding: 3px;
35 vertical-align: top;
36}
37table#subresulttable th, table#subresulttable td {
38 border-bottom: none;
39 padding: 3px;
40 vertical-align: top;
41}
42span.position {
43 font-size: 14px;
44 font-weight: bold;
45}
46div.success {
47 color: #006600;
48 background-color: #B9FFB9;
49 border: 1px solid #006600;
50 padding: 10px;
51 margin: 2px 0px 2px 0px;
52}
53div.error {
54 color: #FF0000;
55 background-color: #FFE6E6;
56 border: 1px solid #FF0000;
57 padding: 10px;
58 margin: 2px 0px 2px 0px;
59}
60div.message {
61 color: #333333;
62 background-color: #FFFFA6;
63 border: 1px solid #CCCCCC;
64 padding: 10px;
65 margin: 2px 0px 2px 0px;
66}
67span.keyword {
68 color: #990000;
69 font-weight: bold;
70 font-size: 12px;
71}
72span.small {
73 color: #333;
74 font-weight: normal;
75 font-size: 10px;
76}
77span.big {
78 color: #333;
79 font-weight: normal;
80 font-size: 18px;
81}
Note: See TracBrowser for help on using the repository browser.