{"sections":[{"urls":[],"urlPrefixes":[],"domains":["slashdot.org"],"regexps":[],"code":"@namespace url(http://www.w3.org/1999/xhtml);\n/* Changelog:\r\n0.8 - first release\r\n0.8.1 - use justified Georgia font. Ahhh, that's better.\r\n0.8.2 - make article details use Georgia; other small tweaks\r\n0.9 - style sidebars with light grey bg and 1px border; tag box width fix; rename style, since we're not just styling articles anymore.\r\n0.9.1 - fix tag box color on some pages; rename again\r\n0.9.2 - remove unneeded hack, add consistent styling for comments\r\n0.9.3 - organize code a bit; change light grey #F0F0F0 back to slashdot's #CCCCCC, too many small spots of gray to bother changing them all; make article details a bit smaller; remove 5px gap on right of slashboxes\r\n0.9.4 - Put back 5px gap on slashboxes; make comment reply links lowercase; add 5px padding to related articles in comment pages\r\n0.9.5 - remove \"n replies below your current threashold text\"; some code cleanup; remove 5px gap again, correctly this time\r\n0.9.6 - more 5px gap business; fix gap again\r\n0.9.7 - add rounded corner for book details\r\n1.0 - fix some sloppy code; add 5px padding to search page; fix code to work with the new slashdot design\r\n1.0.1 - fix code to account for changes in /. css\r\n\r\n*/\r\n\r\n\r\n/* header styling */\r\n/* thinner navbar */\r\n#user-section \u003e .content {\r\n  padding: 2px 10px !important;\r\n}\r\n\r\n\r\n/* sidebar styling */\r\n/* remove rounded corners on sidebars */\r\n.block .title,\r\n#slashboxes .block .title h4 {\r\n  background-image: url(http://images.slashdot.org/block-title-bg.png) !important;\r\n  background-repeat: repeat-x !important;\r\n}\r\n/* make links display block */\r\n#links .content a {\r\n  display: block !important;\r\n}\r\n\r\n/* remove title links underline */\r\n.block .title a {\r\n  text-decoration: none !important;\r\n}\r\n/* remove 5px gap on right */\r\n#slashboxes .block,\r\n.commentwrap,\r\n.linkCommentPage,\r\n#commentlisting {\r\n  margin-right: 0 !important;\r\n}\r\n\r\n\r\n\r\n/* article, journal styling */\r\n/* remove title links underline */\r\n.article .title a {\r\n  text-decoration: none !important;\r\n  color: #FFFFFF !important;\r\n}\r\n/* make details a bit smaller */\r\n.article .details {\r\n  font-size: 90% !important;\r\n}\r\n/* set 5px padding for text */\r\n.article .details,\r\n.article .body,\r\n.tags,\r\n.journalpage,\r\n.generaltitle + .generalbody {\r\n  padding: 0 5px !important;\r\n  margin-left: 0px !important;\r\n  margin-right: 0px !important;\r\n}\r\n/* add 5px margin to related links and articles */\r\n#articles \u003e .generaltitle,\r\n.briefarticle {\r\n  margin: 0 5px !important;\r\n}\r\n/* fix more 5px stuff in journal */\r\n#journal .generalbody {\r\n  margin-right: 0 !important;\r\n}\r\n/* set fonts for text */\r\n.article .details,\r\n.article .body {\r\n  font-family: Georgia !important;\r\n  text-align: justify !important;\r\n}\r\n/* make article quotes inline and remove left border */\r\n.article .body i {\r\n  font-style: normal !important;\r\n  display: inline !important;\r\n  border: none !important;\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n}\r\n\r\n/* float topic icon left */\r\n.article .topic {\r\n  float: left !important;\r\n}\r\n/* remove multiple topic icons in comments page */\r\n.article .topic2,\r\n.article .topic3,\r\n.article .topic4 {\r\n  display: none !important;\r\n}\r\n\r\n/* remove psuedo-borders from tag box */\r\n.tags {\r\n  width: auto !important;\r\n  margin: 0 5px !important;\r\n  padding: 0 !important;\r\n  border-bottom: 5px !important;\r\n}\r\n/* remove right round corner when tag box is open */\r\n.tagtitleopen {\r\n  background-image: none !important;\r\n}\r\n/* even out the padding of the tag box */\r\n.tagbody {\r\n  padding: 5px !important;\r\n}\r\n\r\n/* add more space between articles */\r\n.storylinks {\r\n  margin-bottom: 24px !important;\r\n}\r\n/* remove borders and padding from items */\r\n.storylinks \u003e div \u003e ul \u003e li {\r\n  border: none !important;\r\n  padding-left: 0 !important;\r\n  padding-right: 0 !important;\r\n}\r\n/* unbold links, make links lowercase */\r\n.storylinks \u003e div \u003e ul \u003e li * {\r\n  font-weight: normal !important;\r\n  text-transform: lowercase !important;\r\n}\r\n/* move \"read more\" link left, from http://userstyles.org/style/show/452 */\r\n.storylinks .more {\r\n  float: none !important;\r\n}\r\n/* move comments link back where it was */\r\n.storylinks .comments {\r\n  position: static !important;\r\n}\r\n/* remove arrow */\r\n.storylinks .more \u003e a {\r\n  background-image: none !important;\r\n  padding: 0 !important;\r\n}\r\n/* remove separator */\r\n.storylinks .more {\r\n  float: none !important;\r\n}\r\n/* this is a cool hack, adds commas before links after Read More */\r\n.storylinks .more ~ li:before {\r\n  content: \", \" !important;\r\n  margin-left: -4px !important;\r\n}\r\n\r\n/* format book details */\r\n.book_details .book_title {\r\n  background: url(http://images.slashdot.org/slc.gif) no-repeat !important;\r\n  padding-left: 10px !important;\r\n  padding-right: 10px !important;\r\n}\r\n.book_details .book_label,\r\n.book_details .book_data {\r\n  padding-left: 5px !important;\r\n  padding-right: 5px !important;\r\n}\r\n\r\n\r\n\r\n/* comment styling */\r\n/* set 5px padding on, justify comment text */\r\n#commentlisting .commentBody {\r\n  padding: 0 5px !important;\r\n  font-family: Georgia !important;\r\n  text-align: justify !important;\r\n}\r\n/* make comment reply links lowercase */\r\n#commentlisting .commentSub {\r\n  text-transform: lowercase !important;\r\n}\r\n/* remove \"n replies below your current threshold\" text */\r\n#commentlisting li:not([id]) {\r\n  display: none !important;\r\n}\r\n/* move comment quotes down a little */\r\n#commentlisting .commentBody blockquote {\r\n  margin-top: 0.75em !important;\r\n}"}],"url":"http://userstyles.org/styles/266","updateUrl":"https://userstyles.org/styles/chrome/266.json","md5Url":"https://update.userstyles.org/266.md5","originalMd5":"c3b3b1112f85c48cd9474968519ddfd9","name":"Slashdot - cleaner look 1.0.1"}