Difference between revisions of "MediaWiki:Common.css"
From Camilo's web
Line 14: | Line 14: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 23px; | line-height: 23px; | ||
color: | color: rgb(128, 0, 0); | ||
} | } | ||
Line 34: | Line 34: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 23px; | line-height: 23px; | ||
color: | color: rgb(55, 125, 181); | ||
} | } | ||
Line 44: | Line 44: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 23px; | line-height: 23px; | ||
color: | color: rgb(55, 125, 181); | ||
} | } | ||
Line 54: | Line 54: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 23px; | line-height: 23px; | ||
color: | color: rgb(55, 125, 181); | ||
} | } | ||
Line 64: | Line 64: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 23px; | line-height: 23px; | ||
color: | color: rgb(55, 125, 181); | ||
} | } | ||
Line 74: | Line 74: | ||
font-weight: 400; | font-weight: 400; | ||
line-height: 23px; | line-height: 23px; | ||
color: rgb(120,120,120) ; | |||
} | } | ||
blockquote { | blockquote { | ||
Line 82: | Line 83: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 25px; | line-height: 25px; | ||
color: rgb(120,120,120) ; | |||
} | } | ||
pre { | pre { |
Revision as of 16:50, 22 October 2016
/* CSS placed here will be applied to all skins */
/* li#ca-edit { display: none; } */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* .mw-editsection { display:none!important; } */
h1 {
font-family: Palatino;
font-size: 26px;
font-style: italic;
font-variant: small-caps;
font-weight: bold;
line-height: 23px;
color: rgb(128, 0, 0);
}
h2 {
font-family: Palatino;
font-size: 23px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: rgb(55, 125, 181);
}
h3 {
font-family: Palatino;
font-size: 20px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: rgb(55, 125, 181);
}
h4 {
font-family: Palatino;
font-size: 18px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: rgb(55, 125, 181);
}
h5 {
font-family: Palatino;
font-size: 17px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: rgb(55, 125, 181);
}
h6 {
font-family: Palatino;
font-size: 16px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
color: rgb(55, 125, 181);
}
p {
font-family: Georgia;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
color: rgb(120,120,120) ;
}
blockquote {
font-family: Palatino;
font-size: 20px;
font-style: normal;
font-variant: small-caps;
font-weight: bold;
line-height: 25px;
color: rgb(120,120,120) ;
}
pre {
font-family: Courier New;
font-size: 14px;
font-style: italic;
font-variant: normal;
font-weight: 400;
line-height: 16px;
color: blue;
}