-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc02.css
More file actions
127 lines (108 loc) · 2.38 KB
/
Copy pathc02.css
File metadata and controls
127 lines (108 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
html {
height: 100%;}
body {
background-color: #b6a996;
background: url('../images/hobart.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: helvetica, arial, sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
text-align: center;
min-height: 100%;}
#content {
background-color: #fff;
border: 3px double #31373f;
color: #31373f;
display: inline-block;
padding: 30px 50px;
margin: 20px auto 50px auto;
max-width: 580px;
min-height: 4em;
overflow: auto;
text-align: center;}
h1, h2 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;}
h1 {
width: 278px;
height: 112px;
margin: 0 auto 0 auto;
padding-top: 40px;
background: url('../images/elderflower-logo.png') no-repeat bottom center;}
h2 {
width: 286px;
height: 18px;
margin: 0 auto 20px auto;
background: url('../images/custom-sign.png') no-repeat center center;}
#title {
font-size: 120%;
font-weight: bold;}
#cost, .action {
background-color: #f84c53;
color: #fff;
width: auto;
height: 1em;
padding: 0.5em 0.75em;
float: right;}
#cost {
position: relative;
top: 1em;
right: 2em;}
.action {
position: relative;
top: 1.3em;
right: -2.3em;}
#note {
background-color: #31373f;
border-radius: 0.5em;
color: #e3bb5a;
padding: 0.5em 1em;
margin-top: 1em;
text-transform: uppercase;
display: inline-block;}
a {
color: #e3bb5a;
text-decoration:none;}
.true, .false {
background: url("../images/tick-cross.png");
display: block;
float:right;
height: 25px;
width: 25px;}
.false {
background-position: 0 -25px;}
.message {
font-weight: bold;
line-height: 1.5em;
height: 2em;
display: block;
clear: left;
min-width: 10em;}
.message span {
font-weight: normal;}
.number {
text-align: left;}
table {
margin: 20px 100px 0 100px;}
tr td:first-child {
font-weight: bold;
padding-right: 20px;}
body:before, body:after {
content: "";
position: fixed;
background: #fff;
left: 0;
right: 0;
height: 20px;}
body:before {
top: 0;}
body:after {
bottom: 0;}
body {
border-left: 20px solid #fff;
border-right: 20px solid #fff;}