MediaWiki:Monobook.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
m (a little link colour fix)
(Finished initial version of Monaco skin)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* Don't display some stuff on the main page */
/* Don't display some stuff on the main page */
body.page-Main_Page #lastmod,  
body.page-Main_Page #lastmod,  
Line 43: Line 41:
background-position: right;
background-position: right;
background-attachment: fixed;
background-attachment: fixed;
background-color: #FFF !important;
}
}


#content {
#wikia_page {
     background-image: url(http://images.wikia.com/pikmin/images/1/1f/Background.jpg);
     background-image: url(http://images.wikia.com/pikmin/images/1/1f/Background.jpg);
     background-position: right;
     background-position: right;
Line 262: Line 261:
     position: relative;
     position: relative;
     left: 50px;
     left: 50px;
}
.color1 {
  background-color: #050;
}
#search_box {
  -moz-border-radius-topleft: 12px;
}
#link_box {
  -moz-border-radius-bottomright: 13px;
}
#navigation a {
  background-color: #CFC;
  color: #080;
}
#navigation a:hover, .navigation-hover {
  background-color: #FFF;
  color: #0B0;
}
.menu-item .menu-item:first-child>a {
  -moz-border-radius-topleft: 12px;
}
.menu-item .menu-item:last-child>a {
  -moz-border-radius-bottomright: 12px;
}
.widget {
  border: 2px outset #0B0;
  padding: 0 !important;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
}
.widget dt {
  padding-left: 5px;
  -moz-border-radius-topleft: 20px;
}
.widget dd {
  background-color: #CFC;
  -moz-border-radius-bottomright: 13px;
}
.widget dd:hover {
  background-color: #FFF;
}
.widget a {
  color: #080;
}
.widget dd:hover a {
  color: #0B0;
}
#page_bar, #search_box {
  background-image: none;
}
#page_controls a {
  color: #FFF !important;
}
#wikia_page {
  border: 2px outset #0B0;
  -moz-border-radius: 20px;
}
#page_bar {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
}
#page_tabs li {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
.headerMenuButton dt, .headerMenuButton dd {
  background-image: url(http://images.wikia.com/pikmin/images/6/69/Monaco_header_button.png);
  color: #080;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}
#wikia_logo {
  background-image: url(http://images.wikia.com/pikmin/images/9/9e/Monaco_wikia_logo.png);
}
* html #wikia_logo {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}
#search_button {
  background-image: url(http://images.wikia.com/pikmin/images/2/22/Monaco_search.png);
}
* html #search_button {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/2/22/Monaco_search.png', sizingMethod='crop');
}
#header_username a {
  color: #080;
}
}

Revision as of 14:38, July 15, 2008

/* Don't display some stuff on the main page */
body.page-Main_Page #lastmod, 
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

/*That crazy box*/
.editsimilar {
    background: #ccffcc;
    border: 2px outset #00bb00;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottom right: 40px;
}

/*OGG player*/
.ogg-player-options {
    border: 2px outset #00bb00;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottom right: 100px;
}

/*Watchlist edit message*/
.usermessage {
    background: #ccffcc;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    padding: 5px 10px;
    vertical-align: middle;
    border: 2px outset #00bb00;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
}

/*Background*/
body
{
background-image: url(http://images.wikia.com/pikmin/images/3/37/White_and_Purple_Pikmin.jpg);
background-repeat: no-repeat;
background-position: right;
background-attachment: fixed;
background-color: #FFF !important;
}

#wikia_page {
    background-image: url(http://images.wikia.com/pikmin/images/1/1f/Background.jpg);
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
table, td {
    background: none;
}
div.thumb {
   border: none;
}
div.tright {
   border: none;
   margin: 5px 0px 5px 10px;
}
div.tleft {
   border: none;
   margin: 5px 15px 5px 0px;
}

/*Sidebar*/
.portlet {
    width: 150px;
}
.portlet h5 {
    text-transform: uppercase;
    color: #ffffff;
    background: #005500;
    border: 2px outset #00bb00;
    padding: 1px 0px 3px 10px;
    font-weight: bold;
    display: block;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;

}
.pBody {
    background: #ccffcc;
    border: 2px outset #00bb00;
    padding-left: 0px;
    margin: 2px 30px 0px 10px;
    -moz-border-radius-topleft: 2.0em;
    -moz-border-radius-bottomright: 2.0em;
}
.portlet ul {
    list-style-type: none;
}

/*Search*/
input.searchButton {
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: #ccffcc;
    border: 2px outset #00bb00;
}
input.searchButton:hover {
    background: #ffffff;
}
#searchInput {
    width: 89px;
    background: #ffffff;
}
#p-search .pBody {
    padding: 0.5em 0.5em 0.5em 0.5em;
}

/*Tabs*/
#p-cactions li {
    border: 2px outset #00bb00;
    border-bottom: 1px solid #ffffff;
}
#p-cactions li a {
    border: none;
}
#p-cactions li,
#p-cactions li a {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

/*ToC*/
#toc {
    background: #ccffcc;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 40px;
    border: 2px outset #00bb00;
}

/*Hover*/
.usermessage:hover,
#toc:hover,
#catlinks:hover {
    background: none;
}
#p-search .pBody:hover {
    background: #ffffff;
}
#p-tb .pBody:hover,
#p-wikicities-nav .pBody:hover,
#p-navigation .pBody:hover,
#p-cactions li,
#p-cactions li a,
#p-cactions li.selected,
#p-cactions li.selected a {
    background: #ffffff;
    opacity: 0.85;
}
.portlet h5:hover {
    background: none;
    color: #007700;
}

/*Input boxes*/
input {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border: 2px inset #00bb00;
    padding-left: 3px;
}
select {
    border: 2px inset #00bb00;
}
input[type="text"],
input[type="password"] {
    height: 16px;
}
textarea {
    border: 2px inset #00bb00;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    padding: 8px 5px 16px 8px;
    background: none;
}
#wpSave,
#wpPreview,
#wpDiff,
#tUpload {
    background: #ccffcc;
    border: 2px outset #00bb00;
}

/*Content area*/
#content {
    border: 2px outset #00bb00;
    -moz-border-radius: 20px;
}
#footer {
    background: none;
}

/*Links*/
a,
#p-personal li a,
#p-cactions li a,
#bodyContent a.extiw,
#bodyContent a.external {
    color: #008800;
}

a:visited,
#bodyContent a.extiw:visited,
#bodyContent a.external:visited {
    color: #008844;
}
a:hover,
#p-personal li a:hover,
#bodyContent a.extiw:hover,
#bodyContent a.external:hover {
    color: #00bb00;
}
a:visited:hover,
#bodyContent a.extiw:visited:hover,
#bodyContent a.external:visited:hover {
    color: #00bb44;
}
a.new:link,
a.new:visited,
#p-personal li a.new,
#p-cactions .new a,
#p-personal li a.new:visited,
#p-cactions .new a:visited {
    color: #bbbb00;
}
#bodyContent a.external {
    background-image: url(http://images.wikia.com/pikmin/images/4/44/External.png);
}
#catlinks {
   border: 2px outset #00bb00;
   background: #ccffcc;
   -moz-border-radius-topleft: 30px;
   -moz-border-radius-bottomright: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* TabbyBox */
#tabbyHead a {
    padding: 0px 10px 0px 10px;
    background-color: #ccffcc;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    color: #006600;
    font-size: 150%;
}
#tabbyHead a.selected {
    border: 2px solid #00bb00;
    background: #ffffff;
}
#tabbyHead p {
    margin: 1px;
}
#tabbyHead {
    position: relative;
    left: 50px;
}

.color1 {
   background-color: #050;
}
#search_box {
   -moz-border-radius-topleft: 12px;
}
#link_box {
   -moz-border-radius-bottomright: 13px;
}
#navigation a {
   background-color: #CFC;
   color: #080;
}
#navigation a:hover, .navigation-hover {
   background-color: #FFF;
   color: #0B0;
}
.menu-item .menu-item:first-child>a {
   -moz-border-radius-topleft: 12px;
}
.menu-item .menu-item:last-child>a {
   -moz-border-radius-bottomright: 12px;
}

.widget {
   border: 2px outset #0B0;
   padding: 0 !important;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-bottomright: 15px;
}
.widget dt {
   padding-left: 5px;
   -moz-border-radius-topleft: 20px;
}
.widget dd {
   background-color: #CFC;
   -moz-border-radius-bottomright: 13px;
}
.widget dd:hover {
   background-color: #FFF;
}
.widget a {
   color: #080;
}
.widget dd:hover a {
   color: #0B0;
}

#page_bar, #search_box {
   background-image: none;
}
#page_controls a {
   color: #FFF !important;
}

#wikia_page {
   border: 2px outset #0B0;
   -moz-border-radius: 20px;
}
#page_bar {
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
}
#page_tabs li {
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/pikmin/images/6/69/Monaco_header_button.png);
   color: #080;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}

#wikia_logo {
   background-image: url(http://images.wikia.com/pikmin/images/9/9e/Monaco_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}

#search_button {
   background-image: url(http://images.wikia.com/pikmin/images/2/22/Monaco_search.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/2/22/Monaco_search.png', sizingMethod='crop');
}

#header_username a {
   color: #080;
}