• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* http://meyerweb.com/eric/tools/css/reset/
2   v2.0 | 20110126
3   License: none (public domain)
4*/
5
6html, body, div, span, applet, object, iframe,
7h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8a, abbr, acronym, address, big, cite, code,
9del, dfn, em, img, ins, kbd, q, s, samp,
10small, strike, strong, sub, sup, tt, var,
11b, u, i, center,
12dl, dt, dd, ol, ul, li,
13fieldset, form, label, legend,
14table, caption, tbody, tfoot, thead, tr, th, td,
15article, aside, canvas, details, embed,
16figure, figcaption, footer, header, hgroup,
17menu, nav, output, ruby, section, summary,
18time, mark, audio, video {
19	margin: 0;
20	padding: 0;
21	border: 0;
22	font-size: 100%;
23	font: inherit;
24	vertical-align: baseline;
25}
26/* HTML5 display-role reset for older browsers */
27article, aside, details, figcaption, figure,
28footer, header, hgroup, menu, nav, section {
29	display: block;
30}
31body {
32	line-height: 1;
33}
34ol, ul {
35	list-style: none;
36}
37blockquote, q {
38	quotes: none;
39}
40blockquote:before, blockquote:after,
41q:before, q:after {
42	content: '';
43	content: none;
44}
45table {
46	border-collapse: collapse;
47	border-spacing: 0;
48}
49
50[hidden] {
51  display: none;
52}
53
54html {
55  font-family: 'Poppins', sans-serif;
56}
57
58* {
59  box-sizing: border-box;
60}
61
62/* Custom Styles */
63
64p, li {
65	font-size: 15px;
66	line-height: 1.7;
67	font-weight: 300;
68}
69
70p {
71	padding: 10px 0;
72}
73
74ul {
75	padding: 10px 0;
76}
77
78strong {
79	font-weight: bold;
80	color: #cc33ff;
81}
82
83li {
84	list-style-type: disc;
85	list-style-position: inside;
86	padding: 8px 0;
87}
88
89.documentation h1 {
90	font-size: 42px;
91	font-weight: 600;
92	padding: 30px 0 10px;
93}
94
95.documentation h2 {
96	font-size: 22px;
97	font-weight: 300;
98}
99
100.documentation h3 {
101	color: #cc33ff;
102	font-size: 22px;
103	padding: 30px 0 5px;
104	font-weight: 500;
105}
106
107.documentation h4 {
108	font-weight: 600;
109	padding: 20px 0 5px;
110}
111
112.documentation p {
113	display: inline-block;
114}
115
116/* overriding some prism background styles */
117:not(pre) > code[class*="language-"], pre[class*="language-"] {
118	border-radius: 4px;
119	background-color: #413844;
120	font-size: 13px;
121}
122
123/* in text code styling */
124:not(pre) > code[class*="language-text"] {
125	background-color: #cc8bd81a;
126	color: #413844;
127	padding: 2px 6px;
128	border-radius: 0;
129	font-size: 14px;
130	font-weight: bold;
131	border-radius: 1px;
132	display: inline-block;
133}
134
135a > code[class*="language-text"], .documentation a {
136	color: #fb3b49;
137	font-weight: 600;
138}
139
140p > code[class*="language-text"]  {
141	display: inline-block;
142}
143
144.documentation h1::before {
145	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 26'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18.13' x2='25.6' y1='13.48' y2='13.48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fb8817'/%3E%3Cstop offset='.37' stop-color='%23fb8719'/%3E%3Cstop offset='.51' stop-color='%23fa8420'/%3E%3Cstop offset='.61' stop-color='%23f9802c'/%3E%3Cstop offset='.69' stop-color='%23f7793d'/%3E%3Cstop offset='.76' stop-color='%23f47053'/%3E%3Cstop offset='.82' stop-color='%23f1656e'/%3E%3Cstop offset='.87' stop-color='%23ed578f'/%3E%3Cstop offset='.92' stop-color='%23e948b5'/%3E%3Cstop offset='.97' stop-color='%23e437de'/%3E%3Cstop offset='1' stop-color='%23e02aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='17.89' x2='25.84' y1='13.48' y2='13.48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fb8817'/%3E%3Cstop offset='1' stop-color='%23e02aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='1' x2='18.69' y1='17.84' y2='17.84' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='.76' x2='18.93' y1='17.84' y2='17.84' xlink:href='%23b'/%3E%3ClinearGradient id='e' x1='1' x2='20.48' y1='7.33' y2='7.33' xlink:href='%23a'/%3E%3ClinearGradient id='f' x1='.76' x2='20.72' y1='7.33' y2='7.33' xlink:href='%23b'/%3E%3C/defs%3E%3Cpath fill='url(%23a)' stroke='url(%23b)' stroke-miterlimit='10' stroke-width='.48' d='M18.53 24.24a.28.28 0 01-.34-.41L25 14.06l-5-11a.28.28 0 11.5-.23L25.58 14a.28.28 0 010 .28l-6.91 9.9a.28.28 0 01-.14.06z'/%3E%3Cpath fill='url(%23c)' stroke='url(%23d)' stroke-miterlimit='10' stroke-width='.48' d='M18.53 24.24a.28.28 0 01-.14 0l-12-1.15a.28.28 0 01-.23-.09L1 11.81a.28.28 0 11.5-.23l5.07 11L18 23.68 13 13a.28.28 0 11.5-.23l5.12 11.12a.28.28 0 01-.09.35z'/%3E%3Cpath fill='url(%23e)' stroke='url(%23f)' stroke-miterlimit='10' stroke-width='.48' d='M13.4 13.12a.25.25 0 01-.14 0L1.25 12a.28.28 0 01-.2-.44L8 1.64a.28.28 0 01.25-.12l12 1.18a.28.28 0 01.2.44L13.51 13a.25.25 0 01-.11.12z'/%3E%3C/svg%3E");
146	position: relative;
147	display: inline-block;
148	padding-right: 8px;
149	top: 3px;
150	width: 28px;
151}
152
153.active-sidebar-link {
154	background-color: #ffebff;
155}
156
157.active-navbar-link {
158	border-bottom: 3px solid #cc33ff;
159}
160
161.header-link-class {
162	margin-left: -24px;
163}
164
165.disabled-body {
166	overflow: hidden;
167}
168