MediaWiki:Common.css: Difference between revisions

Okay, let's try moving this...
m (I swear, every time...)
(Okay, let's try moving this...)
Line 209: Line 209:
height: 100%;
height: 100%;
overflow: visible;
overflow: visible;
}
/* trom abuses his admin powers to test stuff in his userspace */
body.page-User_The_dark_lord_trombonator_Front_page_2 #t-cite,
body.page-User_The_dark_lord_trombonator_Front_page_2 #footer-info-lastmod,
body.page-User_The_dark_lord_trombonator_Front_page_2 #siteSub,
body.page-User_The_dark_lord_trombonator_Front_page_2 #contentSub,
body.page-User_The_dark_lord_trombonator_Front_page_2 h1.firstHeading {
display: none !important;
}
div.thumb { border-color: transparent;
}
.table { border-color: transparent;
}
/* transparency does not work in IE, so don't let IE process this rule. */
body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a {
    background-image: url(http://archives.bulbagarden.net/media/upload/a/a8/Bulbacast_logo.png) !important;
/* Bulba-style gallery */
li.gallerybox {
    border: 1px solid #80964B;
    display: inline-block;
    vertical-align: top;
    background: #C4E673;
    height: 205px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -icab-border-radius: 10px;
    -o-border-radius: 10px;
}
li.gallerybox div.thumb {
    background-color: #E0F2B6;
    border: 1px solid #80964B;
    margin: 2px 2px 0px 2px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -icab-border-radius: 10px;
    -o-border-radius: 10px;
}
div.gallerytext {
    font-size: 85%;
    overflow: hidden;
    padding: 0px 4px;
    word-wrap: break-word;
    height: 50px;
}
.mw-plusminus-pos {
    border-bottom: 1px dotted;
    cursor: help;
}
.mw-plusminus-neg {
    border-bottom: 1px dotted;
    cursor: help;
}
.mw-plusminus-null {
    border-bottom: 1px dotted;
    cursor: help;
}
}


Line 423: Line 353:


/* Inactive Staff */
/* Inactive Staff */
/* There are currently no members of this group. Remove the comment tags, and this statement, if populating this group.
/* There are currently no members of this group. Remove the comment tags, and this statement, if populating this group. */
 
/* { background:url(http://cdn.bulbagarden.net/media/upload/6/6e/IconBNInactiveSm.png) center left no-repeat; padding-left: 17px !important;} */
 
/* trom abuses his admin powers to test stuff in his userspace */
body.page-User_The_dark_lord_trombonator_Front_page_2 #t-cite,
body.page-User_The_dark_lord_trombonator_Front_page_2 #footer-info-lastmod,
body.page-User_The_dark_lord_trombonator_Front_page_2 #siteSub,
body.page-User_The_dark_lord_trombonator_Front_page_2 #contentSub,
body.page-User_The_dark_lord_trombonator_Front_page_2 h1.firstHeading {
display: none !important;
}
 
div.thumb { border-color: transparent;
}
 
.table { border-color: transparent;
}
 
/* transparency does not work in IE, so don't let IE process this rule. */
body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a {
    background-image: url(http://archives.bulbagarden.net/media/upload/a/a8/Bulbacast_logo.png) !important;
 
/* Bulba-style gallery */
li.gallerybox {
    border: 1px solid #80964B;
    display: inline-block;
    vertical-align: top;
    background: #C4E673;
    height: 205px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -icab-border-radius: 10px;
    -o-border-radius: 10px;
}
 
li.gallerybox div.thumb {
    background-color: #E0F2B6;
    border: 1px solid #80964B;
    margin: 2px 2px 0px 2px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -icab-border-radius: 10px;
    -o-border-radius: 10px;
}


{ background:url(http://cdn.bulbagarden.net/media/upload/6/6e/IconBNInactiveSm.png) center left no-repeat; padding-left: 17px !important;} */
div.gallerytext {
    font-size: 85%;
    overflow: hidden;
    padding: 0px 4px;
    word-wrap: break-word;
    height: 50px;
}
 
.mw-plusminus-pos {
    border-bottom: 1px dotted;
    cursor: help;
}
 
.mw-plusminus-neg {
    border-bottom: 1px dotted;
    cursor: help;
}
 
.mw-plusminus-null {
    border-bottom: 1px dotted;
    cursor: help;
}