-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapply.css
More file actions
118 lines (107 loc) · 2.2 KB
/
Copy pathapply.css
File metadata and controls
118 lines (107 loc) · 2.2 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
* {
font-family: arial; }
body {
background: #E2E4E7;
padding: 0;
text-align: center;
position: relative;
margin: 0;
height: 100%;
-webkit-font-smoothing: antialiased; }
.main section {
overflow: hidden; }
a:link, a:visited {
text-decoration: none;
color: black; }
.row {
width: 100%; }
.row > div {
width: 800px;
margin: 60px auto 0 auto;
padding-top: 40px;
text-align: left; }
#navigation {
position: fixed;
top: 0;
z-index: 9999;
height: 50px;
min-height: 50px;
padding: 20 0px;
background: white;
opacity: 0.8; }
#navigation > ul {
width: 960px;
display: table;
margin: auto;
margin-top: 20px; }
#navigation > ul > li {
display: table-cell;
width: 25%;
list-style-type: none; }
#start {
margin-top: 50px;
background: #dbebf4; }
#start > div:not(.pilatus) {
position: relative;
z-index: 999; }
#start > div:not(.pilatus) #logo {
float: left;
width: 200px;
background: white;
padding: 20px; }
#start > div:not(.pilatus) .right-content {
float: left;
padding-left: 50px; }
#start > .pilatus {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background: #bada55;
background: url("pilatus.jpg");
background-position: center;
z-index: 0;
opacity: 0.1;
background-repeat: no-repeat; }
#canvas {
background: #c9e0ec; }
#ajax {
background: #d2e5f0; }
#ajax .icons {
list-style-type: none;
display: table;
margin: 0;
padding: 0; }
#ajax .icons > li {
display: block;
float: left;
width: 70px;
height: 70px;
margin: 8px; }
#formular {
background: #dbebf4; }
#formular .icons {
list-style-type: none;
display: table;
margin: 0;
padding: 0; }
#formular .icons > li {
display: block;
float: left;
width: 70px;
height: 70px;
margin: 8px; }
#style {
background: #00FFFF; }
#style .icons {
list-style-type: none;
display: table;
margin: 0;
padding: 0; }
#style .icons > li {
display: block;
float: left;
width: 70px;
height: 70px;
margin: 8px; }
/*# sourceMappingURL=apply.css.map */