Skip to content

Commit 61d58c2

Browse files
author
Agus Makmun
committed
feat: bump version
1 parent a2a4f1e commit 61d58c2

File tree

7 files changed

+1288
-10
lines changed

7 files changed

+1288
-10
lines changed
Lines changed: 160 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,166 @@
11
/**
2-
* Name : Martor v1.6.28
2+
* Name : Martor v1.6.29
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 20-Jul-2023
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/
8-
:root{--primary:#79aec8;--secondary:#417690}body{margin:0;padding:0;font-size:14px;color:#333;background:#fff}#container{-webkit-box-sizing:unset;box-sizing:unset}#branding h1{margin:0!important}body,h1,h2,h3,h4,h5,button,input,optgroup,select{font-family:"Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif}h1,h2,h3,h4,h5{font-weight:bold!important;line-height:unset!important}h1{margin:0 0 20px!important;font-weight:300!important;font-size:20px!important;color:#333!important}h2{font-size:16px!important;margin:1em 0 .5em 0!important}h2.subhead{font-weight:normal!important;margin-top:0!important}h3{font-size:14px!important;margin:.8em 0 .3em 0!important;color:#333!important;font-weight:bold!important}h4{font-size:12px!important;margin:1em 0 .8em 0!important;padding-bottom:3px!important}h5{font-size:10px!important;margin:1.5em 0 .5em 0!important;color:#333!important;text-transform:uppercase!important;letter-spacing:1px!important}.button,input[type=submit],input[type=button],.submit-row input,a.button{padding:5px 15px}nav.sticky caption{caption-side:unset}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{width:auto}fieldset .form-row>div{width:100%}fieldset .form-row .main-martor{display:grid!important}.submit-row a.deletelink{height:unset}.table.markdown-reference h2{font-size:1.5em;background:none;color:unset;padding:0;font-weight:300!important}.js-inline-admin-formset .form-row:not(.empty-form){display:revert}@media (prefers-color-scheme:dark){body{color:#fff;background:#121212!important}h1,h3,h5{color:#fff!important}.modal-help-guide .modal-content{background:#121212!important}.modal-help-guide .modal-title{color:#333!important;font-size:unset!important;margin:0!important}.modal-help-guide .table.markdown-reference{background:#fff;color:#fff}.modal-help-guide .content{background:#121212!important}.tab-martor-menu .item,.martor-toolbar .ui.basic.buttons .button{color:#fff!important}}
8+
:root {
9+
--primary: #79aec8;
10+
--secondary: #417690
11+
}
12+
13+
body {
14+
margin: 0;
15+
padding: 0;
16+
font-size: 14px;
17+
color: #333;
18+
background: #fff
19+
}
20+
21+
#container {
22+
-webkit-box-sizing: unset;
23+
box-sizing: unset
24+
}
25+
26+
#branding h1 {
27+
margin: 0 !important
28+
}
29+
30+
body,
31+
h1,
32+
h2,
33+
h3,
34+
h4,
35+
h5,
36+
button,
37+
input,
38+
optgroup,
39+
select {
40+
font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif
41+
}
42+
43+
h1,
44+
h2,
45+
h3,
46+
h4,
47+
h5 {
48+
font-weight: bold !important;
49+
line-height: unset !important
50+
}
51+
52+
h1 {
53+
margin: 0 0 20px !important;
54+
font-weight: 300 !important;
55+
font-size: 20px !important;
56+
color: #333 !important
57+
}
58+
59+
h2 {
60+
font-size: 16px !important;
61+
margin: 1em 0 .5em 0 !important
62+
}
63+
64+
h2.subhead {
65+
font-weight: normal !important;
66+
margin-top: 0 !important
67+
}
68+
69+
h3 {
70+
font-size: 14px !important;
71+
margin: .8em 0 .3em 0 !important;
72+
color: #333 !important;
73+
font-weight: bold !important
74+
}
75+
76+
h4 {
77+
font-size: 12px !important;
78+
margin: 1em 0 .8em 0 !important;
79+
padding-bottom: 3px !important
80+
}
81+
82+
h5 {
83+
font-size: 10px !important;
84+
margin: 1.5em 0 .5em 0 !important;
85+
color: #333 !important;
86+
text-transform: uppercase !important;
87+
letter-spacing: 1px !important
88+
}
89+
90+
.button,
91+
input[type=submit],
92+
input[type=button],
93+
.submit-row input,
94+
a.button {
95+
padding: 5px 15px
96+
}
97+
98+
nav.sticky caption {
99+
caption-side: unset
100+
}
101+
102+
.ui.tabular.menu+.attached:not(.top).segment,
103+
.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment {
104+
width: auto
105+
}
106+
107+
fieldset .form-row>div {
108+
width: 100%
109+
}
110+
111+
fieldset .form-row .main-martor {
112+
display: grid !important
113+
}
114+
115+
.submit-row a.deletelink {
116+
height: unset
117+
}
118+
119+
.table.markdown-reference h2 {
120+
font-size: 1.5em;
121+
background: none;
122+
color: unset;
123+
padding: 0;
124+
font-weight: 300 !important
125+
}
126+
127+
.js-inline-admin-formset .form-row:not(.empty-form) {
128+
display: revert
129+
}
130+
131+
@media (prefers-color-scheme:dark) {
132+
body {
133+
color: #fff;
134+
background: #121212 !important
135+
}
136+
137+
h1,
138+
h3,
139+
h5 {
140+
color: #fff !important
141+
}
142+
143+
.modal-help-guide .modal-content {
144+
background: #121212 !important
145+
}
146+
147+
.modal-help-guide .modal-title {
148+
color: #333 !important;
149+
font-size: unset !important;
150+
margin: 0 !important
151+
}
152+
153+
.modal-help-guide .table.markdown-reference {
154+
background: #fff;
155+
color: #fff
156+
}
157+
158+
.modal-help-guide .content {
159+
background: #121212 !important
160+
}
161+
162+
.tab-martor-menu .item,
163+
.martor-toolbar .ui.basic.buttons .button {
164+
color: #fff !important
165+
}
166+
}

0 commit comments

Comments
 (0)