-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
109 lines (87 loc) · 1.39 KB
/
style.css
File metadata and controls
109 lines (87 loc) · 1.39 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
body{
margin: 0;
}
.container {
margin: 0 auto;
width: 1080px;
}
header {
background-image: url(img/pattern.png);
height: 100px;
background-color: lightblue;
background-position: top left;
background-size: 500px;
}
#container-logo{
margin: 0 auto;
width: 1080px;
}
.header-image{
padding-top: 30px;
width: 150px;
}
h1{
margin-bottom: 0;
font-size: 35px;
}
.caption-title, .caption-title-date, h3 {
color: #888888;
}
.caption-title{
font-size: 18px;
}
#caption-title-text {
color: lightblue;
}
.caption-title-date {
font-size: 12px;
margin-top: 5px;
}
#images-section{
margin-top: 20px;
}
.caption-images{
font-size: 11px;
}
ul{
padding-left: 20px;
}
table {
text-align: left;
padding: 0;
margin: 0;
border-collapse: collapse;
}
thead{
background-color: rgba(0, 140, 255, 0.6);
color: white;
}
.element{
width: 20%;
}
.row{
background-color: rgba(0, 204, 255, 0.2);
}
.footer-image{
background-position: center;
background-size: cover;
height: 200px;
width: 250px;
color: white;
font-weight: bold;
font-size: 20px;
padding: 15px;
margin: 10px 0;
}
.monitor{
background-image: url(img/monitor.jpg);
}
.graph{
background-image: url(img/graph.jpg);
}
figure{
margin: 0;
}
.highlighter{
background-color: rgb(255, 255, 118);
}