324 lines
6.4 KiB
CSS
324 lines
6.4 KiB
CSS
.simplecontent * {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.simplecontent address,
|
|
.simplecontent area,
|
|
.simplecontent article,
|
|
.simplecontent aside,
|
|
.simplecontent audio,
|
|
.simplecontent blockquote,
|
|
.simplecontent datalist,
|
|
.simplecontent details,
|
|
.simplecontent dl,
|
|
.simplecontent fieldset,
|
|
.simplecontent figure,
|
|
.simplecontent form,
|
|
.simplecontent iframe,
|
|
.simplecontent img,
|
|
.simplecontent input,
|
|
.simplecontent meter,
|
|
.simplecontent nav,
|
|
.simplecontent ol,
|
|
.simplecontent optgroup,
|
|
.simplecontent option,
|
|
.simplecontent output,
|
|
.simplecontent p,
|
|
.simplecontent pre,
|
|
.simplecontent progress,
|
|
.simplecontent ruby,
|
|
.simplecontent section,
|
|
.simplecontent table,
|
|
.simplecontent textarea,
|
|
.simplecontent ul,
|
|
.simplecontent video {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.simplecontent button,
|
|
.simplecontent html,
|
|
.simplecontent input,
|
|
.simplecontent select {
|
|
font-family: var(--nc-font-sans);
|
|
}
|
|
.simplecontent body {
|
|
margin: 0 auto;
|
|
max-width: 750px;
|
|
padding: 2rem;
|
|
border-radius: 6px;
|
|
overflow-x: hidden;
|
|
word-break: break-word;
|
|
overflow-wrap: break-word;
|
|
background: var(--nc-bg-1);
|
|
color: var(--nc-tx-2);
|
|
font-size: 1.03rem;
|
|
line-height: 1.5;
|
|
}
|
|
.simplecontent h1,
|
|
.simplecontent h2,
|
|
.simplecontent h3,
|
|
.simplecontent h4,
|
|
.simplecontent h5,
|
|
.simplecontent h6 {
|
|
line-height: 1;
|
|
color: var(--nc-tx-1);
|
|
padding-top: 0.875rem;
|
|
}
|
|
.simplecontent h1,
|
|
.simplecontent h2,
|
|
.simplecontent h3 {
|
|
color: var(--nc-tx-1);
|
|
padding-bottom: 2px;
|
|
margin-bottom: 8px;
|
|
border-bottom: 1px solid var(--nc-bg-2);
|
|
}
|
|
.simplecontent h4,
|
|
.simplecontent h5,
|
|
.simplecontent h6 {
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.simplecontent h1 {
|
|
font-size: 2.25rem;
|
|
}
|
|
.simplecontent h2 {
|
|
font-size: 1.85rem;
|
|
}
|
|
.simplecontent h3 {
|
|
font-size: 1.55rem;
|
|
}
|
|
.simplecontent h4 {
|
|
font-size: 1.25rem;
|
|
}
|
|
.simplecontent h5 {
|
|
font-size: 1rem;
|
|
}
|
|
.simplecontent h6 {
|
|
font-size: 0.875rem;
|
|
}
|
|
.simplecontent a {
|
|
color: #3d5af1;
|
|
}
|
|
.simplecontent a:hover {
|
|
color: var(--nc-lk-2);
|
|
}
|
|
.simplecontent abbr:hover {
|
|
cursor: help;
|
|
}
|
|
.simplecontent blockquote {
|
|
padding: 1.5rem;
|
|
background: #ddd;
|
|
border-left: 5px solid var(--nc-bg-3);
|
|
}
|
|
.simplecontent abbr {
|
|
cursor: help;
|
|
}
|
|
.simplecontent blockquote :last-child {
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.simplecontent header {
|
|
background: #ddd;
|
|
border-bottom: 1px solid var(--nc-bg-3);
|
|
padding: 2rem 1.5rem;
|
|
margin: -2rem calc(0px - (50vw - 50%)) 2rem;
|
|
padding-left: calc(50vw - 50%);
|
|
padding-right: calc(50vw - 50%);
|
|
}
|
|
.simplecontent header h1,
|
|
.simplecontent header h2,
|
|
.simplecontent header h3 {
|
|
padding-bottom: 0;
|
|
border-bottom: 0;
|
|
}
|
|
.simplecontent header > :first-child {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
}
|
|
.simplecontent header > :last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.simplecontent a button,
|
|
.simplecontent button,
|
|
.simplecontent input[type="button"],
|
|
.simplecontent input[type="reset"],
|
|
.simplecontent input[type="submit"] {
|
|
font-size: 1rem;
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
background: #3d5af1;
|
|
color: var(--nc-lk-tx);
|
|
border: 0;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
color: var(--nc-lk-tx);
|
|
}
|
|
.simplecontent a button[disabled],
|
|
.simplecontent button[disabled],
|
|
.simplecontent input[type="button"][disabled],
|
|
.simplecontent input[type="reset"][disabled],
|
|
.simplecontent input[type="submit"][disabled] {
|
|
cursor: default;
|
|
opacity: 0.5;
|
|
cursor: not-allowed;
|
|
}
|
|
.simplecontent .button:focus,
|
|
.simplecontent .button:hover,
|
|
.simplecontent button:focus,
|
|
.simplecontent button:hover,
|
|
.simplecontent input[type="button"]:focus,
|
|
.simplecontent input[type="button"]:hover,
|
|
.simplecontent input[type="reset"]:focus,
|
|
.simplecontent input[type="reset"]:hover,
|
|
.simplecontent input[type="submit"]:focus,
|
|
.simplecontent input[type="submit"]:hover {
|
|
background: var(--nc-lk-2);
|
|
}
|
|
.simplecontent code,
|
|
.simplecontent kbd,
|
|
.simplecontent pre,
|
|
.simplecontent samp {
|
|
font-family: var(--nc-font-mono);
|
|
}
|
|
.simplecontent code,
|
|
.simplecontent kbd,
|
|
.simplecontent pre,
|
|
.simplecontent samp {
|
|
background: #ddd;
|
|
border: 1px solid var(--nc-bg-3);
|
|
border-radius: 4px;
|
|
padding: 3px 6px;
|
|
font-size: 0.9rem;
|
|
}
|
|
.simplecontent kbd {
|
|
border-bottom: 3px solid var(--nc-bg-3);
|
|
}
|
|
.simplecontent pre {
|
|
padding: 1rem 1.4rem;
|
|
max-width: 100%;
|
|
overflow: auto;
|
|
}
|
|
.simplecontent pre code {
|
|
background: inherit;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.simplecontent code pre {
|
|
display: inline;
|
|
background: inherit;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.simplecontent details {
|
|
padding: 0.6rem 1rem;
|
|
background: #ddd;
|
|
border: 1px solid var(--nc-bg-3);
|
|
border-radius: 4px;
|
|
}
|
|
.simplecontent summary {
|
|
cursor: pointer;
|
|
font-weight: 700;
|
|
}
|
|
.simplecontent details[open] {
|
|
padding-bottom: 0.75rem;
|
|
}
|
|
.simplecontent details[open] summary {
|
|
margin-bottom: 6px;
|
|
}
|
|
.simplecontent details[open] > :last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.simplecontent dt {
|
|
font-weight: 700;
|
|
}
|
|
.simplecontent dd::before {
|
|
content: "→ ";
|
|
}
|
|
.simplecontent hr {
|
|
border: 0;
|
|
border-bottom: 1px solid var(--nc-bg-3);
|
|
margin: 1rem auto;
|
|
}
|
|
.simplecontent fieldset {
|
|
margin-top: 1rem;
|
|
padding: 2rem;
|
|
border: 1px solid var(--nc-bg-3);
|
|
border-radius: 4px;
|
|
}
|
|
.simplecontent legend {
|
|
padding: auto 0.5rem;
|
|
}
|
|
.simplecontent table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
.simplecontent td,
|
|
.simplecontent th {
|
|
border: 1px solid var(--nc-bg-3);
|
|
text-align: left;
|
|
padding: 0.5rem;
|
|
}
|
|
.simplecontent th {
|
|
background: #ddd;
|
|
}
|
|
.simplecontent tr:nth-child(even) {
|
|
background: #ddd;
|
|
}
|
|
.simplecontent table caption {
|
|
font-weight: 700;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.simplecontent textarea {
|
|
max-width: 100%;
|
|
}
|
|
.simplecontent ol,
|
|
.simplecontent ul {
|
|
padding-left: 2rem;
|
|
}
|
|
.simplecontent li {
|
|
margin-top: 0.4rem;
|
|
}
|
|
.simplecontent ol ol,
|
|
.simplecontent ol ul,
|
|
.simplecontent ul ol,
|
|
.simplecontent ul ul {
|
|
margin-bottom: 0;
|
|
}
|
|
.simplecontent mark {
|
|
padding: 3px 6px;
|
|
background: var(--nc-ac-1);
|
|
color: var(--nc-ac-tx);
|
|
}
|
|
.simplecontent input,
|
|
.simplecontent select,
|
|
.simplecontent textarea {
|
|
padding: 6px 12px;
|
|
margin-bottom: 0.5rem;
|
|
background: #ddd;
|
|
color: var(--nc-tx-2);
|
|
border: 1px solid var(--nc-bg-3);
|
|
border-radius: 4px;
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
}
|
|
.simplecontent img {
|
|
max-width: 100%;
|
|
}
|
|
.simplecontent blockquote {
|
|
background: #ececec;
|
|
}
|
|
.simplecontent ol {
|
|
list-style-type: decimal;
|
|
}
|
|
.simplecontent ul {
|
|
list-style-type: circle;
|
|
}
|