-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuofc.css
More file actions
97 lines (97 loc) · 1.71 KB
/
Copy pathuofc.css
File metadata and controls
97 lines (97 loc) · 1.71 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
body{
margin:0px;
width: 785px;
background-image: url("uchicago.PNG");
background-repeat: no-repeat;
background-size: auto 100%;
}
div{
float:left;
padding: 0px;
margin: 0px;
opacity: .45;
z-index: 5;
border: .5px solid transparent;
}
div:hover, div.cohover{
border-color: white;
opacity: 1;
}
div span{
display: none;
z-index: 100;
}
div:hover span{
border: 1px solid white;
background-color: rgba(0,0,0,.55);
padding: 5px;
color: white;
display: block;
font-family: Helvetica, sans-serif;
position: absolute;
z-index: 100;
width: 200px;
left:560px;
top:5px;
opacity: 1;
font-size: 13px;
font-weight: bold;
user-select: none;
}
i{
padding-left:10px;
font-size: 11px;
font-weight: normal;
font-style: normal;
}
b{
font-weight: normal;
}
.prev{
border-color: rgba(255,255,255,.6);
}
.prev2{
border-color: rgba(255,255,255,.3);
}
hr{
border: .5px solid white;
}
em{
font-style: normal;
text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
font-size: 16px;
font-weight: bolder;
}
strong{
font-style: normal;
font-weight: normal;
font-size: 9px;
display: block;
float: right;
padding-top: 5px;
font-family: "Consolas", monospace;
}
button{
margin-top: 5px;
margin-left: 5px;
padding: 5px;
color: white;
outline: none;
border: 1px solid white;
background-color: rgba(0,0,0,.55);
z-index: 100;
}
button:hover{
background-color: rgba(0,0,0,1);
}
i.res{
padding-left: 0px;
font-size: 13px;
font-weight: bold;
}
nav{
position: absolute;
top:685px;
padding: 4px;
padding-bottom: none;
}