-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.css
More file actions
119 lines (106 loc) · 2.45 KB
/
clean.css
File metadata and controls
119 lines (106 loc) · 2.45 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/* Title */
#document .document-title {
text-align: center;
font-family: "Montserrat Light";
font-size: 40px;
}
/* Header */
.rem-header--1 {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
text-align: center;
}
/* Sidebar */
#main #content #document-sidebar {
background-color: #fff;
background-image: radial-gradient(#DDD, #FFF), radial-gradient(#DDD, #FFF);
background-size: 2px 100%;
background-position: 0 0, 100% 0;
background-repeat: no-repeat;
}
/* Body */
body {
font-family: "Montserrat";
}
/* Highlighting */
/*green*/
.highlight-color--green, ::selection {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
background-color: #80cbc4
}
/*red*/
.highlight-color--red, ::selection {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
background-color: #ff867f
}
/*blue*/
.highlight-color--blue, ::selection {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
background-color: #90caf9
}
/*yellow*/
.highlight-color--yellow, ::selection {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
}
/*purple*/
.highlight-color--purple, ::selection {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
}
/*orange*/
.highlight-color--orange, ::selection {
padding: 1px 20px;
line-height: 1.5em;
border-radius: 20px 20px 20px 0px;
}
/* Rem-indented */
.rem-indented-indicator {
display: none;
}
/*
.rem-indented-indicator::before{
content: '';
color: #000;
margin: 0px 0px -10px 0px;
vertical-align: 'bottom';
font-size: 8px;
}
*/
/* Portals */
#hierarchy-editor .portal-tree-node {
border-color: #000;
border-width: 2px;
border-top-width: 2px;
margin: 5px;
padding: 10px;
border-radius: 16px;
border-top-width: 2px;
border-top-style: solid;
border-top-color: rgb(0, 0, 0);
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: rgb(0, 0, 0);
border-color: white;
box-shadow: inset -2px 2px 8px 2px rgba(0, 0, 0, 0.08), inset 0px -6px 15px -2px rgba(0, 0, 0, 0.1);
}
#hierarchy-editor .portal-rem .portal-rem-top, #hierarchy-editor .portal-rem--blue {
height: 0;
border-color: white;
}
.hierarchy-editor__after-portal {
display: none;
}
.portal-rem-hamburger {
padding-left: 10px;
padding-top: 10px;
}