MediaWiki:Skyblog.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> */



*
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}

.ns-0 #bodyContent a
{
 text-decoration: underline;
}

.ns-0 #bodyContent *, .ns-0 #bodyContent p:first-line
{
 color: #9400D3;
}

.ns-0 #bodyContent p
{
 color: #7B68EE;
}

.ns-0 #bodyContent p + p:first-line
{
 color: #C420D3;
}

.ns-0 #bodyContent p + p
{
 color: #FF69B4;
}

.ns-0 #bodyContent p + p + p:first-line
{
 color: #DC143C;
}

.ns-0 #bodyContent p + p + p
{
 color: #FF1493;
}

.ns-0 #bodyContent p + p + p + p:first-line
{
 color: #FF8C00;
}

.ns-0 #bodyContent p + p + p + p
{
 color: #FF7F50;
}

.ns-0 #bodyContent p + p + p + p + p:first-line
{
 color: #F0E68C;
}

.ns-0 #bodyContent p + p + p + p + p
{
 color: #FFE4E1;
}


.ns-0 #bodyContent h1, .ns-0 #bodyContent h2, .ns-0 #bodyContent h3, .ns-0 #bodyContent h4, .ns-0 #bodyContent h5, .ns-0 #bodyContent h6, h1.firstHeading
{
   padding: 0 1em;
   border: 1px solid silver;
   border-bottom: 0;
   margin-bottom: 0;

   color: white;
   background-color: fuchsia;
   font-size: 10px;
   font-weight: normal;
}

.ns-0 #bodyContent h2
{
  padding-left: 1em;
}

.ns-0 #bodyContent h3
{
  padding-left: 2em;
}

.ns-0 #bodyContent h4
{
  padding-left: 3em;
}

.ns-0 #bodyContent h5
{
  padding-left: 4em;
}

.ns-0 #bodyContent h6
{
  padding-left: 5em;
}

.ns-0 #bodyContent li
{
  color: inherit;
}

a
{
  color: blue;
}

#p-logo a
{
 background-image: none !important;
}

a:active
{
  color: #202020;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.portlet .pBody a
{
   color:  white;
}

.portlet .pBody a:visited
{
  color: #E4E4E4;
}

.ns-0 #p-cactions a, #p-personal a
{
	color: yellow;
}

.ns-0 #p-cactions a:visited, #p-personal a:visited
{
   color: gold;
}

.headline, pre, code
{
  color: black !important;
}

#globalWrapper
{
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
}

.ns-0 * #p-cactions li a
{
  background-color: black;
}

.ns-0 * #content
{
  background-color: transparent !important;
}


.ns-0 #bodyContent p, .ns-0 #bodyContent ul, .ns-0 #bodyContent ol
{
  padding: 2em;
  border: 1px solid silver;
  margin-top: 0;
  margin-bottom: 1em;
}

.ns-0 #bodyContent h2 span, .ns-0 #bodyContent h3 span, .ns-0 #bodyContent h4 span, .ns-0 #bodyContent h5 span, .ns-0 #bodyContent h6 span
{ 
   color: white;
}

#p-navigation a, #p-community a, #p-search a, #p-tb a, #p-wikicities-nav a
{
  display: inline;
}

#p-navigation .pBody, #p-write .pBody, #p-community .pBody, #p-search .pBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody,  div.portlet h5
{
  border: 0;

  background-color: #700070;
}

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

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

div.portlet h5:after
{
 content: " : ";
}

div.portlet .pBody:hover
{
  background-position: bottom right;
  background-repeat: no-repeat;
}

pre
{
  font-family: monospace;
}

#column-google, #column-google *
{
  width: 0 !important;
}

.pBody 
{
   -moz-border-radius-topright: 0;
}
.portlet h5 
{
   -moz-border-radius-topright: 0;
}
#p-cactions ul li, #p-cactions ul li a 
{  
  -moz-border-radius: 0;
}

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