Difference between revisions of "Pivot.css"
From InfoTechPedia
TomHutchison (talk | contribs) (update) |
TomHutchison (talk | contribs) (mediawiki namespace pre) |
||
| Line 21: | Line 21: | ||
margin: 1em 3em 1em 4em; | margin: 1em 3em 1em 4em; | ||
font-family: Consolas,"Liberation Mono",Courier,monospace; | font-family: Consolas,"Liberation Mono",Courier,monospace; | ||
| + | } | ||
| + | /* Pre tags in MediaWiki Namespace */ | ||
| + | .ns-8 pre { | ||
| + | background: #efefee; | ||
| + | margin: 0; | ||
} | } | ||
/* Image classes */ | /* Image classes */ | ||
Revision as of 22:42, 15 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;
}