-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (32 loc) · 1.24 KB
/
Copy pathstyle.css
File metadata and controls
38 lines (32 loc) · 1.24 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
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.block-group{*zoom:1}
.block-group:before,.block-group:after{display:table;content:"";line-height:0}
.block-group:after{clear:both}
.block-group{list-style-type:none;padding:0;margin:0}
.block-group>.block-group{clear:none;float:left;margin:0 !important}
.block{float:left;width:100%}
.left { width: 30%; padding-right: 0.5rem;}
.right { width: 70%; border-left: 1px solid black; padding-left: 1rem;}
#svg-container { height: 80vh; }
ul { padding-inline-start: 0; }
li { list-style-type: none; clear: both;}
pre { margin: 0; }
h1 { color: #002; }
.hidden {display: none;}
.status {float: right;}
.removed {color: red;}
.added {color: darkgreen;}
.modified {color: darkgoldenrod;}
.show-code {text-decoration: none; padding: 0.25rem 0.5rem 0.25rem 0.5rem; margin: 0.25rem; border-radius: 5px; border: 1px solid; background: #DDD; color: black;}
.right:last-child { padding-top: .5rem; }
pre:before {
content: attr(data-ln);
width: 1.8rem;
display: inline-block;
color: black;
margin-right: 0.15rem;
text-align: right;
}