]> Wikimedia Canada | Git repositories - paypal.git/blob - wmca.css
Update README with background information
[paypal.git] / wmca.css
1 html {
2 font-size: 62.5%;
3 }
4
5 body {
6 background-color: #F3F3F3;
7 font-family: sans-serif;
8 font-size: 1.6rem;
9 /* =16px */
10 }
11
12 img.logo {
13 margin: 0 15px 0 0;
14 }
15
16 h1 {
17 font-size: 2.4rem;
18 /* =24px */
19 line-height: 1.125em;
20 padding-bottom: 1em;
21 padding-top: 0.125em;
22 border-bottom: 1px solid #AAA
23 }
24
25 h2 {
26 font-weight: bold;
27 font-size: 1.3em;
28 }
29
30 h3 {
31 font-weight: bold;
32 line-height: 1.5em
33 }
34
35 table.layout {
36 margin: 50px 15px 25px 0;
37 }
38
39 td {
40 vertical-align: top;
41 }
42
43 td.joinbox {
44 background-color: #CCE7CD;
45 border: 1px solid #5EAC58;
46 padding: 1em;
47 }
48
49 td.main {
50 padding-right: 2em;
51 }
52
53 p.notice {
54 font-size: 75%;
55 }
56
57 fieldset {
58 border-width: 0px;
59 position:relative;
60 padding-top: 30px;
61 }
62
63 legend {
64 text-align:left;
65 position:absolute;
66 top: 10px;
67 left: -5px;
68 }
69
70 .paypal_btn {
71 display: inline-block;
72 border-radius: 999px;
73 text-align: center;
74 font-family: inherit;
75 font-size: 2.4rem;
76 font-weight: bold;
77 color: #000;
78 text-align: center;
79 padding: 10px 14px;
80 margin: 3px;
81 background: #339966;
82 cursor: pointer;
83 outline: none;
84 border: 0px;
85 width: 200px;
86 height: 55px;
87 }
88
89 .paypal_btn:hover {
90 background: #FEE2AA;
91 border: 3px solid #569;
92 }
93
94 .paypal_btn:focus {
95 background: #FEE2AA;
96 border: 3px solid #569;
97 }
98
99 /*table {
100 border-collapse: collapse;
101 }
102 th, td {
103 border: 3px solid orange;
104 }*/