{"sections":[{"urls":[],"urlPrefixes":[],"domains":["digg.com"],"regexps":[],"code":"/* Changelog:\r\n0.8 - first release\r\n0.8.1 - switch digg up/down buttons, makes more sense like \"thumbs up, thumbs down\"; remove 50px right padding on comments; justify comment and article text; remove submitter avatar on articles; rename style\r\n0.8.2 - rename style again; hide digg count on buried comments, this saves time for reading better comments than something with -20 diggs\r\n0.8.3 - show digg count of buried comments again; show address in parens; bug fix\r\n0.9 - update for digg v4\r\n0.9.1 - fix bug affecting blog.digg.com\r\n0.9.2 - remove blank first line of comments\r\n\r\n1.0 - undo the horrible new Digg UI; small bugfix; another small fix; fix friend comments; remove mark on user's comments\r\n\r\n2.0 - make the new comment system look better\r\n*/\r\n\r\n/* use more horizontal space */\r\nhtml {\r\n  min-width: 0 !important;\r\n}\r\nbody {\r\n  padding: 0 1em !important;\r\n}\r\n#container {\r\n  min-width: 0px !important;\r\n  max-width: none !important;\r\n  margin: 0 !important;\r\n}\r\n\r\n#contents {\r\n  background: #FFFFFF !important;\r\n  -moz-border-radius-topleft: 1em !important;\r\n  -moz-border-radius-topright: 1em !important;\r\n}\r\n\r\n/* remove flash ad */\r\ndiv[id^=\"km_main_\"] {\r\n  display: none !important;\r\n}\r\n\r\n/* clean up story */\r\n/* remove submitter avatar from article */\r\n.news-submitted \u003e a:first-child \u003e img,\r\n.news-details .user-image {\r\n  display: none !important;\r\n}\r\n/* fix title height */\r\n.news-body h3 {\r\n  font-size: 1.17em !important;\r\n  margin-top: 0 !important;\r\n}\r\n/* fix my#1 button */\r\n.news-body h3 \u003e [id^=\"myn\"] {\r\n  position: absolute !important;\r\n  margin-top: -1px !important;\r\n  margin-left: 5px !important;\r\n}\r\n/* fix story line height */\r\n.news-body p {\r\n  line-height: 1.3 !important;\r\n  margin: 0.2em 0 0.1em 0 !important;\r\n}\r\n/* remove some whitespace */\r\n.news-body \u003e .news-details \u003e dl {\r\n  margin-bottom: 1em !important;\r\n}\r\n/* thin the details down */\r\n.news-body \u003e .news-details dd {\r\n  margin-bottom: 0 !important;\r\n  margin-left: 6em !important;\r\n}\r\n/* shorten story width */\r\n.news-full, .news-full-confirm {\r\n  margin-right: 0 !important;\r\n}\r\n\r\n/* align comment tray all the way right */\r\n.comment-tray {\r\n  padding-right: 0 !important;\r\n}\r\n\r\n/* fix comment width to auto */\r\n.comment ol li {\r\n  width: auto !important;\r\n}\r\n\r\n/* remove ugly borders borders */\r\n.c-replies {\r\n  border: none !important;\r\n}\r\n\r\n/* remove extra spacing */\r\n.c-wrap \u003e div \u003e .c-box {\r\n  margin-left: 0 !important;\r\n}\r\nli[id^=\"cmt-\"] {\r\n  margin-bottom: 3px !important;\r\n}\r\nul[id^=\"c-rply-to\"] {\r\n  padding-top: 6px !important;\r\n  padding-bottom: 0px !important;\r\n}\r\n\r\n/* move digg count and buttons left */\r\n.c-diggs {\r\n  float: none !important;\r\n  display: inline !important;\r\n}\r\n\r\n/* switch digg up/down buttons */\r\n/* thumbs up, thumbs down :) */\r\n.c-diggs \u003e span \u003e img:first-child {\r\n  position: relative !important;\r\n  left: 20px !important;\r\n}\r\n.c-diggs \u003e span \u003e img:first-child + img {\r\n  position: relative !important;\r\n  left: -20px !important;\r\n}\r\n\r\n/* switch digg count and digg buttons */\r\n/* cool thing is, the layout won't mess up anymore if a comment gets over 1000 diggs, it will just push the name forward :) */\r\n.c-diggs \u003e span:first-child {\r\n  padding-left: 43px !important;\r\n}\r\n.c-diggs \u003e span:last-child {\r\n  float: left !important;\r\n  margin: -17px 0 0 -2px !important;\r\n}\r\n\r\n/* hide avatars */\r\n.c-img-user {\r\n  display: none !important;\r\n}\r\n.c-head {\r\n  padding-left: 5px !important;\r\n}\r\n\r\n/* hide the \"below viewing threshold\" text */\r\nspan[id^=\"c-reason\"],\r\nspan[id^=\"c-reason\"] + span {\r\n  display: none !important;\r\n}\r\n\r\n\r\n/* remove ugly blue bars */\r\n.c-box, .c-box:hover {\r\n  background: none !important;\r\n  color: #666666 !important;\r\n  border: none !important;\r\n  padding: 4px 5px !important;\r\n}\r\n.c-box .lnk, .c-box:hover .lnk {\r\n  background: none !important;\r\n  color: #105CB6 !important;\r\n}\r\n.c-box .c-span-higlight {\r\n  background: none !important;\r\n  font-weight: bold !important;\r\n  color: #105CB6 !important;\r\n}\r\n\r\n/* style the reply-to-comment form */\r\n.c-ir .c-reply {\r\n  border: 1px solid #8DB5D7 !important;\r\n}\r\n.comment textarea {\r\n  width: 100% !important;\r\n}\r\n\r\n\r\n/* change comment text padding to 5px on each side */\r\n.c-body-inside {\r\n  padding-left: 5px !important;\r\n  padding-right: 5px !important;\r\n  text-align: justify !important;\r\n}\r\n\r\n/* remove blank first line of comments */\r\n.c-body-inside \u003e br:first-child {\r\n  display: none !important;\r\n}\r\n\r\n\r\n/* make input fields look better */\r\ninput[type=\"text\"],\r\ninput[type=\"password\"],\r\nselect,\r\ntextarea {\r\n  background-image: url(\"http://digg.com/img/form-back.gif\") !important;\r\n  background-repeat: repeat-x !important;\r\n  background-color: #FFFADB !important;\r\n  border: 1px solid #776B1B !important;\r\n  color: #776B1B !important;\r\n  line-height: normal !important;\r\n}\r\n\r\n/* remove border on header search box */\r\n#top-keywords {\r\n  border: none !important;\r\n}\r\n\r\n/* fix comment box font, and make it bigger */\r\ntextarea {\r\n  font-size: 100% !important;\r\n  min-height: 200px !important;\r\n}"},{"urls":[],"urlPrefixes":[],"domains":["blog.digg.com"],"regexps":[],"code":"body {\r\n  padding: 0 0 !important;\r\n}"}],"url":"http://userstyles.org/styles/406","updateUrl":"https://userstyles.org/styles/chrome/406.json","md5Url":"https://update.userstyles.org/406.md5","originalMd5":"4e12568dc8f096a29370385555fbe4dd","name":"Digg.com - comment tweaks 2.0","thumbnail":"https://userstyles.org/style_screenshots/406_after.png?r=1776160821"}