Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / wicd / resources / main.css
blob7f8d8694e130c393c6040ae8f1de296200d9104b
1 body,html {
2 font-family:Arial,Helvetica,sans-serif;
5 body{
6 width:94%;
7 margin-left:6%;
10 .buttons{
11 width:92%;
12 max-width:20cm;
13 height:3cm;
16 h1{
17 width:92%;
18 max-width:20cm;
19 font-size:1.6em;
20 margin-top:1.2em;
21 margin-bottom:0;
24 h2{
25 width:92%;
26 max-width:20cm;
27 font-size:1.2em;
28 font-style:italic;
29 margin-top:1em;
30 padding-top:1em;
31 margin-bottom:0.8em;
32 border-top: thin dotted #000;
35 h4{
36 margin-top:0;
37 font-style:italic;
38 font-size:0.9em;
42 font-family:Georgia,Times,serif;
43 font-size:0.9em;
44 width:92%;
45 max-width:20cm;
46 margin-top:0.2em;
47 margin-bottom:0.4em;
50 table{
51 font-size:0.9em;
52 margin-right:40px;
55 th{
56 font-family:Georgia,Times,serif;
57 font-size:1.2em;
60 td,th{
61 padding:8px;
62 margin:2px;
63 max-width:160px;
66 td a{
67 font-size:1.2em;
68 font-weight:bold;
72 color:#006;
74 a:hover{
75 color:#00F;
77 a:focus{
78 color:#00F;
80 a:visited{
81 color:#669;
82 text-decoration:none;
84 a.index{
85 color:#006;
87 a.index:hover{
88 color:#00F;
90 a.index:focus{
91 color:#00F;
93 a.index:visited{
94 text-decoration:underline;
97 ul{
98 font-family:Georgia,Times,serif;
99 margin:0;
100 padding:0;
101 font-size:0.9em;
105 font-family:Georgia,Times,serif;
106 font-size:0.9em;
109 .red{
110 color:red
113 .navi{
114 color:#1C2F3A;
115 background:#1C2F3A;
116 text-align:center;
117 font-size:0.9em;
118 width:92%;
119 max-width:20cm;
120 padding-top:1em;
121 padding-bottom:1em;
122 margin-top:0.2em;
123 margin-bottom:0.4em;
126 .navi a{
127 margin-right:12px;
128 color:#DDE;
131 .navi a:hover{
132 color:#FFF;
135 .navi a:visited{
136 text-decoration:underline;