The Wiki for Tale 5 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 ATITD5
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...")
 
(testing greyout)
Line 2: Line 2:
  
 
body {
 
body {
   background: #d1b475;
+
   background: #B7AE9C;
 
   margin: 0px 20px;
 
   margin: 0px 20px;
 
   }
 
   }

Revision as of 23:53, 26 January 2012

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

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