Difference between revisions 43469 and 43470 on nlwikisource

mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Vogone/global.js&action=raw&ctype=text/javascript');
// Dynamic layouts
if ( !self.ws_layouts ) {
 self.ws_layouts = {};
}
self.ws_layouts['Layout 1'] = {
	'#text-wrap':"",
	'#text-container':"",
	'#text':"",
	'.sidenote-right':"float:right; margin:0.5em; padding:3px; border:solid 1px gray; max-width:9em; text-indent:0em; text-align:left;",
	'.sidenote-left':"float:left; margin:0.5em; padding:3px; border:solid 1px gray; max-width:9em; text-indent:0em; text-align:left;",
	'.mw-editsection':"display:none;",
	'#headertemplate':""
};
self.ws_layouts['Layout 2'] = {
	'#text-wrap':"position:relative; margin-left:3em; margin-right:3em;",
	'#text-container':"width:36em; margin:0 auto 0 auto; font-family:Georgia,serif;",
	'#text':"text-align:justify;",
	'.sidenote-right':"position:absolute; left:37em; width:16em; text-indent:0em; text-align:left;",
	'.sidenote-left':"position:absolute; left:37em; width:16em; text-indent:0em; text-align:left;",
	'.mw-editsection':"display:none;",
	'#headertemplate':""
};
self.ws_layouts['Layout 3'] = {
	'#text-wrap':"margin-left:3em;",
	'#text-container':"position:relative; min-width:60em; float:left; width:100%; margin-right:-23em;",
	'#text':"position:relative; text-align:justify; margin-right:23em; text-indent:0em; padding-left:0px; padding-right:0px; width:auto;",
	'.sidenote-right':"position:absolute; right:-10em; width:9em; background-color:#eeeeee; text-indent:0em; text-align:left;",
	'.sidenote-left':"position:absolute; right:-10em; width:9em; background-color:#eeeeee; text-indent:0em; text-align:left;",
	'.mw-editsection':"display:none;",
	'#headertemplate':"position:absolute; top:0em; right:-23em; width:21em; float:right; text-align:left;"
};
 
self.proofreadpage_add_container = truemw.loader.load('//la.wikisource.org/w/index.php?title=MediaWiki:Common.js&action=raw&ctype=text/javascript');