settings
Text
code:style.css
i {
}
/* Logo */
.navbar .navbar-brand img {
display: none;
}
.navbar-brand:before {
content: '';
background: url('');
background-size: contain;
width: 35px;
height: 35px;
margin: 10px 16px 0 0;
flex-shrink: 0;
border-radius: 0%;
}
.brand-icon {
width: 0px;
height: 0px;
}
/* Font */
body {
font-family: 'Roboto', 'Noto Sans JP','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'MS ゴシック', san-serif;
background-color:#e5e5e5;
}
.editor{
}
/* New Button */
.new-button{
background-color:#f0f0f0;
width: 22px;
height: 22px;
margin-top: 10px;
}
.horizontal-line{
visibility : hidden;
}
.vertical-line{
visibility : hidden;
}
.navbar-brand::before {
display: none;
}
Button
code:style.css
.new-button{
margin-top:0px;
}
.new-button:hover {
}
}
.navbar-brand:before{
margin-top:0px;
}
Quote
code:style.css
span.quote {
padding: 32px;
width: 100%;
display: block;
}
.line .quote {
font-style: italic;
background-color: rgba(128,128,128,0.1);
display: block;
padding-left: 32px;
}
Marker
code:style.css
.line strong:not(class) { background: linear-gradient(transparent 50%, #FEE63A 50%) }
font-weight: 400;
}
Like This
Bold Text
[* bold text] => bold text
code:style.css
.line strong.level {
font-weight: bolder !important;
}
code:style.css
.level-1 img { width: 50%; max-height: none; }
.level-2 img { width: 40%; max-height: none; }
.level-3 img { width: 33%; max-height: none; }
code:style.css
.line .telomere .telomere-border {
}
.line .telomere .telomere-border.unread {
}
Presentation Mode
code:style.css
.app.presentation .line.section-title {
font-size: 3vw;
margin-bottom: .5em;
text-align: left;
}
.app.presentation .line {
font-size: 2.0vw;
line-height: 1.2em;
}
.app.presentation .line.section-title {
font-size: 3.0vw;
margin-bottom: .5em;
text-align: left;
/* font-weight: bold; */
}
https://gyazo.com/b36f758124f072bdbef90297c7e66f38