-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathocpstyles.css
More file actions
82 lines (66 loc) · 1010 Bytes
/
ocpstyles.css
File metadata and controls
82 lines (66 loc) · 1010 Bytes
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
.logo{
height:250px;
width:250px;
margin-top:100px;
}
.font-welcome{
font-family: "Arial", Helvetica, sans-serif;
font-size:25px;
color:#0088cc;
}
.font-up{
font-family: "Arial", Helvetica, sans-serif;
color:#3399FF;
font-size:15px;
}
.logintable{
margin-bottom:0px;
}
.registrationbox{
width:650px;
margin:auto;
margin-top:100px;
}
.subdivision{
margin-bottom:20px;
}
.headerstyle{
background-color:#0088cc;
height:50px;
}
.homelogo{
width:50px;
height:50px;
}
.homefont{
font-family: "Arial", Helvetica, sans-serif;
color:white;
font-size:20px;
font-weight:bold;
}
.bread{
float:right;
margin-top:15px;
margin-right:35px;
}
.hyperlink{
font-family:"Arial", Helvetica, sans-serif;
color:white;
font-size:13px;
}
.divleft{
width: 500;
margin-left: 10px;
margin-top: 10px;
}
.userpic{
width:40px;
height:40px;
}
.bread2{
float:right;
margin-top:15px;
}
.mynav{
width:200px;
}