51 lines
746 B
CSS
51 lines
746 B
CSS
/*
|
|
@config : next999.json
|
|
@filename : style.css
|
|
@title : style.css
|
|
@name :
|
|
@siteIds : 326341
|
|
@siteTitles : MD作成
|
|
@disabled: false
|
|
*/
|
|
|
|
#Editor {
|
|
width: 40%;
|
|
}
|
|
|
|
#RecordHeader {
|
|
display: none;
|
|
}
|
|
|
|
.mermaidWindow {
|
|
width: 60%;
|
|
float: left;
|
|
padding: 0 15px 15px 15px;
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.2em;
|
|
margin-bottom: 5px;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
pre {
|
|
background-color: antiquewhite;
|
|
border-radius: 15px;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
#Results_Body,
|
|
#Results_Body\.viewer {
|
|
min-height: 400px !important;
|
|
max-height: 1200px !important;
|
|
}
|
|
|
|
#Results_Body\.viewer {
|
|
overflow: hidden;
|
|
} |