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.

Difference between revisions of "MediaWiki:Monobook.css"

From A Tale in the Desert
Jump to navigationJump to search
 
m
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
body {
 
body {
   background: #d1b475;
+
/*  background: #d1b475;*/
 +
   background: #928B7D;
 
   margin: 0px 20px;
 
   margin: 0px 20px;
 
   }
 
   }
Line 15: Line 16:
 
   }
 
   }
  
 +
 +
.generated-sidebar,
 +
#p-search,
 +
#p-tb {
 +
  background: #a29b9b;
 +
  border: 1px solid #333;
 +
  padding: 0px;
 +
  }
 +
 +
.generated-sidebar h5,
 +
#p-search h5,
 +
#p-tb h5 {
 +
  float: left;
 +
  position: relative;
 +
  top: 6px;
 +
  left: 5px;
 +
  text-decoration: underline;
 +
  text-transform: none;
 +
  }
 +
 +
 +
/*
 +
#p-A_Tale_in_the_Desert,
 +
#p-Navigation,
 
#p-navigation,
 
#p-navigation,
 
#p-search,
 
#p-search,
 +
#p-Links,
 
#p-tb {
 
#p-tb {
 
   background: #a29b9b;
 
   background: #a29b9b;
Line 23: Line 49:
 
   }
 
   }
  
 +
#p-A_Tale_in_the_Desert h5,
 +
#p-Navigation h5,
 
#p-navigation h5,
 
#p-navigation h5,
 
#p-search h5,
 
#p-search h5,
 +
#p-Links,
 
#p-tb h5 {
 
#p-tb h5 {
 
   float: left;
 
   float: left;
Line 33: Line 62:
 
   text-transform: none;
 
   text-transform: none;
 
   }
 
   }
 +
*/
  
 
#p-search .pBody {
 
#p-search .pBody {
Line 67: Line 97:
 
   background: #efdfbd;
 
   background: #efdfbd;
 
   }
 
   }
 +
 +
div#globalWrapper {
 +
background-image: none;
 +
}

Latest revision as of 05:10, 9 October 2018

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

body {
/*   background: #d1b475;*/
   background: #928B7D;
   margin: 0px 20px;
   }

#p-logo {
   left: 20px;
   }

#p-cactions {
   left: 13.5em;
   }


.generated-sidebar,
#p-search,
#p-tb {
   background: #a29b9b;
   border: 1px solid #333;
   padding: 0px;
   }

.generated-sidebar h5,
#p-search h5,
#p-tb h5 {
   float: left;
   position: relative;
   top: 6px;
   left: 5px;
   text-decoration: underline;
   text-transform: none;
   }


/*
#p-A_Tale_in_the_Desert,
#p-Navigation,
#p-navigation,
#p-search,
#p-Links,
#p-tb {
   background: #a29b9b;
   border: 1px solid #333;
   padding: 0px;
   }

#p-A_Tale_in_the_Desert h5,
#p-Navigation h5,
#p-navigation h5,
#p-search h5,
#p-Links,
#p-tb h5 {
   float: left;
   position: relative;
   top: 6px;
   left: 5px;
   text-decoration: underline;
   text-transform: none;
   }
*/

#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;
   }

#footer,
#content {
   background: #efdfbd;
   border: 1px solid #333;
   }

#p-cactions li,
#p-cactions li.selected a,
#p-cactions li a,
#p-cactions li a:hover {
   background: #efdfbd;
   }

div#globalWrapper {
	background-image: none;
}