Actions

Utilisateur

« Momo50/common.css » : différence entre les versions

De Wikimanche

Aucun résumé des modifications
(Ajout css Foreground project)
Ligne 1 : Ligne 1 :
/* CSS placé ici sera appliqué à toutes les habillages (skins) de l'utilisateur:Momo50 */
/* CSS copié depuis [https://foreground.wikiproject.net/w/index.php?title=MediaWiki:Common.css] */
/* Hide "Main Page" titles */
body.page-Main_Page .title,
body.page-Main_Page #tagline {
display: none;
}
.row.display {
background: #eee;
font-size: 11px;
margin-bottom: 10px;
}
.row.display .columns, .row.display .column {
background: #e7e7e7;
border: 1px solid #ddd;
font-size: 13px;
font-weight: bold;
text-indent: 3px;
padding-top: 8px;
color: #444;
padding-bottom: 8px;
}
/* CodeRay Syntax Highlighting Styles to match Github */
.CodeRay {
background-color: #eee;
border: 1px solid #ccc;
font-family: "Consolas", "Liberation Mono", Courier, monospace;
color: #000;
padding: 0.8em 0 0.8em 0.8em;
margin-bottom: 1.3em;
overflow: auto;
}
.CodeRay pre {
margin: 0;
font-size: .9em;
line-height: 1.4em;
white-space: pre;
}
/* CookieWarning */
.mw-cookiewarning-container {
min-height: 4em;
padding: 15px;
}
/* Fin CSS copié depuis [https://foreground.wikiproject.net/w/index.php?title=MediaWiki:Common.css] */
/* Contribution Scores */
/* Contribution Scores */
* {  
* {  
Ligne 28 : Ligne 78 :
  }
  }


/* Tableaux */
/* Tableaux  
table.wikitable > tr > th,  
table.wikitable > tr > th,  
table.wikitable > tr > td,  
table.wikitable > tr > td,  
Ligne 36 : Ligne 86 :
     padding: 0.4em;
     padding: 0.4em;
}
}
*/


/* Marge haut pages */
/* Marge haut pages */

Version du 14 août 2018 à 18:48

/* CSS placé ici sera appliqué à toutes les habillages (skins) de l'utilisateur:Momo50 */
/* CSS copié depuis [https://foreground.wikiproject.net/w/index.php?title=MediaWiki:Common.css] */
/* Hide "Main Page" titles */ 
body.page-Main_Page .title,
body.page-Main_Page #tagline {
	display: none;
}

.row.display {
	background: #eee;
	font-size: 11px;
	margin-bottom: 10px;
}
.row.display .columns, .row.display .column {
	background: #e7e7e7;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: bold;
	text-indent: 3px;
	padding-top: 8px;
	color: #444;
	padding-bottom: 8px;
}

/* CodeRay Syntax Highlighting Styles to match Github */
.CodeRay {
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: "Consolas", "Liberation Mono", Courier, monospace;
	color: #000;
	padding: 0.8em 0 0.8em 0.8em;
 	margin-bottom: 1.3em;
	overflow: auto;
}

.CodeRay pre {
	margin: 0;
	font-size: .9em;
	line-height: 1.4em;
	white-space: pre;
}

/* CookieWarning */
.mw-cookiewarning-container {
	min-height: 4em;
	padding: 15px;
}

/* Fin CSS copié depuis [https://foreground.wikiproject.net/w/index.php?title=MediaWiki:Common.css] */

/* Contribution Scores */
* { 
    box-sizing: border-box;
}

/* Contribution Scores */

.contributionscores-wrapper {  }
.contributionscores-title { 
    margin-bottom: .4em; 
    padding-left: .4em; 
}
.contributionscores .header {
    background-color: #cccccc;
    border-bottom: 1px solid #999999;
    font-weight: bold; 
}
.contributionscores .odd { 
    background-color: #eeeeee;
}
.contributionscores .header td {
    padding-left: .2em;
    padding-right: .2em;
}
.contributionscores .content {
    padding-left: .2em;
    padding-right: .2em;
 }

/* Tableaux 
table.wikitable > tr > th, 
table.wikitable > tr > td, 
table.wikitable > * > tr > th, 
table.wikitable > * > tr > td {
    border: 1px #bfbfbf solid;
    padding: 0.4em;
}
*/

/* Marge haut pages */
#page-content {
    margin: .4em 0;
}

/* Retire le nom de la page d'accueil */
body.action-view.page-Accueil #firstHeading {
 position: absolute;
 top: -5000px;
}

/* Masquer le titre de la page principale */
body.page-Accueil_rootpage-Accueil.action-view h1.firstHeading, 
body.page-Accueil_rootpage-Accueil.action-submit h1.firstHeading,  {
 display: none; 
 }

/* Compilation articles récents 
span.mw-newpages-time,
span.mw-newpages-history,
span.mw-newpages-length,
a.mw-userlink,
span.mw-usertoollinks,
span.comment,
span.mw-newpages-oldtitle {
    display: none;
}*/