MediaWiki:Monobook.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (Amd now...)
Tag: Reverted
m (& Fixed the odd tab background error and made links more responsive)
 
(2 intermediate revisions by 2 users not shown)
Line 17: Line 17:
/* Background */
/* Background */
body {
body {
  background:#1081ff;
  background:#c9dfff;
  }
  }
  #globalWrapper {
  #globalWrapper {
Line 27: Line 27:
  border-top-left-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top:3px solid #b0e1ff;
  border-top:3px solid #bff4e9;
  border-bottom:3px solid #b0e1ff;
  border-bottom:3px solid #bff4e9;
  border-left:3px solid #b0e1ff;
  border-left:3px solid #bff4e9;
  border-right:none !important;  
  border-right:none !important;  
}
}
Line 35: Line 35:
/* Table of contents */
/* Table of contents */
#toc {
#toc {
   border: 2px solid #b0e1ff;
   border: 2px solid #bff4e9;
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
Line 49: Line 49:
}
}


#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {  
#p-navigation div, #p-Helpful_Pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
   border-top:3px solid #b0e1ff;
   border-top:3px solid #bff4e9;
   border-bottom:3px solid #b0e1ff;
   border-bottom:3px solid #bff4e9;
   border-right:3px solid #b0e1ff;
   border-right:3px solid #bff4e9;
   border-left:none !important;
   border-left:none !important;
}
}
#p-navigation-label, #p-search-label, #p-Helpful_Pages-label, #p-links-label, #p-tb-label { text-transform:Capitalize;}


/* Tab fixes */
/* Tab fixes */


#p-cactions ul li a {
#p-cactions ul li a {
  background: #d8eaff !important;
  background: #dff4e9 !important;
  border:2px solid #b0e1ff !important;
  border:2px solid #bff4e9 !important;
text-transform:Capitalize !important;
  }
  }
   
   
Line 66: Line 69:
  background: #ffffff !important;
  background: #ffffff !important;
  border-bottom:1px solid #ffffff !important;  
  border-bottom:1px solid #ffffff !important;  
text-transform:Capitalize !important;
  }
  }


#p-cactions li {  
#p-cactions li {  
  border:medium none !important;
  border:medium none !important;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
  border-radius-topright: 1em;
text-transform:Capitalize !important;
  }
  }


/* Categories bar */
/* Categories bar */
.catlinks {
.catlinks {
  background: #d8eaff;
   border: 2px solid #bff4e9;
   border: 2px solid #b0e1ff;
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
Line 85: Line 87:
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
}
}
/* Userlinks fix */
#p-personal a {background-color:#c9dfff;}
#p-personal a:hover {background-color:#c9dfff;}
li#pt-userpage.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-mytalk.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-preferences.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-watchlist.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-mycontris.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-logout.mw-list-item a:hover {background-color:#c9dfff!important; color:#FFA590!important; text-decoration: underline!important;}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {background: none!important; background-size:16px!important; padding:0 0 0 0!important}

Latest revision as of 18:28, 26 April 2024

/* Edit this to change the appearance of the site for users of the monobook skin */

/* Crisp sprites */
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Adding the classic appearence of the former WikiBound design */

/* Background */
body {
 background:#c9dfff;
 }
 #globalWrapper {
 background: none !important;
}

/* Content */
#content, div#content {
 border-top-left-radius: 1em;
 border-bottom-left-radius: 1em;
 border-top:3px solid #bff4e9;
 border-bottom:3px solid #bff4e9;
 border-left:3px solid #bff4e9;
 border-right:none !important; 
}

/* Table of contents */
#toc {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* Sidebar boxes */

.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

#p-navigation div, #p-Helpful_Pages div, #p-search div, #p-links div, #p-tb div, #p-lang div  {  
  border-top:3px solid #bff4e9;
  border-bottom:3px solid #bff4e9;
  border-right:3px solid #bff4e9;
  border-left:none !important;
}

#p-navigation-label, #p-search-label, #p-Helpful_Pages-label, #p-links-label, #p-tb-label { text-transform:Capitalize;}

/* Tab fixes */

#p-cactions ul li a {
 background: #dff4e9 !important;
 border:2px solid #bff4e9 !important;
text-transform:Capitalize !important;
 }
 
#p-cactions ul li.selected a {
 background: #ffffff !important;
 border-bottom:1px solid #ffffff !important; 
text-transform:Capitalize !important;
 }

#p-cactions li { 
 border:medium none !important;
 border-radius-topleft: 1em;
 border-radius-topright: 1em;
text-transform:Capitalize !important;
 }

/* Categories bar */
.catlinks {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* Userlinks fix */
#p-personal a {background-color:#c9dfff;}
#p-personal a:hover {background-color:#c9dfff;}
li#pt-userpage.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-mytalk.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-preferences.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-watchlist.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-mycontris.mw-list-item a:hover {background-color:#c9dfff!important; text-decoration: underline!important;}
li#pt-logout.mw-list-item a:hover {background-color:#c9dfff!important; color:#FFA590!important; text-decoration: underline!important;}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {background: none!important; background-size:16px!important; padding:0 0 0 0!important}