-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleidiap.css
86 lines (85 loc) · 1.69 KB
/
styleidiap.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
/* CSS Document */
/* Initial version made by [VS] [email protected] */
/* date: 23.02.2012 */
body {
margin: 0px;
padding: 0px;
background-color: #ffffff;
color: #636363;
font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida sans-serif;
font-size: 0.8em;
text-align: justify;
line-height: 1.5;
}
img {
border: 0;
}
/* start style for the main container with a fixed size */
.maincontainer {
width: 1280px;
margin: 40px auto;
background-color: #ffffff;
}
/* start style for the container header */
.headercontainer {
width: 1280px;
height: 100px;
background-color: #ffffff;
}
/* strart style for the container logo */
.logocontainer {
width: 300px;
padding: 0.8em 0em 0em 3em;
float: left;
background-color: #ffffff;
}
/* start style for the midlle container */
.middlecontainer {
width: 1280px;
background-color: #ffffff;
}
/* start style for the container footer */
.footercontainer {
width: 100%;
height: auto;
padding: 0px;
background-color: #333333;
float: none;
color: white;
text-align: center;
bottom: 0;
position: fixed;
}
.footertxt {
text-align: center;
padding-bottom: 20px;
}
.footercontainer img {
width: 30px;
height: 30px;
}
@media only screen and (max-width: 1279px) {
.footercontainer{
position: relative;
}
.footercontainer img {
width: 40px;
height: 40px;
}
.maincontainer {
width: 100%;
}
.headercontainer {
width: 90%;
}
.middlecontainer {
width: 95%;
margin: 20px;
}
h1.documentFirstHeading {
font-size: 36px;
font-weight: 300;
color: #0099cc;
border-bottom: none;
}
}