Difference between revisions of "MediaWiki:Common.css"
From Camilo's web
m |
m |
||
Line 2: | Line 2: | ||
/* standard link colors */ | /* standard link colors */ | ||
.mw-body a:link { color: #729fcf; } /* normal unvisited links */ | /*.mw-body a:link { color: #729fcf; }*/ /* normal unvisited links */ | ||
.mw-body a:link:visited { color: #a40000; } /* visited links */ | .mw-body a:link:visited { color: #a40000; } /* visited links */ | ||
.mw-body a:link:active { color: #729fcf; } /* active links */ | /*.mw-body a:link:active { color: #729fcf; }*/ /* active links */ | ||
.mw-body a:link.new { color: #729fcf; } /* new links */ | /*.mw-body a:link.new { color: #729fcf; }*/ /* new links */ | ||
.mw-body a:link.interwiki { color: #48845d; } /* interwiki links */ | .mw-body a:link.interwiki { color: #48845d; } /* interwiki links */ | ||
.mw-body a:link.external { color: #729fcf; } /* external links */ | .mw-body a:link.external { color: #729fcf; } /* external links */ |
Revision as of 02:50, 27 March 2020
/* CSS placed here will be applied to all skins */
/* standard link colors */
/*.mw-body a:link { color: #729fcf; }*/ /* normal unvisited links */
.mw-body a:link:visited { color: #a40000; } /* visited links */
/*.mw-body a:link:active { color: #729fcf; }*/ /* active links */
/*.mw-body a:link.new { color: #729fcf; }*/ /* new links */
.mw-body a:link.interwiki { color: #48845d; } /* interwiki links */
.mw-body a:link.external { color: #729fcf; } /* external links */
.mw-body a:link.stub { color: #ce5c00; } /* hovered links */
/*.mw-body a:link {color: #FF0000}*/
/*.mw-body a:visited {color: #00FF00}*/
/*.mw-body a:hover {color: #FF00FF}*/
/*.mw-body a:active {color: #0000FF}*/
/* Style of the tweeter feed */
#tw-list {
margin-left: 43px;
padding: 0;
}
#tw-list li{
list-style:decimal;
margin-bottom: 2px;
padding: 4px;
}
/* REMOVES THE IMAGES FROM THE EXTERNAL LINKS */
div#content a.external[href ^="https://"] {
background-image: none;
padding-right: 0;
}
div#content a.external[href ^="http://"] {
background-image: none;
padding-right: 0;
}
/* REMOVE THE TITLE FROM THE MAIN PAGE */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* DEFINES THE FONTS, SIZES, AND COLORS OF THE WIKI */
h1 {
font-family: Georgia;
font-size: 26px;
font-style: italic;
font-variant: small-caps;
font-weight: bold;
line-height: 23px;
color: #204a87;
}
h2 {
font-family: Georgia;
font-size: 23px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: #204a87;
/*#2d8659*/
/*rgb(55, 125, 181);*/
}
h3 {
font-family: Georgia;
font-size: 20px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: #3465a4;
}
h4 {
font-family: Georgia;
font-size: 18px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: #3465a4;
}
h5 {
font-family: Georgia;
font-size: 17px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: #3465a4;
}
h6 {
font-family: Georgia;
font-size: 16px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: #3465a4;
}
p {
font-family: Georgia;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
color: rgb(24,24,24);
}
ol {
font-family: Georgia;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
color: rgb(24,24,24);
}
ul {
font-family: Georgia;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
color: rgb(24,24,24);
}
blockquote {
font-family: Palatino;
font-size: 20px;
font-style: normal;
font-variant: small-caps;
font-weight: bold;
line-height: 25px;
color: rgb(24,24,24);
}
pre {
font-family: Courier New;
font-size: 14px;
font-style: italic;
font-variant: normal;
font-weight: 400;
line-height: 16px;
color: rgb(124,124,124) ;
}