{"sections":[{"urls":[],"urlPrefixes":["http://stackoverflow.com"],"domains":[],"regexps":[],"code":"/**\r\n*  Global\r\n*    - Gloabal font size set, reduced\r\n*    - Background for top nav and rounded corners\r\n*    - Removed SE logo and shifted main nav down\r\n*\r\n**/\r\n\r\nbody {\r\n  font-size: 11px !important;\r\n}\r\n\r\nh3 {\r\n  font-size: 145% !important;\r\n}\r\n\r\n#tabs a {\r\n  font-size: 96% !important;\r\n}\r\n\r\n#tabs a.youarehere {\r\n  font-size: 120% !important;\r\n}\r\n\r\n#wmd-input {\r\n  font-size: 12px !important;\r\n}\r\n\r\n#topbar {\r\n  background-color: #eee !important;\r\n  border-radius: 0 0 4px 4px;\r\n  -moz-border-radius: 0 0 4px 4px;\r\n  -webkit-border-radius: 0 0 4px 4px;\r\n  border: 1px solid #ddd !important;\r\n  border-top-width: 0px !important;\r\n}\r\n\r\n.container {\r\n  background: 0 !important;\r\n}\r\n\r\n#hlogo, #hmenus {\r\n  margin-top: -4px !important;\r\n}\r\n\r\n#header {\r\n  height: 115px !important;\r\n}\r\n\r\n#custom-header {\r\n  display: none !important;\r\n}\r\n\r\n/**\r\n*  Question lists\r\n*    - Adds padding to the left of questions to ensure when \r\n*      highlighted there would be some gap there\r\n*    - Remove top whitepsace gap from list of question\r\n*    - Bounty indicators moved to the right\r\n*    - Better (I think, still needs work) color for highlighted votes box\r\n*    - Fix for words getting push to right in rare cases by tags list\r\n*\r\n**/\r\n\r\n.messages {\r\n  width: 540px !important;\r\n}\r\n\r\n.narrow .votes {\r\n  margin-left: 10px !important;\r\n}\r\n\r\n#question-mini-list, #questions {\r\n  margin-top: -15px !important;\r\n}\r\n\r\n.question-summary {\r\n  padding-bottom: 13px !important;\r\n  width: 735px !important;\r\n}\r\n\r\ndiv[id^=suggested-edit].question-summary {\r\n  width: 960px !important;\r\n}\r\n\r\n.narrow.tagged-interesting .votes {\r\n  border: 3px solid #FFD100 !important;\r\n  padding: 2px !important;\r\n}\r\n\r\n.bounty-indicator {\r\n  float: right !important;\r\n  margin-top: 2px !important;\r\n  padding: 1px 4px 3px 3px !important;\r\n}\r\n\r\n.excerpt .tags {\r\n  float: none !important;\r\n}\r\n\r\n.statscontainer .views {\r\n  font-weight: bold !important;\r\n}\r\n\r\n.reputation-score {\r\n  font-size: 110% !important;\r\n}\r\n\r\n/**\r\n*  Sidebar\r\n*    - Sidebar headers styles\r\n*    - Moved up 'all tags' and 'all badges' link\r\n*\r\n**/\r\n\r\n#sidebar {\r\n  margin-top: 12px !important;\r\n}\r\n\r\n.module h4 {\r\n  border-bottom: 1px solid #999 !important;\r\n  margin-bottom: 8px !important;\r\n  padding-bottom: 2px !important;\r\n}\r\n\r\n/**\r\n*  Badges\r\n*    - Reduced border-radius\r\n*    - Tightened badge size\r\n*\r\n**/\r\n\r\n.badge, .badge-tag {\r\n  -moz-border-radius: 3px !important;\r\n  -webkit-border-radius: 3px !important;\r\n  border-radius: 3px !important;\r\n  padding: 2px 6px 3px 3px !important;\r\n  display: inline !important;\r\n}\r\n\r\n.user-stats-table .badge + br, \r\n.user-stats-table .badge + span + br, \r\n.user-stats-table .badge-tag + br, \r\n.user-stats-table .badge-tag + span + br {\r\n  margin-bottom: 10px !important;\r\n}\r\n\r\n.badge1, .badge2, .badge3 {\r\n  vertical-align: -4px !important;\r\n}\r\n\r\n#recent-badges td {\r\n  height: 26px !important;\r\n}\r\n\r\n\r\n/**\r\n*  Tags\r\n*    - Changed sidebar interesting and ignored tag \r\n*      removal button position\r\n*    - Removed sponsored tag icons\r\n*    - Two column for tag stats\r\n*\r\n**/\r\n\r\n\r\n#interestingTags \u003e a, #ignoredTags \u003e a {\r\n  font-size: 96% !important;\r\n  padding-left: 6px !important;\r\n  padding-right: 6px !important;\r\n}\r\n\r\n.sponsor-tag-img {\r\n  display: none !important\r\n}\r\n\r\n#recent-tags-list {\r\n  column-count: 2 !important;\r\n  -moz-column-count: 2 !important;\r\n  -webkit-column-count: 2 !important;\r\n}\r\n\r\n#recent-tags-list a {\r\n  white-space: normal !important;\r\n  line-height: 14px !important;\r\n}\r\n\r\n#recent-tags-list br {\r\n  margin-bottom: 12px !important;\r\n}\r\n\r\n/**\r\n*  Question List Tabs\r\n*    - Changed Featured Question Count Display\r\n*\r\n**/\r\n\r\n.bounty-indicator-tab {\r\n  float: left !important;\r\n  line-height: 1em !important;\r\n  margin-top: 3px !important;\r\n  padding: 3px 4px 4px !important;\r\n}\r\n\r\na:hover .bounty-indicator-tab {\r\n  margin-top: 2px !important;\r\n}\r\n\r\n.youarehere .bounty-indicator-tab {\r\n  font-size: 10px !important;\r\n  padding: 4px 6px 5px !important;\r\n  margin-top: 4px !important;\r\n}\r\n\r\na.youarehere:hover .bounty-indicator-tab {\r\n  margin-top: 4px !important;\r\n}\r\n\r\n/**\r\n*  Add Interesting and Ignored Tags\r\n*    - Reduced input box and button height\r\n*    - Hover styles for button and input\r\n*\r\n**/\r\n\r\n\r\n#interestingTags \u003e a, #ignoredTags \u003e a {\r\n  padding-right: 18px !important;\r\n  font-size: 96% !important;\r\n}\r\n\r\n\r\n#interestingTags \u003e a + span, #ignoredTags \u003e a + span {\r\n  background-position: -2px -692px !important;\r\n  width: 10px !important;\r\n  height: 10px !important;\r\n  margin-left: -17px !important;\r\n  margin-right: 10px !important;\r\n  margin-top: 7px !important;\r\n  opacity: 0.4 !important;\r\n}\r\n\r\n#interestingTags \u003e a + span:hover, #ignoredTags \u003e a + span:hover {\r\n  background-position: -2px -667px !important;\r\n  opacity: 1 !important;\r\n}\r\n\r\n\r\n#interestingTag, #ignoredTag {\r\n  height: auto !important;\r\n  width: 160px !important;\r\n}\r\n\r\n#interestingAdd, #ignoredAdd {\r\n  height: 22px !important;\r\n  padding: 0 6px 2px !important;\r\n  cursor: pointer !important;\r\n  margin-left: -1px !important;\r\n  font-size: 12px !important;\r\n\r\n  -moz-border-radius: 0 !important;\r\n  -webkit-border-radius: 0 !important;\r\n  border-radius: 0 !important;\r\n\r\n  -moz-box-shadow: none !important;\r\n  -webkit-box-shadow: none !important;\r\n  box-shadow: none !important;\r\n}\r\n\r\n#ignoredTags, #interestingTags {\r\n  margin-bottom: 10px !important;\r\n}\r\n\r\n#interesting-tags input[type='text'] {\r\n  opacity: 0.7 !important;\r\n}\r\n\r\n\r\n#interesting-tags input[type='text']:hover, \r\n#interesting-tags input[type='text']:focus{\r\n  opacity: 1 !important;\r\n}\r\n\r\n/**\r\n*  Tag Stats\r\n*    - Fixed bug caused by Jon Skeet answering \r\n*      too many questions :D\r\n*    - Moved tag stats to display horizontally\r\n*\r\n**/\r\n\r\n#questions \u003e h2 + table {\r\n  margin: 15px 0 30px !important;\r\n}\r\n\r\n#questions \u003e h2 + table tr {\r\n  float: left !important;\r\n  margin-right: 20px !important;\r\n}\r\n\r\n#questions \u003e h2 + table tr td + td {\r\n  padding-left: 5px !important;\r\n}\r\n\r\n/**\r\n*  Answer Editor\r\n*    - Change width of components to match width of elements above it\r\n*\r\n**/\r\n\r\n.answer + #post-form #post-editor, .answer + #post-form #wmd-input, \r\n.answer + #post-form #wmd-preview {\r\n  width: 710px !important;\r\n}\r\n\r\n.answer + #post-form #wmd-button-bar {\r\n  width: 720px !important;\r\n}\r\n\r\n/**\r\n*  Question\r\n*    - Changed bounty question status to display in one line\r\n*    - Remove the share this question link\r\n*\r\n**/\r\n\r\n.question-status.bounty {\r\n  padding-left: 15px !important;\r\n  width: auto !important;\r\n}\r\n\r\n.question-status.bounty h2 {\r\n  font-size: 16px !important;\r\n  text-align: center !important;\r\n}\r\n\r\n.question-status.bounty h2 .bountry-award {\r\n  display: inline-block !important;\r\n  padding: 1px 4px 1px 3px !important;\r\n}\r\n\r\n#answers-header + h2.bottom-notice {\r\n  display: none;\r\n}\r\n\r\n/**\r\n*  Misc. Bugfixes\r\n*    - Fixed 'Pollyana Effect' by cruelly cutting off \r\n*      excessively long spam comments :D\r\n*    - Anchor in inline code display bug fixed with underline\r\n*\r\n**/\r\n\r\n.comments {\r\n  overflow: hidden !important;\r\n}\r\n\r\ncode a {\r\n  text-decoration: underline !important;\r\n}\r\n\r\n#favorites-table .question-summary {\r\n  width: 900px !important;\r\n}\r\n\r\ninput[type='button'], input[type='submit'], button {\r\n    -moz-border-radius: 4px;\r\n    -webkit-border-radius: 4px;\r\n    border-radius: 4px;\r\n\r\n    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);\r\n\r\n    background: -moz-linear-gradient(top, #f5f5f5, #d9d9d9) !important;\r\n    font-size: 1.1em !important;\r\n    padding: 5px 9px 6px !important;\r\n    text-shadow: 0 1px 0 #FFFFFF;\r\n    color: #333 !important;\r\n}\r\n\r\ninput[type='button']:hover, input[type='submit']:hover, button:hover {\r\n    background: -moz-linear-gradient(top, #f9f9f9, #efefef) !important;\r\n    border-color: #999 !important;\r\n    color: #333 !important;\r\n}\r\n\r\n/**\r\n* 10k Tools area\r\n*   - God are these HTML *ugly* \r\n*   - Cleans up a bunch of visual glitches and makes things \r\n*     slightly prettier. Sort of like sticking lipsticks on a pig\r\n*\r\n**/\r\n\r\n.tools-page h2 + h4 {\r\n  margin-top: -4px !important;\r\n  margin-bottom: 6px !important;\r\n  font-size: 13px !important;\r\n  color: #999 !important;\r\n}\r\n\r\n.tools-page .header-row {\r\n  padding: 6px 0 3px !important;\r\n  font-style: normal !important;\r\n  font-weight: bold !important;\r\n  color: #666 !important;\r\n}\r\n\r\n.tools-page .module .bounty-indicator-tab {\r\n  margin: 0 4px 0 0 !important;\r\n  font-size: 12px !important;\r\n}\r\n\r\n.tools-page .comments .flagcount {\r\n  margin: -1px 3px 0 0 !important;\r\n}\r\n\r\n.tools-page .answer-link {\r\n  font-size: 13px !important;\r\n}\r\n\r\n.tools-page .post-summary {\r\n  line-height: 1.22em  !important;\r\n  font-size: 11px !important;\r\n}\r\n\r\n.tools-page .post-options {\r\n  margin-left: 22px !important; \r\n}\r\n\r\n.tools-page .dismiss-options {\r\n  font-size: 13px !important;\r\n  margin-top: -18px !important;\r\n}\r\n\r\n.tools-page a.cancel-comment-flag {\r\n  color: #B20000 !important;\r\n}\r\n\r\n.tools-page #mainbar-full ul {\r\n  -moz-column-count: 3;\r\n}\r\n\r\n.tools-page #mainbar-full ul li {\r\n  padding: 0 !important;\r\n  list-style: none !important;\r\n}\r\n\r\n.tools-page #mainbar-full ul li a {\r\n  font-size: 13px !important;\r\n  padding: 4px 15px 5px !important;\r\n  display: block;\r\n}\r\n\r\n.tools-page #mainbar-full ul li a:hover {\r\n  background: #efefef !important;\r\n  text-decoration: none !important;\r\n}\r\n\r\n.tools-page .subtabs {\r\n  width: 450px !important;\r\n}\r\n\r\n.tools-page #auto-load-newTags {\r\n  position: relative;\r\n  width: 960px !important;\r\n}\r\n\r\n.tools-page td.tag-col {\r\n  display: block; \r\n  float: left;\r\n  width: 150px !important;\r\n}\r\n\r\n/*\r\n*\r\n*/\r\n\r\n\r\n.tools-page .island div:not(#auto-load-newTags) tr {\r\n  width: 100%;\r\n}\r\n\r\n.tools-page .island div:not(#auto-load-newTags) tr a:hover {\r\n  text-decoration: none !important;\r\n}\r\n\r\n.tools-page .island div:not(#auto-load-newTags) tr a {\r\n  display: block !important;\r\n  position: relative !important;\r\n  padding-bottom: 6px !important;\r\n  padding-left: 38px !important;\r\n  margin-left: -38px !important;\r\n}\r\n\r\n.tools-page .island div:not(#auto-load-newTags) tr:hover {\r\n  background: #f3f3f3 !important;\r\n}\r\n\r\n.tools-page #mainbar-full .island div[id^=\"auto-load-recently\"] tr a {\r\n  padding-left: 110px !important;\r\n  margin-left: -110px !important;\r\n}\r\n\r\n.tools-page #mainbar-full .island div[id^=\"auto-load-recently\"] tr td:first-child {\r\n  padding-left: 10px !important;\r\n  width: 100px !important;\r\n}\r\n\r\n.tools-page .island div:not(#auto-load-newTags) tr td:nth-child(2) {\r\n  display: block;\r\n}\r\n\r\n/**\r\n *  .by-vote-count\r\n *\r\n *\r\n**/\r\n\r\n.tools-page .close-reason {\r\n  display: block;\r\n  text-align: right;\r\n  text-transform: uppercase;\r\n  font-size: 9px !important;\r\n  font-weight: bold;\r\n  margin-top: -20px !important;\r\n  margin-bottom: 10px !important;\r\n}\r\n\r\n.tools-page .island tr.by-vote-count {\r\n  border-bottom: 1px solid #eee !important;\r\n}\r\n\r\n.tools-page #mainbar-full .island tr.by-vote-count a {\r\n  font-size: 13px !important;\r\n  padding: 6px 0 20px 45px !important;\r\n  margin-left: -45px !important;\r\n}\r\n\r\n.tools-page #mainbar-full .island .by-vote-count td {\r\n  padding-top: 0 !important;\r\n  padding-bottom: 0 !important;\r\n}\r\n\r\n.tools-page .island .by-vote-count td:nth-child(2) {\r\n  padding-right: 10px !important;\r\n}\r\n\r\n.tools-page .island .by-vote-count .cnt {\r\n  font-weight: bold;\r\n  font-size: 13px !important;\r\n}\r\n\r\n/*\r\n * .with-score\r\n *\r\n */\r\n\r\n.tools-page #mainbar-full .island .with-score a {\r\n  position: relative;\r\n  display: block !important;\r\n  padding: 4px 0 4px 48px !important;\r\n  margin-left: -48px !important;\r\n}\r\n\r\n/**\r\n* Review Pages\r\n*   - Increase font-size on answers title\r\n*   - Fixed font for Markdown diff\r\n*\r\n**/\r\n\r\n.review-page .answer-link, \r\n.review-page .edit-suggestion .question-hyperlink {\r\n  font-size: 14px !important;\r\n  margin: 7px 0 5px !important;\r\n}\r\n\r\n.review-page .module.newuser {\r\n  margin-bottom: 25px !important;\r\n}\r\n\r\n.review-page .subtabs.filters {\r\n  margin-top: 20px !important;\r\n}\r\n\r\n.edit-suggestion .body-diffs .full-diff td.content {\r\n  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace !important;\r\n  line-height: 1.1em !important;\r\n  padding: 4px 10px !important;\r\n  max-width: 415px !important;\r\n  color: #666;\r\n}\r\n\r\n.popup-actions .bounty-indicator-tab {\r\n  margin-top: 12px !important;\r\n}"}],"url":"http://userstyles.org/styles/35963","updateUrl":"https://userstyles.org/styles/chrome/35963.json","md5Url":"https://update.userstyles.org/35963.md5","originalMd5":"1968ec1c9de308cfb29f9c6f7309320c","name":"Stack Overflow - One Hundred Paper Cuts","thumbnail":"https://userstyles.org/auto_style_screenshots/35963-after.png?r=1780977684"}