-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
129 lines (112 loc) · 2.31 KB
/
style1.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body {
/* background-color:rgba(149, 172, 161, 0.589); */
background: url(https://i.pinimg.com/originals/95/c4/d0/95c4d00c7870b416463823d6ac07b858.jpg)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.navbar{
background-image: url(https://wallpapercave.com/wp/wp2732981.png);
background-attachment: fixed;
}
footer {
background-image: url(https://wallpapercave.com/wp/wp2732981.png);
display: flex;
justify-content: center;
}
#cards-title{
color: white;
font-weight: bold;
font-size: 24px;
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
#cards-title{
color: white;
font-weight: bold;
font-size: 24px;
}
.modal-header{
background-color: rgb(83, 83, 83);
color: whitesmoke;
border-bottom: none;
}
.modal-body{
background-color: rgb(2, 2, 2);
border-style: none;
color: rgba(218, 218, 218, 0.904);
align-content: center;
}
.modal-contact-body{
background-color: rgb(2, 2, 2);
border-style: none;
color: rgba(218, 218, 218, 0.904);
padding: 20px;
}
.modal-footer{
background-color: rgb(2, 2, 2);
border-style: none;
}
.topTixFont{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: burlywood;
font-weight: bold;
font-size: 18px;
}
.topTix{
margin: 20px 10px;
padding: 10px;
border-style: solid;
border-width: 1px;
border-color: peru;
background-color: rgb(34, 34, 34);
}
.topTix:hover{
zoom: 115%;
border-width: 2px;
border-color: rgb(243, 200, 147);
color: burlywood;
text-decoration: none;
}
a:hover{
text-decoration: none;
}
#modal-table{
border: 1px solid rgb(185, 101, 17);
color: whitesmoke;
padding: 10px;
margin: 20px 10px;
}
.modal-table-header{
color: black;
background-color: rgb(185, 101, 17);
}
#modal-table tr{
border-color: rgb(185, 101, 17);
border-style: dotted;
border-width: 1px;
padding: 10px 10px;
}
#modal-table td:nth-child(1){
background-color: rgb(43, 43, 43);
width: 30%;
padding: 5px 10px;
}
table tbody {
height:450px;
overflow-y:scroll;
display:block;
}
.modal-table-header{
display:inline-table;
width:-webkit-fill-available;
}
.modal-table-header th:nth-child(1){
width:30%;
}