-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomer-comp.css
104 lines (89 loc) · 1.49 KB
/
customer-comp.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
h1{
font: 50px thick Helvetica, sans-serif;
color: #8A1C1C;
text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
padding-left: 20px;
}
#copyright {
text-align: center;
margin-left: auto;
margin-right: auto;
font-family: 'Lucida Sans Unicode', Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
}
#navcontainer ul {
font: 25px 'Cookie', Helvetica, sans-serif;
text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
}
ul img {
vertical-align: bottom;
}
a:link {
color: #959110;
}
a:active {
color: #BFB924;
}
a:visited {
color: #0B6839;
}
p{
font-family: sans-serif;
font-size: 20px;
}
#para {
margin-left:40px;
margin-right:40px;
}
#navcontainer ul li {
display: inline;
margin: 8px;
text-decoration: none;
border: solid #E6D3D3;
border-radius: 15px;
padding-top: 5px;
padding-bottom: 1px;
}
#navcontainer ul li a {
text-decoration: none;
padding: 10px;
}
#navcontainer li, .white {
background-color: rgba(255,255,255,0.6);
}
li#front {
background-color: rgba(217,201,218,0.6);
}
body {
padding-top:2%;
margin-left: auto;
margin-right:auto;
background-image: url("../images/bg.jpg");
width: 820px;
}
#error-img {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
*display:none;
}
#error-img img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}
#error .main-icon .uxicon {
font-size:72px;
color:inherit;
}
#error h1 {
margin-bottom:20px;
}