{"sections":[{"urls":[],"urlPrefixes":[],"domains":["www.baltimoresun.com"],"regexps":[],"code":"/* latimes.com is (almost) identical */\r\n  @keyframes breathe {\r\n    0% {opacity: 1}\r\n    60%,100% {opacity: .3}\r\n  }\r\n  @-webkit-keyframes breathe {\r\n    0% {opacity: 1}\r\n    60%,100% {opacity: .3}\r\n  }\r\n\r\n/* - - - - - autohide header - - - - - */\r\n  #branding {\r\n    position: fixed; left: 0; top: 0;\r\n    z-index: 1002; /*else #story-body \u003e .thumbnail is on top*/\r\n    clip: rect(0, 1600px, 1600px, 0);\r\n    min-width: 100%;\r\n    background: white;\r\n    -webkit-transition: clip .5s linear, background .5s step-start;\r\n    transition: clip .5s linear, background .5s step-start;\r\n  }\r\n  #branding:not(:hover) {\r\n    clip: rect(0, 16px, 16px, 0);\r\n    background: left top no-repeat url(\"http://www.baltimoresun.com/favicon.ico\");\r\n    -webkit-transition-delay: 1s;\r\n    -webkit-transition-timing-function: linear, step-end;\r\n    transition-delay: 1s;\r\n    transition-timing-function: linear, step-end;\r\n    -webkit-animation: breathe 3s 6s linear alternate infinite;\r\n    animation: breathe 3s 6s linear alternate infinite;\r\n  }\r\n  #branding:not(:hover) \u003e * {\r\n    visibility: hidden;\r\n    -webkit-transition: visibility .5s 1s step-end;\r\n    transition: visibility .5s 1s step-end;\r\n  }\r\n\r\n\r\n/* - - - - - autohide footer - - - - - */\r\n  #container {position: static !important}\r\n  BODY {position: relative}\r\n  #footer {\r\n    position: absolute; left: 0; bottom: 0;\r\n    z-index: 1001;\r\n    clip: rect(0, 1600px, 1600px, 0);\r\n    background: /*white*/beige !important;\r\n    -webkit-transition: clip .5s linear, background .5s step-start;\r\n    transition: clip .5s linear, background .5s step-start;\r\n  }\r\n  #footer:hover {border-top: thin solid black}\r\n  #footer:not(:hover) {\r\n    clip: rect(263px, 16px, 279px, 0);\r\n    clip: rect(-webkit-calc(318px - 16px), 16px, 318px, 0);\r\n    background: left bottom no-repeat url(\"http://www.baltimoresun.com/favicon.ico\") !important;\r\n    -webkit-transition-delay: 1s;\r\n    -webkit-transition-timing-function: linear, step-end;\r\n    transition-delay: 1s;\r\n    transition-timing-function: linear, step-end;\r\n    -webkit-animation: breathe 3s 6s linear alternate infinite;\r\n    animation: breathe 3s 6s linear alternate infinite;\r\n  }\r\n  #footer:not(:hover) \u003e * {\r\n    visibility: hidden;\r\n    -webkit-transition: visibility .5s 1s step-end;\r\n    transition: visibility .5s 1s step-end;\r\n  }\r\n\r\n\r\n/* - - - - - autohide sidebar - - - - - */\r\n  #rail {\r\n    position: fixed !important; left: 0; top: 0;\r\n    height: 100%; overflow-y: scroll; resize: horizontal;\r\n    width: -moz-calc(336px + 17px) !important;\r\n    width: -webkit-calc(336px + 17px) !important;\r\n    margin: 0 !important;\r\n    z-index: 1001;\r\n    border-right: 0 dotted lightblue;\r\n    -webkit-transition: left .5s linear, background .5s step-start, border-right-width .5s step-start;\r\n    transition: left .5s linear, background .5s step-start, border-right-width .5s step-start;\r\n  }\r\n  #rail:hover {background: white;}\r\n  #rail:not(:hover) {\r\n    left: -moz-calc(-336px - 17px) !important;\r\n    left: -webkit-calc(-336px - 17px) !important;\r\n    border-right-width: 3mm;\r\n    -webkit-transition-delay: 1s;\r\n    -webkit-transition-timing-function: linear, step-end, step-end;\r\n    transition-delay: 1s;\r\n    transition-timing-function: linear, step-end, step-end;\r\n  }\r\n\r\n\r\n/* - - - - - no ads - - - - - */\r\n  .skyScraper, .leaderboard,\r\n  .konafilter,\r\n  [id*=\"outbrain\"], [class*=\"outbrain\"], [id^=\"odb\"],\r\n  [class^=\"ad_\"],\r\n  /*.slidingbillboard,*/\r\n  [id*=\"AdCode\"], [class*=\"AdCode\"],\r\n  [id^=\"adx\"],\r\n  .ad,\r\n  /*[id*=\"promo\"], [class*=\"promo\"],*/\r\n  [id$=\"Ad\"], [class$=\"Ad\"] {display: none !important}\r\n\r\n/* - - - - - no comment - - - - - */\r\n  [id*=\"comment\"], [class*=\"comment\"],\r\n  #gallery-subcontent,\r\n  #message-guidelines {display: none !important}\r\n\r\n/* - - - - - no social - - - - - */\r\n  [class*=\"share\"],\r\n  /*.shareTop, /* leave .shareBottom with email, print */\r\n  [id*=\"share\"], [id*=\"social\"],\r\n  A[href*=\"plus.google\"],\r\n  [id*=\"twitter\"], [class*=\"twitter\"], [src*=\"twitter\"],\r\n  [id^=\"fb-\"], [id*=\"facebook\"], [class*=\"facebook\"],\r\n  IFRAME[src*=\"facebook\"] {display: none !important}\r\n\r\n/* - - - - - no nonsense - - - - - */\r\n  /*#sigshell {padding: 0 !important}*/\r\n  #sigheadshot /*author pic*/ {display: none !important}\r\n\r\n  /* remove background from breadcrumb */\r\n  #breadcrumb {\r\n    padding-top: 0 !important;\r\n    width: auto !important;\r\n  }\r\n  #container, /* header bg behind \"Ravens Insider\" banner */\r\n  /*#content /* \"Ravens Insider\" banner, et al. */\r\n  #container #content-rail-wrapper #content.article.article /* Chrome hack */ {\r\n    background: none !important;\r\n  }"},{"urls":["http://www.baltimoresun.com/"],"urlPrefixes":[],"domains":[],"regexps":[],"code":"/* don't hide the front page header */\r\n  #branding {position: static}\r\n  #branding:not(:hover) {\r\n    background: transparent;\r\n    -webkit-animation: none;\r\n    animation: none;\r\n  }\r\n  #branding:not(:hover) \u003e * {visibility: visible}"}],"url":"http://userstyles.org/styles/82562","updateUrl":"https://userstyles.org/styles/chrome/82562.json","md5Url":"https://update.userstyles.org/82562.md5","originalMd5":"ff7dcec476da18c643306b09614d33d2","name":"beta: Baltimore Sun: autohide the menu \u0026 sidebar","thumbnail":"https://userstyles.org/style_screenshots/82562_after.jpeg?r=1771027218"}