Utilisateur:Pambou/vector.css : Différence entre versions

De Wikirak
Ligne 107 : Ligne 107 :
 
div#content {
 
div#content {
 
     background-image: none;
 
     background-image: none;
     background-color: #ffffff;
+
     background-color: #000000;
     color: #000000;
+
     color: #00ff00;
 
     border: 1px solid #494d47;
 
     border: 1px solid #494d47;
 
     border-top: 0px solid #6d7478;
 
     border-top: 0px solid #6d7478;

Version du 16 mai 2017 à 18:23


/* Suppress main page title */

body.page-Main_Page h1.firstHeading { display:none; }
body.page-Towns_Wiki h1.firstHeading { display:none; }

#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("http://www.townswiki.com/w/images/9/9f/Flame.png") left top no-repeat;
padding-left: 10px !important;
}

html {
    height: auto;
    min-height: 100%;
}

body {
    
background-image:url(http://goldorakgo.com/site/images/etoile1.gif);
}

#p-personal a {
    color: #ffffff;
}

div.vectorTabs {
  background: transparent;
  font-size: 110%;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  background: transparent;
  border: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  background: transparent;
  border: none;
}

div.vectorTabs li span a {
  color: #ffffff;
}

div.vectorTabs span a:visited {
  color: #ffffff;
}

div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover {
  color: #ffffff;
}

div.vectorTabs li.selected span a {
  color: #ffffff !important;
}

div.vectorTabs li.new span a {
  color: #ce2020;
}

div.vectorTabs li.new span a:visited {
  color: #ffffff;
}

div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
  color: #ffffff;
}

div.vectorTabs span a:active {
  color: #ffffff;
}

div.vectorMenu h5 a {
  border: none;
  background: transparent;
}

div#mw-page-base {
  background: transparent !important;
}

div#mw-panel div.portal h5 {
  color: #ffffff;
  font-weight: bold;
}

div#mw-panel div.portal div.body ul li a {
  color: #ffffff;
}

div#mw-panel div.portal div.body ul li a:visited {
  color: #ffffff;
}

div#mw-panel div.portal div.body ul li a:hover {
  color: #ffffff;
}

div#mw-panel div.portal div.body ul li a:active {
  color: #ffffff;
}

div#content {
    background-image: none;
    background-color: #000000;
    color: #00ff00;
    border: 1px solid #494d47;
    border-top: 0px solid #6d7478;
    box-shadow: rgba(73, 77, 71, 1) 0 0.1em 0.75em;
    padding: 0.5em 1em 1em;
}

div#footer {
  margin-left: 160px !important;
  border: none;
  background: transparent;
  color: #ffffff;
}

div#footer ul li {
  color: #ffffff;
}

div#footer a {
    color: #ffffff;
}

div#footer a:visited {
    color: #ffffff;
}