-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdom-seqta-2020.css
142 lines (123 loc) · 2.13 KB
/
dom-seqta-2020.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
130
131
132
133
134
135
136
137
138
139
140
141
@charset "utf-8";
@import url(https://use.typekit.net/efj7gzu.css);
/* CSS Document */
body {
background-color: #1e345d;
padding-top: 40px;
}
p {
font-family: adobe-garamond-pro, serif;
font-weight: 400;
font-style: normal;
text-align: left;
}
.header {
margin: 0px;
text-align: center;
}
.heading {
font-family: trajan-pro-3, serif;
font-weight: 600;
font-style: normal;
color: white;
font-size: 3em;
text-shadow: 3px 3px 8px #000000;
}
.scr-box {
margin: auto;
align-content: center;
border: 0px none;
border-collapse: collapse;
padding: 0px;
}
.scr-cell {
border: 0px none;
padding: 0px;
align-content: center;
vertical-align: middle;
}
.cell-logo {
border: 0px none;
padding: 5px;
align-content: center;
vertical-align: middle;
}
.button {
width: 251px;
height: 80px;
padding-left: 2px;
padding-right: 2px;
}
.button:hover {
transition: transform 0.3s;
transform: scale(0.96);
}
.seqta-frame {
display: block;
margin: auto;
align-content: center;
text-align: center;
border: none;
box-shadow: 3px 3px 8px #000000;
}
.house-table {
width: 960px;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
align-content: center;
border: 0px none;
border-collapse: collapse;
padding: 0px;
}
.house-table td {
width: 50%;
text-align: center;
border: 0px none;
padding: 0px;
}
.house-tb-bg {
background-size: 460px 720px;
background-repeat: no-repeat;
vertical-align: text-top;
}
.saint-txt {
width: 440px;
font-size: 1.5em;
text-align: left;
color: white;
padding: 0px 10px 0px 10px;
text-shadow: 2px 2px 8px #000000;
margin-top: 0px;
}
.house-name {
font-family: myriad-pro, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 3em;
color: white;
text-shadow: 3px 3px 8px #000000;
}
.house-img {
width: 300px;
padding-bottom: 30px;
}
.house-moto {
font-family: adobe-garamond-pro, serif;
font-weight: 720;
font-style: italic;
color: white;
font-size: 3em;
text-shadow: 3px 3px 8px #000000;
}
.history {
padding: 30px 30px 0px 30px;
text-align: center;
}
.hist-st {
color: white;
font-size: 1.6em;
text-shadow: 3px 3px 8px #000000;
padding-bottom: 20px;
margin-top: 0px;
}