MediaWiki:Common.css

From WikiPathways

Jump to: navigation, search

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

.helphint.redBg {
        border-left: 10px solid #b22222; /* Red */
	background-color: #fee;  /* Pink */
	padding: 0.25em 0.5em;         /* 0.5em left/right */
}

body.page-Help_WikiPathways_Webservice h1.firstHeading { display:none; }
body.page-Help_WikiPathways_Webservice_WikiPathwaysSearch h1.firstHeading { display:none; }
body.page-Help_WikiPathways_Webservice_AtlasMapper h1.firstHeading { display:none; }
body.page-Help_WikiPathways_Webservice_Taverna h1.firstHeading { display:none; }
body.page-Help_WikiPathways_Webservice_Cytoscape h1.firstHeading { display:none; }

/* Remove after M13 release */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10000
}

.notUnderConstruction { background-color: #F2D0D0; }

.tag-icons a:first-child {
   margin-left: 1em;
}

.tag-icons img {
   width: auto;
   height: 1em;
}


ul#browseListBody {
  list-style-image: none;
  list-style-type: none;
  height: 55em;
}

/* infinite-item is vestigial, but a selector for the column list */
ul#browseListBody li.infinite-item {
  float: left;
  width: 33%
}

ul#browseListBody li ul {
  list-style-image: none;
}

ul#browseListBody li ul li {
  min-height: 2em;
  overflow: auto;
  float: left;
  width: 33%
}
Personal tools