Actions

MediaWiki

Pivot.css

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Headers */

@import url('https://fonts.googleapis.com/css?family=Asap');
@import url('https://fonts.googleapis.com/css?family=Amaranth');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');

body.page.action-view #siteSub, body.page.action-submit #siteSub { display: none; }


a,
.side-nav{
	color: #a7c1cc;
}
a:hover {
    color: #a7c1cc;
    text-decoration: underline
}


 

 

    


/* Custom colors - top bar*/
.tab-bar {
    background: transparent;
    font-family: times;
    color: #ddd;
    font-spacing: 8px;
}

/* sidebar background color */
body {
    background-color: #333;
    color: #ddd;
}



#sidebar ul a {
    font-size: 14px;
    color: #a7c1cc;
    font-family:times;
 
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: transparent;
    color: #a7c1cc;
}

.side-nav {
    display: block;
    font-family: 'Cinzel Decorative';
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
    color: #5aa324;
}

ul.side-nav label {
	font-family: 'Cinzel Decorative';
}
/* controls the main body area styling */


/*footer*/
footer.row ul.columns li {
    display: inline;
    float: none
}

footer.row ul {
    list-style-type: none;
    margin: .5em 0em
}

footer.row ul.views.columns li {
    margin-right: 1em
}

footer.row {
    border-top: 1px solid #c3c3e5;
    padding-bottom: 2em;
    color: #ddd;
    max-width: 100%;
    background-color: #333;
}

@media only screen and (min-width:1025px) {
    footer.row {
        padding-bottom: .5em;
        background-color: #333;
        color: #ddd;
    }
}

ul#footer-left {
    text-align: left;
    font-size: 12px
}

ul#footer-right {
    text-align: right;
    font-size: 12px
}

li#footer-privacy {
    float: left;
    margin-right: 2em
}

li#footer-about {
    float: left;
    margin-right: 2em
}

ul#footer-right li {
    float: right;
    margin: 0 0 .5em .5em
}

li.social-follow {
    width: 100%
}

footer .addthis_horizontal_follow_toolbox,
footer .addthis_toolbox {
    float: right;
    margin-bottom: .5em
}

/* wikitable edit*/
table {
 background:#333;
 border:solid 1px #DDDDDD;
 margin-bottom:1.25rem;
 table-layout:auto
}

table th {
    font-size: 0.875em;
    color: #54f725;
    font-weight: 500
}

table caption {
 background:transparent;
 color:#ddd;
 font-size:1rem;
 font-weight:bold
}
table thead {
 background:#F5F5F5
}
table thead tr th,table thead tr td {
 color:#ddd;
 font-size:0.875rem;
 font-weight:bold;
 padding:0.5rem 0.625rem 0.625rem
}
table tfoot {
 background:#333
}
table tfoot tr th,table tfoot tr td {
 color:#ddd;
 font-size:0.875rem;
 font-weight:bold;
 padding:0.5rem 0.625rem 0.625rem
}
table tr th,table tr td {
 color:#ddd;
 font-size:0.875rem;
 padding:0.5625rem 0.625rem;
 text-align:left
}
table tr.even,table tr.alt,table tr:nth-of-type(even) {
 background:#333
}
table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td {
 display:table-cell;
 line-height:1.125rem
}

/*minor and new page edit on recent pages */
 .newpage,
    .minoredit,
    .botedit {
        font-weight: bold;
        color: #ddd;
    }
h4.namespace.label {
    font-size: small;
    display: inline-block;
    color: #010b13;
}

h3.subheader {
	background: #010b13;
		color: #fff;
    font-family: 'Cinzel Decorative';
}
.subheader {
	background: #010b13;
	color: #fff;
    font-family: 'Cinzel Decorative';
}

legend {
    font-size: 0.875em
    font: 'Cinzel Decorative';
    color: #a7c1cc;
    cursor: pointer;
    display: block;
    font-weight: 500
}

label {
    color: #a7c1cc;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5
    font: 'cinzel Decorative';
    margin-bottom: 0
}