{"sections":[{"urls":[],"urlPrefixes":["http://www.google.com/reader/m/","https://www.google.com/reader/m/"],"domains":[],"regexps":[],"code":"body \u003e table.e td.i, /* shortcut keys on item list */\r\n  div.n table td.i, /* shortcut keys on item view */\r\n\r\n  div.b + br, /* excess space after item body */\r\n  div.t \u003e b + br, /* break before byline */\r\n\r\n  div.n table tr + tr, /* all bottom links but \"See original\" */\r\n\r\n  #logo, /* logo including link to /reader/m/view/ */\r\n  p.ts, /* footer including tag, sub links */\r\n  p.ftr, p.ftr, /* footers including account links */\r\n  p.z, /* footer with copyright text */\r\n\r\n  p.z ~ a /* anomalous crap when item list is empty */\r\n  { display: none !important; }\r\n\r\n\r\n\r\n\r\n  /* don't wrap links in item list */\r\n  body \u003e table.e \u003e tbody \u003e tr { white-space: nowrap !important; }\r\n\r\n  /* feed link under header in item view */\r\n/*\r\n  div.t + div.ft { display: none !important; }\r\n  div.t + div.ft + div.b { margin-top: 0.50em !important; }\r\n*/\r\n  div.t + div.ft:not(:hover) { opacity: 0.50 !important; }\r\n  div.b, div.b \u003e :first-child { margin-top: 0 !important; }\r\n\r\n  /* attempt to indicate that list is empty */\r\n  p.z + a img { display: none !important; }\r\n  p.z + a { display: block!important; }\r\n  p.z + a::before\r\n  {\r\n    content: \"No items to show.\" !important;\r\n  }\r\n\r\n  /* links to feed page */\r\n  a.f\r\n  {\r\n    color: inherit !important;\r\n    font-size: 50% !important;\r\n  }\r\n  a.f:not(:hover) { opacity: 0.25 !important; }\r\n  div.ft /* feed link under header in item view */\r\n  {\r\n    text-align: right !important;\r\n  }\r\n\r\n  td.ti a.f /* feed link beside item link in item list */\r\n  {\r\n  }\r\n\r\n\r\n\r\n  /* item contents */\r\n  div.b,\r\n  div.b *\r\n  {\r\n    font-size: inherit !important;\r\n    font-family: inherit !important;\r\n  }\r\n\r\n\r\n\r\n\r\n  div, table, td\r\n  {\r\n    font-size: inherit !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    clear: both !important; /* from feed style */\r\n  }\r\n\r\n  body\r\n  {\r\n    background-color: #d7d7d0 !important;\r\n    margin: 0 !important;\r\n    padding: 10px !important;\r\n    font-size: inherit !important;\r\n    line-height: inherit !important;\r\n  }\r\n\r\n  div.t /* item header */\r\n  {\r\n    background: transparent !important;\r\n    border-bottom: thin solid gray !important;\r\n\r\n    /* looks nice with \"See original\" link hack */\r\n    white-space: nowrap !important;\r\n  }\r\n\r\n  div.t i /* byline */\r\n  {\r\n    font-size: 70% !important;\r\n    opacity: 0.60 !important;\r\n\r\n   /* in conjunction with removing the break before it */\r\n    margin-left: 1em !important;\r\n  }\r\n\r\n\r\n\r\n\r\n  /* on the item page this space comes from the feed link */\r\n  body \u003e div.t + table.e\r\n  {\r\n    margin-top: 0.75em !important;\r\n  }\r\n\r\n  div.n /* lower navigation block */\r\n  {\r\n    border-top: thin solid gray !important;\r\n    margin-top: 0.50em !important;\r\n  }\r\n\r\n\r\n\r\n  /* de-table-ize display */\r\n  body \u003e table.e,\r\n  body \u003e table.e \u003e tbody,\r\n  body \u003e table.e \u003e tbody \u003e tr\r\n  { display: block !important; }\r\n\r\n  tr:not([class]) + tr.atn /* item list navigation (more, mark read) */\r\n  {\r\n    margin-top: 2em !important;\r\n  }\r\n\r\n\r\n\r\n  /* \"See original\" hack: link on item title */\r\n  div.n::after /* useful when link gone */\r\n  {\r\n    font-size: 50% !important;\r\n    opacity: 0.50 !important;\r\n    display: block !important;\r\n    text-align: center !important;\r\n    content: \"EOL\" !important; /* too Tronish? too bad. */\r\n  }\r\n  div.n table tr:first-child a\r\n  {\r\n    display: block !important;\r\n    font-family: \"Monaco\", \"Lucida Console Sans\", monospace !important; /* constant character widths */\r\n    position: absolute !important;\r\n    z-index: 9 !important; /* higher than heading */\r\n    top: 10px !important; /* aware of body's padding of 10px */\r\n    left: 5px !important;\r\n    text-decoration: none !important;\r\n    height: 2.00em !important;\r\n      line-height: 5em !important; /* get the actual text out of there for sure */\r\n      margin-top: -0.25em !important;\r\n    right: 5px !important;\r\n    overflow: hidden !important;\r\n  }\r\n  /* make way for link text */\r\n/*\r\n  div.t \u003e b { padding-left: 1em !important; }\r\n*/\r\n  div.n table tr:first-child a::before\r\n  {\r\n    /* 0xA0, non-breaking space; 0x0A, newline; CSS, whatever works */\r\n    content: \"\\A0\\A\" !important;\r\n/*    content: \"Â§\"  !important;*/\r\n\r\n    display: block !important;\r\n    font-weight: bold !important;\r\n    outline: thin solid !important;\r\n  }\r\n  div.n table tr a:hover\r\n  {\r\n    outline: thin dotted !important;\r\n    background: black !important;\r\n    opacity: 0.20 !important;\r\n  }\r\n\r\n  div.t\r\n  {\r\n    position: relative !important;\r\n    z-index: 1 !important;\r\n  }"}],"url":"http://userstyles.org/styles/4400","updateUrl":"https://userstyles.org/styles/chrome/4400.json","md5Url":"https://update.userstyles.org/4400.md5","originalMd5":"a5e3928c5273be4b58623ffad02eda60","name":"Google Reader Mobile: clean and beige","thumbnail":"https://userstyles.org/style_screenshots/4400_after.png?r=1781089329"}