User:Tomybrz/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#centralNotice, #siteNotice {
  display: none !important;
}
/* VECTOR 2.0 */
body {
    background-color: #f8f9fa;
}
#mw-head {
	background-color: #f8f9fa;
}
.vectorTabs span a {
	background-color: #f8f9fa;
}
.vectorTabs {
	background-image: none;
}
#simpleSearch {
	background-image: none;
}
#mw-panel {
	background-color: #f8f9fa;
}
.mw-body {
	border: none;
}
#mw-head .vectorMenu h3 {
	background-image: none;
}
#simpleSearch {
	border: none;
}
.mw-code, pre {
	border: 1px solid #72777d;
	color: #000;
	padding: 1.2rem;
	white-space: pre-wrap;
}
/* Follow page */
.vectorTabs #ca-watch.icon a:hover, .vectorTabs #ca-watch.icon a:focus {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/OOjs_UI_icon_halfStar-ltr.svg/18px-OOjs_UI_icon_halfStar-ltr.svg.png);
	background-position: 5px 60%; /*position de l'image */
	/* padding-top: 3.3em; *//* hauteur de l'image */
	width: 28px; /* taille de l'image */
	display: inline-block; /* paramètre spécial */
}
.vectorTabs #ca-unwatch.icon a:hover, .vectorTabs #ca-unwatch.icon a:focus {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/OOjs_UI_icon_halfStar-ltr.svg/18px-OOjs_UI_icon_halfStar-ltr.svg.png);
	background-position: 5px 60%;
	/* padding-top: 3.3em; */
	width: 28px;
}
.vectorTabs #ca-watch.icon a {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/OOjs_UI_icon_star.svg/18px-OOjs_UI_icon_star.svg.png);
	background-position: 5px 60%; /*position de l'image */
	/* padding-top: 3.3em; *//* hauteur de l'image */
	width: 28px; /* taille de l'image */
	display: inline-block; /* paramètre spécial */
}
.vectorTabs #ca-unwatch.icon a {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/OOjs_UI_icon_unStar.svg/18px-OOjs_UI_icon_unStar.svg.png);
	background-position: 5px 60%;
	/* padding-top: 3.3em; */
	width: 28px;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	font-family: sans-serif !important;
	line-height: 1.1;
}
#mw-content-text h2 {
	border-bottom: 3px solid #eaecf0;
	padding-bottom: 2px;
}
#mw-content-text h3 {
	border-bottom: none;
}
#mw-content-text h4 {
	border-bottom: none;
}
#mw-content-text h5 {
	border-bottom: none;
}
#mw-content-text h6 {
	border-bottom: none;
}
#accueil_2017_en-tete {
	background: none;
	border-bottom : none;
	box-shadow: 0 0 0.3rem #999;
	border-radius: 0.2rem;
	padding: 1.2rem;
	margin-bottom: 1.6rem;
}
.catlinks {
	border: none;
	background-color: #f9f9f9;
}
#bandeau-portail {
	border: none;
}
/*.toc, .mw-warning, .toccolours {
	border: none;
}
div.bandeau-section {
	border-width: 0px;
}
.page-Main_Page_fr .mw-body .firstHeading, .mw-pt-translate-header {
	display: none;
}
*/

.mw-plusminus-neg {
	color: #a71414;
	font-weight: bold;
}
.mw-plusminus-pos {
	color: #19530e;
	font-weight: bold;
}
#mw-head a {
	color :#000;
}
#siteSub {
	display: none;
}

/* Diff section */
.diff-deletedline {
	border-color: #d33 !important;
	/* background-color: #fee7e6; */
}
.diff-deletedline .diffchange {
	background: #fee7e6 !important;
}


.diff-addedline {
	border-color: #00af89 !important;
	/* background-color: #d5fdf4; */
}
.diff-addedline .diffchange {
	background: #d5fdf4 !important;
}