User:Nyoo/monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 24: Line 24:


#p-logo {
#p-logo {
     width: 11.6em;
    padding: 0;
     width: 11.6em !important;
     background-color: #F6F6F6;
     background-color: #F6F6F6;
     border-width: 0 1px 0 0;
     border-width: 0 1px 0 0;
Line 31: Line 32:
     border-bottom: 4px solid #5A8F1C;
     border-bottom: 4px solid #5A8F1C;
}
}
#p-logo a,
#p-logo a:hover,
#p-logo a:link,
#p-logo a:active,
#p-logo a:visited { width: 11.6em; }
#p-navigation, #p-search, #p-tb, #p-lang  {
#p-navigation, #p-search, #p-tb, #p-lang  {
    width: 11.6em !important;
     top: -1px;
     top: -1px;
     position: relative;
     position: relative;
Line 55: Line 64:
/* top stuff */
/* top stuff */


#p-personal { padding: 0.2em 0 0.2em 0; }
#p-personal {
    position: absolute;
    padding: 0;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: none;
    padding: 0;
}
#p-personal ul {
    margin: 0 1em 0 12.8em;
    text-align: right;
    text-transform: none;
    padding: 0;
}
#p-personal li a:hover {
#p-personal li a:hover {
     background-color: transparent;
     background-color: transparent;
Line 61: Line 85:
}
}
#p-cactions {
#p-cactions {
    top: 1.5em;
     right: 0;
     right: 0;
     left: 0;
     left: 0;
     width: auto;
     width: auto;
     margin: 0.5em 0 0 12.2em;
     margin: 0 0.6em 0 12.2em;
     padding: 0;
     padding: 0;
     border-width: 1px 0 0 1px;
     border-width: 1px 1px 0 1px;
     border-style: solid;
     border-style: solid;
     border-color: #A2A2A2;
     border-color: #A2A2A2;
Line 72: Line 97:
     font-size: 100%;
     font-size: 100%;
}
}
#p-cactions li a {
    text-transform: none;
}
#p-cactions li { font-size: 90%; }
#p-cactions li.selected { border-color: #91C12C; border-width: 2px; }
#p-cactions li.selected { border-color: #91C12C; border-width: 2px; }
* > html #p-cactions li.selected a { border-color: #91C12C; border-width: 2px; }
* > html #p-cactions li.selected a { border-color: #91C12C; border-width: 2px; }
Line 80: Line 109:
#content {
#content {
     position: relative;
     position: relative;
     top: 1px;
     top: -1px;
     margin-top: 3.5em;
     margin-top: 3.2em;
    margin-right: 0.6em;
    margin-left: 12.2em;
     padding-top: 0.5em;
     padding-top: 0.5em;
     border-color: #A2A2A2;
     border-color: #A2A2A2;
    border-right: 1px solid #A2A2A2;
}
}



Latest revision as of 11:44, 16 December 2008

body { background: #DDD; }
.portlet h5 {
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 100%;
    display: block;
    margin: 0 0.5em 0 0.5em;
    padding: 0 0 0.2em 0;
    border-bottom: 1px solid #A2A2A2;
}
ul {
    color: #5A8F1C;
    list-style-image: none;
}
ul li { color: #000; }
.portlet ul {
    color: #5A8F1C;
    list-style-image: none;
}
.portlet ul li { color: #5A8F1C; }


/* side navigation stuff */

#p-logo {
    padding: 0;
    width: 11.6em !important;
    background-color: #F6F6F6;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #A2A2A2;
    border-bottom: 4px solid #5A8F1C;
}

#p-logo a,
#p-logo a:hover,
#p-logo a:link,
#p-logo a:active,
#p-logo a:visited { width: 11.6em; }

#p-navigation, #p-search, #p-tb, #p-lang  {
    width: 11.6em !important;
    top: -1px;
    position: relative;
    padding-top: 1em;
    margin: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #A2A2A2;
    background-color: #F6F6F6;
}
#p-tb { border-width: 0 1px 1px 0; }
#p-navigation { padding-top: 0.5em; }
#p-lang {
    top: -2px;
    border-width: 0 1px 1px 0;
}
#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
   border: 0;
   background-color: transparent;
}


/* top stuff */

#p-personal {
    position: absolute;
    padding: 0;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: none;
    padding: 0;
}
#p-personal ul {
    margin: 0 1em 0 12.8em;
    text-align: right;
    text-transform: none;
    padding: 0;
}
#p-personal li a:hover {
    background-color: transparent;
    color: #3A85CA;
}
#p-cactions {
    top: 1.5em;
    right: 0;
    left: 0;
    width: auto;
    margin: 0 0.6em 0 12.2em;
    padding: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #A2A2A2;
    background-color: #F6F6F6;
    font-size: 100%;
}
#p-cactions li a {
    text-transform: none;
}
#p-cactions li { font-size: 90%; }
#p-cactions li.selected { border-color: #91C12C; border-width: 2px; }
* > html #p-cactions li.selected a { border-color: #91C12C; border-width: 2px; }


/* content stuff */

#content {
    position: relative;
    top: -1px;
    margin-top: 3.2em;
    margin-right: 0.6em;
    margin-left: 12.2em;
    padding-top: 0.5em;
    border-color: #A2A2A2;
    border-right: 1px solid #A2A2A2;
}


/* footer stuff */

#footer {
    border-top: 1px solid #5A8F1C;
    border-bottom: 1px solid #5A8F1C;
    background-color: #F6F6F6;
}