-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnewstyle2.css
executable file
·124 lines (109 loc) · 2.19 KB
/
newstyle2.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
@font-face {
font-family: "headerNav";
src: url(/resources/aristalight.ttf) format("truetype");
}
@font-face {
font-family: "myfont2";
src: url(/resources/LondonBetween.ttf) format("truetype");
}
body{
margin:0; padding:0;
font-family: "myfont2",Helvetica, sans-serif;
text-align: center;
color:#ffffff;
background-color:#8adaf3;
height:100%;width:100%;}
header{
padding:0;
}
header > img{padding-top:16px;}
header > h1 {
font-size:16px; margin:0; padding-bottom:16px;;
}
body > div.main {font-family:"myfont2",Helvetica, sans-serif;
width:940px; color:#000000; background-color:#ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;margin:auto;padding:20px;
}
footer
{
width:100%;
text-align:center;
}
header > nav
{
font-family: "headerNav",verdana, sans-serif;
}
header > nav > ul
{
margin: 15px 15px 15px 0px;
padding: 0px;
list-style-type: none;
}
header > nav > ul > li
{
display:inline;
}
header > nav a, header > nav a:visited
{
color: #19A0CC;
margin-left:10px;
padding:8px;
font-size:1.4em;
background-color:#C9EDF9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
header > nav a:hover
{
color: #0F5F79;
background-color:#19A0CC;
}
footer > p
{
margin:0px;
padding:5px;
font-size: 0.8em;
}
footer > p > a, footer > p > a:visited
{
color: #19A0CC;
}
footer > p > a:hover
{
color: #0F5F79;
}
div {text-align: left;}
section.credits p
{
font-size:1.4em;
}
section.credits strong
{
background-color:#19A0CC;
padding:8px 5px 3px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
a.claim, a.claim:visited { color: #19A0CC;}
section.credits a, section.credits a:visited
{
font-family: "headerNav",verdana, sans-serif;
color: #19A0CC;
margin-left:10px;
padding:8px;
background-color:#C9EDF9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
section.credits a:hover
{
color: #0F5F79;
background-color:#19A0CC;
}
p.error{color:red;}
#customerService{position:absolute;top:10px;right:10px;width:300px;background-color:#19A0CC;padding:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;color:#ffffff;
}
em{background-color:#ffdd8d;}