-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPPC.css
135 lines (113 loc) · 1.72 KB
/
PPC.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
125
126
127
128
129
130
131
132
133
134
135
/*CSS RESETS*/
* {
margin: 0px;
padding: 0px;
}
* {
font-family: Tahoma, Geneva, sans-serif;
}
#wrapper {
width: 900px;
height: 650px;
background-color: black;
}
#header {
width: 900px;
height: 130px;
background-color: #EDEDED;
margin-bottom: 10px;
}
#header img{
display: inline-block;
margin-left: 20px;
}
#header p{
display: inline-block;
vertical-align: top;
margin: 35px 0px 0px 200px;
}
#header ul{
background-color: #D5DDE3;
border-top: 1px solid gray;
padding: 5px 0px;
}
#header ul li {
display: inline;
border-right: 1px solid gray;
padding: 5px 15px;
color: #727374;
font-size: 9pt;
}
#header ul li:first-of-type {
border-left: 1px solid gray;
margin-left: 30px;
}
#image {
width: 290px;
height: 188px;
background-color: #FEFDFE;
display: inline-block;
vertical-align: top;
margin: 10px 0px 5px 30px;
padding: 5px;
}
#main {
width: 500px;
height:188px;
background-color: #FDD42F;
display: inline-block;
margin: 10px 0px 0px 10px;
vertical-align: top;
}
#main h4 {
font-size: 12px;
margin: 2px 0px 2px 5px;
}
#maintext {
background-color: #555555;
padding: 9px;
color: white;
}
#maintext h5{
font-size: 9pt;
margin: 5px 0px;
}
#maintext p{
font-size: 8pt;
margin: 10px 0px;
}
#logo2 {
margin-left: 30px;
}
#middle {
color: #85985C;
display: inline-block;
font-size: 8pt;
}
#row2 {
margin-left: 25px;
}
.section {
width: 193px;
height: 250px;
background-color: #FDD42F;
display: inline-block;
margin: 10px 5px 0px 5px;
}
.section h4{
font-size: 9pt;
margin: 5px 0px 5px 10px;
}
.sectiontext{
height: 140px;
background-color: white;
}
.section p{
width: 170px;
height: 80px;
font-size: 7.5pt;
padding: 10px;
}
.section input[type="image"] {
margin: 5px 0px 0px 85px;
}