1
1
@font-face {
2
2
font-family : "Source Sans Pro" ;
3
- src : url (fonts/SourceSansPro-Regular.woff2) format ("woff2" ), url (fonts/SourceSansPro-Regular.woff) format ("woff" );
3
+ src : url (fonts/SourceSansPro-Regular.woff2) format ("woff2" ),
4
+ url (fonts/SourceSansPro-Regular.woff) format ("woff" );
4
5
font-weight : 400 ;
5
6
font-style : normal;
6
- font-display : swap
7
+ font-display : swap;
7
8
}
8
9
9
10
@font-face {
10
11
font-family : "Source Sans Pro" ;
11
- src : url (fonts/SourceSansPro-Semibold.woff2) format ("woff2" ), url (fonts/SourceSansPro-Semibold.woff) format ("woff" );
12
+ src : url (fonts/SourceSansPro-Semibold.woff2) format ("woff2" ),
13
+ url (fonts/SourceSansPro-Semibold.woff) format ("woff" );
12
14
font-weight : 600 ;
13
15
font-style : normal;
14
- font-display : swap
16
+ font-display : swap;
15
17
}
16
18
17
19
@font-face {
18
20
font-family : "Source Sans Pro" ;
19
- src : url (fonts/SourceSansPro-Bold.woff2) format ("woff2" ), url (fonts/SourceSansPro-Bold.woff2) format ("woff" );
21
+ src : url (fonts/SourceSansPro-Bold.woff2) format ("woff2" ),
22
+ url (fonts/SourceSansPro-Bold.woff2) format ("woff" );
20
23
font-weight : 700 ;
21
24
font-style : normal;
22
- font-display : swap
25
+ font-display : swap;
23
26
}
24
27
25
28
html {
26
29
font-size : 18px ;
27
- letter-spacing : .11px ;
30
+ letter-spacing : 0 .11px ;
28
31
}
29
32
body {
30
33
font-family : "Source Sans Pro" , sans-serif;
@@ -41,54 +44,79 @@ a:visited,
41
44
}
42
45
43
46
.gdoc-nav {
44
- font-size : .95rem ;
47
+ font-size : 0 .95rem ;
45
48
letter-spacing : 0 ;
46
49
}
47
50
48
51
.gdoc-nav--main > ul > li > span ,
49
52
.gdoc-nav--main > ul > li > span > a ,
50
53
.gdoc-nav--main > ul > li > span > a : visited {
51
54
font-weight : 600 ;
52
- color : rgb (229 , 111 , 53 );
55
+ color : rgb (229 , 111 , 53 );
53
56
}
54
- .gdoc-nav__entry .is-active , .gdoc-nav__entry : hover {
57
+ .gdoc-nav__entry .is-active ,
58
+ .gdoc-nav__entry : hover {
55
59
text-decoration : underline;
56
60
-webkit-text-decoration-style : dotted !important ;
57
61
text-decoration-style : dotted !important ;
58
62
}
59
63
60
64
.gdoc-markdown code {
61
- background-color : rgba (86 , 96 , 105 , .1 );
65
+ background-color : rgba (86 , 96 , 105 , 0.1 );
66
+ }
67
+ .gdoc-header {
68
+ background : # 1b223d ;
69
+ border-color : # 2f333e ;
70
+ }
71
+ .gdoc-footer {
72
+ background : # 2f333e ;
73
+ color : # ffffff ;
74
+ }
75
+ .gdoc-footer__link ,
76
+ .gdoc-footer__link : visited ,
77
+ .gdoc-footer__link : hover {
78
+ color : # e66f35 ;
62
79
}
63
- .gdoc-header { background : # 1b223d ; border-color : # 2f333e ; }
64
- .gdoc-footer { background : # 2f333e ; color : # ffffff ; }
65
- .gdoc-footer__link , .gdoc-footer__link : visited , .gdoc-footer__link : hover { color : # e66f35 ; }
66
80
67
81
.page-image {
68
82
padding : 1rem 0 ;
69
83
text-align : center;
70
84
}
71
- .gdoc-markdown table tr td , .gdoc-markdown table tr th {
85
+ .gdoc-markdown table tr td ,
86
+ .gdoc-markdown table tr th {
72
87
padding : 0.4rem ;
73
88
font-size : 16px ;
74
89
line-height : 1.1em ;
75
90
}
76
91
.gdoc-markdown table thead {
77
- color : rgb (229 , 111 , 53 );
92
+ color : rgb (229 , 111 , 53 );
78
93
}
79
- .gdoc-toc a , .gdoc-toc a : visited {
94
+ .gdoc-toc a ,
95
+ .gdoc-toc a : visited {
80
96
font-weight : 600 ;
81
97
color : # 4e85c8 ;
82
98
}
83
99
/* custom shortcodes */
84
100
/* button */
85
- .gdoc-button { color : # 495057 ; }
86
- .gdoc-button : hover { background-color : # e56f35 ; border-color : # cd551a ; color : # ffffff ; }
101
+ .gdoc-button {
102
+ color : # 495057 ;
103
+ }
104
+ .gdoc-button : hover {
105
+ background-color : # e56f35 ;
106
+ border-color : # cd551a ;
107
+ color : # ffffff ;
108
+ }
87
109
88
110
/* class allows to float images to the right side, next to text */
89
111
figure .floatright {
90
- max-width : 30% ;
91
- width : auto\9*0.3; /* ie8 */
92
- height : auto;
93
- float : right;
112
+ max-width : 30% ;
113
+ width : auto\9 * 0.3 ; /* ie8 */
114
+ height : auto;
115
+ float : right;
116
+ }
117
+
118
+ .gdoc-brand__img {
119
+ margin-right : 1rem ;
120
+ width : auto;
121
+ height : 2.5rem ;
94
122
}
0 commit comments