-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark-theme.css.old
69 lines (64 loc) · 3.44 KB
/
dark-theme.css.old
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
/* background stuff */
.card{ background-color: #242424;}
html.shaded {background-color: #242424;}
.flex.sidebar+.flex.content{background-color: #242424;}
.flex.sidebar {background-color: #242424;}
body.shaded {background-color: #242424;}
.toolbar-container {background-color:#242424}
.search-box input{background-color:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.3)}
hr{background-color:rgba(0,0,0,.2)}
.page-list .page {border-left: 5px solid #8be9fd}
.page-list h5{border-left: 5px solid #8be9fd}
.faded-small, .primary-background-light {background-color: #242424;}
.floating-toolbox{background-color:#242424}
.editor-toolbar{background-color:#242424;border-bottom:1px solid rgba(0,0,0,.2);}
.title-input.page-title .input{background-color:#242424;}
#markdown-editor .markdown-editor-wrap {background-color: #242424;}
#tinymce {background-color: #242424;}
/* text stuff */
body{color: #ddd;}
.text-page {color: #79c2d2;}
.text-book {color: #49d06b;}
.text-chapter {color: #da9e5e;}
.text-primary, p.primary, p .primary, span.primary:hover, .text-primary:hover, a, a:hover, a:focus, .text-button, .text-button:hover, .text-button:focus {color: #009688; font-weight: 500;}
h1, h2, h3, h4, h5, h6 {color: #f8f8f2;}
.faded a, .faded button, .faded span, .faded span>div {color: #6272a4;}
#bkmrk-page-title{
text-align: center;
}
/* border changes */
header {border-bottom: 0;}
.flex.sidebar+.flex.content {border-left: 0;}
.card h3{ border-bottom:0}
#sidebar .scroll-body.fixed{border-left: 1px solid #6272a4}
.fake-input, .input-base, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=text], input[type=url], select, textarea{border: 1px solid #444;color: #f8f8f2;background-color: rgba(0,0,0,.2);}
.activity-list-item {border-bottom:1px solid rgba(0,0,0,.2)}
.page-list .chapter {border-left: 5px solid #ffb86c;}
.floating-toolbox{border:0}
#markdown-editor .markdown-editor-wrap{border: 1px solid rgba(0,0,0,.2);}
/* other changes */
code {color:#ebc700;background-color:#242424;border: 0 !important;}
.button.pos, input[type=button].pos, input[type=submit].pos {background-color: #50fa7b;color: #eee;text-transform: uppercase;border: 1px solid #52a256;vertical-align: top;}
table thead {
background-color: #151718;}
table.table tr:hover {background-color: #444;}
table.table tr {border-bottom: 1px solid rgba(0,0,0,.2);}
blockquote{border-left: 4px solid #8be9fd;background-color: #444;}
/* scrollbar */
.scrollbar{margin-left: 30px;float: left;height: 300px;width: 65px;background: #F5F5F5;overflow-y: scroll;margin-bottom: 25px;}
.force-overflow{min-height: 450px;}
#wrapper{text-align: center;width: 500px;margin: auto;}
#style-2::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
#style-2::-webkit-scrollbar{width: 12px;background-color: #F5F5F5;}
#style-2::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #D62929;}
/* sidebar
**************
pages */
.book-tree .sidebar-page-list .page {color: #8be9fd!important;}
.book-tree .sidebar-page-list .list-item-page {border-left: 5px solid #8be9fd;}
/* chapters */
.book-tree .sidebar-page-list .chapter {color: #ffb86c!important;}
.book-tree .sidebar-page-list .list-item-chapter {border-left: 5px solid #ffb86c;}
/* books */
.book-tree .sidebar-page-list .book {color: #50fa7b!important;}
.book-tree .sidebar-page-list {border-left: 5px solid #50fa7b;}