Admin/monobook.css

From Ars Magica

(Difference between revisions)
Admin (Talk | contribs)
(test code)

Current revision as of 21:53, 5 February 2007

/* THIS LOOKS CRAZY - I'm just labelling bits and pieces prior to making a design! */

/* Display text below main article header, located at MediaWiki:tagline */

  1. siteSub {
   display: inline;
   font-size: 90%;
   font-weight: normal;
   font-style: italic;

}

/* Modifying Pre tags so they work more nicely */ pre { overflow: auto; border: 1px solid #aaa }

/* Modifying the body in order to add background */

   body {
       background: #090909     
       url("Parchment1.jpg");
   }

/* End of Body */

/* Logo */ /*#p-logo { z-index: 3; position: absolute; /*needed to use z-index */ top: 10px; left: 12px; height: 150px; width: 12em; overflow: visible; }

  1. p-logo h5 {

display: none; }

  1. p-logo a,
  2. p-logo a:hover {

display: block; height: 155px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; background-color: white; }*/ /* End of Logo */

/* Sidebar */

   /* sidebar heading text */
       /* LI and UL do the same atm */
       .portlet UL {
           background-color: green;
           color: green;
           background: #090909                url("Parchment1.jpg");
       }
       }
       .portlet LI {
           background-color: green;
           color: blue;
       }
       .portlet h5 {
           background-color: #e0e3e6;
           color: red;
           font: 90% "new century schoolbook", serif;
           border: thin solid silver;
           text-transform: capitalize;
           background: #090909                url("Parchment1.jpg");
       }
   /* sidebar links */
       .portlet a {
           color: brown;
           background-color: yellow;
           background: #090909                url("Parchment1.jpg");
       }
   /* sidebar boxes backgrounds */
       .portlet {
           background-color: red;
           background: #090909                url("Parchment1.jpg");
       }
       .pBody {
           background-color: red;
           background: #090909                url("Parchment1.jpg");
       }

/* End of Sidebar */

/* Personal Bar */

   /* personal bar link colours */
       #p-personal { 
           a color: brown;
           background: #090909                url("Parchment1.jpg");
       }

/* End of Personal Bar */

/* Tabs at top of page */

   /* tab bar box background */
       #p-cactions {
           background-color: blue;
           background: #090909                url("Parchment1.jpg");
       }
   /* tab bar box background */
       #p-cactions a {
           color: brown;
       }

/* End of Tabs */


/* COMMENTED OUT CODE */

/*

  1. p-cactions ul li a {

background-color: #333333; color: #FFFFFF; }

  1. p-personal a:hover { background-color: transparent !important; }
  1. p-navigation a {

display: inline; }

p-tb footer f-poweredbyico f-list

  • /
Personal tools