-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTemplateStyles.css
More file actions
127 lines (127 loc) · 2.05 KB
/
TemplateStyles.css
File metadata and controls
127 lines (127 loc) · 2.05 KB
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
body {
margin: 0
}
a {
text-decoration: none;
color: #B57704;
font-weight: bolder;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
font-size: 1.1em;
}
a:hover {
text-decoration: underline overline;
background-color: #FDD893;
color: #B57704;
}
#allPage {
position: relative;
width: 980px;
height: 650px;
margin-right: auto;
margin-left: auto;
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #E3F7FB;
}
#header {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 80px;
z-index: 1;
background-color: #B3EBF4;
}
#logo {
left: 0px;
}
#header img {
z-index: 1;
position: absolute;
top: 0px;
}
#agentInfo {
right: 112px;
width: 160px;
position: absolute;
font-family: "Courier New", Courier, monospace;
font-weight: bolder;
font-variant: normal;
text-transform: capitalize;
font-size: 0.7em;
padding-top: 38px;
text-align: right;
}
#name {
left: 341px;
}
#profilePic {
right: 0px;
}
#navigation {
font-variant: small-caps;
text-transform: capitalize;
height: 18px;
width: 380px;
font-size: small;
position: absolute;
left: 300px;
top: 80px;
z-index: 1;
background-color: #B3EBF4;
text-align: center;
}
#navigation p {
padding: 0px;
margin: 0px;
text-align: center;
}
#content {
position: absolute;
left: 0px;
top: 98px;
width: 100%;
z-index: 3;
}
#mainRegion {
background-image: url('Images/wallpaperHouse.jpg');
background-repeat: no-repeat;
background-size: 980px 650px;
opacity: 0.15;
width: 980px;
height: 650px;
position: absolute;
top: 0px;
left: 0px;
}
#footer {
border-radius: 5px;
position: absolute;
left: 0px;
width: 977px;
height: 20px;
z-index: 3;
background-color: #B3EBF4;
border: 1px solid #000000;
box-shadow: 3px 3px 5px;
bottom: 0px;
padding-bottom: 4px;
}
#copyright {
margin: 0px;
padding: 0px 0px 0px 260px;
font-size: x-small;
display: inline;
}
#back2index {
padding: 0px;
margin: 0px;
font-size: small;
display: inline-block;
width: 100px;
}
#back2index p {
padding: 3px 0px 0px 3px;
margin: 0px;
font-size: small;
display: inline;
}