-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (83 loc) · 1.36 KB
/
style.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
body {
display: block;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color:#f1f1f1;
zoom:0.8;
color: black;
}
h1
{
color: #91bd09;
margin: 0 0 20px 0;
display: none;
}
.page {
margin: 0 25% 0 25%;
padding: 0 0 0 0;
width: 50%;
height: 100%;
background-color:#ffffff;
}
.header {
position: relative;
width: 110%;
height:13%;
background-color:#91bd09;
box-shadow: 0 0 8 rgba(0,0,0,0.3);
margin: 0px auto;
left: -5%;
padding: 0 0 0 0;
z-index: 10;
}
.content {
width: auto;
height: 100%;
background-color:#ffffff;
padding: 5% 5% 5% 5%;
margin: -18% 0 0 0;
color: black;
font-family: arial, sans-serif;
font-size : 0.8em;
font-weight: normal;
font-style: normal;
font-variant: normal;
}
.header-content{
width:auto;
height:auto;
margin: 0 0 0 0;
padding: 3% 0 0 10%;
}
.title {
color: #ffffff;
font-family: arial, serif;
font-size : 2.4em;
font-weight: normal;
font-style: normal;
font-variant: normal;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
.header-left {
border-color: transparent #7e9202 transparent transparent;
border-style: solid;
border-width: 40px;
height: 0;
width: 0;
position: relative;
left: -10%;
top:-5%;
z-index: -1;
}
.header-right {
border-color: transparent transparent transparent #7e9202;
border-style: solid;
border-width: 40px;
height: 0;
width: 0;
position: relative;
left: 100%;
top: -15%;
z-index: -1;
}