forked from patriciarealini/tarot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
77 lines (75 loc) · 1.3 KB
/
stylesheet.css
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
/*
* Colors
*
*
*/
html, body, h1, h2, h3, h4, p, div, ul, li, a {
padding: 0;
border: 0;
margin: 0;
font-size: 100%
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
list-style: none;
text-decoration: none;
}
/**/
@font-face {
}
/* Responsive */
@media screen and (min-width:600px) {
}
body {
background: rgb(195, 181, 194);
}
.backdrop {
width: 100vw;
height: 100vh;
/*
background: url(images/background/starrynightsky.jpg), black;
background-size: cover;
background-repeat: no-repeat;
background-position: fixed;
*/
}
h1, h2 {
text-align: center;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: 100;
color: #000000;
margin-right: 25%;
margin-left: 25%;
padding-top: 10px;
}
#deal:hover {
cursor: url(), auto;
}
.buttons img, .buttons input {
display: block;
margin-left: auto;
margin-right: auto;
padding: 5px;
}
.buttons img {
height: 200px;
}
.buttons input {
margin-bottom: 20px;
background-color: transparent;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: 100;
font-size: 20px;
color: #000000;
padding-left: 20px;
padding-right: 20px;
border: 2px solid black;
}
#hand img {
margin: 7px;
height: 225px;
border: 10px solid rgb(255, 255, 255);
border-radius: 10px;
}
.orientationDown {
transform: rotate(180deg);
}