-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
97 lines (76 loc) · 1.33 KB
/
main.css
File metadata and controls
97 lines (76 loc) · 1.33 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
body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
color: black;
background: #DEC199;
font-weight: 100;
line-height: 30px;
}
/*.center {
max-width: 500px;
width: 100%;
margin: 0 auto;
position: relative;
}*/
#forma {
background: #996D4A;
padding: 25px;
margin: 100px 0;
border-style: outset;
border-width: 5px;
border-color: #E3C9B1;
box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
fieldset {
border: 0;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#forma input[type="text"],
#forma input[type="number"],
#forma input[type="date"],
#forma input[type="email"],
#forma textarea {
width: 80%;
border: 1px solid gray;
margin: 0 0 5px;
padding: 10px;
}
#forma button[type="submit"] {
cursor: pointer;
width: 40%;
border: none;
background: #9AB396;
color: #fbf8f8;
margin: 0 0 5px;
padding: 10px;
font-size: 15px;
}
#top_book_name{
visibility: hidden;
margin-left: 0;
width: 200px;
}
#top_book:checked + #top_book_name{
visibility: visible;
}
select{
width:150px
}
#horory, #edgar_poe {
display: inline;
}
#fantasy, #detekt, #stephen_king, #mary_shelley, #john_tolkien, #terry_pratchett, #doyle, #agathy {
display: none;
}
#first_book, #book_age{
display: none;
}
span{
color: red;
}
legend{
font-family: URW Chancery L, cursive;
font-size: 12px;
}