{"sections":[{"urls":[],"urlPrefixes":[],"domains":["plus.google.com"],"regexps":[],"code":"/* @group Posts */\r\n\r\n/* !Basic! Style the messages in the stream and in the post page*/\r\n#contentPane div[id^=\"update-\"]{\r\n\tmargin: 15px 16px !important;\r\n\tpadding: 9px 9px 0 9px !important;\r\n\tborder: 1px solid #BCBCBC !important;\r\n\tborder-radius: 7px;\r\n\t\r\n\t-moz-transition: all 0.3s; /* Firefox 4 */\r\n\t-webkit-transition: all 0.3s; /* Safari and Chrome */\r\n\t-o-transition: all 0.3s; /* Opera */\r\n\t\r\n\toverflow: hidden; /* Set to hide the css hack of background of +1-comment-share and comment boundle */\r\n\tposition: static !important; /* This will reveal the list of viewer of a post regardless of the \"overflow:hidden\" property. Don't know why. */\r\n}\r\n\r\n/* Less margin of post inner wrapper to hide the dash before post time, in stream and poast page */\r\n.br div[id^=\"update-\"] .Tf.tn, .a-th-Pb-I \u003e div[id^=\"update-\"] .Tf.tn{\r\n\tmargin-left: 55px !important;\r\n}\r\n\r\n/* Aim to hide the moving indicator of current post*/\r\n#content .rh{\r\n\tdisplay: none !important;\r\n}\r\n\r\n/* Current post in the stream, #contentPane is added to overide the previous style of \"update-\" */\r\n#contentPane div[id^=\"update-\"].rh{\r\n\tborder-color: #7ca3df !important;\r\n\tdisplay: block !important; /* Cancel out the hidden effect of current indicator to reveal the post */\r\n}\r\n\r\n/* @group +1 and comments bundle */\r\n\r\n/* !Basic! group +1-comment-share and everything below */\r\n/* Editing the post adds a additional div before div of the +1 botton, so the second selector is added specifically for it */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(2), div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(2)[style*=\"none\"] + div {\r\n\tbackground-color: #fcfcfc;\r\n\tpadding: 5px 7px 99999px 7px !important;\r\n\tmargin-bottom: -99995px; /* margin-bottom should plus 1px because of the 1px bottom border */\r\n\tborder-radius: 5px;\r\n\tborder: 1px solid #ededed;\r\n\t\r\n\t-moz-transition: all 1s; /* Firefox 4 */\r\n\t-webkit-transition: all 1s; /* Safari and Chrome */\r\n\t-o-transition: all 1s; /* Opera */\r\n\t\r\n/*\theight: auto !important; */ /* resizable text compatable*/\r\n}\r\n\r\n/* Hover the post to highlight the border of comments */\r\ndiv[id^=\"update-\"]:hover \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(2), div[id^=\"update-\"]:hover \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(2)[style*=\"none\"] + div {\r\n\tborder-color: #BCBCBC !important;\r\n}\r\n\r\n/* Make the wrapper of the number of +1's compatable to resized texts */\r\n/*div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(3) \u003e div{\r\n\theight: auto !important;\r\n\tmax-height: none !important;\r\n} */\r\n\r\n/* set the wrapper of +1's and share's a deeper color background color to ease the croweded bundle */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(3), div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(2)[style*=\"none\"] + div + div {\r\n\tbackground-color: rgba(51, 102, 204, 0.04) !important;\r\n    border-left: 1px solid #EDEDED;\r\n    border-right: 1px solid #EDEDED;\r\n    border-bottom-width: 0 !important;\r\n    border-top-width: 0 !important;\r\n\t\r\n\t-moz-transition: all 1s; /* Firefox 4 */\r\n\t-webkit-transition: all 1s; /* Safari and Chrome */\r\n\t-o-transition: all 1s; /* Opera */\r\n}\r\n\r\n/* Hover the post to shange the border color*/\r\ndiv[id^=\"update-\"]:hover \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(3), div[id^=\"update-\"]:hover \u003e div:first-child \u003e div:nth-child(2) \u003e div:nth-child(2)[style*=\"none\"] + div + div {\r\n    border-left: 1px solid #BCBCBC;\r\n    border-right: 1px solid #BCBCBC;\r\n}\r\n\r\n/* !Basic! cancel the background of every sub div in the +1-comment-share bundle, i.e., div/button inbetween comments, and the  */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e *, div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(4){\r\n\tbackground: none !important;\r\n\t\r\n\tmargin-left: 1px !important;\r\n\tmargin-right: 1px !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Comments */\r\n\r\n/* @group Background and border */\r\n\r\n/* Style the whole of comments*/\r\n.Tf.tn \u003e .Ag.Ij{\r\n\tbackground-color: rgba(0, 0, 0, 0.05) !important;\r\n\tborder: 1px solid #cccccc !important;\r\n\tborder-radius: 7px !important;\r\n\toverflow: hidden !important;\r\n}\r\n\r\n/* Cancel the border and -1 bottom margin of the wrappers of each comments */\r\n.Xh \u003e .zw.zh \u003e .mf {\r\n\tborder-width: 0 !important;\r\n\tbackground-color: transparent !important;\r\n\tmargin-bottom: 0 !important;\r\n\tpadding-left: 7px !important;\r\n\tmargin-left: 0 !important;\r\n}\r\n\r\n\r\n/* Cancel the bottom border of \"xx more comments\" and set the border radius*/\r\n/* 按鈕不出現林北不能改 */\r\n.My.Zk {\r\n\tborder-bottom-width: 0 !important;\r\n}\r\n\r\n/* @group New Comments */\r\n\r\n/* Indicator */\r\n.dj {\r\n\tbackground: #A7C7F7;\r\n\tmargin-left: -51px !important;\r\n} /* set background color instead of the border width, because the changed left padding condition also affects it */\r\n\r\n/* 「更多留言」按鈕的左側藍條 */\r\n/* 按鈕不出現林北不能改 */\r\n.My.Zk \u003e .Ln {\r\n\tdisplay: none !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @end */\r\n\r\n\r\n\r\n/* @group profile name */\r\n\r\n/* Set comment content as block to break line*/\r\n.mf \u003e div \u003e .fk{\r\n\tdisplay: block !important;\r\n}\r\n\r\n/* Hide the redundant dash after the name */\r\n.mf \u003e div \u003e .YB{\r\n\tdisplay: none !important;\r\n}\r\n\r\n\r\n/* @end */\r\n\r\n\r\n\r\n/* @group profile picture */\r\n\r\n/* !Basic! All pictures in stream and notification*/\r\ndiv[id*=\"#\"] a[oid] \u003e img[src*=\"photo.jpg\"]{\r\n\tborder-radius: 50%;\r\n\tbox-shadow: 0 0 0 2px #749ed2 !important;\r\n\topacity: 0.9 !important;\r\n}\r\n\r\n/* !Basic! pictures in stream. Set their positions */\r\n#contentPane div[id^=\"update-\"] \u003e div \u003e div:first-child ~ div img[src*=\"32\"] {\r\n\tmargin-left: -45px !important;\r\n\tmargin-top: -2px !important;\r\n}\r\n\r\n/* Set the position of commentator avatar in notification page */\r\n.xxxx div[id^=\"update-\"] \u003e div \u003e div:first-child ~ div img[src*=\"32\"]{\r\n\tmargin-left: -43px !important;\r\n\tmargin-top: 5px !important;\r\n}\r\n\r\n/* !Basic! pictures in notification panel. Set their positions*/\r\n#widget div[id^=\"update-\"] \u003e div \u003e div:first-child ~ div img[src*=\"24\"]{\r\n\tmargin-left: -36px !important;\r\n\tmargin-top: 2px !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* Style \"xx comments\" and set border radius for Chrome's bug of overflow */\r\n.Ag.Ij .Lr.Hw{\r\n\tborder-radius: 7px 7px 0 0;\r\n\tbox-shadow: 0 1px 5px #CCCCCC;\r\n\tborder-width: 0 !important;\r\n}\r\n\r\n/* Triangle before each comments */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div[id^=\"z\"]:before{\r\n\tborder-left: 5px solid rgba(51,102,204,0.6);\r\n\tborder-top: 4px solid transparent;\r\n\tborder-bottom:4px solid transparent;\r\n\tcontent:  \"\";\r\n\theight: 0;\r\n\twidth: 0;\r\n\tdisplay: block;\r\n\tposition: absolute;\r\n\ttop: 17px;\r\n\tleft: -9px;\r\n}\r\n\r\n/* Set the bottom border of the comments wrapper to divide comments and commenting area */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2){\r\n\tborder-bottom: 1px solid #E3E3E3 !important;\r\n\tmargin-left: 1px !important;\r\n\tmargin-right: 1px !important;\r\n}\r\n\r\n/* Wrapper of how many comments and every comments */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3){\r\n\tborder-top-width: 0 !important;\r\n}\r\n\r\n\r\n/* Set the position of triangle in notification panel to overwrite above value */\r\n#widget div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div[id^=\"z\"]:before{\r\n\tleft: -9px;\r\n}\r\n\r\n/* set the position of triangle in notification page to overwrite above value*/\r\n.Cja .zw.zh:before{\r\n\ttop: 16px;\r\n}\r\n\r\n/* !Basic! Each comments */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div{\r\n\tmargin-left: 51px !important;\r\n/*\tbackground-color: rgba(255, 255, 255, 0.4) !important; */\r\n\tborder-bottom-width: 0 !important; /* Hide the dotted linebelow comments */\r\n}\r\n\r\n/* Hide the dotted linebelow comments in notification pages */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div \u003e div{\r\n\tborder-bottom-width: 0 !important;\r\n}\r\n\r\n/* !Basic! inner wrapper in each comment */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div \u003e div{\r\n\tpadding-left: 2px !important;\r\n}\r\n\r\n/* Each comments in notification page and panel*/\r\n#widget div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div{\r\n\tmargin-left: 43px !important;\r\n}\r\n\r\n\r\n/* !Basic! inner wrapper in each comment in notification panel */\r\n#widget div[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(2) \u003e div:nth-child(2) \u003e div \u003ediv:first-child{\r\n\tmargin-left: 0 !important;;\r\n}\r\n\r\n\r\n/* @end */\r\n\r\n/* @group commenting area */\r\n\r\n/* !Basic! Outer commenting area */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:last-child \u003e div[role=\"button\"] {\r\n/*\tborder-radius: 7px !important;\r\n\tmargin-top: 12px !important;\r\n\tmargin-left: 45px !important; */\r\n\tpadding: 7px 0 !important;\r\n\twidth:  auto !important;\r\n\tmargin: 0 !important;\r\n\tborder-width: 0 !important;\r\n\ttext-align: center;\r\n}\r\n\r\n/* !Basic! Arrow indicator next to the \"add a comment\" button */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:last-child \u003e span:first-child{\r\n-moz-transform:rotate(180deg);\r\n-webkit-transform:rotate(180deg);\r\n-o-transform:rotate(180deg);\r\n-ms-transform:rotate(180deg);\r\n}\r\n\r\n/* !Basic! the wrapper of the inner commenting area and buttons */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(3){\r\n\tmargin-top: 1px !important;\r\n\tpadding: 7px !important;\r\n/*\tborder-top: 1px solid #cccccc; */\r\n/*\tbackground-color: rgba(255, 255, 255, 0.6) !important; */\r\n}\r\n\r\n\r\n/* !Basic! inner commenting area */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-child(3) \u003e div:nth-child(3) \u003e div:first-child{\r\n\tbackground-color: #FFFFFF !important;\r\n}\r\n\r\n/* !Basic! inner commenting area */\r\ndiv[id^=\"update-\"] \u003e div:first-child \u003e div:nth-last-child(2) \u003e div:nth-child(3) \u003e div \u003e div {\r\n\tborder-radius: 5px !important;\r\n\tbox-shadow: inset 0 -1px 1px #e2e2e2;\r\n}\r\n\r\n\r\n\r\n/* @end */\r\n\r\n/* @group Deleted Posts */\r\n\r\n/* Note: It seems there's no need to style deleted posts*/\r\n\r\n/* Cancel the padding of the wrapper of a deleted post*/\r\n/*\r\n#content #contentPane .zj.ij {\r\n    padding: 0 !important;\r\n}\r\n*/\r\n\r\n/* Set the boder radius of inner of deleted message*/\r\n/*\r\n#content #contentPane .Qf {\r\n\tborder-radius: 7px !important;\r\n}\r\n*/\r\n\r\n/* ?????\r\n.a-b-f-i-Fb-Nj .a-f-i-kb{\r\n\tborder-radius: 0px !important;\r\n} */\r\n\r\n/* @end */\r\n\r\n\r\n/* @group author info */\r\n\r\n/* !Basic! Style post author's avatar*/\r\ndiv[id^=\"update-\"] img[src*=\"/s48-\"]{\r\n\tz-index: 1;\r\n\t-moz-box-shadow: #555555 0 0 4px;\r\n\t-webkit-box-shadow: #555555 0 0 4px;\r\n\tbox-shadow: #555555 0 0 4px;\r\n}\r\n\r\n\r\n/* Set less margin-left to cover dash before post time */\r\ndiv[id^=\"update-\"] img[src*=\"/s48-\"].Vn.Ej{\r\n\tmargin-left: -55px !important;\r\n}\r\n\r\n\r\n/* Set min-height of the author infomaion row in stream column*/\r\n#content .br .Tf \u003e .kr{\r\n\tmin-height: 48px !important;\r\n}\r\n\r\n/* Set the bottom border of author info in stream column and notification */\r\n.Tf \u003e .kr {\r\n\tborder-bottom: 1px solid #EAEAEA !important;\r\n\toverflow: visible !important;\r\n}\r\n\r\n/* Set the wrapper of time and public as block to break line */\r\n#content .br .Nw \u003e .Io.Jj{\r\n\tdisplay: block !important;\r\n\r\n}\r\n\r\n/* Shift the row of time to hide the redundant dash */\r\n#content .br .Nw \u003e .Io.Jj{\r\n\tposition: relative !important;\r\n\tleft: -15px !important;\r\n}\r\n\r\n\r\n/* button of posts of stream and notification page */\r\n.jr \u003e span[role=\"button\"], .Ho \u003e .Zt.Xr{\r\n\tbackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0RBMzhDRTI0MkUyMTFFMDhGM0FCOEREMkYzNUFBRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0RBMzhDRTM0MkUyMTFFMDhGM0FCOEREMkYzNUFBRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3REEzOENFMDQyRTIxMUUwOEYzQUI4REQyRjM1QUFGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3REEzOENFMTQyRTIxMUUwOEYzQUI4REQyRjM1QUFGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlDQSjoAAAplSURBVHja3JtrUBRX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) !important;\r\n\tbackground-position: center !important;\r\n\tbackground-size: 22px !important;\r\n\tbackground-repeat:no-repeat;\r\n\theight: 36px !important;\r\n\twidth: 22px !important;\r\n}\r\n\r\n\r\n/* Adjust the position of the buttons in stream */\r\n.jr \u003e span[role=\"button\"]{\r\n\tmargin-right: -39px !important;\r\n}\r\n\r\n\r\n/* Adjust the position of the buttons in notification page */\r\n.Ho \u003e .Zt.Xr{\r\n\tmargin-top: -9px !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group post time */\r\n\r\n.Nw a[href*=\"/posts/\"]{\r\n\tcolor: #777 !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Post content */\r\n\r\n.Tf \u003e .Kw {\r\n\tpadding-top: 6px !important;;\r\n}\r\n\r\n\r\n/* @end */\r\n\r\n/* Cancel the bottom border of \"+1's\" above comments */\r\n.Kw \u003e .qj.dx {\r\n\tborder-bottom-width: 0 !important;\r\n}\r\n\r\n\r\n\r\n/* @end */\r\n\r\n/* @group Page size and border */\r\n\r\n/* !Basic! Cancel the top bottom of the row under the header to avoid adjecent borders */\r\n/* !Basic! Cancel the -1px top margin to reveal the border */\r\n#content{\r\n\tborder-top-width: 0 !important;\r\n\tmargin-top:  0 !important;;\r\n}\r\n\r\n/* @group Footer */\r\n\r\n/* !Basic! Cancel footer margins to set background */\r\n#content + div * {\r\n\tmargin-top: 0 !important;\r\n\tmargin-bottom: 0 !important;\r\n}\r\n\r\n/* !Basic! Set footer background */\r\n#content + div \u003e div \u003e div{\r\n\tborder-top: 1px solid #D2D2D2 !important;\r\n\tbackground: #F1F1F1 !important;\r\n}\r\n\r\n/* !Basic! Set footer padding for background */\r\n#content + div \u003e div \u003e div{\r\n\tpadding: 29px 0;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Left column */\r\n\r\n/* @group Hide welcome */\r\n\r\n\r\n/* !Basic! Hide the welcome link */\r\na[href=\"/welcome\"] {\r\n\tdisplay:  none !important;\r\n}\r\n\r\na[href=\"/u/0/welcome\"] {\r\n\tdisplay:  none !important;\r\n}\r\n\r\n/* !Basic! Hide the space between Welcome ans Stream */\r\na[href=\"/welcome\"] + div, a[href=\"/u/0/welcome\"] + div{\r\nmargin-top:0 !important;\r\nmargin-bottom:0 !important;\r\n}\r\n\r\n\r\n\r\n/* @end */\r\n\r\n/* Cancel right-padding of left column */\r\n.a-o-ob-R.b-n-l.a-f-o-ob-R {\r\n\tpadding-right: 0 !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Right Column */\r\n\r\n.a-f-AE-R \u003e .a-gf-Od{\r\n\tmargin: 16px 10px 0 10px !important;\r\n}\r\n\r\n\r\n\r\n/* @end */\r\n\r\n/* @group Stream */\r\n\r\n\r\n/* !Basic! Set the background of the central column and the stream column*/\r\n.c-C, #contentPane {\r\n\tbackground: #f9f9f9 !important;\r\n}\r\n\r\n\r\n/* !Basic! Add 1px bottom padding of content panel incase that there's no more post bottom and bottom margin of the last past will result a white space */\r\n#contentPane{\r\n\tpadding-bottom: 1px !important;\r\n}\r\n\r\n/* Increase the width of header because it's of border-box */\r\n.c-C.c-cb-C{\r\n\twidth: 962px !important;\r\n}\r\n\r\n/* !Basic! Set the border-color of the main central column and stream column */\r\n.c-C, #contentPane{\r\n    border-right: 1px solid #D2D2D2 !important;\r\n    border-left: 1px solid #D2D2D2 !important;\r\n}\r\n\r\n/* Set the top border of DIV containing all posts in stream column and clear the top padding */\r\n#contentPane .br {\r\n\tborder-top: 1px dotted #E3E3E3 !important;\r\n\tpadding-top: 0 !important;\r\n}\r\n\r\n/* !Basic! Cancel the bottom border of stream column */\r\n#contentPane{\r\n\tborder-bottom-width: 0 !important;\r\n}\r\n\r\n/* @group More button */\r\n\r\nspan.b-j.Uk.jr {\r\n\tborder-top-style: dotted !important;\r\n}\r\n\r\n/* @end */\r\n\r\n\r\n\r\n/* @end */\r\n\r\n/* @group Profile */\r\n\r\n/* Set the border of the right column*/\r\n#contentPane .KSB3fe{\r\n    border-left: 1px solid #D2D2D2 !important;\r\n    border-right: 0 !important;\r\n\tborder-bottom-width: 0 !important;\r\n}\r\n\r\n/* Cancel the top border of content row of right column in profile to override the previous style of content row in stream */\r\n#contentPane .KSB3fe .br{\r\n\tborder-top-width: 0 !important;\r\n}\r\n\r\n/* Set the top margin of scrabook row*/\r\n#contentPane .KSB3fe .B0n3ab{\r\n\tmargin-top: 20px !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Post Page */\r\n\r\n/* !Basic! Redundant box containing the post*/\r\n#content \u003e div \u003e div[style*=\"none\"]:first-child + #contentPane \u003e div:first-child \u003e div:first-child, #content \u003e div \u003e div[style*=\"none\"]:first-child + #contentPane \u003e div[style*=\"none\"]:first-child + div[style*=\"none\"] + div \u003e div:first-child {\r\n\tborder-width: 0 !important;\r\n\tpadding-top: 17px;\r\n\tpadding-bottom: 17px;\r\n}\r\n\r\n/* !Basic! Cancel the lefe-border of the content panel in post page to override the previous style of stream*/\r\n#content \u003e div \u003e div[style*=\"none\"]:first-child + #contentPane{\r\n\tborder-left-width: 0 !important;\r\n}\r\n\r\n/* @end */\r\n\r\n\r\n/* @end */\r\n\r\n/* @group Share area and Sparks search area */\r\n\r\n/* Central column title of stream */\r\n#contentPane \u003e div \u003e div.pw{\r\n\tmargin-left: 16px !important;\r\n\tmargin-right: 16px !important;\r\n}\r\n\r\n/* Share area in central column */\r\n#contentPane \u003e div \u003e div.Xy{\r\n\tmargin-left: 16px !important;\r\n\tmargin-right: 16px !important;\r\n\tmargin-bottom: 15px !important;\r\n\twidth: auto !important;\r\n}\r\n\r\n\r\n/* @end */\r\n\r\n/* @group Notifications */\r\n\r\n/* Underline and bolded the term post/photo in notifications */\r\n.iI.Ey .a-f-j-Ja {\r\n\tfont-weight: bold !important;\r\n\ttext-decoration: underline !important;\r\n}\r\n\r\n/* @group Notifications page */\r\n\r\n/* Style the posts in notification page*/\r\n#contentPane .Cja div[id^=\"update-\"] {\r\n\tmargin: 8px 4px !important;\r\n\tpadding: 10px !important;\r\n\tborder: 1px solid #BCBCBC !important;\r\n\tborder-radius: 7px;\r\n}\r\n\r\n/* Cancel the top padding of inner post wrapper */\r\n#contentPane .Cja .Tf.tn {\r\n\tpadding-top: 0px !important;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Notification Panel */\r\n\r\n/* !Basic! Set posts width in notification panel */\r\n/*\r\n#widget div[id^=\"update-\"]{\r\n\twidth: auto !important;\r\n}*/\r\n\r\n/* Remove the space of two parent wrappers of posts  in notifications panel */\r\n/*\r\n#widget .Xf, .rj .Mp {\r\n\tmargin-left: 0 !important;\r\n\tpadding-left: 0 !important;\r\n} */\r\n\r\n/* Set the space at the left of inner posts for author phoro to overwrite .xq */\r\n/*#widget .xq{\r\n\tmargin-left: 30px !important;\r\n\tmargin-right: 0 !important;\r\n} */\r\n\r\n/* @end */\r\n\r\n/* @end */"}],"url":"http://userstyles.org/styles/50247","updateUrl":"https://userstyles.org/styles/chrome/50247.json","md5Url":"https://update.userstyles.org/50247.md5","originalMd5":"6a85bbeb7e266b0e9fdbc4797f7e2460","name":"Google+ : Distinctive Stream ( Google Plus )","thumbnail":"https://userstyles.org/style_screenshots/50247_after.jpeg?r=1773788436"}