-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
137 lines (118 loc) · 2.22 KB
/
style.css
File metadata and controls
137 lines (118 loc) · 2.22 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
div.container {
width: 100%;
border: 1px solid gray;
background-image:url("bokeh4.png") ;
}
header,footer {
text-shadow: 2px 2px 2px 2px gray;
color:black;
text-align: center;
font-size: 30pt;
padding:30px 0px 20px 0px;
font-family: algerian;
}
div.list {
display: block;
float:left;
max-width: 160px;
margin-top: 70px;
padding-top: 40px;
padding-right: 20px;
border-right: 2px dashed black;
}
li a{
margin-top: 15px;
text-align: center;
display: block;
font-weight: bold;
font-family: calibri;
font-size: 12pt;
padding:10px 2px 10px 2px;
color:black;
text-decoration: none;
}
li a:hover {
background-color:black;
color:white;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9), 0px 6px 20px 0px rgba(0,0,0,0.19);
}
nav ul{
list-style-type: none;
}
div.first {
display: block;
font-family: "Montserrat",serif;
background-color: #ADD8E6;
border: 15px solid gray;
border-color: #696969;
margin: 20px 20px 10px 220px;
padding:50px;
color:black;
line-height: 30px;
font-size: 18px;
color: black;
text-indent: 50px;
}
div.second {
display: block;
font-family: "Montserrat",serif;
background-color: chocolate;
padding:30px;
color:black;
margin:20px;
}
ul.list1{
margin-left:100px;
}
article.thyra , article.ffsc{
border: 2px solid black;
background-color: #B0C4DE;
}
p#p1 {
margin-left: 75px;
}
img#img {
margin-left: 100px;
width:500px;
height:500px;
}
p#p2 {
margin-left: 40px;
font-style: italic;
font-weight: bold;
}
h3 {
text-decoration: underline;
}
table {
font-family: arial, sans-serif;
border: 4px solid black;
text-align: center;
margin: 0px 100px 40px 100px;
border-collapse: collapse;
}
td,th {
border: 2px dotted gray;
padding:7px;
}
th{
font-weight: bold;
font-size:125%;
padding:10px;
border-bottom: 3px solid black;
}
img#arrow {
width: 50px;
height: 50px;
margin:0px 0px 0px 1200px;
}
footer {
background-color: black;
color:white;
margin:0px;
padding:10px;
font-size: 13px;
font-family: calibri;
text-shadow: none;
text-align: right;
}