@@ -6,6 +6,93 @@ excluded_in_search: true
6
6
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i" ;
7
7
@fa-font-path : "../webfonts" ;
8
8
9
+ .gh-source {
10
+ display : block;
11
+ padding-right : 1.2rem ;
12
+ transition : opacity .25s ;
13
+ font-size : 0.8rem ;
14
+ line-height : 1.2 ;
15
+ color : white;
16
+ white-space : nowrap;
17
+ }
18
+ [dir = rtl ] .gh-source {
19
+ padding-right : 0 ;
20
+ padding-left : 1.2rem ;
21
+ }
22
+ .gh-source : hover {
23
+ opacity : .7 ;
24
+ }
25
+ .gh-source__icon + .gh-source__repository {
26
+ margin-left : -4.4rem ;
27
+ padding-left : 4rem ;
28
+ }
29
+ [dir = rtl ] .gh-source__icon + .gh-source__repository {
30
+ margin-right : -4.4rem ;
31
+ margin-left : 0 ;
32
+ padding-right : 4rem ;
33
+ padding-left : 0 ;
34
+ }
35
+ .gh-source__repository {
36
+ display : inline-block;
37
+ max-width : 100% ;
38
+ margin-left : 1.2rem ;
39
+ font-weight : 700 ;
40
+ text-overflow : ellipsis;
41
+ overflow : hidden;
42
+ vertical-align : middle;
43
+ }
44
+ .gh-source__facts {
45
+ margin : 0 ;
46
+ padding : 0 ;
47
+ font-size : 0.8rem ;
48
+ font-weight : 700 ;
49
+ list-style-type : none;
50
+ opacity : .75 ;
51
+ overflow : hidden;
52
+ }
53
+ [data-md-state = done ] .gh-source__facts {
54
+ -webkit-animation : md-source__facts--done .25s ease-in;
55
+ animation : md-source__facts--done .25s ease-in;
56
+ }
57
+ .gh-source__fact {
58
+ float : left;
59
+ }
60
+ [dir = rtl ] .gh-source__fact {
61
+ float : right;
62
+ }
63
+ [data-md-state = done ] .gh-source__fact {
64
+ -webkit-animation : md-source__fact--done .4s ease-out;
65
+ animation : md-source__fact--done .4s ease-out;
66
+ }
67
+ .gh-source__fact : before {
68
+ margin : 0 .2rem ;
69
+ content : "\B7" }
70
+ .gh-source__fact : first-child : before {
71
+ display : none;
72
+ }
73
+ .gh-source-file {
74
+ display : inline-block;
75
+ margin : 1em .5em 1em 0 ;
76
+ padding-right : .5rem ;
77
+ border-radius : .2rem ;
78
+ background-color : rgba (0 , 0 , 0 , .07 );
79
+ font-size : 1.28rem ;
80
+ list-style-type : none;
81
+ cursor : pointer;
82
+ overflow : hidden;
83
+ }
84
+ .gh-source-file : before {
85
+ display : inline-block;
86
+ margin-right : .5rem ;
87
+ padding : .5rem ;
88
+ background-color : rgba (0 , 0 , 0 , .26 );
89
+ color : # fff ;
90
+ font-size : 1.6rem ;
91
+ content : "\E86F" ;
92
+ vertical-align : middle;
93
+ }
94
+
95
+
9
96
/*!* Bootstrap v4.1.3 (https://getbootstrap.com/)
10
97
* Copyright 2011-2018 The Bootstrap Authors
11
98
* Copyright 2011-2018 Twitter, Inc.
0 commit comments