The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

MediaWiki talk:Monobook.css

From A Tale in the Desert
Jump to navigationJump to search

/* CSS placed here will affect users of the Monobook skin */

body {

  background: #d1b475;
  margin: 0px 20px;
  }
  1. p-logo {
  left: 20px;
  }
  1. p-cactions {
  left: 13.5em;
  }
  1. p-navigation,
  2. p-search,
  3. p-tb {
  background: #a29b9b;
  border: 1px solid #333;
  padding: 0px;
  }
  1. p-navigation h5,
  2. p-search h5,
  3. p-tb h5 {
  float: left;
  position: relative;
  top: 6px;
  left: 5px;
  text-decoration: underline;
  text-transform: none;
  }
  1. p-search .pBody {
  padding: 20px 5px 5px 5px;
  }

.pBody {

  padding-top: 15px;
  background: #EFDFBD;
  margin: 2px;
  border: 1px solid #333;
  }

.pBody a, .pBody a:visited {

  color: #666;
  }

.pBody ul {

  list-style-type: none;
  list-style-image: none;
  }
  1. footer,
  2. content {
  background: #efdfbd;
  border: 1px solid #333;
  }
  1. p-cactions li,
  2. p-cactions li.selected a,
  3. p-cactions li a,
  4. p-cactions li a:hover {
  background: #efdfbd;
  }