Difference between revisions of "Pivot.css"
From InfoTechPedia
TomHutchison (talk | contribs) (mediawiki namespace pre) |
TomHutchison (talk | contribs) (update) |
||
Line 33: | Line 33: | ||
img { | img { | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
+ | } | ||
+ | /* Nested UL and OL */ | ||
+ | .mw-content-ltr ul>li>ul { | ||
+ | margin: .25em 0 .25em 1.25em; | ||
+ | } | ||
+ | .mw-content-ltr ol>li>ol { | ||
+ | margin: .25em 0 .25em 1.25em; | ||
} | } |
Revision as of 08:00, 16 February 2018
/* Custom colors - top bar*/
.tab-bar {
background: #2f3f4f
}
/* style the labels */
ul.side-nav label {
background: #2f3f4f;
color: #fff;
padding: .25em .5em;
}
/* sidebar background color */
body {
background-color: #bad6d6;
}
/* Pre tags */
pre {
background: darkslategrey;
color: #D1F8D1;
padding: 10px 10px;
line-height: 1.5em;
margin: 1em 3em 1em 4em;
font-family: Consolas,"Liberation Mono",Courier,monospace;
}
/* Pre tags in MediaWiki Namespace */
.ns-8 pre {
background: #efefee;
margin: 0;
}
/* Image classes */
.center {
text-align: center;
}
img {
margin-bottom: 1em;
}
/* Nested UL and OL */
.mw-content-ltr ul>li>ul {
margin: .25em 0 .25em 1.25em;
}
.mw-content-ltr ol>li>ol {
margin: .25em 0 .25em 1.25em;
}