MediaWiki:Neuneu.css

Un article de la désencyclopédie.
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* <pre><nowiki> */

*
{
  color: navy;
  font-family : Comic Sans MS, Comic Book;
}


body
{
  background: url('/images/e/e6/Bisounours_group_pink.jpg') #FFDDFF no-repeat fixed center center !important;
}

#globalWrapper
{
  background-color: #FFDDFF;
}

.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a
{
  background-color: transparent !important;
}

a
{
	color: #002bE5;
}

#bodyContent a:hover
{
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;

  background-image: url('/images/thumb/9/96/Dorothee_smile.gif/41px-Dorothee_smile.gif');
  background-position: right top;
  background-repeat: no-repeat;
}

li
{ 
   list-style-image: url('/images/thumb/5/52/Doudou_bisounours_farce_zoom.gif/20px-Doudou_bisounours_farce_zoom.gif');
}

#bodyContent h2, #bodyContent h3, #bodyContent h4
{
   margin-top: 1em;
}

#bodyContent h2 *, #bodyContent h3 *, #bodyContent h4 *, #bodyContent h5 *, #bodyContent h6 *
{ 
   color: deeppink;
   font-weight: bold;

   padding-bottom: 0.3em;
}

#bodyContent h2 a, #bodyContent h3 a, #bodyContent h4 a, #bodyContent h5 a, #bodyContent h6 a
{
  text-decoration: underline;
}

#bodyContent h2
{ 
   border-bottom: thick dotted pink;
}

#bodyContent h3
{ 
   border-bottom: medium dotted pink;
}

#bodyContent h4, #bodyContent h5, #bodyContent h6
{ 
   border-bottom: thin dotted pink;
}


#p-navigation .pBody, #p-write .pBody, #p-community .pBody, #p-search .pBody, #p-tb .pBody, #p-wikicities-nav .pBody
{
  border: 1px solid deeppink;

  background-color: #FFEEFF;
  background-image: url('/images/thumb/8/8b/Lorie_1.gif/40px-Lorie_1.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
}

li
{
   line-height: 1.7em;
}

#p-cactions li
{
   line-height: inherit;
}

div.portlet h5
{
  background-color: fuchsia;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}


h1.firstHeading:first-letter , h2:first-letter , h3:first-letter , h4:first-letter
{
   font-size: 2.5em;
   padding-left: 0.3em;
   padding-right: 0.2em;
}

h1.firstHeading:first-letter , h2 , h3 , h4
{
   background-image: url('/images/thumb/c/ca/Neuneu_firstletter.png/60px-Neuneu_firstletter.png');
   background-repeat: no-repeat;
   background-position: left top;
}

h1.firstHeading
{
  color: gold;
  font-weight: bold;
  line-height: 1.2em;

  padding-left: 110px;
  padding-top: 50px;
  text-align: bottom;

  background-image: url('/images/thumb/e/e0/Goya_accueil.gif/100px-Goya_accueil.gif');
  background-position: left top;
  background-repeat: no-repeat;
}

pre
{
  font-family: monospace;
}

/* </nowiki></pre> */