- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_hidecode.css
More file actions
Latest commit
29 lines (26 loc) · 456 Bytes
/
Copy path_hidecode.css
File metadata and controls
29 lines (26 loc) · 456 Bytes
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
.showopt {
background-color:#004c93;
color:#FFFFFF;
width:100px;
height:20px;
text-align: center;
vertical-align: middle !important;
float: right;
font-family: sans-serif;
border-radius:8px;
}
.showopt:hover {
background-color:#dfe4f2;
color:#004c93;
}
pre.plot {
background-color: white !important;
}
hr {
margin-left: auto;
margin-right: auto;
height:3px;
background-color:#999999;
color:#999999;
border:0 none;
}