Bản mẫu:Chú thích lề/styles page ns.css

Văn thư lưu trữ mở Wikisource
body.ns-104 .wst-sidenote {
	text-align: left;
	width: 6.6em;
}

/* These rules apply the float that will work even if a margin not provided with {{Chú thích lề/đ}} */
body.ns-104 .wst-sidenote-right {
	float: right;
	clear: right;
	padding-left: 1em;
}
body.ns-104 .wst-sidenote-left {
	float: left;
	clear: left;
	padding-right: 1em;
}
  
/* margin provided - use it */
 /*
  * This is the default layout. This can be adjusted with Index-level CSS
  * if the work uses different widths of sidenote columns in the page NS
  */
body.ns-104 .wst-sidenote-container .wst-sidenote-right {
	margin-right: -11em;
}
body.ns-104 .wst-sidenote-container .wst-sidenote-left {
	margin-left: -11em;
}