-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (97 loc) · 1.62 KB
/
style.css
File metadata and controls
105 lines (97 loc) · 1.62 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
/* Basic ******************************************/
body {
background-image: url(Oef9/img/wolf.jpg)
}
header {
padding: 5px;
background-color: rgba(26, 30, 30, 0.7);
}
footer {
padding: 5px;
background-color: rgba(26, 30, 30, 0.7);
font-weight: bold;
text-align: center;
}
h1 {
color: grey;
font-size: 35px;
text-align: center;
}
li {
color: grey;
line-height: 1.4em;
}
/* Content ****************************************/
#container {
font-family: 'Open Sans', sans-serif;
width: 660px;
margin: auto;
background-color: rgba(235, 235, 235, 0.8);
}
.right, .rightlong {
float: left;
border-right: grey;
width: 310px;
padding: 5px;
margin: 4px;
}
.left, .leftlong {
float: left;
width: 310px;
padding: 5px;
margin: 4px;
border-right: 1px solid grey;
}
.right , .left {
height: 700px;
}
.rightlong , .leftlong {
height: 1500px;
}
header h1 {
text-align: center;
}
#clearboth {
clear: both;
}
.Subtitle, .Subtitlejs {
padding: 5px;
text-align: left;
margin: 0px;
}
.Subtitlejs {
}
.Subtitle h1, .Subtitlejs h1 {
border-bottom: 2px solid black;
margin: 5px;
font-size: 40px;
}
/* Navigation ******************************************/
a:link, a:visited {
color: black;
text-decoration: none;
font-weight: bold;
}
a:active, a:hover {
color: white;
text-decoration: none;
font-size: 17px;
}
/* Picture *********************************************/
.photo {
margin: 30px;
position: absolute;
top: 85px;
right: 40px;
width: 200px;
height: 267px;
}
.photo span {
width: 20px;
height: 18px;
display: block;
position: absolute;
top: -12px;
left: 90px;
background: url(pin.png) no-repeat;
}