-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
121 lines (108 loc) · 2.25 KB
/
Copy pathstyle.css
File metadata and controls
121 lines (108 loc) · 2.25 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
body{
padding: 0px;
margin: 0px;
}
.header{
margin-top: 0px;
background: url(images/page-bg.jpg) no-repeat;
background-size: cover;
width: 100%;
height: 178px;}
.header p{
margin-top: 0px;
margin-left: 202px;
height: 178px;
width: 300px;
background-color: #1491C1;
text-align: center;
line-height: 170px;
color: #FFFFFF;
font-size: 33px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
position: absolute;
}
.header a{
margin-top: 0px;
text-decoration: none;
color:#71D2EE;
}
.header ul{
position: relative;
margin-top: 0px;
margin-left: 500px;
padding-top: 100px;
}
.header li{
position: relative;
padding: 22px;
text-decoration: none;
display: inline-block;
float:left;
font-size: 16px;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
.back {
margin: 0 auto;
padding: 0px;
background: url(images/bg.jpg);
width: 100%;
height: 800px;}
.back .main {
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
margin: 0 auto;
background-color: #062C5B;
width: 946px;
height: 100%;}
.back .main .odin{
margin: 0px;
width: 300px;
height: 650px;
background-color: #0e5195;
position: absolute;}
.back .main .odin h2{
margin: 0;
padding-top: 21px;
padding-left: 30px;
color: white;
font-size: 22px;
font-family: }
.back .main .odin p{
margin: 0 auto;
padding: 0 auto;
padding-top: 29px;
padding-left: 23px;
display: inline-block;
float: left;}
.back .main .odin h1{
margin-left: 1px;
margin-top: 29px;
height: 34px;
width: 43px;
display: inline-block;}
.back .main .odin .blok{
background-color: #083165;
position: relative;
margin-top: 10px;
height: 100%;
width: 300px;}
.back .main .odin .blok .itaq{
}
.back .main .odin .blok .itaq h3{
position: relative;
color: white;
padding-top: 21px;
padding-left: 30px;}
.back .main .odin .blok .itaq ul{
padding-left: 30px;
font-size: 15px;
color:#1085a7;
max-width: 240px;
list-style-type: none;}
.back .main .odin .blok h3{
position: relative;
color: white;
padding-top: 21px;
padding-left: 30px;}
.back .main .dva{
margin:0 auto;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;}