Actions

MediaWiki

Difference between revisions of "Pivot.css"

From InfoTechPedia

Line 12: Line 12:
 
body {
 
body {
 
     background-color: #bad6d6;
 
     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;
 
}
 
}

Revision as of 20:46, 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;
}