User:Beanbean/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
  /* Credit to Plumber, Sadaharu, and Wayoshi. Don't claim as your own. */  
  /* Credit to Plumber, Sadaharu, Beanbean, and Wayoshi. Don't claim as your own. */  


  @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
  @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
Line 7: Line 7:
  #content, #content table {color:#ACC6FC;background:#0F0F0F;font-size:14px }
  #content, #content table {color:#ACC6FC;background:#0F0F0F;font-size:14px }
  #p-cactions ul li a { background-color:#161616;text-decoration: none; }
  #p-cactions ul li a { background-color:#161616;text-decoration: none; }
  #p-cactions ul li a:hover { background-color:#444; border:1px solid black;text-decoration: none; }
  #p-cactions ul li a:hover { background-color:#444; border:1px solid mediumseagreen;text-decoration: none; }
  #p-personal ul li a { color:#F00;background-color:black;text-decoration: none; }
  #p-personal ul li a { color:#32d46e;background-color:darkgreen;text-decoration: none; }
  #p-personal ul li a:hover { color:mediumslateblue; background-color:black;text-decoration: none; }
  #p-personal ul li a:hover { color:mediumslateblue; background-color:mediumseagreen;text-decoration: none; }


  body { font-family:Courier; font-size:10px;
  body { font-family:Courier; font-size:10px;
Line 15: Line 15:
  url('http://pre10.deviantart.net/a7fe/th/pre/i/2011/288/c/6/fallout_3_perk_wallpaper_by_iamoger-d4cyyba.jpg'); }
  url('http://pre10.deviantart.net/a7fe/th/pre/i/2011/288/c/6/fallout_3_perk_wallpaper_by_iamoger-d4cyyba.jpg'); }


  a { color: #E00; text-decoration: none; }
  a { color: #3d7; text-decoration: none; }
  a:visited { color: #BF0000; }
  a:visited { color: #2b7643; }
  a:active { color: #CCC; }
  a:active { color: #3d7; }
  a:hover  { color: mediumslateblue; text-decoration: none; }
  a:hover  { color: mediumseagreen; text-decoration: none; }
  a:visited:hover  { color: mediumslateblue; text-decoration: none; }
  a:visited:hover  { color: mediumseagreen; text-decoration: none; }
  a:active:hover  { color:#CCC; text-decoration: none; }
  a:active:hover  { color:#CCC; text-decoration: none; }
  a:visited:active  { color: mediumslateblue; text-decoration: none; }
  a:visited:active  { color: mediumseagreen; text-decoration: none; }
  a:visited:active:hover  { color:#CCC; text-decoration: none; }
  a:visited:active:hover  { color:#CCC; text-decoration: none; }
  #p-personal a.new, a.new { color:#C30 }
  #p-personal a.new, a.new { color:#C30 }
Line 30: Line 30:
   border: 1px dashed #FFF;
   border: 1px dashed #FFF;
  }
  }
  #bodyContent a.extiw:active { color: #F00; }
  #bodyContent a.extiw:active { color: #32d46e; }
  #bodyContent a.external { color: #C00; }
  #bodyContent a.external { color: ##36e778; }
  #p-logo a { background-image: url(http://media.psu.com/media/articles/image/fallout4.jpg) !important; }  
  #p-logo a { background-image: url(http://zeldauniverse.net/forums/wcf/images/avatars/9f/16018-9f1bf519d4cc975944ee5823e9ad8319dc9a5917.png) !important; }  


  pre { border: 1px dashed #EFE; background:#9C9;color:#f9f9f9; overflow: auto; }
  pre { border: 1px dashed #EFE; background:#9C9;color:#f9f9f9; overflow: auto; }
Line 52: Line 52:


  #siteNotice {
  #siteNotice {
   background: #32d46e
   background: #194621
  }
  }
  #navbox {  
  #navbox {  
Line 59: Line 59:
  select {
  select {
   border: 1px solid #EEE;  
   border: 1px solid #EEE;  
   color:#A6C0F6;
   color:#32d46e;
   background:#333
   background:#333
  }
  }
  input {
  input {
   background-color: #333;
   background-color: #333;
   color:#B6D0FF
   color:#32d46e
  }
  }
  input.searchButton {
  input.searchButton {
   background-color: #333;
   background-color: #333;
   border: 1px solid #111;
   border: 1px solid #111;
   color:#9CB6EC;
   color:#32d46e;
  }
  }
  #searchInput {
  #searchInput {
   border: 1px solid mediumseagreen;
   border: 1px solid mediumseagreen;
   background-color: #333;
   background-color: #333;
   color:#9CB6EC;
   color:#32d46e;
  }
  }
    
    
Line 80: Line 80:
   font-family: Courier;
   font-family: Courier;
   font-size: 14px;
   font-size: 14px;
   background: #1C1C1C;
   background: #194621;
   color: white;
   color: mediumseagreen;
   border:2px dotted white}
   border:2px dotted white}



Latest revision as of 01:27, February 4, 2016

 /* Credit to Plumber, Sadaharu, Beanbean, and Wayoshi. Don't claim as your own. */ 

 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
 @import "/index.php?title=User:HK-47/monobook.css&action=raw&ctype=text/css";
 
 /* grey/teal */
 #content, #content table {color:#ACC6FC;background:#0F0F0F;font-size:14px }
 #p-cactions ul li a { background-color:#161616;text-decoration: none; }
 #p-cactions ul li a:hover { background-color:#444; border:1px solid mediumseagreen;text-decoration: none; }
 #p-personal ul li a { color:#32d46e;background-color:darkgreen;text-decoration: none; }
 #p-personal ul li a:hover { color:mediumslateblue; background-color:mediumseagreen;text-decoration: none; }

 body { font-family:Courier; font-size:10px;
 background: darkgreen
 url('http://pre10.deviantart.net/a7fe/th/pre/i/2011/288/c/6/fallout_3_perk_wallpaper_by_iamoger-d4cyyba.jpg'); }

 a { color: #3d7; text-decoration: none; }
 a:visited { color: #2b7643; }
 a:active { color: #3d7; }
 a:hover  { color: mediumseagreen; text-decoration: none; }
 a:visited:hover  { color: mediumseagreen; text-decoration: none; }
 a:active:hover  { color:#CCC; text-decoration: none; }
 a:visited:active  { color: mediumseagreen; text-decoration: none; }
 a:visited:active:hover  { color:#CCC; text-decoration: none; }
 #p-personal a.new, a.new { color:#C30 }
 #p-personal a.new:visited, a.new:visited { color:#C60; }

 .usermessage {
  background: #292929;
  border: 1px dashed #FFF;
 }
 #bodyContent a.extiw:active { color: #32d46e; }
 #bodyContent a.external { color: ##36e778; }
 #p-logo a { background-image: url(http://zeldauniverse.net/forums/wcf/images/avatars/9f/16018-9f1bf519d4cc975944ee5823e9ad8319dc9a5917.png) !important; } 

 pre { border: 1px dashed #EFE; background:#9C9;color:#f9f9f9; overflow: auto; }

 .portlet ul { list-style-image: url(http://img37.picoodle.com/img/img37/9/7/26/f_babybkrndm_93cbbb7.png); }
 .portlet ul li:hover { list-style-image: url("http://img35.picoodle.com/img/img35/9/7/26/f_babybkrndm_ffcd259.png"); }
 ul { list-style-image: url(http://img37.picoodle.com/img/img37/9/7/26/f_babybkrndm_93cbbb7.png); }
 ul li:hover { list-style-image: url("http://img35.picoodle.com/img/img35/9/7/26/f_babybkrndm_ffcd259.png"); }
 h1 { font-family:Jokerman; font-size:28px;color:#7C96CC;}
 h2,h3,h4,h5,h6 { color:#8CA6DC; }

#catlinks {
	background: darkgreen url('http://pre10.deviantart.net/a7fe/th/pre/i/2011/288/c/6/fallout_3_perk_wallpaper_by_iamoger-d4cyyba.jpg') bottom right;
	border: 1px outset black;
	color: mediumseagreen;
}
#catlinks span a { background: darkslategray; }


 #siteNotice {
   background: #194621 
 }
 #navbox { 
   background: #32d46e ;
 }
 select {
   border: 1px solid #EEE; 
   color:#32d46e;
   background:#333
 }
 input {
  background-color: #333;
  color:#32d46e
 }
 input.searchButton {
   background-color: #333;
   border: 1px solid #111;
   color:#32d46e;
 }
 #searchInput {
   border: 1px solid mediumseagreen;
   background-color: #333;
  color:#32d46e;
 }
  
 textarea {
   font-family: Courier;
   font-size: 14px;
   background: #194621;
   color: mediumseagreen;
   border:2px dotted white}

 #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  background-color: #111;
  color: #32d46e;
  border:1px solid black
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #194621;
  border:1px solid #111;
 }

 .mainLegend { display:inline; }
 #siteSub { display:inline;color:#7C96CC;font-size:92%;font-weight:normal; }
 li#pt-userpage { background: none }
 #footer {display:none}
 table.gallery { background:#333 }
 table.gallery td { background:#333 }
 div.tleft,div.tright {border-color:#161616}
 div.thumb div { color:#9CB6EC;background:#222 }
 table.diff, td.diff-otitle, td.diff-ntitle { background:#194621 }
 td.diff-context { background:#333 }
 div.noarticletext { color:#ACC6FC;background:#262626 }
 .troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) }