MediaWiki:Monobook.css: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 56: Line 56:
#t-upload {
#t-upload {
   list-style-image: url("/images/2/28/Upload.png");
   list-style-image: url("/images/2/28/Upload.png");
}
#t-whatlinkshere {
  list-style-image: url("/images/f/fd/Link.png");
}
}



Revision as of 10:47, 16 March 2006

/* Edit this page to customize the monobook skin for the entire site. There is also [[MediaWiki:Common.css]].
   Everyone can customize their own skin or test out changes to css by editing User:YourUsername/monobook.css */

/*<pre><nowiki>*/

/* changes for all pages */
body {
    background: #C5D0EA 0 0 no-repeat;  /* changed default background */
}

.portlet .pBody {
    background-color: #E5F2FB;
}

/* icons for sidebar */
#n-portal {
  list-style-image: url("/images/b/ba/Communityportal.png");
}

#n-calendar {
  list-style-image: url("/images/1/15/Calendar.png");
}

#n-recentchanges {
  list-style-image: url("/images/3/3d/Changes.png");
}

#n-mainpage {
  list-style-image: url("/images/9/9a/Home.png");
}

#n-randompage {
  list-style-image: url("/images/7/70/Random.png");
}

#n-Materials {
  list-style-image: url("/images/f/f4/Materials.png");
}

#n-Protocols {
  list-style-image: url("/images/1/1d/Protocols.png");
}

#n-help {
  list-style-image: url("/images/7/70/Random.png");
}

#t-print {
  list-style-image: url("/images/4/41/Printable.png");
}

#t-specialpages {
  list-style-image: url("/images/2/24/Special.png");
}

#t-upload {
  list-style-image: url("/images/2/28/Upload.png");
}
#t-whatlinkshere {
  list-style-image: url("/images/f/fd/Link.png");
}

/* main page css test */
#mainpage #about {
  padding: .4em .9em .1em; 
  font-family: tahoma;
}
#mainpage #about b {
  font-size: 150%;
}
#mainpage #about a {
  color: #4E4496;
}
#mainpage #communitynews {
  clear: right; 
  text-align: left; 
  float: left; 
  padding: 0em .5em 0em;
  font-family: courier;
}
#mainpage a {
  color: #000000;
}
#mainpage #news hr {
  padding-left: 7px; 
  margin: 0 auto 0 0; /* align left for mozilla */
  text-align: left;  /* align left for IE/opera */
  width:773px;
  height:3px; 
  color: #2171B8; 
  background-color:#2171B8;
}

/*</nowiki></pre>*/