The Wiki for Tale 6 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 ATITD6
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the Monobook skin: body { background: #d1b475; margin: 0px 20px; } #p-logo { left: 20px; } #p-cactions { left: 13.5...")
 
m
 
Line 95: Line 95:
 
   background: #efdfbd;
 
   background: #efdfbd;
 
   }
 
   }
 +
 +
div#globalWrapper {
 +
background-image: none;
 +
}

Latest revision as of 03:10, 9 October 2018

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

body {
   background: #d1b475;
   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;
}