Actions

MediaWiki

Difference between revisions of "Pivot.css"

Line 5: Line 5:
 
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
 
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
  
h1,
 
h2,
 
h3,
 
h4,
 
h5, {
 
  
    padding: .5em;
 
    font-size: 18pt;
 
    letter-spacing: 8px;
 
    font-family: times, sans-serif;
 
}
 
  
  

Revision as of 17:25, 2 October 2019

/* 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');





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: "Times",Helvetica,Roboto,Arial,sans-serif;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
    color: #5aa324;
}

/* 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: #ddd;
}

legend {
    font-size: 0.875em;
    color: #47626e;
    cursor: pointer;
    display: block;
    font-weight: 500
}

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