-
Notifications
You must be signed in to change notification settings - Fork 0
/
project0.css
108 lines (91 loc) · 1.5 KB
/
project0.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
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
@media (min-width: 500px) {
p.maintext {
font-size: 20px;
}
}
@media (max-width: 500px) {
p.maintext {
font-size: 14px;
}
}
h1 {
font-size: 40px;
color: blue;
padding: 10px;
}
h2 {
font-size: 24px;
color: gray;
padding: 10px;
}
h3 {
font-family: "Raleway", Helvetica, Arial, sans-serif;
font-size: 40px;
line-height: 70px;
text-decoration: underline;
padding: 20px;
}
h4 {
color: #292829;
font-family: "Raleway", Helvetica, Arial, sans-serif;
line-height: 25px;
text-decoration: underline;
}
.maintext {
font-size: 20px;
color: #c20202;
padding: 15px;
}
.container-fluid {
background-color: rgba(150, 149, 149, 0.3);
text-align: left;
padding-left: -50px;
padding-right: -50px;
}
#books {
text-align: right;
}
.plainText {
background-color: white;
}
.center {
text-align: center;
margin: auto;
width: 100%;
}
.right {
text-align: right;
margin: auto;
width: 100%;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.bodytext {
font-family: "Raleway", Helvetica, Arial, sans-serif;
}
table {
font-family: "Raleway", Helvetica, Arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
th {
border: 1px solid #dddddd;
text-align: center;
padding: 8px;
background-color: #333030;
color: #dddddd;
text-decoration: underline;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
/*# sourceMappingURL=project0.css.map */