-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.css
64 lines (56 loc) · 939 Bytes
/
support.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
#viewer {
background-color: #EFEFEF;
margin-top: 75px;
width: 1000px;
border-radius: 5px;
height: 800px;
box-shadow: 2px 2px 5px rgb(0,22,50);
margin-left: auto;
margin-right: auto;
}
body{
background-size: 100%;
background-image:url('rochesterlogo.png');
background-repeat: no-repeat;
}
p{
text-align: justify;
padding-left: 10%;
padding-right: 10%;
font-size: 10pt;
}
.welcomeMessage{
background-color: #4D4D4D;
color: #CACACA;
margin-left: 12%;
margin-right: 12%;
border-style: solid;
border-radius: 10px;
padding-top: 1%;
padding-bottom: 8%;
height = 100%;
}
.head{
font-weight: bold;
text-align: center;
}
#signature{
font-size: 16pt;
text-align: right;
font-family: Brush Script MT, cursive;
}
.margins{
float: left;
width: 16%;
margin-left: 2px;
margin-right: 2px;
text-align: center;
}
img{
text-align: center;
max-width: 50px;
max-height: 50px;
}
h4{
margin-left:5%;
}