User:George Orwell III/Dotleader.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

@charset "utf-8";
/* DOTLEADER
 *
 * Produces a simple dot leader found in certain table-of-contents layouts. 
 * Based on   www.w3.org/Style/Examples/007/leaders.en.html
 * Documentation pending - Still needs full vetting -
 * Its possible some values need !important added otherwise overriden?
 */
div.dotLeader1 {
	max-width: 100%;
	padding: 0 0 0 0;
	overflow-x: hidden;
}
div.dotLeader1 > p {
	line-height: 1.33em !important;
}
div.dotLeader1 span.dotStart:after {
	float: left;
	width: 0;
	white-space: nowrap;
	content: "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008"
		 "\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008\2E\2008";
}
div.dotLeader1 p > span {
	background: white;
}
div.dotLeader1 span + span.dotStart {
	padding-right: 4px;
	background: white;
}
div.dotLeader1 span.dotStart + span {
	float: right;
	padding-left: 8px;
	background: white;
	position: relative;
	z-index: 1;
}
/* @end */