-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (77 loc) · 1.75 KB
/
style.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
73
74
75
76
77
78
79
80
81
82
83
body {
font-family: Monospace;
background-color: rgb(31, 31, 31);
color: #00a5a5;
margin: 0px;
overflow: hidden;
/* #00a5a5 */
}
/*color #ef181e; ROT*
#ebf6f6
*/
::-webkit-scrollbar {
width: 0px;
}
.information {
font-family: "Lucida Sans Unicode";
box-shadow: 10px 0px 20px black;/*, 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
overflow-y:scroll;
overflow-x:hidden;
height: 100%; /* 100% Full-height */
width: calc(100% / 3);; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 20; /* Stay on top */
top: 0;
right: 0;
background-color: white; /* Black*/
padding-top: 0; /* Place content 60px from the top */
transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}
.information div {
padding-top: 0;
padding-left: 15px;
padding-right: 15px;
overflow-x:hidden;
}
.information p {
color: #555555;
}
.information hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
/* border-style: inset; */
border-width: 1px;
}
.information img {
padding-top: 0;
padding-left: 00px;
overflow-x:hidden;
max-width: 100%;
max-height: 100%;
}
/*
.label {
text-shadow: -1px 1px 1px rgb(0,0,0);
margin-left: 25px;
z-index: 200000;
} */
.label{
z-index: 20000;
color: white;
border-radius: 40px;
font-family: "Lucida Sans Unicode";
font-weight: bold;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-size: 10pt;
padding: 2px;
padding-left: 8px;
padding-right: 8px;
/* background:white;#066868; */
/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
}
a {
color: #000000;
}