mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 19:20:22 -07:00
Properly indent @media blocks
This commit is contained in:
parent
626f0f1393
commit
f3978a7385
1 changed files with 161 additions and 161 deletions
|
@ -336,8 +336,8 @@ p, h2, h3 {
|
||||||
h2, h3 {
|
h2, h3 {
|
||||||
page-break-after: avoid;
|
page-break-after: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-smooth, .icon:before, .wy-inline-validate.wy-inline-validate-success .wy-input-context:before, .wy-inline-validate.wy-inline-validate-danger .wy-input-context:before, .wy-inline-validate.wy-inline-validate-warning .wy-input-context:before, .wy-inline-validate.wy-inline-validate-info .wy-input-context:before, .wy-tag-input-group .wy-tag .wy-tag-remove:before, .rst-content .admonition-title:before, .rst-content h1 .headerlink:before, .rst-content h2 .headerlink:before, .rst-content h3 .headerlink:before, .rst-content h4 .headerlink:before, .rst-content h5 .headerlink:before, .rst-content h6 .headerlink:before, .rst-content dl dt .headerlink:before, .wy-alert, .rst-content .note, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .warning, .btn, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .wy-tag-input-group, .wy-menu-vertical li.on a, .wy-menu-vertical li.current>a, .wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a, .wy-nav-top a {
|
.font-smooth, .icon:before, .wy-inline-validate.wy-inline-validate-success .wy-input-context:before, .wy-inline-validate.wy-inline-validate-danger .wy-input-context:before, .wy-inline-validate.wy-inline-validate-warning .wy-input-context:before, .wy-inline-validate.wy-inline-validate-info .wy-input-context:before, .wy-tag-input-group .wy-tag .wy-tag-remove:before, .rst-content .admonition-title:before, .rst-content h1 .headerlink:before, .rst-content h2 .headerlink:before, .rst-content h3 .headerlink:before, .rst-content h4 .headerlink:before, .rst-content h5 .headerlink:before, .rst-content h6 .headerlink:before, .rst-content dl dt .headerlink:before, .wy-alert, .rst-content .note, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .warning, .btn, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .wy-tag-input-group, .wy-menu-vertical li.on a, .wy-menu-vertical li.current>a, .wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a, .wy-nav-top a {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
@ -2619,8 +2619,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
|
||||||
.wy-form-upload {
|
.wy-form-upload {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-form-upload .image-drop {
|
.wy-form-upload .image-drop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -2657,8 +2657,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-form-upload img {
|
.wy-form-upload img {
|
||||||
max-width: 125px;
|
max-width: 125px;
|
||||||
max-height: 125px;
|
max-height: 125px;
|
||||||
|
@ -2676,8 +2676,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
|
||||||
.wy-form-upload .wy-form-upload-content {
|
.wy-form-upload .wy-form-upload-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-form-upload:hover {
|
.wy-form-upload:hover {
|
||||||
border-color: #b3b3b3;
|
border-color: #b3b3b3;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
|
@ -2827,14 +2827,14 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
|
||||||
.wy-form-gallery-manage li {
|
.wy-form-gallery-manage li {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
.wy-form-gallery-manage li {
|
.wy-form-gallery-manage li {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-form-gallery-manage li:active {
|
.wy-form-gallery-manage li:active {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
@ -2922,20 +2922,20 @@ li.wy-form-gallery-edit .arrow {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
padding: 0.2em 0 0.8em;
|
padding: 0.2em 0 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.tablet-hide {
|
.tablet-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
.mobile-hide {
|
.mobile-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-left {
|
.float-left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -3465,8 +3465,8 @@ pre.literal-block {
|
||||||
.codeblock, div[class^='highlight'], div[class^='highlight'] pre {
|
.codeblock, div[class^='highlight'], div[class^='highlight'] pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hll {
|
.hll {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
@ -3770,14 +3770,14 @@ pre.literal-block {
|
||||||
.wy-breadcrumbs li.wy-breadcrumbs-aside {
|
.wy-breadcrumbs li.wy-breadcrumbs-aside {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.wy-breadcrumbs li.wy-breadcrumbs-aside {
|
.wy-breadcrumbs li.wy-breadcrumbs-aside {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-affix {
|
.wy-affix {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 1.618em;
|
top: 1.618em;
|
||||||
|
@ -4167,8 +4167,8 @@ footer p {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
@media screen and (min-width: 1400px) {
|
||||||
.wy-nav-content-wrap {
|
.wy-nav-content-wrap {
|
||||||
background: rgba(0, 0, 0, 0.05);
|
background: rgba(0, 0, 0, 0.05);
|
||||||
|
@ -4178,8 +4178,8 @@ footer p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.wy-nav-side {
|
.wy-nav-side {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -4188,8 +4188,8 @@ footer p {
|
||||||
.wy-nav-content-wrap {
|
.wy-nav-content-wrap {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rst-versions {
|
.rst-versions {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -4319,8 +4319,8 @@ img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rst-content img {
|
.rst-content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue