-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
91 lines (75 loc) · 1.15 KB
/
main.css
File metadata and controls
91 lines (75 loc) · 1.15 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
html, body {
margin: 0px;
padding: 0px;
width: 100%;
/**height: 100%;**/
}
body {
background: #ddd;
font: normal 13px Roboto,arial,sans-serif;
}
ul {
list-style-type: none;
}
.collapsibleContentBody {
width: 70%;
height: 350px;
}
.ui-tooltip {
max-width: 350px;
}
.listIframe {
width: 70%;
}
#header {
height: 50px;
background: black;
margin: 0;
display: block;
border: 0;
}
#collapsibleContentBody {
height: 2000px;
}
iframe {
position: absolute;
left: 20%;
width: 60%;
height: 100%;
border: none;
}
.gitHubIcon {
position: absolute;
top: 15%;
left: 10%;
border: 4px;
z-index: 99;
width: 4%;
}
a.gitHubIcon:hover {
margin-top: 10px;
}
#gihubLogo {
border-radius: 50%;
height: 100%;
width: 100%;
}
footer {
position: absolute;
bottom: 0px;
font-family: 'Open Sans',sans-serif;
background-color: #f16304;
color: #fff;
width: 100%;
text-align: center;
}
.banner {
position: absolute;
height: 40px;
}
::-webkit-scrollbar {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #f18d00;
}