alessandro trinca tornidor commited on
Commit
611bb79
·
1 Parent(s): 1b8f9df

feat: update dark style for kite.koboldai.net

Browse files
Files changed (1) hide show
  1. static/index-dark.css +55 -56
static/index-dark.css CHANGED
@@ -1,10 +1,3 @@
1
- #id-title.h1 {
2
- font-size: 24px;
3
- margin-left: 10px;
4
- margin-right: 10px;
5
- margin-block-start: 5px;
6
- margin-block-end: 5px;
7
- }
8
  #id-col1-editor > h4,#id-col2-words-frequency > div > div > h4 {
9
  font-size: 18px;
10
  margin-block-start: 2px;
@@ -20,17 +13,16 @@
20
  padding-left: 10px;
21
  padding-right: 10px;
22
  }
 
 
 
 
23
  .display-none {
24
  display: none;
25
  }
26
  .display-block {
27
  display: block;
28
  }
29
- .underlinedDarkTurquoise {
30
- text-decoration: underline;
31
- text-decoration-color: darkturquoise;
32
- text-decoration-style: wavy;
33
- }
34
  .underlinedYellow {
35
  color: yellow;
36
  text-decoration: underline;
@@ -41,56 +33,42 @@
41
  text-decoration: underline;
42
  text-decoration-color: violet;
43
  }
44
- .display-flex {
45
- display: flex;
46
  }
47
- .col-flex30 {
48
- flex: 30%;
 
 
 
49
  }
50
  .col-flex50 {
51
  flex: 50%;
52
  }
53
- .border-green {
54
- border: 1px solid green;
55
- }
56
- .border-blue {
57
- border: 1px solid blue;
58
- }
59
  .border-black {
60
  border: 1px solid black;
61
  }
62
  .border-gray-litekoboldai {
63
  border: 1px solid #646464;
64
  }
 
 
 
 
65
  .padding10px {
66
  padding: 10px;
67
  }
68
  .margin10px {
69
  margin: 10px;
70
  }
71
- .margin5px-left {
72
- margin-left: 10px;
73
- }
74
- .margin5px-right {
75
- margin-right: 10px;
76
- }
77
  .margin5px-top {
78
  margin-top: 5px;
79
  }
80
  .margin2px-bottom {
81
  margin-bottom: 2px;
82
  }
83
- .background-color-lightgray {
84
- background-color: lightgray;
85
- }
86
- .background-color-whitesmoke {
87
- background-color: whitesmoke;
88
- }
89
- .max-height-90vh {
90
- max-height: 90vh;
91
- }
92
- .max-height-80vh {
93
- max-height: 80vh;
94
  }
95
  .overflow-hidden {
96
  /* needed for scroll bar*/
@@ -100,17 +78,8 @@
100
  /* needed for scroll bar*/
101
  overflow: auto;
102
  }
103
- .width-50perc {
104
- width: 50%;
105
- }
106
- .width-80perc {
107
- width: 80%;
108
- }
109
- #id-landscape-message {
110
- display: none;
111
- }
112
- .id-orientation-message {
113
- display: none;
114
  }
115
  .background-color-verydarkgrey {
116
  background-color: #404040;
@@ -118,13 +87,43 @@
118
  .font-size-12px {
119
  font-size: small;
120
  }
121
- @media screen and (max-width: 1024px) and (orientation: portrait) {
122
- .id-orientation-message {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  display: block;
124
- text-align: center;
125
  }
126
- .id-orientation-message:before {
127
- color: red;
128
- content: "(Mobile users: use this in landscape mode!)"
 
 
 
129
  }
130
  }
 
 
 
 
 
 
 
 
1
  #id-col1-editor > h4,#id-col2-words-frequency > div > div > h4 {
2
  font-size: 18px;
3
  margin-block-start: 2px;
 
13
  padding-left: 10px;
14
  padding-right: 10px;
15
  }
16
+ #filter-words-frequency {
17
+ height: 30px;
18
+ width: 100%;
19
+ }
20
  .display-none {
21
  display: none;
22
  }
23
  .display-block {
24
  display: block;
25
  }
 
 
 
 
 
26
  .underlinedYellow {
27
  color: yellow;
28
  text-decoration: underline;
 
33
  text-decoration: underline;
34
  text-decoration-color: violet;
35
  }
36
+ .display-grid {
37
+ display: grid;
38
  }
39
+ .grid-template-5x1 {
40
+ grid-template-columns: 5fr 1fr;
41
+ }
42
+ .grid-template-1x2 {
43
+ grid-template-columns: 1fr 1fr;
44
  }
45
  .col-flex50 {
46
  flex: 50%;
47
  }
 
 
 
 
 
 
48
  .border-black {
49
  border: 1px solid black;
50
  }
51
  .border-gray-litekoboldai {
52
  border: 1px solid #646464;
53
  }
54
+ #wordsFreqNavbarNavDropdown {
55
+ padding-left: 0;
56
+ padding-right: 0;
57
+ }
58
  .padding10px {
59
  padding: 10px;
60
  }
61
  .margin10px {
62
  margin: 10px;
63
  }
 
 
 
 
 
 
64
  .margin5px-top {
65
  margin-top: 5px;
66
  }
67
  .margin2px-bottom {
68
  margin-bottom: 2px;
69
  }
70
+ .max-height-80perc {
71
+ max-height: 80%;
 
 
 
 
 
 
 
 
 
72
  }
73
  .overflow-hidden {
74
  /* needed for scroll bar*/
 
78
  /* needed for scroll bar*/
79
  overflow: auto;
80
  }
81
+ .width-100perc {
82
+ width: 100%;
 
 
 
 
 
 
 
 
 
83
  }
84
  .background-color-verydarkgrey {
85
  background-color: #404040;
 
87
  .font-size-12px {
88
  font-size: small;
89
  }
90
+ .color-white {
91
+ color: white;
92
+ }
93
+ .navtoggler-words-freq {
94
+ background-color: #337ab7;
95
+ border: 1px solid #bababa;
96
+ height: 45px;
97
+ width: 60px;
98
+ border-radius: 6px;
99
+ }
100
+ #words-frequency {
101
+ max-height: calc(84vh - 250px);
102
+ }
103
+ @media screen and (max-width: 1023px) {
104
+ #words-frequency {
105
+ max-height: calc(80vh - 250px);
106
+ }
107
+ }
108
+
109
+ @media only screen and (width:768px) {
110
+ #words-frequency {
111
+ max-height: calc(76vh - 160px);
112
+ }
113
+ #btn4-get-words-frequency {
114
+ font-size: 12px;
115
+ }
116
+ #btn-filter-words-frequency {
117
+ font-size: 12px;
118
+ }
119
+ #wordsFreqNavbarNavDropdown ul, #wordsFreqNavbarNavDropdown ul li div {
120
  display: block;
 
121
  }
122
+ #wordsFreqNavbarNavDropdown ul li {
123
+ margin-left: 12px;
124
+ margin-right: 12px;
125
+ }
126
+ #id-col1-editor > h4,#id-col2-words-frequency > div > div > h4 {
127
+ font-size: 14px;
128
  }
129
  }