Difference between revisions of "MediaWiki:Monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (I still do not understand why the gap is there! :S)
m (Maybe my old code will help me! :D)
Line 16: Line 16:
}
}


#p-personal li {
  border-bottom: 1px solid #b3b3b3;
  background-color: #16b9f2;
  margin-top: 0;
  padding-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 3px;
  padding-left: 3px;
}
#p-personal li#pt-userpage {
  padding-left: 15px;
}
/*
#p-personal,
#p-personal,
#p-personal ul,
#p-personal ul,
Line 31: Line 46:
   border-left: 1px solid #b3b3b3;
   border-left: 1px solid #b3b3b3;
   background-position: right !important;
   background-position: right !important;
}
}*/


.ns-8 #content,
.ns-8 #content,

Revision as of 00:52, 3 December 2007

/* edit this file to customize the monobook skin for the entire site */
/*<pre>*/
body {
  background: url(http://futurama.overt-ops.com/images/2/27/The_Infosphere_Background.png) repeat-x #16b9f2;
}
#p-logo a {
  background-image: url(http://futurama.overt-ops.com/images/8/8b/The_Infosphere_Logo.png) !important;
}
#p-navigation h5,
#p-tb h5,
#p-search h5 {
  padding-left: 15px;
  background: #16b9f2;
  border-right: 1px solid #0f789f;
  border-top: 1px solid #0f789f;
}

#p-personal li {
  border-bottom: 1px solid #b3b3b3;
  background-color: #16b9f2;
  margin-top: 0;
  padding-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 3px;
  padding-left: 3px;
}

#p-personal li#pt-userpage {
  padding-left: 15px;
}
/*
#p-personal,
#p-personal ul,
#p-personal ul *,
#p-personal ul a {
  margin: 0 !important;
  padding: 0;
}
#p-personal li {
  background: #16b9f2;
  padding-right: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#pt-userpage {
  border-left: 1px solid #b3b3b3;
  background-position: right !important;
}*/

.ns-8 #content,
.ns-8 #p-cactions li a {
  background: #ddddff;
}
/*</pre>*/