MediaWiki:Sgumax.css - GrandTerrier

MediaWiki:Sgumax.css

Un article de GrandTerrier.

(Différences entre les versions)
Jump to: navigation, search

Jcognard (Discuter | contributions)
(New page: /* * ---------------------------------------------------------------------------- * 'gumax' style sheet for CSS2-capable browsers. * Loosely based on the monobook style * * @Ve...)
Différence suivante →

Version du 20 novembre ~ miz du 2009 à 23:25

/*

* ----------------------------------------------------------------------------
* 'gumax' style sheet for CSS2-capable browsers.
*       Loosely based on the monobook style
*
* @Version 3.1
* @Author Paul Y. Gu, <gu.paul@gmail.com>
* @Copyright paulgu.com 2006 - http://www.paulgu.com/
* @License: GPL (http://www.gnu.org/copyleft/gpl.html)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* http://www.gnu.org/copyleft/gpl.html
*
* ----------------------------------------------------------------------------
*/
  /* Note: be aware of the sequence */
   @import url("main.css");
   @import url("gumax_link_navigation.css");
   @import url("gumax_template.css");
   @import url("gumax_shadow.css");


/* Your customization: un-comment lines according to your needs


*/

/* header size */

   #gumax-header {
       background: #000000 url('images/BandoWiki4.jpg') center 30px no-repeat ; /* header background */
       min-height: 188px; /* height of header */
       height:     188px; /* need for IE */
       max-width:  950px !important;  /* need for Firefox */
       width:      950px;  /* need for IE6 win */
       }
   /* page size */
   #gumax-page,
   #gumax-page-actions,
   #gumax-page-footer {
       max-width:  950px !important;  /* need for Firefox */
       width:      950px;  /* need for IE6 win */
       background:white; /* content background color */
       background-color:white
       }
   #content,
   #gumax-content {
       background:white; /* content background color */
       background-color:white
   }
   #bodyContent {
       background:white; /* content background color */
       background-color:white
   }

/*

    • Navigation
  • /
   #gumax {
       clear: both;
       overflow: hidden;
       white-space: nowrap;
       border-collapse: collapse;
       }
   
   #gumax-p-navigation-wrapper {
       /*border: 1px solid red; /* for testing */
       height: 70px;  /* for testing */
       position: absolute;
       bottom: 0;
       left:   0;  /* located at the bottom of the header */
       width: 100%;
       }
  #gumax-p-navigation ul {
       background: #000000; /* was: #0C0D0D */
       /*z-index: 90; /* below the H1 */
       position: relative;
       bottom: 0;
       left:   0;  /* located at the bottom of the header */
       padding: 5px 0;   /* padding inside the tab */
       margin-left: 1px; /* left margin of the main menu */
       width: auto;
       }
   #gumax-p-navigation li {
       position: relative; /* need for IE */
float: left; /* fix the gap between
  • list */ margin: 0; padding: 0; font-weight: bold; /* the font weight of '|' */ font-size: 90%; /* the font size of the navigation menu */ color: #FF0000; /* the font color of '|' */ list-style: none; } #gumax-p-navigation ul li a { padding: 1px 3px 1px 3px; /* padding inside the tab */ margin: 0; font-weight: bold; /*position: relative; /* need for IE */ .printfooter { display: none; } /* The end
    */