{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"/*\r\n Short lines\r\n http://userstyles.org/styles/3804\r\n BEGIN\r\n*/\r\n\r\n/*\r\nname:         short-lines.user.css\r\ndescription:  limits maximum line-length\r\nversion:      0.2\r\nscope:        global\r\nlast modif:   2007-10-13 21:44:35\r\ncreated:      2006-12-27 (?)\r\nurl:          http://eldar.cz/myf/pub/firefox/short-lines.user.css\r\nauthor:       myf\r\n\r\n*** longdesc:\r\nMakes pages more readable especially for some\r\ntypographic freaks. Usefull for large viewports.\r\n(And for the tiny ones as well.)\r\n\r\n** How?\r\n1) Sets max-width of every container that\r\n is supposed to hold text directly in it.\r\n2) Tries to center these blocks\r\n That is overriden by any more specific\r\n authors rule; so it should not damage\r\n anything.\r\n\r\n** known issues:\r\n1) blocks sized by theirs not-wrapping content\r\n seen at http://www.graphicsguru.com/\r\n\r\n** questions:\r\n1) what the hell is the THE optimal width?\r\n\r\n*/\r\n\r\n@namespace\r\n url(http://www.w3.org/1999/xhtml);"},{"urls":[],"urlPrefixes":["http://","https://"],"domains":[],"regexps":[],"code":"/*\r\n headings\r\n excluding:\r\n  h1\r\n reason:\r\n  some webs have whole title in it\r\n*//* */\r\nh2  ,\r\nh3  ,\r\nh4  ,\r\nh5  ,\r\nh6  ,\r\n/* */\r\n\r\n/*\r\n other 'headings';\r\n*//* */\r\ncaption  ,\r\nth  ,\r\nlh  ,\r\ndt  ,\r\n/* */\r\n\r\n/*\r\n context-dependant blocks\r\n excluding:\r\n  ul , ol , dl\r\n reason:\r\n  - they cannot actually hold the text directly\r\n  - are often wide (horizontal menus, multiple collsâ€¦)\r\n exc. adept is:\r\n  td ,\r\n (may destroy table layouts;\r\n but I haven't met that case yet.\r\n Also DD would cause unwanted mesh\r\n but its easy to fix. see (Â§dd_fix)\r\n*//* */\r\ntd  ,\r\nli  ,\r\ndd  ,\r\n\r\n/*\r\n general blocks\r\n excluding:\r\n  div , center\r\n reason:\r\n  makes layouts :] (ancient web-design used the CENTER tag)\r\n*//* */\r\naddress  ,\r\nblockquote  ,\r\n/* */\r\n\r\n/*\r\n and the holy paragraph itself\r\n*//* */\r\np  {\r\n max-width: 60ex;\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n\r\n/*\r\n monospaces (different width??)\r\n*//* */\r\npre  ,\r\nxmp  {\r\n max-width: 80ex;\r\n margin-left: auto;\r\n margin-right: auto; \r\n overflow: auto;\r\n}\r\n\r\n/*\r\n Â§dd_fix\r\n makes dt VS dd distinguishable again\r\n*//* */\r\ndd  {\r\n padding-left: 1.5em;\r\n}\r\n/* */\r\n\r\n/*\r\n try to center the content container, gently\r\n*//* */\r\nbody \u003e *  {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n/* */"}],"url":"http://userstyles.org/styles/3804","updateUrl":"https://userstyles.org/styles/chrome/3804.json","md5Url":"https://update.userstyles.org/3804.md5","originalMd5":"68b1ff8c315c515158493c76714bc246","name":"Short lines"}