MediaWiki:Common.css: Difference between revisions

From Archiopedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}


a:link { color:#0645ad; }
a:link { color:#0645ad; }

Revision as of 12:44, 7 June 2020

/* CSS placed here will be applied to all skins */

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}

a:link { color:#0645ad; }

a:visited { color:#0b0080; }

#p-personal { display: none; }

#pt-anonuserpage { display: none!important; }

#pt-anontalk { display: none!important; }

#pt-userpage { display: none!important; }

#pt-mytalk { display: none!important; }

#pt-preferences { display: none!important; }

#pt-watchlist { display: none!important; }

#pt-mycontris { display: none!important; }

#pt-logout { display: none!important; }

#ca-nstab-main { display:none!important; }

#ca-nstab-user { display:none!important; }

#ca-talk { display:none!important; }

#ca-view { display:none!important; }

#ca-history { display:none!important; }

#ca-watch { display:none!important; }

#ca-unwatch { display:none!important; }

#ca-move { display:none!important; }

#ca-protect { display:none!important; }

#ca-viewsource { display:none!important; }

#footer-info { display: none; }

body{ color: #FFFFFF; }

#content{ color: #FFFFFF; }

#bodyContent { background-color: #a37e63; }

#firstHeading { background-color: #a37e63; }

#catlinks { background-color: #a37e63; }

#mw-head-base { background-color: #a37e63; }

#mw-head { background-color: #a37e63; }

#mw-body { background-color: #a37e63; }

#mw-panel { background-color: #a37e63; }

#p-logo { background-color: #a37e63; }

#p-navigation { background-color: #a37e63; }

#p-tb { background-color: #a37e63; }

#p-tb-label { background-color: #a37e63; }

#p-tb .body { background-color: #a37e63; }

#footer { background-color: #a37e63; }

body { background-color: #a37e63; }

#p-cactions { background-color: #a37e63; }

h1, h2, h3, h4, h5 { color: #FFFFFF; }

@import url( 'https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,615;0,700;0,800;1,400;1,500;1,600;1,615;1,700;1,800&display=swap ');

body { font-family: "EB Garamond", serif; }

#content h1, 
#content h2 { font-family: "EB Garamond", serif; }