Actions

MediaWiki

Difference between revisions of "Pivot.css"

From InfoTechPedia

(update)
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;
 +
}
 +
/* Image classes */
 +
.center {
 +
    text-align:  center;
 +
}
 +
img {
 +
    margin-bottom:  1em;
 
}
 
}

Revision as of 21:40, 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;
}
/* Image classes */
.center {
    text-align:  center;
}
img {
    margin-bottom:  1em;
}