corrections

This commit is contained in:
shizuka 2018-10-22 16:41:29 +02:00
parent 2d0ce7f6cc
commit 672318db89

View File

@ -9,10 +9,9 @@ BODY {
code { code {
font-size: 1.6rem; font-size: 1.6rem;
background-color: #f9f2f4; background-color: #f9f2f4;
} }
p, li, .table { p, li, ul, .table {
margin: 0 0; margin: 0 0;
line-height: 3.5rem; line-height: 3.5rem;
} }
@ -27,26 +26,28 @@ h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
letter-spacing: 0; letter-spacing: 0;
margin: 0 0; margin: 0 0;
} }
h2 { h2 {
font-size: 2.45rem; font-size: 2.45rem;
padding: 3rem 0rem; padding: 3rem 0rem;
} }
h3 { h3 {
font-size: 2.15rem; font-size: 2.15rem;
padding: 2rem 0rem;
} }
h4 { h4 {
font-size: 1.85rem; font-size: 1.85rem;
padding: 1.3rem 0rem;
} }
img{ img{
max-width: 100%; max-width: 100%;
height: auto; height: auto;
padding: 1.5rem 0rem;
} }
video { video {
@ -59,7 +60,6 @@ pre {
line-height: 1.7rem; line-height: 1.7rem;
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.input-group { .input-group {
@ -139,6 +139,7 @@ a:hover {
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.55; line-height: 1.55;
width: 32.5rem; width: 32.5rem;
margin: 0 0;
} }
.sidebar.active { .sidebar.active {
@ -152,7 +153,6 @@ a:hover {
color: #ccc; color: #ccc;
} }
.sidebar-header a { .sidebar-header a {
color: #fff; color: #fff;
font-size: 1.8rem; font-size: 1.8rem;
@ -172,6 +172,7 @@ a:hover {
.sidebar li { .sidebar li {
line-height: 1.7rem; line-height: 1.7rem;
} }
.sidebar .sub-item > a{ .sidebar .sub-item > a{
@ -193,7 +194,6 @@ a:hover {
color: #fff; color: #fff;
background-color: #ba3232; background-color: #ba3232;
font-weight: bold; font-weight: bold;
} }
.sidebar a:hover { .sidebar a:hover {
@ -220,14 +220,17 @@ a:hover {
display: block; display: block;
top: 0rem; top: 0rem;
} }
.navbar a { .navbar a {
font-size: 2rem; font-size: 2rem;
} }
.main { .main {
margin-left: 32rem; margin-left: 32rem;
padding-right: 10rem; padding-right: 10rem;
padding-left: 10rem; padding-left: 10rem;
} }
.navbar { .navbar {
display: none; display: none;
} }
@ -238,10 +241,6 @@ a:hover {
transition: width 2s; transition: width 2s;
transition: height 2s; transition: height 2s;
} }
.zoom {
width: 100rem;
}
} }
.bs-callout { .bs-callout {