-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.css
72 lines (68 loc) · 1.13 KB
/
homepage.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
html, body {
height: 100%;
width: 99.6%;
}
.navbar {
height: 40px;
border: 2px solid navy;
white-space: nowrap;
background-color: azure;
}
.navbar_content {
display: inline-block;
font-size: 20px;
margin: 5px;
}
.main_area {
height: 88%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid navy;
padding: 4px;
margin-top: -2px;
}
img {
max-width: 80%;
}
.image {
flex-basis: 40%;
flex-grow: 1;
display: flex;
align-self: stretch;
justify-content: space-around;
}
.image * {
vertical-align: middle;
}
.comments {
height: 101%;
width: 15%;
border-left: 2px solid navy;
padding-left: 10px;
margin: -2px;
flex-grow: 0.2;
background-color: aliceblue;
word-wrap: break-word;
}
#homepage {
padding-left:10px;
padding-bottom:4px;
padding-top:4px;
border: 2px solid navy;
white-space: nowrap;
background-color: lightblue;
margin-bottom:-2px;
margin-top:2px;
}
#topic-selection {
}
#lookup_button {
}
#topic-id-selection {
width:16.2%;
}
#image_id_button {
}
#image_id_text {
}