
/******************************
**      Teotilcan CSS        **
**      -------------        **
**   http://blackdiam.net    **
**                           **
**  Contributors :           **
**    - Ana Sofia Musakka    **
**    - Cédric Gambetti      **
**                           **
******************************/

/*********
** Body **
*********/

/* One color to rule them all... defined here */
body {
  background-image: url(/wiki/Color_green_90_darker.jpg);
  background-repeat: repeat;
  color: #DDFFDD;
}

/* Titles */
#content h1, #content h2, #content h3, #content h4 {
  background-color: transparent;
  color: #CCCCFF;
}

/* Main block in page */
#content, div.noarticletext {
  background-color: #001100;
  color: inherit;
}

/* Main "edit" block */
pre {
  border-style: dotted;
  border-color: #CCCCCC;
  background-color: #001100;
  color: inherit;
}

/* Proper color on proper background everywhere ! */
table, tr, td, form {
  color: inherit;
  background-color: #001100 !important;
}

/* Forms buttons */
input {
  color: #DDFFDD;
  background-color: #001100;
}

/* Remove background for lists */
li {
background-color: transparent !important;
}

/*******************
** Header, Footer **
*******************/

/* Removes the icon next to "Login" text on top right */
li#pt-login {
  background: none;
}

/* Removes discussions */
#ca-talk, #pt-mytalk { 
display:none !important; 
}

/* Removes view source */
#ca-viewsource { 
display:none !important; 
}

/* Footer */
#footer {
  color: #DAA520;
  background-color: transparent;
  border: 0;
  font-style: italic ;
}

/* Remove footer things */
#privacy, #disclaimer, #f-poweredbyico {
display:none !important;
}

/************************
** Zeldas              **
************************/

/* We reset all links to GoldenRod and remove background */
a {
background-color: transparent !important;
color: #DAA520 !important; 
}

/* Exception : links to nonexistent pages are red */
a.new { 
color: #CC0000 !important;
}

/* Links in left menus */
.pBody{
font-weight: bold; 
font-style: italic;
}

/* Small links on top */
#p-personal {
  font-size: smaller;
}

/************************
** Left Navigation Bar **
************************/

/* Top left logo */
#p-logo {
  margin-top: 1em; 
}

/* Navigation portlets */
.pBody 
{
  font-size : 100%;
  border: 0;
  background-color: transparent;
}

/* Hides the left menu section titles */
.portlet h5 {
  display:none;
}

/* Search box */
#searchBody {
  margin-top: 1em; 
  background-color: transparent;
  border: 0;
}

/* Search field */
input#searchInput {
  color: #DDFFDD;
  background-color: #001100;
  width: 130px;
}

/* "Search" button removal */
input#mw-searchButton {
  display:none;
}

/*********
** Diff **
*********/

td.diff-addedline {
  color: #000 !important;
  background: #dfd !important;
}

td.diff-deletedline {
  color: #000 !important;
  background: #fdd !important;
}

td.diff-context {
  color: #000 !important;
  background: #fff !important;
}

/******************
** Miscellaneous **
******************/

/* Removes white border on preferences page */
#preferences {
  background-color: transparent;
}