/* --------------------------------------------------------------------------------- file-start: stc/lj_base.css */ form { margin: 0px; padding: 0px; } .ljclear { clear: both; width: 1px; height: 1px; margin: 0 -1px -1px 0; padding: 0; border: 0; line-height: 0; font-size: 0; } .nowrap { white-space: nowrap; } .lj_hourglass { z-index: 20000; } .ErrorNote .Inner { padding: 8px; border: 1px solid #F99; background-color: #FEE; background-repeat: repeat-x; } .Note .Inner { padding: 8px; border: 1px solid #FC3; background: #FFD; } /* IPPU overlay -------------------------------*/ div.lj_ippu { padding: 2px; border: 2px solid #444; background-color: #FFF; } div.lj_ippu_titlebar { width: auto !important; height: 20px; padding: 5px 0 0 5px; background-color: #444; font-weight: bold; color: #FFF; } div.lj_ippu_titlebar A:link, div.lj_ippu_titlebar A:visited { border: none !important; text-decoration: none; color: #FFF; } .lj_ippu_titlebar img { opacity: .25; } .lj_ippu_titlebar img:hover { opacity: 1; } /* LJ Placeholder Container () -------------------------------*/ .LJ_Placeholder_Container { position: relative; display: inline-block; border: 1px dashed #CCC; text-align: left; } .LJ_Placeholder_Container A { position: relative; top: 50%; left: 50%; visibility: hidden; } .LJ_Placeholder_Container A IMG { position: relative; visibility: visible; margin: -17px 0 0 -17px; cursor: pointer; } /* LJ Embed Content -------------------------------*/ IFRAME.lj_embedcontent { border: 0; vertical-align: top; } .ljedittime { font-size: smaller; } .lj_invisible { display: inline-block; overflow: hidden; width: 0; height: 0; margin: 0; padding: 0; border: 0 none transparent; text-decoration: none; line-height: 0; } .lj_ippu_titlebar { text-align: left; } .lj_ippu_titlebar IMG { cursor: pointer; } /* Adding/Editing a note for a user ------------------------------------------*/ .user_alias_act { padding: 13px 24px; text-align: left; font-size: 16px; } .user_alias_act INPUT { font-family: Arial, sans-serif; } .user_alias_act .alias-value { width: 380px; } .user_alias_act P { margin: 0.75em 0px; text-indent: 0; } .user_alias_act DIV.user-alias-label { margin-bottom: 5px; padding-top: 5px; font-size: 0.85em; } .user_alias_act SPAN.helper { display: block; padding-top: 12px; font-size: 0.7em; color: #000; } .user_alias_act A:link, .user_alias_act A:visited, .user_alias_act A:hover, .user_alias_act A:active { border: 0 !important; text-decoration: underline; } .user_alias_act A:link{ color: #00C; } .user_alias_act A:visited { color: #306; } .user_alias_act A:link:hover { color: #00C; } .user_alias_act A:visited:hover { color: #306; } .user_alias_act A:link:active { color: #00C; } .user_alias_act A:visited:active { color: #306; } /* Styles for messagers, Must be removed after implementation of Framework! */ .b-message { margin: 10px 0 24px; padding: 8px; } .b-message-suggestion { border: 1px solid #FF8E44; background: #FFE8BF; } .i-message { padding: 1px 8px; } .b-message-error, .i-message-error { margin: 0 0 24px !important; border: 1px solid #F99; background-color: #FEE; background-image: url(/img/message-error.gif?v=4888); background-image: -webkit-linear-gradient(top, #FED4D3 0%, #FFF2F0 100%); background-image: -moz-linear-gradient(top, #FED4D3 0%, #FFF2F0 100%); background-image: -o-linear-gradient(top, #FED4D3 0%, #FFF2F0 100%); background-image: linear-gradient(to bottom, #FED4D3 0%, #FFF2F0 100%); } /* Styles for bubbles --------------------------- - b-bubble || i-bubble - - i-bubble-arrow-border - - i-bubble-arrow */ /*Must be removed after implementation of Framework! */ .b-bubble { display: block; } .i-bubble { display: inline-block; } .b-bubble, .i-bubble { position:relative; margin: 0 20px 0 10px !important; padding: 8px 10px; border-width: 1px; border-style: solid; border-color: #000; border-radius: 5px; font-size: 90%; color: #000; } .i-bubble-arrow, .i-bubble-arrow-border { position: absolute; top: 13px; overflow: hidden; width: 0; height: 0; border-top-color: transparent; border-bottom-color: transparent; border-left-color: transparent; } .i-bubble-arrow { left: -9px; margin: -5px 0 0; border-width: 5px 10px 5px 0; border-style: solid; border-right-color: #FFF; } .i-bubble-arrow-border { left: -11px; margin: -5px 0 0; border-width: 5px 10px 5px 0; border-style: solid; border-right-color: #000; } .b-bubble-noarrow { margin: 0 !important; } .b-bubble-noarrow .i-bubble-arrow, .b-bubble-noarrow .i-bubble-arrow-border { display: none; } .b-bubble-lite { border-color: #CCC; background: #FFF; } .b-bubble-lite .i-bubble-arrow { border-right-color: #FFF; } .b-bubble-lite .i-bubble-arrow-border { border-right-color: #CCC; } .b-bubble-alert { border-color: #EAE8AC; background: #FFFFD5; } .b-bubble-alert .i-bubble-arrow { border-right-color: #FFFFD5; } .b-bubble-alert .i-bubble-arrow-border { border-right-color: #EAE8AC; } .b-bubble-warning { border-color: #FF9B97; background: #FFECEA; color: #D51C00; } .b-bubble-warning .i-bubble-arrow { border-right-color: #FFECEA; } .b-bubble-warning .i-bubble-arrow-border { border-right-color: #FF9B97; } .b-bubble-success { border-color: #6FBA55; background: #D0F4C3; color: #358D16; } .b-bubble-success .i-bubble-arrow { border-right-color: #D0F4C3; } .b-bubble-success .i-bubble-arrow-border { border-right-color: #6FBA55; } .b-bubble-intext { margin: 10px 0 !important; } .b-bubble-center { text-align: center; } /* Width & Height for Moods */ IMG.meta-mood-img { max-width: 100px; max-height: 100px; } IMG#mood_image_preview { max-width: 60px; max-height: 60px; } /* Styles for messagers, Must be removed after implementation of Framework! */ .appwidget-sitemessages { padding: 0; } /* .mobile-msg .appwidget-sitemessages { top: 130px; } */ HTML BODY.logged-in, HTML BODY.logged-out { padding-top: 0 !important; } .appwidget-sitemessages .b-message-system { margin: 0; padding: 0; border: none; background: none; font-size: 12px !important; color: #000; } .appwidget-sitemessages .b-message-system A { font-size: 12px !important; } .appwidget-managesitemessages .b-message-system { position: static !important; } .appwidget-sitemessages .b-message-system .b-message-wrap { position: relative; display: block; margin: 0; padding: 4px 25px 6px 25px; border: 2px solid #8AB6DA; background: #C6E0F6; text-align: center; } .appwidget-sitemessages .b-message-system IMG { margin: 0 5px 0 0 !important; padding: 0 !important; vertical-align: -2px; } .appwidget-sitemessages .b-message-system .ljuser IMG { margin: 0 !important; padding: 0 0 0 1px !important; } .appwidget-sitemessages .b-message-system A:link, .appwidget-sitemessages .b-message-system A:visited, .appwidget-sitemessages .b-message-system A:hover, .appwidget-sitemessages .b-message-system A:active { border: 0 !important; text-decoration: underline; color: #124787 !important; } .appwidget-sitemessages .b-message-system .ljuser A:link, .appwidget-sitemessages .b-message-system .ljuser A:visited { text-decoration: none; } .appwidget-sitemessages .b-message-system .ljuser A:hover, .appwidget-sitemessages .b-message-system .ljuser A:active { text-decoration: underline; } .appwidget-sitemessages .b-message-system I.close { position: absolute; top: 8px; right: 8px; width: 12px; height: 12px; cursor: pointer; background: url(/img/message-system-close.gif?v=9067) no-repeat; font-size: 0; } #lj_controlstrip .appwidget-sitemessages { top: 44px; z-index: 9999; } #content-wrapper .appwidget-sitemessages { position: static; margin-top: 20px; } #content-wrapper .appwidget-sitemessages .b-message-system { margin: 0 0 10px; } .scheme-lynx .appwidget-sitemessages { top: 0; } /* Mobile version message */ .b-message-mobile { position: absolute; top: 45px; left: 0; z-index: 1000; width: 100%; height: 72px; margin: 0; padding: 0; background: #0095B3; text-align: left; font: 32px/32px 'Arial', 'Helvetica', sans-serif; color: #FFF; } .b-message-mobile .b-message-mobile-wrapper { position: relative; margin: 0; padding: 20px 80px 20px 20px; } .b-message-mobile A:link, .b-message-mobile A:visited, .b-message-mobile A:hover, .b-message-mobile A:active { display: block; margin: 0; padding: 0; border: 0; text-decoration: none !important; font: 32px/32px 'Arial', 'Helvetica', sans-serif !important; color: #FFF !important; } .b-message-mobile-theme { top: 0; } .mobile-msg #navigation { top: 30px; } .mobile-msg #content { top: 140px !important; } .b-message-mobile-close { display: block; position: absolute; right: 10px; top: 50%; width: 50px; height: 36px; margin-top: -18px; background: url(/img/icons/close-32x32_l.png) 50% 50% no-repeat; cursor: pointer; } /* Placeholder --------------------------- */ /* Must be removed after implementation of Framework! */ .placeholder { color: #A9A9A9; } .placeholder-wrapper { position: relative; display: inline-block; } .placeholder-label { position: absolute; display: none; margin: 0; padding: 0 5px; cursor: text; line-height: 1.8em; font-size: 90%; color: #A9A9A9; } /* Open social popups ----------------------------------------------- */ DIV.lj_ippu_app { min-width: 595px; padding: 20px 30px; border: 1px solid #EBEBEB; border-radius: 5px; } DIV.lj_ippu_app .ljappippu_inner:after DIV.lj_ippu_app .ljappippu_share_content:after, DIV.lj_ippu_app .ljappippu_share_buttons:after { content: "."; display: block; visibility: hidden; clear: both; overflow: hidden; width: 0; height: 0; } DIV.lj_ippu_app DIV.lj_ippu_titlebar { height: auto; margin: 0 0 10px 0; padding: 0; background: none; line-height: 16px; font-size: 16px; color: #000; } DIV.lj_ippu_app DIV.lj_ippu_titlebar .ljappippu_button { position: absolute; top: 10px; right: 10px; width: 12px; height: 12px; cursor: pointer; background: url(/img/CloseButton_gray.gif?ver=1) no-repeat; } DIV.lj_ippu_app .ljappippu_share_content { clear: both; } DIV.lj_ippu_app H3 { clear: both; margin: 20px 0 5px 0; line-height: 16px; font-style: normal; font-size: 12px; color: #000; } DIV.lj_ippu_app P { margin: 0 0 3px 0; padding: 0; line-height: 18px; font-size: 12px; } DIV.lj_ippu_app P.i-bubble { margin: 0 !important; padding: 6px 10px 8px 10px; line-height: 11px; font-size: 11px; } DIV.lj_ippu_app .ljappippu_confirm_buttons, DIV.lj_ippu_app .ljappippu_share_buttons { clear: both; overflow: hidden; } DIV.lj_ippu_app .ljappippu_share_buttons INPUT.submit { float: right; margin-top: 5px; } DIV.lj_ippu_app .ljappippu_confirm_buttons .ljappippu_payment_ok, DIV.lj_ippu_app .ljappippu_confirm_buttons .ljappippu_confirm_ok { float: right; } DIV.lj_ippu_app .ljappippu_confirm_buttons .i-bubble, DIV.lj_ippu_app .ljappippu_share_buttons .i-bubble { line-height: 16px; } DIV.lj_ippu_app .i-qotd-nav { float: right; margin-top: 5px; line-height: 11px; font-size: 11px; } DIV.lj_ippu_app .i-qotd-nav-first, DIV.lj_ippu_app .i-qotd-nav-last, DIV.lj_ippu_app .i-qotd-nav-prev, DIV.lj_ippu_app .i-qotd-nav-next { display: inline-block; overflow: hidden; width: 16px; height: 16px; padding: 0; cursor: pointer; background-image: url(/img/arrow-spotlight.gif?v=16423); background-repeat: no-repeat; vertical-align: -4px; font: 0/0 serif; } DIV.lj_ippu_app .i-qotd-nav-first { margin: 0 5px 0 0; background-position: 0 -32px; } DIV.lj_ippu_app .i-qotd-nav-first-dis { cursor: default; background-position: 0 -48px; } DIV.lj_ippu_app .i-qotd-nav-last { margin: 0 0 0 5px; background-position: -16px -32px; } DIV.lj_ippu_app .i-qotd-nav-last-dis { cursor: default; background-position: -16px -48px; } DIV.lj_ippu_app .i-qotd-nav-prev { margin: 0 10px 0 0; background-position: 0 0; } DIV.lj_ippu_app .i-qotd-nav-prev-dis { cursor: default; background-position:0 -16px; } DIV.lj_ippu_app .i-qotd-nav-next { margin: 0 0 0 10px; background-position: -16px 0; } DIV.lj_ippu_app .i-qotd-nav-next-dis { cursor: default; background-position: -16px -16px; } DIV.lj_ippu_app .qotd-counter I { font-style: normal; } DIV.lj_ippu_app .b-pending-users { float: none; margin-bottom: 0; padding: 0; } DIV.lj_ippu_app .b-pending-users:after { content: "."; display: block; visibility: hidden; clear: both; overflow: hidden; width: 0; height: 0; } DIV.lj_ippu_app .ljappippu_share_persons { overflow: auto; max-height: 132px; margin: -5px -10px -10px -10px; padding: 5px 10px 0 10px; } DIV.lj_ippu_app .b-pending-users LI { padding-bottom: 7px; line-height: 15px; font-size: 12px; } DIV.lj_ippu_app .ljappippu_share_persons LI:hover SPAN { margin-right: -9px; padding-right: 8px; } DIV.lj_ippu_app .hr { clear: both; overflow: hidden; margin-bottom: 10px; } DIV.lj_ippu_app .ljappippu-area { position: relative; padding-right: 13px; } DIV.lj_ippu_app .ljappippu-area LABEL { top: 2px; left: 5px; font: 12px/16px 'Arial', sans-serif; color: #A9A9A9; } DIV.lj_ippu_app .ljappippu-area TEXTAREA { width: 100%; margin-bottom: 7px; padding: 2px 5px; border: 1px solid #737373; font: 12px/16px 'Arial', sans-serif; } DIV.lj_ippu_app .b-select-users { width: 100%; margin-bottom: 5px; } DIV.lj_ippu_app .b-select-users:after { content: "."; display: block; visibility: hidden; clear: both; height: 0; line-height: 0; } DIV.lj_ippu_app .b-select-users .b-bubble-intext { float: right; } DIV.lj_ippu_app .b-select-users INPUT { width: 150px; font-size: 12px; } /* Payment confirm/reject */ .ljappippu_thumb { float: left; margin: 2px 15px 15px 2px; } .ljappippu_payment_desc { padding: 0 0 0 138px; } .ljappippu_table { width: 100%; border-collapse: collapse; } .ljappippu_table TH, .ljappippu_table TD { padding: 9px 0; border-bottom: 1px solid #E6E6E6; line-height: 18px; font-size: 12px; } .ljappippu_table .last TH, .ljappippu_table .last TD { border-bottom: none; } .ljappippu_table TH { text-align: left; font-weight: bold; } .ljappippu_table TD { text-align: right; } .ljappippu_table.wide TD { text-align: left; } .lj_ippu_app .b-message { border-radius: 6px; } /* Popups with arrows --------------------------- */ /* Must be removed after implementation of Framework! */ .b-popup { position: absolute; z-index: 4001; font-size: 12px; } .b-popup input[type="text"], .b-popup div, .b-popup strong, .b-popup label { color:#000; } .b-popup input:-moz-placeholder { color: #999; } .b-popup-outer { position: relative; z-index: 100; padding: 1px; border: 1px solid #CCC; border-radius: 7px; background: #FFF; } .b-popup-inner { padding: 10px 15px; border: 2px solid #E7E7E7; border-radius: 7px; } .b-popup-options-centered .b-popup-submit-options { margin: 0.5em 0 0; text-align: center; } /* Custom dialog elements */ .b-dialog { position: relative; width: 100%; } .b-dialog-header { margin: 0 0 10px; padding: 0 15px 0 0; line-height: 16px; font-weight: bold; font-size: 14px; color: #000; } .b-dialog-body { min-width: 300px; max-width: 500px; margin: 10px 0 20px; } .b-dialog-footer { margin: 10px 0 0; text-align: center; } .b-dialog-prompt { display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 10px 0 0; padding: 2px 5px; } /* Put here styles for popups that need to reset */ .b-popup, .b-popup-outer, .b-popup-inner, .popup-inner, .w-cs-filter-inner, .w-cs-filter-sort, .b-sharethis, .b-sharethis-services { float: none; } .b-popup-withclosecontrol .b-popup-inner { padding: 10px 25px 10px 15px; } .i-popup-arr, .i-popup-arr-brdr-outer, .i-popup-arr-brdr-inner, .i-popup-arr-bg { position: absolute; width: 0; height: 0; font: 0/0 serif; } .i-popup-arrt.i-popup-arr, .i-popup-arrtl.i-popup-arr, .i-popup-arrtr.i-popup-arr { border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid #CCC; border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrt .i-popup-arr-brdr-outer, .i-popup-arrtl .i-popup-arr-brdr-outer, .i-popup-arrtr .i-popup-arr-brdr-outer { top: 1px; left: -6px; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid #FFF; border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrt .i-popup-arr-brdr-inner, .i-popup-arrtl .i-popup-arr-brdr-inner, .i-popup-arrtr .i-popup-arr-brdr-inner { top: 2px; left: -6px; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid #E7E7E7; border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrt .i-popup-arr-bg, .i-popup-arrtl .i-popup-arr-bg, .i-popup-arrtr .i-popup-arr-bg { top: 4px; left: -6px; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid #FFF; border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrb.i-popup-arr, .i-popup-arrbl.i-popup-arr, .i-popup-arrbr.i-popup-arr { border-top: 6px solid #CCC; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrb .i-popup-arr-brdr-outer, .i-popup-arrbl .i-popup-arr-brdr-outer, .i-popup-arrbr .i-popup-arr-brdr-outer { bottom: 1px; left: -6px; border-top: 6px solid #FFF; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrb .i-popup-arr-brdr-inner, .i-popup-arrbl .i-popup-arr-brdr-inner, .i-popup-arrbr .i-popup-arr-brdr-inner { bottom: 2px; left: -6px; border-top: 6px solid #E7E7E7; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrb .i-popup-arr-bg, .i-popup-arrbl .i-popup-arr-bg, .i-popup-arrbr .i-popup-arr-bg { bottom: 4px; left: -6px; border-top: 6px solid #FFF; border-right: 6px solid transparent; border-right: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid transparent; border-left: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrl.i-popup-arr, .i-popup-arrlt.i-popup-arr, .i-popup-arrlb.i-popup-arr { border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-right: 6px solid #CCC; border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrl .i-popup-arr-brdr-outer, .i-popup-arrlt .i-popup-arr-brdr-outer, .i-popup-arrlb .i-popup-arr-brdr-outer { top: -6px; left: 1px; border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-right: 6px solid #FFF; border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrl .i-popup-arr-brdr-inner, .i-popup-arrlt .i-popup-arr-brdr-inner, .i-popup-arrlb .i-popup-arr-brdr-inner { top: -6px; left: 2px; border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-right: 6px solid #E7E7E7; border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrl .i-popup-arr-bg, .i-popup-arrlt .i-popup-arr-bg, .i-popup-arrlb .i-popup-arr-bg { top: -6px; left: 4px; border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-right: 6px solid #FFF; border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); } .i-popup-arrr.i-popup-arr, .i-popup-arrrt.i-popup-arr, .i-popup-arrrb.i-popup-arr { border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid #CCC; } .i-popup-arrr .i-popup-arr-brdr-outer, .i-popup-arrrt .i-popup-arr-brdr-outer, .i-popup-arrrb .i-popup-arr-brdr-outer { top: -6px; right: 1px; border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid #FFF; } .i-popup-arrr .i-popup-arr-brdr-inner, .i-popup-arrrt .i-popup-arr-brdr-inner, .i-popup-arrrb .i-popup-arr-brdr-inner { top: -6px; right: 2px; border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid #E7E7E7; } .i-popup-arrr .i-popup-arr-bg, .i-popup-arrrt .i-popup-arr-bg, .i-popup-arrrb .i-popup-arr-bg { top: -6px; right: 4px; border-top: 6px solid transparent; border-top: 6px solid rgba(255, 255, 255, .01); border-bottom: 6px solid transparent; border-bottom: 6px solid rgba(255, 255, 255, .01); border-left: 6px solid #FFF; } .i-popup-arrt { top: -7px; left: 50%; margin: 0 0 0 -6px; } .i-popup-arrtl { top: -7px; left: 31px; } .i-popup-arrtr { top: -7px; right: 31px; } .i-popup-arrb { bottom: -7px; left: 50%; margin: 0 0 0 -6px; } .i-popup-arrbl { bottom: -7px; left: 31px; } .i-popup-arrbr { right: 31px; bottom: -7px; } .i-popup-arrl { top: 50%; left: -7px; margin: -6px 0 0; } .i-popup-arrlt { top: 15px; left: -7px; } .i-popup-arrlb { bottom: 15px; left: -7px; } .i-popup-arrr { top: 50%; right: -7px; margin: -6px 0 0; } .i-popup-arrrt { top: 15px; right: -7px; } .i-popup-arrrb { right: -7px; bottom: 15px; } /* MUST REMOVE WHEN UNIVERSAL POPUP WOULD BE IMPLEMENT FOR LJTIMES PANE*/ .b-ljtimes-update .i-popup-arr, .b-ljtimes-suggest .i-popup-arr { position: absolute; display: block; overflow: hidden; border: 0; background-image: url(/img/popup-arr.gif?v=10883); background-repeat: no-repeat; font: 0/0 serif; } .b-ljtimes-update .i-popup-arrt, .b-ljtimes-suggest .i-popup-arrt { top: -7px; left: 50%; width: 13px; height: 11px; margin: 0 0 0 -6px; padding: 0; background-position: 0 0; } .b-ljtimes-update .i-popup-arrtl, .b-ljtimes-suggest .i-popup-arrtl { top: -7px; left: 30px; width: 13px; height: 11px; margin: 0; padding: 0; background-position: 0 0; } .b-ljtimes-update .i-popup-arrtr, .b-ljtimes-suggest .i-popup-arrtr { top: -7px; right: 30px; width: 13px; height: 11px; margin: 0; padding: 0; background-position: 0 0; } .b-ljtimes-update .i-popup-arrr, .b-ljtimes-suggest .i-popup-arrr { top: 50%; right: -7px; width: 11px; height: 13px; margin: -6px 0 0; padding: 0; background-position: -11px -11px; } .b-ljtimes-update .i-popup-arrrt, .b-ljtimes-suggest .i-popup-arrrt { top: 15px; right: -7px; width: 11px; height: 13px; margin: 0; padding: 0; background-position: -11px -11px; } .b-ljtimes-update .i-popup-arrrb, .b-ljtimes-suggest .i-popup-arrrb { right: -7px; bottom: 15px; width: 11px; height: 13px; margin: 0; padding: 0; background-position: -11px -11px; } .b-ljtimes-update .i-popup-arrb, .b-ljtimes-suggest .i-popup-arrb { bottom: -7px; left: 50%; width: 13px; height: 11px; margin: 0 0 0 -6px; padding: 0; background-position: -13px 0; } .b-ljtimes-update .i-popup-arrbl, .b-ljtimes-suggest .i-popup-arrbl { bottom: -7px; left: 30px; width: 13px; height: 11px; margin: 0; padding: 0; background-position: -13px 0; } .b-ljtimes-update .i-popup-arrbr, .b-ljtimes-suggest .i-popup-arrbr { right: 30px; bottom: -7px; width: 13px; height: 11px; margin: 0; padding: 0; background-position: -13px 0; } .b-ljtimes-update .i-popup-arrl, .b-ljtimes-suggest .i-popup-arrl { top: 50%; left: -7px; width: 11px; height: 13px; margin: -6px 0 0; padding: 0; background-position: 0 -11px; } .b-ljtimes-update .i-popup-arrlt, .b-ljtimes-suggest .i-popup-arrlt { top: 15px; left: -7px; width: 11px; height: 13px; margin: 0; padding: 0; background-position: 0 -11px; } .b-ljtimes-update .i-popup-arrlb, .b-ljtimes-suggest .i-popup-arrlb { bottom: 15px; left: -7px; width: 11px; height: 13px; margin: 0; padding: 0; background-position: 0 -11px; } .i-thumb-close, .i-popup-close { position: absolute; top: 12px; right: 12px; display: block; overflow: hidden; width: 12px; height: 12px; cursor: pointer; background: url(/img/popup-cls.gif?v=10883) no-repeat 0 0; font: 0/0 serif; } .b-popup-noclosecontrol .i-popup-close { display: none; } .b-popup-group { position: static; top: auto; right: auto; bottom: auto; left: auto; width: auto; height: auto; margin: 0 0 8px; padding: 0; text-align: left; } .b-popup-row { position: static; top: auto; right: auto; bottom: auto; left: auto; width: auto; height: auto; margin: 0 0 3px; padding: 0; } .b-popup-row-head { margin: 0 0 5px; font-weight: bold; } /* Popup Messages */ .b-popup-messagebox { position:absolute; z-index:9999; width:311px; border:2px solid #8CB7DA; background:#FFF; font-size:12px; } .b-popup-messagebox .b-popup-head { position:relative; margin:0; padding:5px; border:1px solid #DBECFB; border-width:1px 1px 0; background:#C7E0F6; font-size:15px; } .b-popup-messagebox .b-popup-head H4 { margin:0; } .b-popup-messagebox .i-popup-close { position:absolute; top:9px; right:5px; width:12px; height:12px; cursor:pointer; background: url(/img/popup-close.gif?v=9045) no-repeat 0 0; } .b-popup-messagebox .b-popup-content { margin:0; padding:5px; font-size:13px; } .b-popup-messagebox .b-popup-footer { margin:0; padding:5px; background:#ECF6FF; text-align:center; font-size:13px; } .b-popup-messagebox A:link, .b-popup-messagebox A:visited, .b-popup-messagebox A:hover, .b-popup-messagebox A:active { color: #00C; } /* Delete bubble */ .ljcmtmanage { position: absolute; z-index: 3; display: block; visibility: hidden; width: 250px; text-align: left; } .b-popup-delcomm, .b-popup-ctrlcomm { max-width: 380px; } /* Social Capital Icon */ .b-icon-scapital { float: left; width: 16px; height: 16px; margin:0 2px 0 0; background-image: url(/img/icon-social-capital.png?v=19876); background-position: 0 50%; background-repeat: no-repeat; } .b-icon-scapital-first { background-position: -17px 50%; } /* Login More Popup */ .b-loginpopup { display: none; margin: 0; padding: 0; } .b-loginpopup-items { margin: 0 0 0 -5px; padding: 0; list-style: none; } .b-loginpopup-item { margin: 0; padding: 0; list-style: none; text-align: left; } BODY .b-loginpopup-item A:link, BODY .b-loginpopup-item A:visited, BODY #header table.login-form .b-loginpopup-item A:link, BODY #header table.login-form .b-loginpopup-item A:visited { display: block; margin: 0; padding: 3px 5px; border: 0; border-radius: 3px; background: #FFF; text-decoration: none; font-size: 11px; color: #222 !important; } BODY .b-loginpopup-item A:hover, BODY .b-loginpopup-item A:active, BODY #header table.login-form .b-loginpopup-item A:hover, BODY #header table.login-form .b-loginpopup-item A:active { display: block; margin: 0; padding: 3px 5px; border: 0; border-radius: 3px; background: #C5E1F7; text-decoration: none; font-size: 11px; color: #222 !important; } .b-loginpopup-item IMG, #header .b-loginpopup-item IMG { margin: 0 5px 0 0; border: 0; vertical-align: -4px; } /* Fader --------------------------- */ /* Must be removed after implementation of Framework! */ .b-fader { position: fixed; top: 0; left: 0; z-index: 3000; width: 100%; height: 100%; opacity: 0.6; background: #000; } .i-posticon-flip { margin: 0 0 0 .5em; } /* LinkBar */ .b-linkbar { display: inline-block; margin: 0; padding: 8px; border: 0; background-color: #C2EBFF; background-image: -webkit-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%); background-image: -moz-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%); background-image: -o-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%); background-image: linear-gradient(to bottom, #C2EBFF 0%, #B4DCFC 100%); list-style: none; text-align: center; } .b-linkbar-item { display: inline-block; margin: 0 2px; padding: 0; border: 0; vertical-align: top; font: 10px/1 Arial, sans-serif; } /* Help Link ----------------------------------- */ .b-helplink { position: relative; display: inline-block; min-height: 16px; margin: 0 0 0 0.5em; padding: 0 0 0 16px; border: 0; vertical-align: -3px; } /* css specificity overwrite */ HTML BODY .b-helplink:link, HTML BODY .b-helplink:visited, HTML BODY .b-helplink:hover, HTML BODY .b-helplink:active { border: 0 !important; text-decoration: underline; color: #8E9194 !important; } HTML BODY .b-helplink:hover, HTML BODY .b-helplink:active { border: 0 !important; text-decoration: underline; color: #C00 !important; } /* icon */ .b-helplink-icon { position: absolute; top: 50%; left: 0; display: block; width: 16px; height: 16px; margin: -7px 0 0; padding: 0; border: 0; background: url(/img/icons/help.png?v=15718) 0 0 no-repeat; text-shadow: none; font: 0/0 a; color: transparent; cursor: pointer; } .b-helplink:hover .b-helplink-icon, .b-helplink:focus .b-helplink-icon, .b-helplink-frozen .b-helplink-icon { background-position: -16px 0; } /* title */ .b-helplink-title { margin: 0; } /* helplink with title */ .b-helplink-withtitle { padding: 0 0 0 20px; } /* helplink for horizon scheme */ .s-usernav .b-helplink { margin: 0 0 0 0.2em; padding: 0 0 0 14px; } /* helplink for settings page (LJSUP-17071) */ TD.help .b-helplink { margin: 0; } /* helplink for editpics.bml page (LJSUP-17071) */ .input-wrapper .b-helplink { margin: 0; } /* Value Bar ----------------------------------- */ .b-valuebar { display: inline-block; margin: 0; } .b-valuebar-outer { display: inline-block; margin: 0; background: red; } .b-valuebar-inner { margin: 0; } .b-valuebar-desc { margin: 0; line-height: 1.2; font-style: italic; font-size: 90%; color: #666; } /* Message System ----------------------------------- */ .b-msgsystem-errorbox { display: none; min-height: 50px; margin: 0 -45px 2em -25px; padding: 10px 140px 10px 120px; background: #FFEFEF url(/img/icons/error.png?v=15718) no-repeat 2.7em 50%; box-shadow: 0 2px 3px rgba(53, 99, 161, 0.7); } .b-msgsystem-errorbox-head { margin: 0 0 5px; padding: 0; font-weight: bold; font-size: 1em; color: #CB1427; } .b-msgsystem-error { margin: 0 0 10px; padding: 0; color: #787878; } #js .b-msgsystem-errorbox-show { display: block; } .b-msgsystem-error { display: none; } .b-msgsystem-errorbox-show .b-msgsystem-error-ajax { display: block; } .b-msgsystem-errorbox-errors { display: block; } .b-msgsystem-errorbox-errors .b-msgsystem-error-server { display: block; } .b-msgsystem-warningbox { display: none; overflow: hidden; min-height: 50px; margin: 0 -45px 2em -25px; padding: 10px 140px 10px 35px; background-color: #FFFFD5; box-shadow: 0 2px 3px rgba(53, 99, 161, 0.7); } .b-msgsystem-warningbox .b-warningbox-icon { float: left; clear: both; overflow: hidden; width: 55px; height: 58px; margin-right: 30px; background: url(/img/icons/warning-age-sprite.png?v=13205) no-repeat; text-indent: -9999px; } .b-msgsystem-warningbox-age-14 .b-warningbox-icon { background-position: 0 0; } .b-msgsystem-warningbox-age-18 .b-warningbox-icon { background-position: 0 -57px; } .b-msgsystem-warningbox-head { margin: 0 0 5px; padding: 0; font-weight: bold; font-size: 1em; color: #000; } .b-msgsystem-warning { margin: 0 0 10px; padding: 0; color: #787878; } .b-msgsystem-warningbox-confirm { margin: 5px 0 0; } #js .b-msgsystem-warningbox-show { display: block; } .b-msgsystem-warning { display: none; } .b-msgsystem-warningbox-show .b-msgsystem-warning-ajax { display: block; } .b-msgsystem-warningbox-warnings { display: block; } .b-msgsystem-warningbox-warnings .b-msgsystem-warning-server { display: block; } .b-msgsystem-messagebox { display: none; min-height: 50px; margin: 0 -45px 2em -25px; padding: 10px 140px 10px 120px; background: #E9EEDF url(/img/icons/error.png?v=15718) no-repeat 2.7em 50%; box-shadow: 0 2px 3px rgba(53, 99, 161, 0.7); } .b-msgsystem-messagebox-head { margin: 0 0 5px; padding: 0; font-weight: bold; font-size: 1em; color: #0D8473; } .b-msgsystem-message { margin: 0 0 10px; padding: 0; color: #787878; } #js .b-msgsystem-messagebox-show { display: block; } .b-msgsystem-message { display: none; } .b-msgsystem-messagebox-show .b-msgsystem-message-ajax { display: block; } .b-msgsystem-messagebox-messages { display: block; } .b-msgsystem-messagebox-messages .b-msgsystem-message-server { display: block; } /* LJ Button ----------------------------------- */ .b-ljbutton { position: relative; display: inline-block; min-height: 1.2em; margin: 0; padding: 0; vertical-align: top; } .b-ljbutton-submit { margin: -0.4em 0; padding: 0.4em; border-radius: 10px; background-color: #049; background-image: -webkit-linear-gradient(top, #38D 0%, #038 100%); background-image: -moz-linear-gradient(top, #38D 0%, #038 100%); background-image: -o-linear-gradient(top, #38D 0%, #038 100%); background-image: linear-gradient(to bottom, #38D 0%, #038 100%); } .b-ljbutton-submit.b-ljbutton-disabled { background-color: #AFAFAF; background-image: -webkit-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%); background-image: -moz-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%); background-image: -o-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%); background-image: linear-gradient(to bottom, #E8E8E8 0%, #AFAFAF 100%); } .b-ljbutton-delete { margin: -0.4em 0; padding: 0.4em; border-radius: 10px; background-color: #970000; background-image: -webkit-linear-gradient(top, #DA0000 0%, #970000 100%); background-image: -moz-linear-gradient(top, #DA0000 0%, #970000 100%); background-image: -o-linear-gradient(top, #DA0000 0%, #970000 100%); background-image: linear-gradient(to bottom, #DA0000 0%, #970000 100%); } /* LJ-CUT link --------------------------------------*/ .ljcut-link-scissors { padding: 0 2px 0 0; vertical-align: middle; font-size: 2em; } .ljcut-link .ljcut-link-collapse { display: none; } .ljcut-expanded .ljcut-link-collapse { display: inline; } .ljcut-expanded .ljcut-link-expand { display: none; } /* Trava object --------------------------------------*/ .meta-music-object { display: inline-block; vertical-align: middle; } /* Posts Controls --------------------------------------*/ .b-controls, .b-controls:link, .b-controls:visited, .b-controls:hover, .b-controls:active { position: relative; display: inline-block; overflow: hidden; width: 24px; height: 24px; margin: 0; padding: 0; border: 0; cursor: pointer; text-decoration: none; text-indent: 30px; } .b-controls-bg { position: absolute; top: 0; left: 0; width: 24px; height: 24px; margin: 0; padding: 0; cursor: pointer; background-image: url(/img/btn_actions.png?v=19689); background-repeat: no-repeat; font: 0/0 serif; } .b-controls-left .b-controls-bg, .b-controls-prev .b-controls-bg { background-position: 0 0; } .b-controls-right .b-controls-bg, .b-controls-next .b-controls-bg { background-position: -24px 0; } .b-controls-top .b-controls-bg { background-position: -48px 0; } .b-controls-bottom .b-controls-bg { background-position: -72px 0; } .b-controls-delete .b-controls-bg { background-position: -48px -48px; } .b-controls-spam .b-controls-bg { background-position: 0 -48px; } .b-controls-unspam .b-controls-bg { background-position: -24px -48px; } .b-controls-freeze .b-controls-bg { background-position: -48px -72px; } .b-controls-unfreeze .b-controls-bg { background-position: -72px -72px; } .b-controls-screen .b-controls-bg { background-position: -24px -72px; } .b-controls-unscreen .b-controls-bg { background-position: 0 -72px; } .b-controls-track .b-controls-bg { background-position: 0 -24px; } .b-leaf-tracked-parent .b-controls-track .b-controls-bg, .b-controls-trackthread .b-controls-bg { background-position: -24px -24px; } .b-leaf-tracked .b-controls-track .b-controls-bg, .b-controls-tracking .b-controls-bg { background-position: -48px -24px; } .b-controls-edit .b-controls-bg { background-position: -48px -96px; } .b-controls-memadd .b-controls-bg { background-position: 0 -96px; } .b-controls-share .b-controls-bg { background-position: -72px -24px; } .b-controls-edittags .b-controls-bg { background-position: -24px -96px; } .b-controls-flag .b-controls-bg { background-position: -72px -48px; } .b-controls-stat .b-controls-bg { background-position: 0 -193px; } /* LJ User --------------------------------------*/ HTML BODY .i-ljuser { position: static !important; display: inline !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; white-space: nowrap !important; } .i-ljuser-deleted { text-decoration: line-through; } /* profile link */ HTML BODY .i-ljuser-profile { width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; border: 0 !important; } /* userhead */ HTML BODY .i-ljuser-userhead { width: 16px !important; height: 16px !important; margin: 0 !important; padding: 0 1px 0 0 !important; border: 0 !important; vertical-align: text-bottom !important; } /* username & journal link */ .i-ljuser-username { } /* alias */ .i-ljuser-alias { display: none; } .i-ljuser-alias:before { content: "\00a0\2014\00a0"; } /* show * if alias */ .i-ljuser-withalias .i-ljuser-username:after { content: "*"; } /* show if option */ .i-ljuser-withalias.i-ljuser-showalias .i-ljuser-alias { display: inline; } /* Popup content --------------------------------------*/ .b-popup-content { text-align: left !important; } .b-popup-content H5 { margin: 0 0 10px 0; padding: 0; font-weight: bold !important; font-size: 14px !important; color: #000 !important; } .b-popup-content-header { margin-bottom: 10px; padding-right: 10px; line-height: 16px; font-weight: bold; font-size: 14px; color: #000; } .b-popup-content A:link, .b-popup-content A:visited { color: #3F5F9E !important; } .b-popup-content A:hover, .b-popup-content A:active { color: #3F5F9E !important; } .b-popup-content .b-popup-submit-options { padding-top: 5px !important; border: none; } /* Preloader */ .b-popup-preloader .preloader { position: absolute; top: 50%; left: 50%; display: none; width: 11px; height: 3px; margin-left: -6px; background: url(/img/preloader-s.gif?ver=1) no-repeat; font-size: 0; } .b-popup-preloader .b-popup-preloader-inner { position: relative; display: inline-block; vertical-align: middle; } .b-popup-preloader-visible INPUT, .b-popup-preloader-visible BUTTON, .b-popup-preloader-visible A, .b-popup-preloader-visible I { visibility: hidden; } .b-popup-preloader-visible I.preloader { display: block; visibility: visible; } .b-popup-preloader-visible .b-popup-cancel { cursor: default; color: #CCC; } /* lj-cut preloader */ .ljcut-link-expanding { padding: 0 20px 0 0; background: url(/img/preloader-s.gif?v=9673) no-repeat 100% 60%; } /* Clear fix ----------------------------------------------*/ .clearfix-lj:after { content: ""; display: table; clear: both; border-collapse: collapse; } /* Pseudo link --------------------------------------*/ .b-pseudo { border-bottom: 1px dotted; cursor: pointer; text-decoration: none; } /* LJ Spoiler ----------------------------------- */ .lj-spoiler { position: static; top: auto; left: auto; display: inline-block; width: auto; height: auto; margin: 0; padding: 0; } .lj-spoiler .lj-spoiler-head { position: static; top: auto; left: auto; display: none; width: auto; height: auto; margin: 0; padding: 0; } .lj-spoiler .lj-spoiler-body { position: static; top: auto; left: auto; display: block; width: auto; height: auto; margin: 0; padding: 0; } #js .lj-spoiler .lj-spoiler-head { display: block; } #js .lj-spoiler .lj-spoiler-body { display: none; } #js .lj-spoiler.lj-spoiler-opened > .lj-spoiler-head { display: none; } #js .lj-spoiler.lj-spoiler-opened > .lj-spoiler-body { display: block; } #js .lj-spoiler.lj-spoiler-opened .lj-spoiler-body BR:first-child, #js .lj-spoiler.lj-spoiler-opened .lj-spoiler-body BR:last-child { display: none; } /* file-end: stc/lj_base.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/lj_base-app.css */ /* This is utility css that can be used anywhere in the app It should be included on all app pages in all schemes */ /* .pkg class wraps enclosing block element around inner floated elements */ .pkg:after { content: ""; display: table; clear: both; border-collapse: collapse; } /* form styles */ LABEL.left { display: block; float: left; } INPUT.text, TEXTAREA.text, SELECT.select { margin: 0px 3px 0px 0px; padding: 2px 2px; border: 1px solid #BBB; border-top: 1px solid #999; border-left: 1px solid #999; background: #FFF url(/img/input-bg.gif?v=9533) repeat-x 0 -1px; } SELECT.select { padding: 1px; } FIELDSET.nostyle { margin: 0; padding: 0; border: none; } /* Elements */ .detail { font-size: 90%; color: #444; } P.detail { margin: 0 0 10px 0; padding: 0; } UL.detail LI { font-size: 90%; } H2.widget-header { margin: 0 0 6px 0; padding: 0 0 6px 0; border-bottom: 1px solid #CCC; } HR.hr { width: 100%; height: 1px; border: 0; background-color: #8FC3F7; color: #8FC3F7; } /* generic class for removing styling from ul */ UL.nostyle { margin: 0; padding: 0; list-style: none; } /* tables where rows alternate colors */ TABLE.alternating-rows TH { padding: 6px 4px; border-top: 1px solid #8FC3F7; border-bottom: 1px solid #8FC3F7; background-color: #C5DFF9; text-align: left; } TABLE.alternating-rows TR.altrow1 { background-color: #FFF; } TABLE.alternating-rows TR.altrow2 { background-color: #EEE; } TABLE.alternating-rows TD { padding: 6px 4px; border-bottom: 1px solid #CCC; text-align: left; } /* columns for content layouts (OLD) */ DIV.columns-2 .columns-2-left { float: left; width: 49%; } DIV.columns-2 .columns-2-right { float: right; width: 49%; } DIV.columns-2-r300 { width: 720px; } DIV.columns-2-r300 .columns-2-left { float: left; width: 405px; margin-right: 15px; } DIV.columns-2-r300 .columns-2-right { float: left; width: 300px; } /* default margin for widgets */ .appwidget { position: relative; margin-bottom: 15px; } .appwidget .more-link { position: absolute; top: 6px; right: 7px; padding-left: 10px; background: url(/img/arrow-double-blue.gif?v=11518) no-repeat 0 60%; text-decoration: none; text-transform: lowercase; font-size: 11px; color: #114577 !important; } .appwidget .more-link:hover { text-decoration: underline; } /* add this class to anything to make upgrade icon appear next to it */ .upgrade-account { padding-right: 18px; background: url(/horizon/upgrade-paid-icon.gif?v=1) no-repeat right 50%; } .arrow-link, .more-link { padding-left: 12px; background: url(/img/arrow-double-black.gif?v=10472) no-repeat 0 50%; } /* Used to encapsualte message forms like Invite and Tell a Friend */ .message { margin-bottom: 15px; border: 5px solid #EEE; } .message blockquote { margin: 0; padding: 15px; border: 1px solid #AAA; } /* htdocs/moodlist.bml cgi-bin/LJ/Hooks/Login.pm cgi-bin/LJ/Widget/ContentFlagSummary.pm  */ .standout-border { padding: 6px; border: 1px solid #8FC3F7; } .standout-background { background-color: #C5DFF9; } /* Sidebars floated to the right — old Layouts htdocs/contact/index.bml htdocs/rename/index.bml cgi-bin/LJ/Widget/SubmitRequest/Support.pm */ DIV.right-sidebar { float: right; width: 300px; margin: 10px; padding: 10px; border: 1px solid #8FC3F7; background-color: #C5DFF9; color: #000; } /* htdocs/allpics.bml htdocs/tools/memories.bml  */ DIV.ad-sidebar { float: right; width: 300px; } /* Solid background headings */ H2.solid-neutral { margin: 0 0 8px 0; padding: 5px 8px; background: #EDEDED url(/img/corner.gif?v=11411) no-repeat 0 0; font-weight: bold; font-size: 14px; font-family: Arial; color: #222; } H2.solid-blue { position: relative; margin: 0 0 8px 0; padding: 5px 8px; background: #D7E7F7 url(/img/corner.gif?v=11411) no-repeat 0 0; font-weight: bold; font-size: 14px; font-family: Arial; color: #222; } .solid-neutral { background: #EDEDED; } /* Our OLD bad friends from lj_base.css --------------------------------------------------------------------- */ .lj_progresscontainer { width: 400px; height: 25px; margin: 1em; background: url(/img/progress/inactive.gif?v=6460) repeat; } .lj_progressoverlay { background: url(/img/progress/active.gif?v=6460) repeat; } .lj_progressindefinite { background-image: url(/img/progress/barber.gif?v=6460); } .helper { font-size: 0.8em; color: #666; } /* Buttons OLD -------------------------------*/ .b-btn { overflow: visible; padding: 10px 25px; border: 1px solid #518593; border-radius: 5px; cursor: pointer; background-color: #6ED1FF; background-image: -webkit-linear-gradient(top, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%); background-image: -moz-linear-gradient(top, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%); background-image: -o-linear-gradient(top, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%); background-image: linear-gradient(to bottom, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%); text-transform: uppercase; text-shadow: 1px 1px 1px #0B6294; font-weight: bold; font-size: 14px; color: #FFF; } .b-btn-disabled { border-color: #C0C0C0; background-color: #EAEAEA; background-image: -webkit-linear-gradient(top, #EAEAEA 0%, #CFCFCF 3%, #C5C5C5 100%); background-image: -moz-linear-gradient(top, #EAEAEA 0%, #CFCFCF 3%, #C5C5C5 100%); background-image: -o-linear-gradient(top, #EAEAEA 0%, #CFCFCF 3%, #C5C5C5 100%); background-image: linear-gradient(to bottom, #EAEAEA 0%, #CFCFCF 3%, #C5C5C5 100%); text-shadow: 1px 1px 1px #999; } .b-btn-tokens { margin: 30px 0 0; padding: 10px 6px 7px; border-color: #025266; background-color: #1495A7; background-image: -webkit-linear-gradient(top, #6ED6E5 0%, #1BBBD2 14%, #1BB2C8 37%, #1BA4B8 66%, #1B9EB1 83%, #1495A7 100%); background-image: -moz-linear-gradient(top, #6ED6E5 0%, #1BBBD2 14%, #1BB2C8 37%, #1BA4B8 66%, #1B9EB1 83%, #1495A7 100%); background-image: -o-linear-gradient(top, #6ED6E5 0%, #1BBBD2 14%, #1BB2C8 37%, #1BA4B8 66%, #1B9EB1 83%, #1495A7 100%); background-image: linear-gradient(to bottom, #6ED6E5 0%, #1BBBD2 14%, #1BB2C8 37%, #1BA4B8 66%, #1B9EB1 83%, #1495A7 100%); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); } /* V Gift AdNectar -------------------------------*/ .vgift-img-l { max-width: 220px; max-height: 220px; } .vgift-img-s { max-width: 100px; max-height: 100px; } /* AdNEctar style for vgift */ .i-vgift-details { position: relative; margin: 0; padding: 0; } .i-vgift-details A { position: relative; display: block; border: 0 !important; } .i-vgift-details A:hover { border: 0 !important; } .adnectar-play { position: absolute; bottom: 0; left: 0; display: block; width: 20px; height: 15px; background: url(/img/play-button.png?v=8454) no-repeat; } .appwidget-friendbirthdays .adnectar-play { display: none; } /* LJ Hidden (We haven't used it yet) -------------------------------*/ .ljhidden { position: absolute; top: 0; left: 0; display: block; width: 0; height: 0; margin: 0; padding: 0; border: 0; opacity: 0; filter: alpha(opacity=0); line-height: 0; font-size: 0.1px; } /* Look at the NaNoWriMo */ .super { vertical-align: super; font-size: .7em; } .notice { color: #f00; } .warning-background { background-image: url(/img/message-warning.gif?v=4888); } /* Disabled block --------------------------- */ /* Must be removed after implementation of Framework! */ .st-disabled { position:relative; } /* Blocking layer */ .b-blocker { position:absolute; top:0; left:0; display:none; width:100%; height:100%; } .st-disabled .b-blocker { display: block; } .b-blocker-over { z-index: 1000000000; } .b-blocker-white { background: #FFF; } .b-blocker-gray { background: #808080; } .b-blocker-gray, .b-blocker-white { opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); } /* Block for adding HTML into headers. It must be invisible, use it only for reskining */ .b-reskining-header { display: none; } /* List of [un]changed inputs --------------------------- */ /* Must be removed after implementation of Framework! */ .b-form-changelist .type-text { color:#808080; } .b-form-changelist .type-text:focus, .b-form-changelist .type-text-focus, .b-form-changelist .type-text-changed { color:#000; } /* The indicator of something new */ /* Must be removed after implementation of Framework! */ SUP.i-new { position: relative; bottom: 0.5em; padding: 0 1px; vertical-align: middle; font-size: 11px; color: #C00; } /* Reject Users in Manage Community --------------------------- */ /* Must be removed after implementation of Framework! */ .b-pending-users { float:left; margin: 0 0 1em; padding: 0; list-style: none; } .b-pending-users LI { position: relative; float: left; padding: 0 5px 0 0; } .b-pending-users LI:hover, .b-pending-users LI.hover { z-index: 2; } .b-pending-users A { border-bottom: 0 !important; text-decoration: none !important; } .b-pending-users LI SPAN { position: relative; float: left; margin: 0; } .b-pending-users LI SPAN I.i-pending-users-delim { position: relative; z-index: -1; } .b-pending-users LI:hover SPAN, .b-pending-users LI.hover SPAN { margin: -3px -18px -4px -8px; padding: 2px 17px 3px 7px; border: 1px solid #CCC; border-radius: 5px; background: #F5F5F5; } .b-pending-users LI:hover SPAN .i-pending-close, .b-pending-users LI.hover SPAN .i-pending-close { position: absolute; top: 50%; right: 6px; display: block; width: 6px; height: 7px; margin: -3px 0 0; padding: 0; cursor: pointer; background: url(/img/buttons/pending-close.gif?v=9474) no-repeat 0 0; } .b-pending-reason { clear: both; width: 99%; margin: 0 0 1em; } .i-pending-reject { float: right; margin: 0.5em 0 0; } /* Placeholder --------------------------- */ /* Must be removed after implementation of Framework! */ .placeholder { color: #A9A9A9; } .placeholder-wrapper { position: relative; display: inline-block; } .placeholder-label { position: absolute; display: none; margin: 0; padding: 0 5px; cursor: text; line-height: 1.8em; font-size: 90%; color: #A9A9A9; } /* New badge */ .b-thisisnew { display: inline; padding: 1px 4px 2px; border-radius: 3px; background: #FFF0A6; white-space: nowrap; font-size: 9px; color: #94938E; } /* MassActions --------------------------------------*/ .b-massaction { position: relative; z-index: 9; clear: both; margin: 0; padding: 1.5em 0; background-color: #B4DDFE; background-image: -webkit-linear-gradient(top, #C2EBFF 0%, #B4DDFE 100%); background-image: -moz-linear-gradient(top, #C2EBFF 0%, #B4DDFE 100%); background-image: -o-linear-gradient(top, #C2EBFF 0%, #B4DDFE 100%); background-image: linear-gradient(to bottom, #C2EBFF 0%, #B4DDFE 100%); box-shadow: 0 -2px 7px 0 rgba(0, 43, 96, 0.5); } .b-grove-3comments .b-massaction { display: none; } .s-horizon .b-massaction { margin: 0 -25px; padding: 1.15em 25px; } .s-horizon.p-footer-lite .b-massaction { margin-bottom: -1px; } .s-lanzelot .b-massaction { margin: 0 -24px; padding: 1.15em 24px; } .b-massaction-fixed { position: fixed; bottom: 0; width: 100%; } .b-singlepost .b-massaction-fixed, .p-ljtimes .b-massaction-fixed { bottom: 24px; } .s-horizon.p-footer-lite .b-massaction-fixed { margin-bottom: 0; } .ljtimes-disabled .b-massaction-fixed, .ljtimes-minimized .b-massaction-fixed { bottom: 0; } .b-massaction-checkall { display: inline; vertical-align: middle; } .b-massaction-checkall INPUT { margin: 0; } .b-massaction .b-ljbutton { position: static; margin-left: 1.5em; } .b-massaction-problems { background-color: #FFEFEF; background-image: -webkit-linear-gradient(top, #FFF6F6 0%, #FFEFEF 100%); background-image: -moz-linear-gradient(top, #FFF6F6 0%, #FFEFEF 100%); background-image: -o-linear-gradient(top, #FFF6F6 0%, #FFEFEF 100%); background-image: linear-gradient(to bottom, #FFF6F6 0%, #FFEFEF 100%); } .b-massaction-errors { display: none; margin: 0; padding: 10px 0 10px 30px; background: url(/img/icons/error-mini.png?v=15718) no-repeat 0 6px; color: #CB1427; } .b-massaction-error { margin: 0; padding: 0; } .b-massaction-problems .b-massaction-errors { display: block; } .b-massaction-preloader { position: absolute; right: 26px; bottom: 13px; display: none; width: 30px; height: 30px; margin: 0; padding: 0; background: url(/img/preloader/preloader-blue-blue.gif?v=16423) no-repeat 0 0; font: 0/0 serif; } .b-massaction-processing .b-massaction-preloader { display: block; } .b-massaction-fixed .b-massaction-preloader { position: fixed; } .ljtimes-disabled .b-massaction-fixed .b-massaction-preloader, .ljtimes-minimized .b-massaction-fixed .b-massaction-preloader { position: fixed; } @media screen and (max-width: 1300px), (max-width: 1280px) and (max-height: 800px) { .g-sensor .b-massaction-fixed, .mobile-msg .b-massaction-fixed { position: relative; bottom: auto; width: auto; } } /* Pager ( Pagination ) --------------------------------------*/ .b-pager { position: relative; margin: 0; } .b-pager-prev, .b-pager-next { display: inline-block; min-width: 150px; margin: 5px 0 0; vertical-align: top; text-transform: lowercase; color: #777; } .b-pager-prev A, .b-pager-prev A:link, .b-pager-prev A:visited, .b-pager-next A, .b-pager-next A:link, .b-pager-next A:visited, .b-singlepost .b-pager-prev A, .b-singlepost .b-pager-prev A:link, .b-singlepost .b-pager-prev A:visited, .b-singlepost .b-pager-next A, .b-singlepost .b-pager-next A:link, .b-singlepost .b-pager-next A:visited { text-decoration: underline; color: #0051B7 !important; } .b-pager-prev A:hover, .b-pager-prev A:active, .b-pager-next A:hover, .b-pager-next A:active, .b-singlepost .b-pager-prev A:hover, .b-singlepost .b-pager-prev A:active, .b-singlepost .b-pager-next A:hover, .b-singlepost .b-pager-next A:active { color: #C00 !important; } .b-pager-first .b-pager-prev A, .b-pager-first .b-pager-prev A:link, .b-pager-first .b-pager-prev A:visited, .b-pager-first .b-pager-prev A:hover, .b-pager-first .b-pager-prev A:active, .b-pager-last .b-pager-next A, .b-pager-last .b-pager-next A:link, .b-pager-last .b-pager-next A:visited, .b-pager-last .b-pager-next A:hover, .b-pager-last .b-pager-next A:active { cursor: default; text-decoration: none; color: #777 !important; } .b-reset .b-pager-strong A:link, .b-reset .b-pager-strong A:visited { color: #0051B7 !important; } .b-reset .b-pager-strong A:hover, .b-reset .b-pager-strong A:active { color: #C00 !important; } .b-reset .b-pager-strong .b-pager-page-active A:link, .b-reset .b-pager-strong .b-pager-page-active A:visited, .b-reset .b-pager-strong .b-pager-page-active A:hover, .b-reset .b-pager-strong .b-pager-page-active A:active { text-decoration: none; color: #FFF !important; } .b-reset .b-pager-strong.b-pager-first .b-pager-prev A, .b-reset .b-pager-strong.b-pager-first .b-pager-prev A:link, .b-reset .b-pager-strong.b-pager-first .b-pager-prev A:visited, .b-reset .b-pager-strong.b-pager-first .b-pager-prev A:hover, .b-reset .b-pager-strong.b-pager-first .b-pager-prev A:active, .b-reset .b-pager-strong.b-pager-last .b-pager-next A, .b-reset .b-pager-strong.b-pager-last .b-pager-next A:link, .b-reset .b-pager-strong.b-pager-last .b-pager-next A:visited, .b-reset .b-pager-strong.b-pager-last .b-pager-next A:hover, .b-reset .b-pager-strong.b-pager-last .b-pager-next A:active { cursor: default; text-decoration: none; color: #777 !important; } .b-pager-prev { margin-right: 10px; text-align: right; } .b-pager-next { margin-left: 10px; text-align: left; } .b-pager-shortcut { font-size: 86%; } .b-pager-shortcut-mac { display: none; } .b-pager-mac .b-pager-shortcut-mac { display: inline; } .b-pager-mac .b-pager-shortcut-win { display: none; } .b-pager-pages { position: relative; display: inline-block; max-width: 23em; margin: 0; padding: 8px 12px; border-radius: 5px; background-color: #B5DEFE; background-image: -webkit-linear-gradient(top, #C2EBFF 0%, #B5DEFE 100%); background-image: -moz-linear-gradient(top, #C2EBFF 0%, #B5DEFE 100%); background-image: -o-linear-gradient(top, #C2EBFF 0%, #B5DEFE 100%); background-image: linear-gradient(to bottom, #C2EBFF 0%, #B5DEFE 100%); list-style: none; text-align: center; font-weight: bold; font-size: 115%; } .b-xylem .b-pager-pages-after, .b-xylem .b-pager-pages:after { content: " "; position: absolute; top: -26px; left: 50%; display: block; width: 0; height: 0; margin: 0 0 0 -14px; padding: 0; border-width: 14px; border-style: solid; border-color: transparent transparent #C2EBFF transparent; font: 0/0 serif; } .b-pager-page { display: inline-block; min-width: 1em; margin: 0 0.1em; padding: 0.2em 0.4em 0.1em; } .b-pager-page A:link, .b-pager-page A:visited, .b-pager-page A:hover, .b-pager-page A:active { display: inline-block; min-width: 1em; margin: -0.2em -0.4em -0.1em; padding: 0.2em 0.4em 0.1em; } .b-pager-page A:hover, .b-pager-page A:active { border-radius: 5px; background-color: #FFF; background-image: -webkit-linear-gradient(top, #FFF 0%, #D9F2FF 100%); background-image: -moz-linear-gradient(top, #FFF 0%, #D9F2FF 100%); background-image: -o-linear-gradient(top, #FFF 0%, #D9F2FF 100%); background-image: linear-gradient(to bottom, #FFF 0%, #D9F2FF 100%); box-shadow: 0 1px 1px #80A5B8; } .b-pager-page-active { border-radius: 5px; background-color: #369AFF; background-image: -webkit-linear-gradient(top, #3863A0 0%, #369AFF 100%); background-image: -moz-linear-gradient(top, #3863A0 0%, #369AFF 100%); background-image: -o-linear-gradient(top, #3863A0 0%, #369AFF 100%); background-image: linear-gradient(to bottom, #3863A0 0%, #369AFF 100%); box-shadow: inset 0 0 6px #2B4C7B; color: #FFF; } .b-pager-page-active A:link, .b-pager-page-active A:visited, .b-pager-page-active A:hover, .b-pager-page-active A:active, .b-singlepost .b-pager-page-active A:link, .b-singlepost .b-pager-page-active A:visited, .b-singlepost .b-pager-page-active A:hover, .b-singlepost .b-pager-page-active A:active { border: 0; border-radius: 0; cursor: default; background: transparent; box-shadow: none; text-decoration: none; color: #FFF !important; } @media screen and (max-width: 768px) { .mobile-msg .b-pager-prev, .g-sensor .b-pager-prev, .mobile-msg .b-pager-next, .g-sensor .b-pager-next { display: block; min-width: 0; margin: 5px 0; text-align: left; } .mobile-msg .b-pager-prev BR, .g-sensor .b-pager-prev BR, .mobile-msg .b-pager-next BR, .g-sensor .b-pager-next BR, .mobile-msg .b-pager-shortcut, .g-sensor .b-pager-shortcut { display: none; } .mobile-msg .b-xylem .b-pager-pages-after, .g-sensor .b-xylem .b-pager-pages-after, .mobile-msg .b-xylem .b-pager-pages:after, .g-sensor .b-xylem .b-pager-pages:after { display: none; } } /* jQuery UI Autocomplete --------------------------------------*/ .ui-autocomplete { position: absolute; top: 21px; left: 0; z-index: 999; width: 190px; margin: 0; padding: 0; border: 1px solid #AAA; border-top: 0; background: #FFF; list-style: none; line-height: 1.4; } .ui-autocomplete LI { margin: 0; padding: 0; cursor: pointer; text-align: left; } .ui-autocomplete LI A { display: block; margin: 0; padding: 1px 10px; text-align: left; text-decoration: none; color: #000; } .ui-autocomplete .ui-state-hover { background: #EEE; } /* Drop-over --------------------------------------*/ .b-dropover-container { position: relative; z-index: 3; } .b-dropover { position: relative; top: 0; left: 0; z-index: 2; margin: -15px -15px; padding: 34px 14px 14px; border: 1px solid #C0C2C8; border-bottom-right-radius: 9px; border-bottom-left-radius: 9px; background-color: #FAFAFA; background-image: -webkit-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); background-image: -moz-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); background-image: -o-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); background-image: linear-gradient(to bottom, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); box-shadow: 0 10px 15px rgba(53, 99, 161, 0.8); list-style: none; } #js .b-dropover { position: absolute; display: none; } #js .b-dropover-open .b-dropover { display: block; } .b-dropover-close { position: absolute; top: 1px; right: 10px; z-index: 5; display: none; width: 16px; height: 16px; margin: 0; padding: 0; cursor: pointer; background: url(/img/icons/popup-close.png?v=15718) 0 0 no-repeat; font: 0/0 serif; } .b-dropover-close:hover { background-position: 0 -16px; } .b-dropover-show .b-dropover-close { display: block; } /* Update button */ .b-updater { width: 100%; padding: 8px 0; border: 0; border-bottom: 1px solid #ECECEC; cursor: pointer; background: #F7F7F7; font-size: 13px; } /* Steps --------------------------------------*/ .b-steps { position: relative; margin: 0 0 10px -9px; padding: 0; list-style: none; color: #7C7D7F; } .b-steps:before, .b-steps:after { content: ""; display: table; border-collapse: collapse; } .b-steps:after { clear: both; } .b-steps-step { position: relative; display: inline-block; margin: 0 7px 0 0; padding: 5px 9px; } .b-steps-step.active { border-radius: 0.5em; background-color: #369AFF; background-image: -webkit-linear-gradient(top, #3863A0 0%, #369AFF 100%); background-image: -moz-linear-gradient(top, #3863A0 0%, #369AFF 100%); background-image: -o-linear-gradient(top, #3863A0 0%, #369AFF 100%); background-image: linear-gradient(to bottom, #3863A0 0%, #369AFF 100%); box-shadow: inset 0 0 6px #2B4C7B; color: #FFF; } .b-steps-step.disable A, .b-tabs .b-steps-step.disable A:link, .b-tabs .b-steps-step.disable A:visited, .b-tabs .b-steps-step.disable A:hover, .b-tabs .b-steps-step.disable A:active { pointer-events: none; border-bottom: 0 !important; cursor: default; color: #000 !important; } /* Panel --------------------------------------*/ .b-panel { position: relative; margin: 0 0 120px; padding: 20px 20px 60px; border: 0; border-radius: 9px; background-color: #CDE7FE; background-image: -webkit-linear-gradient(top, #DCFBFF 0%, #CDE7FE 100%); background-image: -moz-linear-gradient(top, #DCFBFF 0%, #CDE7FE 100%); background-image: -o-linear-gradient(top, #DCFBFF 0%, #CDE7FE 100%); background-image: linear-gradient(to bottom, #DCFBFF 0%, #CDE7FE 100%); } .b-panel:before { content: " "; position: absolute; top: 50%; right: 20px; bottom: 0; left: 20px; z-index: -2; border-radius: 50px; box-shadow: 0 8px 25px rgb(128, 145, 171); } /* remove shadow on mobile */ .mobile-msg .b-panel:before, .g-sensor .b-panel:before { content: ""; display: none; } /* remove shadow on tiny screen */ @media screen and (max-width: 1000px) { .b-panel:before { content: ""; display: none; } } /* This styles was removed from screen.css --------------------------------------*/ .standout { text-align: center; } .standout .container { width: auto; margin: auto; padding: 3px; border: 1px solid #8FC3F7; background-color: #C5DFF9 !important; text-align: left; color: #000; } .standout SPAN.container { display: inline-block; padding: 8px 7px !important; } .borderedtable { border: solid 1px black; } .borderedtable th { padding-right: 10px; padding-left: 10px; border-bottom: solid 1px black; background-color: #DDD; white-space: nowrap; } .userslist-table { border: 1px solid #DDD; } .userslist-table TH { padding: 2px 10px; background: #DDD; text-align: left; white-space: nowrap; } .userslist-table TD { padding: 3px 10px; } /* file-end: stc/lj_base-app.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/lj_base-journal.css */ /* Comment Form --------------------------- */ .b-postform { min-height: 220px; } .b-qrform-alert-logcommentips { width: 70%; } .b-postform-alert-logcommentips, .b-postform-alert-nosubjecthtml, .b-postform-alert-screened, .b-postform-alert-suspended, .b-postform-alert-deleted, .b-postform-alert-banned, .b-postform-alert-notafriend, .b-postform-alert-notreg, .b-postform-alert-notmail, .b-postform-alert-regonly, .b-postform-alert-ajax, .b-postform-alert-errors { display: none; width: 70%; } /* deleted */ BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-regonly, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-regonly, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-regonly, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-regonly, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-regonly, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-regonly, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notafriend, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notreg, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notmail, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-regonly { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-logcommentips, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-logcommentips, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-logcommentips, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-logcommentips, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-logcommentips, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-logcommentips, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-logcommentips { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-deleted, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-deleted, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-deleted, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-deleted, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-deleted, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-deleted, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-deleted { display: block; } /* suspended */ BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-regonly, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-regonly, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-regonly, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-regonly, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-regonly, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-regonly, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notafriend, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notreg, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notmail, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-regonly { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-logcommentips, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-logcommentips, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-logcommentips, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-logcommentips, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-logcommentips, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-logcommentips, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-logcommentips { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-suspended, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-suspended, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-suspended, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-suspended, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-suspended, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-suspended, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-suspended { display: block; } /* banned */ BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-regonly, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-regonly, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-regonly, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-regonly, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-regonly, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-regonly, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notafriend, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notreg, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notmail, BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-regonly { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-logcommentips, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-logcommentips, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-logcommentips, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-logcommentips, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-logcommentips, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-logcommentips, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-logcommentips { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-banned, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-banned, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-banned, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-banned, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-banned, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-banned, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-banned { display: block; } /* email not confirmed */ .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-logcommentips { display: none; } .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-notmail { display: block; } /* not a friend/member */ .b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-screened, .b-postform-authtype-anonymous.b-postform-user-friendonly.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-logcommentips, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips { display: none; } .b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-notafriend, .b-postform-authtype-anonymous.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend { display: block; } /* reg users only */ .b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-screened, .b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-anon .b-postform-alert-screened, .b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-anon .b-postform-alert-screened, .b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-logcommentips, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-logcommentips, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-logcommentips, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-logcommentips, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-logcommentips, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-logcommentips, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-logcommentips, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-logcommentips { display: none; } .b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-regonly, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-notreg, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-notreg, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-notreg, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-notreg, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-notreg, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-notreg, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-notreg { display: block; } /* screening */ .b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-screened-anon .b-postform-alert-screened, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-screened-nonf .b-postform-alert-screened, .b-postform-user-screened-all .b-postform-alert-screened { display: block; } /* logging ips */ .b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-logips-anon .b-postform-alert-logcommentips, .b-postform-user-logips-all .b-postform-alert-logcommentips { display: block; } /* alert ajax */ .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-ajax, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-ajax, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-ajax, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notafriend .b-postform-alert-ajax, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-ajax, .b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-ajax, .b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-ajax { display: none; } /* talkpost_do.bml page */ .b-postform-realauth-anonymous.b-postform-authtype-anonymous .b-postform-alert-errors, .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser .b-postform-alert-errors, .b-postform-realauth-facebook.b-postform-authtype-facebook .b-postform-alert-errors, .b-postform-realauth-twitter.b-postform-authtype-twitter .b-postform-alert-errors, .b-postform-realauth-google.b-postform-authtype-google .b-postform-alert-errors, .b-postform-realauth-openid.b-postform-authtype-openid .b-postform-alert-errors, .b-postform-realauth-mailru.b-postform-authtype-mailru .b-postform-alert-errors, .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte .b-postform-alert-errors { display: block; } .b-postform-captchabox { display: none; } .b-postform-captchabox-active { display: table-row; *display: block; } .b-postform-captchabox-active #captcha-container { background: url(/img/preloader-s.gif?v=9673) no-repeat 5px 50%; } .b-postform-login-label { margin: 0; padding: 2px 0; text-align: right; vertical-align: top; } .b-postform-login-wrapper { margin: 0; padding: 0; text-align: left; vertical-align: top; } .b-postform-login { overflow: visible; position: static; display: block; width: auto; height: auto; margin: 0 0 5px; padding: 0; zoom: 1; } .b-postform-login:before, .b-postform-login:after { content: "."; display: block; height: 0; overflow: hidden; } .b-postform-login:after { clear: both; } .b-postform-ljedit { margin: 0; } .b-postform-login-services { display: none; } #js .b-postform-login-services { position: relative; float: left; display: block; width: 47px; height: 26px; margin: 1px 0 0; padding: 0; border: 1px solid transparent; border-width: 1px 1px 0; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; background: transparent; z-index: 99; } #js .b-postform-login-services-show { border-color: #CCC; background: #FFF; } BODY .b-postform-login-services-current:link, BODY .b-postform-login-services-current:visited, BODY .b-postform-login-services-current:hover, BODY .b-postform-login-services-current:active { position: absolute !important; top: 1px !important; left: 2px !important; display: block !important; float: none !important; width: 43px !important; height: 20px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: #FFF url(/img/showmore-login.gif?v=11457) no-repeat 26px 2px !important; cursor: pointer !important; text-align: left !important; text-decoration: none !important; z-index: 999; } .b-postform-login-services-current:focus { outline: 1px dotted #000; } BODY .b-postform-login-services-show .b-postform-login-services-current:link, BODY .b-postform-login-services-show .b-postform-login-services-current:visited, BODY .b-postform-login-services-show .b-postform-login-services-current:hover, BODY .b-postform-login-services-show .b-postform-login-services-current:active { left: 0 !important; width: 47px !important; height: 26px !important; background: #FFF url(/img/showmore-login.gif?v=11457) no-repeat 28px 2px !important; outline: 0; } .b-postform-login-services-current-pic { position: absolute !important; top: 0; left: -1px; display: block !important; float: none !important; width: 17px !important; height: 16px !important; padding: 1px 20px 1px 6px !important; border: 1px solid #8A8A8A !important; -moz-border-radius: 3px !important; border-radius: 3px !important; background-color: transparent; background-image: url(/img/pencil.gif?v=2135); background-repeat: no-repeat; background-position: 6px 1px; } .b-postform-login-services-show .b-postform-login-services-current-pic { left: 1px; } .b-postform-authtype-anonymous .b-postform-login-services-current-pic { background-image: url(/img/anonymous.gif?v=5110); } .b-postform-authtype-cookieuser .b-postform-login-services-current-pic { background-image: url(/img/userinfo.gif?v=17080); } .b-postform-authtype-cookieuser .b-postform-login-services-current-pic { background-image: url(/img/userinfo.gif?v=17080); } .b-postform-authtype-facebook .b-postform-login-services-current-pic { background-image: url(/img/icons/facebook-16.png?v=29916); } .b-postform-authtype-twitter .b-postform-login-services-current-pic { background-image: url(/img/icons/twitter-16.png?v=29916); } .b-postform-authtype-google .b-postform-login-services-current-pic { background-image: url(/img/icons/google-16.png?v=29916); } .b-postform-authtype-openid .b-postform-login-services-current-pic { background-image: url(/img/icons/openid-16.gif?v=17127); } .b-postform-authtype-mailru .b-postform-login-services-current-pic { background-image: url(/img/icons/mailru-16.gif?v=11910); } .b-postform-authtype-vkontakte .b-postform-login-services-current-pic { background-image: url(/img/icons/vkontakte-16.png?v=29916); } .b-postform-login-services-items { position: absolute; top: 26px; left: 0; display: block; width: auto; height: auto; margin: 0; padding: 0; border: 0; -moz-border-radius: 0; border-radius: 0; font: 11px Arial,sans-serif; white-space: nowrap; z-index: 998; } .b-postform-login-services-show .b-postform-login-services-items { position: absolute; top: 25px; left: -1px; display: block; width: auto; height: auto; margin: 0; padding: 3px 5px; border: 1px solid #CCC; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; background: #FFF !important; color: #222 !important; font: 11px Arial,sans-serif; white-space: nowrap; z-index: 998; } .b-postform-login-services-item { position: static; display: none; width: auto; height: auto; margin: 0; padding: 0; } .b-postform-login-services-show .b-postform-login-services-item { display: block; } BODY .b-postform-login-services-item A:link, BODY .b-postform-login-services-item A:visited { display: block; width: auto; height: auto; margin: 0; padding: 3px 7px 3px 3px; -moz-border-radius: 3px; border-radius: 3px; border: 0; background: #FFF; font-weight: normal; color: #222 !important; text-decoration: none !important; } BODY .b-postform-login-services-item A:hover, BODY .b-postform-login-services-item A:active, BODY .b-postform-login-services-item A:focus { display: block; width: auto; height: auto; margin: 0; padding: 3px 7px 3px 3px; -moz-border-radius: 3px; border-radius: 3px; border: 0; background: #C5E1F7; font-weight: normal; color: #222 !important; text-decoration: none !important; } .b-postform-login-services-item IMG { position: static !important; width: auto; height: auto; margin: 0 5px 0 0 !important; padding: 0 !important; vertical-align: -4px; border: 0 !important; } .b-postform-login-details { position: static; float: none; display: block; width: auto; height: auto; margin: 0; padding: 0; font: 12px/1.1 Arial,sans-serif; z-index: 98; } #js .b-postform-login-details { margin: 0 0 0 55px; } #js .b-postform-login-item { display: none; position: static; width: auto; height: auto; margin: 0; padding: 0; } #js .b-postform-authtype-anonymous .b-postform-login-anonymous, #js .b-postform-authtype-user .b-postform-login-user, #js .b-postform-authtype-cookieuser .b-postform-login-cookieuser, #js .b-postform-authtype-facebook .b-postform-login-facebook, #js .b-postform-authtype-twitter .b-postform-login-twitter, #js .b-postform-authtype-google .b-postform-login-google, #js .b-postform-authtype-openid .b-postform-login-openid, #js .b-postform-authtype-mailru .b-postform-login-mailru, #js .b-postform-authtype-vkontakte .b-postform-login-vkontakte, #js .b-postform-authtype-ljedit .b-postform-login-ljedit { display: block; } #js .b-postform-login-item .b-postform-login-radio, #js .b-postform-login-item .b-postform-login-service { display: none; } #js .b-postform-authtype-anonymous .b-postform-login-item, #js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser .b-postform-login-item, #js .b-postform-realauth-facebook.b-postform-authtype-facebook .b-postform-login-item, #js .b-postform-realauth-twitter.b-postform-authtype-twitter .b-postform-login-item, #js .b-postform-realauth-google.b-postform-authtype-google .b-postform-login-item, #js .b-postform-realauth-openid.b-postform-authtype-openid .b-postform-login-item, #js .b-postform-realauth-mailru.b-postform-authtype-mailru .b-postform-login-item, #js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte .b-postform-login-item { padding: 7px 0 0; } #js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-login-cookieuser I, #js .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-login-username, #js .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-login-username, #js .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-login-username, #js .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-login-username, #js .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-login-username, #js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-login-username, #js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-login-cookieuser I, #js .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-login-username, #js .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-login-username, #js .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-login-username, #js .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-login-username, #js .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-login-username, #js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-login-username { text-decoration: line-through; } .b-postform-login-item .i-bubble { padding: 6px 8px; font: 11px/1.1 Arial,sans-serif; color: #222; } .b-postform-login-item .i-bubble-arrow, .b-postform-login-item .i-bubble-arrow-border { margin: -6px 0 0; } /* Repost comments (Social) --------------------------- */ .b-repost-items { position: relative; margin: 10px 0; } #postform .b-repost-items { margin: 0; } .b-repost-item { margin: 0 0 5px !important; text-align: left !important; } #entry-form-wrapper .b-repost-item-dis, #entry-form-wrapper .b-repost-item-dis A:link, #entry-form-wrapper .b-repost-item-dis A:visited, #entry-form-wrapper .b-repost-item-dis A:hover, #entry-form-wrapper .b-repost-item-dis A:active, .b-repost-item .repost_disabled { color: #CCC; } #entry-form-wrapper .b-repost-item { display: inline; } .b-repost-item IMG { vertical-align: -3px; } /* Choose Facebook Repost Pic --------------------------- */ /* Must be removed after implementation of Framework! */ .b-repost-pics { display: none; position: absolute; top: -150px; left: 72px; height: 117px; padding: 27px 4px 0; z-index: 99; } #postform .b-repost-pics { left: -22px; } .b-repost-pics-bg, .b-repost-pics-l, .b-repost-pics-r, .b-repost-pics-arr { display: block; position: absolute; overflow: hidden; margin: 0; padding: 0; font: 0/0 serif; } .b-repost-pics-bg { top: 0; left: 0; width: 100%; height: 144px; background: #FFF url(/img/repost/pics-bg.png?v=9861) repeat 0 0; } .b-repost-pics-l { top: 0; left: -9px; width: 9px; height: 144px; background: url(/img/repost/pics-l.png?v=9859) repeat 0 0; } .b-repost-pics-r { top: 0; right: -9px; width: 9px; height: 144px; background: url(/img/repost/pics-r.png?v=9859) repeat 0 0; } .b-repost-pics-arr { top: 138px; left: 160px; width: 13px; height: 13px; background: url(/img/repost/pics-arr.png?v=9859) repeat 0 0; } .b-repost-pics-head, #updateForm .b-repost-pics-head { position: absolute; top: 8px; left: 4px; margin: 0; padding: 0; font-weight: bold; font-size: 12px; } .b-repost-nav, #updateForm .b-repost-nav { position: absolute; top: 8px; right: 4px; margin: 0; padding: 0; line-height: 11px; font-size: 11px; } .i-repost-nav-first, .i-repost-nav-last, .i-repost-nav-prev, .i-repost-nav-next { overflow: hidden; display: inline-block; width: 16px; height: 16px; margin: 0; padding: 0; vertical-align: -4px; background-image: url(/img/arrow-spotlight.gif?v=16423); background-repeat: no-repeat; font: 0/0 serif; cursor: pointer; } .i-repost-nav-first { margin: 0 5px 0 0; background-position: 0 -32px; } .i-repost-nav-first-dis { background-position: 0 -48px; cursor: default; } .i-repost-nav-last { margin: 0 0 0 5px; background-position: -16px -32px; } .i-repost-nav-last-dis { background-position: -16px -48px; cursor: default; } .i-repost-nav-prev { margin: 0 5px 0 0; background-position: 0 0; } .i-repost-nav-prev-dis { background-position: 0 -16px; cursor: default; } .i-repost-nav-next { margin: 0 0 0 5px; background-position: -16px 0; } .i-repost-nav-next-dis { background-position: -16px -16px; cursor: default; } .b-repost-pics-wrapper { position: relative; overflow: hidden; min-width: 222px; max-width: 454px; height: 106px; } .b-repost-pics-items, #updateForm .b-repost-pics-items { position: relative; width: 9999px; height: 106px; margin: 0 0 0 -10px; padding: 0; list-style: none; } .b-repost-pics-items SPAN, #updateForm .b-repost-pics-items SPAN { display: block; overflow: hidden; position: relative; float: left; width: 96px; height: 96px; margin: 0 0 0 10px; padding: 5px; list-style: none; text-align: center; background: url(/img/repost/pics-frame.gif?v=9859) no-repeat 0 0; cursor: pointer; } .b-repost-pics-items SPAN.b-repost-pics-no, #updateForm .b-repost-pics-items SPAN.b-repost-pics-no { color: #999; } .b-repost-pics-items SPAN:hover, #updateForm .b-repost-pics-items SPAN:hover, .b-repost-pics-items SPAN.b-repost-pics-active, #updateForm .b-repost-pics-items SPAN.b-repost-pics-active { background: url(/img/repost/pics-aframe.gif?v=9960) no-repeat 0 0; } .b-repost-pics-no EM { position: absolute; top: 50%; left: 0; width: 106px; height: 15px; margin: -7px 0 0; text-align: center; font-style: normal; } .b-repost-pics-items SPAN IMG { max-width: 96px; max-height: 96px; } /* Style for comments in Dystopia, format=light and others. */ .talk-comment-head { overflow: hidden; padding:1px 0; } .i-exp-preloader { margin: 0 0 0 5px; } /* Native Sharing */ .b-sharethis { margin: 0; padding: 0; list-style: none; color: #000; text-align: left; font: 12px/1.1 Arial,sans-serif; } .b-sharethis-head { margin: 0 0 5px; padding: 0; font: bold 15px/1.1 Arial,sans-serif; background: #FFF; color: #000; } .b-sharethis-services { margin: 0; padding: 0; list-style: none; background: transparent; color: #000; } .b-sharethis-services SPAN { display: block; margin: 0 0 0 -5px; padding: 0; } .b-sharethis-services A:link, .b-sharethis-services A:visited { display: inline-block; margin: 0; padding: 5px 5px 5px 25px; text-decoration: none !important; border: 1px solid transparent !important; border-radius: 3px; background-color: transparent; background-image: url(/img/icons/sharethis.png?v=333); background-position: 0 0; background-repeat: no-repeat; color: #000 !important; } .b-sharethis-services A:hover, .b-sharethis-services A:active { border: 1px solid #CCC !important; background-color: #F5F5F5; } /* lebedev version (november 2013) */ .b-sharethis-services-s1 A:link, .b-sharethis-services-s1 A:visited { display: block; border-radius: 0; } .b-sharethis-services-s1 A:hover, .b-sharethis-services-s1 A:active { border: 1px solid transparent !important; background-color: #C8E6FF; } .b-sharethis-services .b-sharethis-livejournal A { background-position: 5px 4px; } .b-sharethis-services .b-sharethis-facebook A { background-position: 5px -44px; } .b-sharethis-services .b-sharethis-twitter A { background-position: 5px -92px; } .b-sharethis-services .b-sharethis-digg A { background-position: 5px -140px; } .b-sharethis-services .b-sharethis-tumblr A { background-position: 5px -188px; } .b-sharethis-services .b-sharethis-stumbleupon A { background-position: 5px -236px; } .b-sharethis-services .b-sharethis-email A { background-position: 5px -286px; } .b-sharethis-services .b-sharethis-vkontakte A { background-position: 5px -332px; } .b-sharethis-services .b-sharethis-odnoklassniki A { background-position: 5px -380px; } .b-sharethis-services .b-sharethis-moimir A { background-position: 5px -428px; } /* Subject Picture Popup */ .b-subjecticons { display: none; width: 300px; margin: 0; padding: 0; } .b-subjecticons-items { margin: 0; padding: 0; list-style: none; } .b-subjecticons-item { display: inline-block; width: 32px; min-height: 32px; margin: 0; padding: 0; list-style: none; vertical-align: top; zoom: 1; *display: inline; text-align: center; } .b-subjecticon { background-image: url(/img/subjecticons.gif?v=19333); background-repeat: no-repeat; cursor: pointer; } .b-subjecticons-default {background-position: 0 0;} .b-subjecticons-sm01 {background-position: -15px 0;} .b-subjecticons-sm02 {background-position: -30px 0;} .b-subjecticons-sm03 {background-position: -45px 0;} .b-subjecticons-sm04 {background-position: -60px 0;} .b-subjecticons-sm05 {background-position: -75px 0;} .b-subjecticons-sm06 {background-position: -90px 0;} .b-subjecticons-sm07 {background-position: -105px 0;} .b-subjecticons-sm08 {background-position: -120px 0;} .b-subjecticons-sm09 {background-position: -140px 0;} .b-subjecticons-sm10 {background-position: -154px 0;} .b-subjecticons-md01 {background-position: -178px 0;} .b-subjecticons-md02 {background-position: -210px 0;} .b-subjecticons-md05 {background-position: -242px 0;} .b-subjecticons-md06 {background-position: -267px 0;} .b-subjecticons-md07 {background-position: -287px 0;} .b-subjecticons-md08 {background-position: -307px 0;} .b-subjecticons-md09 {background-position: -324px 0;} .b-subjecticons-md10 {background-position: -349px 0;} /* Donate button --------------------------- */ .lj-button, .lj-button-wrapper, .lj-button-link, .lj-button-link .lj-button-a, .lj-button-link .lj-button-b, .lj-button-link .lj-button-c, .lj-button-link .lj-button-icon { display: inline-block!important; margin: 0!important; padding: 0!important; border: none!important; text-decoration: none!important; font: 11px/22px Arial,sans-serif!important; white-space:nowrap!important; } .lj-button { vertical-align: top!important; border-radius: 3px!important; -moz-border-radius: 3px!important; -webkit-border-radius: 3px!important; } .lj-button-wrapper { border-radius: 3px 3px 0 0!important; -moz-border-radius: 3px 3px 0 0!important; -webkit-border-radius: 3px 3px 0 0!important; } A.lj-button-link, A.lj-button-link:link, A.lj-button-link:visited, A.lj-button-link:hover, A.lj-button-link:active { cursor: pointer!important; } .lj-button-link IMG { position:relative!important; top:2px!important; vertical-align: baseline!important; border: none!important; } /* light button */ .lj-button-light { border: 1px solid!important; border-color: #C9C9C9 #B4B4B4 #AAA!important; -webkit-border-radius: 2px!important; -moz-border-radius: 2px!important; border-radius: 2px!important; background-color: #CBCBCB!important; } .lj-button-light .lj-button-b { padding: 0 5px!important; -webkit-border-radius: 2px!important; -moz-border-radius: 2px!important; border-radius: 2px!important; } .lj-button-light .lj-button-b { border-right: 1px solid #AAA!important; } .lj-button-light .lj-button-b { border-right: none!important; background: #FFFFFF!important; background: -moz-linear-gradient(top, #FFFFFF 0%, #FEFEFC 10%, #FFFEFE 52%, #F2F6F1 57%, #EFEFF0 62%, #E7E8EA 76%, #E1E2E4 100%)!important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#FEFEFC), color-stop(52%,#FFFEFE), color-stop(57%,#F2F6F1), color-stop(62%,#EFEFF0), color-stop(76%,#E7E8EA), color-stop(100%,#E1E2E4))!important; background: -webkit-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important; background: -o-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important; background: -ms-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important; background: linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important; } .lj-button-light .lj-button-c { padding: 0 4px 0 6px!important; border-left: 1px solid #FEFEFE!important; } .lj-button-light A .lj-button-c { border-left: 1px solid #B4B4B4!important; } .lj-button-light .lj-button-c.empty { margin-left: -1px!important; padding: 0!important; border: none!important; } .lj-button-light A .lj-button-c.empty { margin-left: 0!important; } .lj-button-light .lj-button-link, .lj-button-light .lj-button-link:link, .lj-button-light .lj-button-link:visited, .lj-button-light .lj-button-link:hover, .lj-button-light .lj-button-link:active { text-shadow: -1px 1px 0 #DDD!important; color: #222!important; } /* embed donate button */ .lj-button-light.donate-button.embed-button { border: none!important; background-color: transparent!important; } .lj-button-light.donate-button.embed-button .lj-button-b { padding:0 5px!important; border: 1px solid!important; border-color: #C9C9C9 #B4B4B4 #AAA!important; border-radius: 2px!important; -webkit-border-radius: 2px!important; -moz-border-radius: 2px!important; } .lj-button-light.donate-button.embed-button .lj-button-icon { width: 12px!important; height: 10px!important; margin: 0 5px 0 0!important; background: url(/img/icons/donate-inactive.png?v=13054)!important; vertical-align: middle; } .lj-button-light.donate-button.embed-button A.lj-button-b { border-right: 1px solid #AAA!important; color: #222!important; } .lj-button-light.donate-button.embed-button A .lj-button-icon { background-image: url(/img/icons/donate.png?v=12515)!important; } .lj-button-light.donate-button.embed-button .lj-button-b { color: #999!important; margin: 0 5px 0 0!important; } .lj-button-light.donate-button.embed-button .lj-button-c.empty { margin: 0!important; padding: 0!important; border: none!important; } .lj-button-light.donate-button.embed-button .lj-button-c { position: relative!important; padding: 0 5px!important; border: 1px solid #CCC!important; border-radius: 3px!important; background-color: #FFF!important; color: #222!important; text-shadow: none!important; -webkit-border-radius: 3px!important; -moz-border-radius: 3px!important; } .donate-button .lj-button-c.empty .lj-button-arrow { display: none!important; } .lj-button-light.donate-button .lj-button-arrow { position: absolute!important; top: 6px!important; left: -9px!important; border: 4px solid!important; border-color: transparent #CCC transparent transparent!important; width: 0!important; height: 0!important; font-size: 0!important; } .lj-button-light.donate-button .lj-button-arrow-bg { position: absolute!important; top: -4px!important; left: -3px!important; border: 4px solid!important; border-color: transparent #FFF transparent transparent!important; width: 0!important; height: 0!important; font-size: 0!important; } /* Repost button */ .lj-button-light.repost-button { border: none!important; background-color: transparent!important; } .lj-button-light.repost-button .lj-button-a, .lj-button-light.repost-button .lj-button-c { vertical-align: middle !important; } .lj-button-light.repost-button .lj-button-b { position: relative; height: 22px!important; line-height: 22px!important; margin: 0 5px 0 0!important; padding:0 5px!important; border: 1px solid!important; border-color: #C9C9C9 #B4B4B4 #AAA!important; border-right: 1px solid #AAA!important; -webkit-border-radius: 2px!important; -moz-border-radius: 2px!important; border-radius: 2px!important; vertical-align: middle !important; text-shadow: 0 1px 0 #FFF; color: #000!important; cursor: pointer !important; } .lj-button-light.repost-button-inactive .lj-button-b { color: #999 !important; cursor: default !important; } .lj-button-light.repost-button-active .lj-button-b { display: none !important; background: #E6E7E9 !important; background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important; background-image: -webkit-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: -o-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; } .lj-button-light .lj-button-b-reposted { display: none !important; } .lj-button-light.repost-button-active .lj-button-b-reposted { display: inline-block !important; } .lj-button-light.repost-button .lj-button-icon { float: left; width: 16px!important; height: 16px!important; margin: 3px 5px 0 0!important; background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important; vertical-align: middle; } .lj-button-light.repost-button-inactive .lj-button-icon { background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important; opacity: 0.5; } .lj-button-light.repost-button .lj-button-icon-sinlge { margin: 3px 0 0!important; } .lj-button-light.repost-button .lj-button-c.empty { margin: 0!important; padding: 0!important; border: none!important; } .lj-button-light.repost-button .lj-button-c { position: relative!important; padding: 0 5px!important; border: 1px solid #CCC!important; -webkit-border-radius: 3px!important; -moz-border-radius: 3px!important; border-radius: 3px!important; background-color: #FFF!important; color: #000!important; text-shadow: 0 1px 0 #FFF !important; cursor: pointer !important; } .lj-button-light.repost-button-inactive .lj-button-c { cursor: pointer !important; } .repost-button .lj-button-c.empty .lj-button-arrow, .repost-button .lj-button-c.empty .lj-like-item-count { display: none!important; } .lj-button-light.repost-button .lj-button-arrow { position: absolute!important; top: 6px!important; left: -9px!important; border: 4px solid!important; border-color: transparent #CCC transparent transparent!important; width: 0!important; height: 0!important; font-size: 0!important; } .lj-button-light.repost-button .lj-button-arrow-bg { position: absolute!important; top: -4px!important; left: -3px!important; border: 4px solid!important; border-color: transparent #FFF transparent transparent!important; width: 0!important; height: 0!important; font-size: 0!important; } /* Paid repost button */ .lj-button-light.paidrepost-button { border: none!important; background-color: transparent!important; } .lj-button-light.paidrepost-button .lj-button-a, .lj-button-light.paidrepost-button .lj-button-c { vertical-align: middle !important; } .lj-button-light.paidrepost-button .lj-button-b { position: relative; overflow: hidden; height: 22px!important; margin: 0 5px 0 0!important; padding:0 5px!important; border: 1px solid!important; border-color: #C9C9C9 #B4B4B4 #AAA!important; border-right: 1px solid #AAA!important; line-height: 23px!important; -webkit-border-radius: 2px!important; -moz-border-radius: 2px!important; border-radius: 2px!important; vertical-align: middle !important; text-shadow: 0 1px 0 #FFF; color: #000!important; cursor: pointer !important; } .lj-button-light.paidrepost-button-inactive .lj-button-b { color: #999 !important; cursor: default !important; } .lj-button-light.paidrepost-button-active .lj-button-b { display: none !important; background: #E6E7E9 !important; background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important; background-image: -webkit-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: -o-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; } .lj-button-light .lj-button-b-reposted { display: none !important; } .lj-button-light.paidrepost-button-active .lj-button-b-reposted { display: inline-block !important; } .lj-button-light.paidrepost-button .lj-button-icon { float: left; width: 16px!important; height: 16px!important; margin: 3px 5px 0 0!important; background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important; vertical-align: middle; } .lj-button-light.paidrepost-button-inactive .lj-button-icon { background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important; opacity: 0.5; } .lj-button-light.paidrepost-button .lj-button-icon-sinlge { margin: 3px 0 0!important; } .lj-button-light.paidrepost-button .lj-button-c.empty { margin: 0!important; padding: 0!important; border: none!important; } .lj-button-light.paidrepost-button .lj-button-c { position: relative!important; padding: 0 5px!important; border: 1px solid #CCC!important; -webkit-border-radius: 3px!important; -moz-border-radius: 3px!important; border-radius: 3px!important; background-color: #FFF!important; color: #000!important; text-shadow: 0 1px 0 #FFF !important; cursor: pointer !important; } .lj-button-light.paidrepost-button-inactive .lj-button-c { cursor: pointer !important; } .paidrepost-button .lj-button-c.empty .lj-button-arrow, .paidrepost-button .lj-button-c.empty .lj-like-item-count { display: none!important; } .lj-button-light.paidrepost-button .lj-button-arrow { position: absolute!important; top: 6px!important; left: -9px!important; border: 4px solid!important; border-color: transparent #CCC transparent transparent!important; width: 0!important; height: 0!important; font-size: 0!important; } .lj-button-light.paidrepost-button .lj-button-arrow-bg { position: absolute!important; top: -4px!important; left: -3px!important; border: 4px solid!important; border-color: transparent #FFF transparent transparent!important; width: 0!important; height: 0!important; font-size: 0!important; } .paidrepost-button-label { float: left; height: 22px; margin: 0 6px 0 0; } .lj-button-light.paidrepost-button-inactive .paidrepost-button-cost { opacity: 0.4; color: #000!important; } .paidrepost-button-cost { float: right; position: relative; padding: 0 14px 0 5px; margin: 0; height: 22px; background: url(/img/icons/paidrepost.png?v=22784) no-repeat 100% 50%!important; line-height: 23px; } .paidrepost-button-cost:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; height: 100%; background: #BABABA; background-image: -moz-linear-gradient(top, #F6F6F6 0%, #BABABA 50%, #E1E2E3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(50%,#BABABA), color-stop(100%,#E1E2E3)); background-image: -webkit-linear-gradient(top, #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%); background-image: -o-linear-gradient(top, #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%); background-image: -ms-linear-gradient(top, #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%); background-image: linear-gradient(to bottom, #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%); } .paidrepost-button-cost:after { content: ""; position: absolute; top: 0; bottom: 0; left: 1px; width: 1px; height: 100%; background: #ECEDEE; background-image: -moz-linear-gradient(top, #FFF 0%, #ECEDEE 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECEDEE)); background-image: -webkit-linear-gradient(top, #FFF 0%,#ECEDEE 100%); background-image: -o-linear-gradient(top, #FFF 0%,#ECEDEE 100%); background-image: -ms-linear-gradient(top, #FFF 0%,#ECEDEE 100%); background-image: linear-gradient(to bottom, #FFF 0%,#ECEDEE 100%); } .paidrepost-button-active .paidrepost-button-cost:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; height: 100%; background: #B9B9B9; background-image: -moz-linear-gradient(top, #E4E4E4 0%, #B9B9B9 50%, #E4E4E4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(50%,#B9B9B9), color-stop(100%,#E4E4E4)); background-image: -webkit-linear-gradient(top, #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%); background-image: -o-linear-gradient(top, #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%); background-image: -ms-linear-gradient(top, #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%); background-image: linear-gradient(to bottom, #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%); } .paidrepost-button-active .paidrepost-button-cost:after { content: ""; position: absolute; top: 0; bottom: 0; left: 1px; width: 1px; height: 100%; background: #EDEDED; background-image: -moz-linear-gradient(top, #EEE 0%, #EDEDED 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#EDEDED)); background-image: -webkit-linear-gradient(top, #EEE 0%,#EDEDED 100%); background-image: -o-linear-gradient(top, #EEE 0%,#EDEDED 100%); background-image: -ms-linear-gradient(top, #EEE 0%,#EDEDED 100%); background-image: linear-gradient(to bottom, #EEE 0%,#EDEDED 100%); } /* Reposted popup */ .b-reposted-popup { margin: -5px 0 0; max-width: 600px; min-width: 300px; line-height: 22px !important; font-size: 12px !important; font-family: Arial, Verdana, sans-serif !important; } .b-reposted-popup A { font-size: 12px !important; } .b-reposted-popup A:link, .b-reposted-popup A:visited { border: none !important; text-decoration: none !important; color: #4F74AE !important; } .b-reposted-popup A:hover, .b-reposted-popup A:active { border: none !important; text-decoration: underline !important; color: #4F74AE !important; } .b-reposted-popup .b-reposted-popup-header { padding: 4px 0 6px; font-size: 15px !important; font-weight: bold !important; color: #2D2D2D !important; } .b-reposted-popup .b-reposted-popup-load { background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat 50% 30px; } .b-reposted-popup .b-reposted-popup-content { overflow-y: auto; max-height: 66px; min-width: 300px; margin: 0 -14px 6px 0; padding: 4px 0 6px; border-top: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6; color: #4F74AE !important; } .b-reposted-popup .b-reposted-popup-footer-hide { display: none; } /* LJ like buttons -----------------------------------------------*/ .lj-like { min-height: 48px; margin:12px 0!important; } .lj-like-item { display:inline-block!important; vertical-align:middle!important; margin:12px 12px 12px 0!important; } .lj-like-gag { border:1px dashed #999; border-radius:6px; } .lj-like-item DIV, .lj-like-item SPAN, .lj-like-item IFRAME, .lj-like-item-google *, .lj-like-item-tumblr A { vertical-align: middle !important; } .lj-like + BR { display: none; } /* Image & Video Placeholder */ HTML BODY * .b-mediaplaceholder:link, HTML BODY * .b-mediaplaceholder:visited, HTML BODY * .b-mediaplaceholder:hover, HTML BODY * .b-mediaplaceholder:active, HTML BODY * .b-mediaplaceholder:focus { position: relative; top: auto; left: auto; overflow: hidden; display: inline-block; width: auto; height: 37px; min-width: 142px; margin: 0 5px 0 0; padding: 0; -moz-border-radius: 0 !important; border-radius: 0 !important; border: 0 !important; vertical-align: top !important; font: 12px/14px Arial,sans-serif; text-align: center !important; text-decoration: none !important; text-shadow: none !important; text-indent: 0 !important; color: #FFF !important; cursor: pointer; *display: inline; *zoom: 1; } HTML BODY * .b-mediaplaceholder-good:link, HTML BODY * .b-mediaplaceholder-good:visited, HTML BODY * .b-mediaplaceholder-good:hover, HTML BODY * .b-mediaplaceholder-good:active, HTML BODY * .b-mediaplaceholder-good:focus { height: 35px; -moz-border-radius: 5px !important; border-radius: 5px !important; border: 1px solid #E0E0E0 !important; } .b-mediaplaceholder .b-mediaplaceholder-outer { position: absolute; top: 50%; left: 0; display: block; width: 100%; height: 37px; margin: -19px 0 0; padding: 0; cursor: pointer; } .b-mediaplaceholder .b-mediaplaceholder-inner { position: relative; top: auto; left: auto; display: inline-block; min-width: 80px; height: 35px; margin: 0; padding: 0 20px 0 40px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid rgb(220,220,220) !important; border: 1px solid rgba(220,220,220,0.35) !important; background: rgb(0,0,0) !important; background: rgba(0,0,0,0.35) !important; line-height: 35px; text-align: left !important; cursor: pointer; *zoom: 1; } HTML BODY * .b-mediaplaceholder:hover .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder:active .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder:focus .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder-processing:link .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder-processing:visited .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder-processing:hover .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder-processing:active .b-mediaplaceholder-inner, HTML BODY * .b-mediaplaceholder-processing:focus .b-mediaplaceholder-inner { border: 1px solid rgb(220,220,220) !important; border: 1px solid rgba(220,220,220,0.45) !important; background: rgb(0,0,0) !important; background: rgba(0,0,0,0.45) !important; } .b-mediaplaceholder .b-mediaplaceholder-pic { overflow: hidden; position: absolute; top: 50%; left: 20px; display: block; margin: 0; padding: 0; background: url(/img/mediaplaceholder.png?v=11488) no-repeat 0 0; font: 0/0 serif; cursor: pointer; } .b-mediaplaceholder-photo .b-mediaplaceholder-pic { width: 13px; height: 11px; margin-top: -6px; background-position: 0 -50px; } .b-mediaplaceholder-video .b-mediaplaceholder-pic { width: 12px; height: 13px; margin-top: -7px; background-position: 0 -37px; } .b-mediaplaceholder-processing .b-mediaplaceholder-pic { width: 11px; height: 3px; margin-top: -2px; background: url(/img/preloader-s.gif?v=9673) no-repeat 0 0; } .b-mediaplaceholder .b-mediaplaceholder-label { display: none; position: static; top: auto; left: auto; width: auto; height: auto; margin: 0; padding: 0; cursor: pointer; } .b-mediaplaceholder .b-mediaplaceholder-view, .b-mediaplaceholder-processing .b-mediaplaceholder-loading { display: inline; } .b-mediaplaceholder-processing .b-mediaplaceholder-view { display: none; } HTML BODY * .b-mediaplaceholder-external:link, HTML BODY * .b-mediaplaceholder-external:visited, HTML BODY * .b-mediaplaceholder-external:hover, HTML BODY * .b-mediaplaceholder-external:active, HTML BODY * .b-mediaplaceholder-external:focus { position: relative; top: auto; left: auto; display: inline-block; width: 35px; height: 37px; margin: 0 10px 0 0; padding: 0; vertical-align: top !important; border: 0 !important; font: 10px/1 Arial,sans-serif; text-align: left; text-decoration: none !important; text-shadow: none; color: #FFF !important; cursor: pointer; *display: inline; *zoom: 1; } HTML#js BODY * .b-mediaplaceholder-external:link, HTML#js BODY * .b-mediaplaceholder-external:visited, HTML#js BODY * .b-mediaplaceholder-external:hover, HTML#js BODY * .b-mediaplaceholder-external:active, HTML#js BODY * .b-mediaplaceholder-external:focus { display: none; } .b-mediaplaceholder-external .b-mediaplaceholder-bg { overflow: hidden; position: absolute; top: 0; left: 0; opacity: 0.25; display: block; width: 35px; height: 37px; margin: 0; padding: 0; background: url(/img/mediaplaceholder.png?v=11488) no-repeat 0 0; font: 0/0 serif; } .b-mediaplaceholder-external:hover .b-mediaplaceholder-bg { opacity: 0.35; } .b-mediaplaceholder-external .b-mediaplaceholder-pic { overflow: hidden; position: absolute; top: 10px; left: 12px; display: block; width: 16px; height: 16px; margin: 0; padding: 0; background: url(/img/mediaplaceholder.png?v=11488) no-repeat -19px -37px; font: 0/0 serif; } .b-mediaplaceholder-external .b-mediaplaceholder-arr { border-right: 5px solid rgba(0,0,0,0.25); } .b-mediaplaceholder-external .b-mediaplaceholder-inner { display: none !important; } /* LJSUP-14684: [Journal, feed] Display GitHub gists */ .gist .line-pre, .gist .line-numbers { line-height: 22px !important; } /* UPD: LJSUP-16343 (LJSV-2616: Content placeholder) -----------------------------------------------*/ .b-contentplaceholder { position: static !important; display: block !important; width: 60% !important; height: auto; margin: 1em auto !important; padding: 2em 3em !important; background: #EEE !important; border-radius: 1em; color: #333 !important; } .b-contentplaceholder-title { margin: 0 0 0.3em !important; padding: 0 !important; font: bold 23px/1.1 Arial, Tahoma, sans-serif !important; } .b-contentplaceholder-451 .b-contentplaceholder-title { margin-left: -20px !important; padding-left: 20px !important; background: url(/img/icons/lock-16-gray.gif?v=1) no-repeat 0 50% !important; } .b-contentplaceholder-text { font: 16px/1.4 Arial, Tahoma, sans-serif !important; } .b-contentplaceholder-text .b-helplink { vertical-align: text-top; } .b-contentplaceholder-comment { display: inline-block !important; width: auto !important; margin: 0 !important; padding: 0.5em 1em 0.5em 2em !important; border-radius: 0.5em; background: #EEE url(/img/icons/lock-16-gray.gif?v=1) no-repeat 0.6em 45% !important; } /* LJSUP-14995: Remove Google ReCaptcha Iframes (for height removing) */ iframe[src="about:blank"] { display: none; } /* LJSUP-14684: [Journal, feed] Display GitHub gists. Replaceable link */ .b-replaceable-link { font-weight: bold; } .b-replaceable-link:before { display: inline; content: '\28'; } .b-replaceable-link:after { display: inline; content: '\29'; } /* file-end: stc/lj_base-journal.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/popup/popupus.css */ /* LJSUP-15116 General styles for pupupus ----------------------------------------*/ .b-popupus { position: absolute; margin: 0; padding: 0; border: 2px solid; border-radius: 10px; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } BODY .b-popupus .b-popup-outer { margin: 0; padding: 15px; border: 0; -webkit-border-radius: 8px; border-radius: 8px; background: #FFF; *zoom: 1; } BODY .b-popupus .b-popup-inner { margin: 0; padding: 0; border: 0; -webkit-border-radius: 0; border-radius: 0; } /* Arrows ----------------------------------------*/ /* Top Side */ BODY .b-popupus .i-popup-arrtl.i-popup-arr, BODY .b-popupus .i-popup-arrtr.i-popup-arr { border-right: 15px solid transparent; border-bottom: 15px solid; border-left: 15px solid transparent; } /* Bottom Side */ BODY .b-popupus .i-popup-arrbl.i-popup-arr, BODY .b-popupus .i-popup-arrbr.i-popup-arr { border-top: 15px solid; border-right: 15px solid transparent; border-left: 15px solid transparent; } /* Left Side */ BODY .b-popupus .i-popup-arrlt.i-popup-arr, BODY .b-popupus .i-popup-arrlb.i-popup-arr { border-top: 15px solid transparent; border-right: 15px solid; border-bottom: 15px solid transparent; } /* Right Side */ BODY .b-popupus .i-popup-arrrt.i-popup-arr, BODY .b-popupus .i-popup-arrrb.i-popup-arr { border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid; } /* Arrows Outers ----------------------------------------*/ /* Top Side */ BODY .b-popupus .i-popup-arrtl .i-popup-arr-brdr-outer, BODY .b-popupus .i-popup-arrtr .i-popup-arr-brdr-outer { top: 3px; left: -15px; border-right: 15px solid transparent; border-bottom: 15px solid #FFF; border-left: 15px solid transparent; } /* Bottom Side */ BODY .b-popupus .i-popup-arrbl .i-popup-arr-brdr-outer, BODY .b-popupus .i-popup-arrbr .i-popup-arr-brdr-outer { bottom: 3px; left: -15px; border-top: 15px solid #FFF; border-right: 15px solid transparent; border-left: 15px solid transparent; } /* Left Side */ BODY .b-popupus .i-popup-arrlt .i-popup-arr-brdr-outer, BODY .b-popupus .i-popup-arrlb .i-popup-arr-brdr-outer { top: -15px; left: 3px; border-top: 15px solid transparent; border-right: 15px solid #FFF; border-bottom: 15px solid transparent; } /* Right Side */ BODY .b-popupus .i-popup-arrrt .i-popup-arr-brdr-outer, BODY .b-popupus .i-popup-arrrb .i-popup-arr-brdr-outer { top: -15px; right: 3px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #FFF; } /* Arrows inner ----------------------------------------*/ BODY .b-popupus .i-popup-arr-brdr-inner { display: none; } BODY .b-popupus .i-popup-arr-bg { display: none; } /* Arrows position ----------------------------------------*/ BODY .b-popupus .i-popup-arrtl { top: -15px; left: 50px; } BODY .b-popupus .i-popup-arrtr { top: -15px; right: 50px; } BODY .b-popupus .i-popup-arrbl { bottom: -15px; left: 50px; } BODY .b-popupus .i-popup-arrbr { right: 50px; bottom: -15px; } BODY .b-popupus .i-popup-arrlt { top: 50px; left: -15px; } BODY .b-popupus .i-popup-arrlb { bottom: 50px; left: -15px; } BODY .b-popupus .i-popup-arrrt { top: 50px; right: -15px; } BODY .b-popupus .i-popup-arrrb { right: -15px; bottom: 50px; } /* Close button ----------------------------------------*/ .b-popupus .i-popup-close { position: absolute; top: 10px; right: 10px; width: 16px; height: 16px; margin: 0; padding: 0; background: url(/img/icons/popup-close.png?v=15718) 0 0 no-repeat; font: 0/0 serif; } .b-popupus .i-popup-close:hover { background-position: 0 -16px; } /* LJSV-2573 Confirm Popup ----------------------------------------*/ BODY .b-popupus-confirm { -webkit-box-shadow: none; box-shadow: none; } .b-popupus-confirm .b-dialog-footer .b-ljbutton { margin-right: 0.5em; margin-left: 0.5em; } /* file-end: stc/popup/popupus.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/popup/popupus-blue.css */ /* LJSUP-15116 Colors mod for pupupus ----------------------------------------*/ .b-popupus-blue { border-color: #1F4C9E; -webkit-box-shadow: 0 10px 40px #6E8BB7; box-shadow: 0 10px 40px #6E8BB7; } BODY .b-popupus-blue .b-popup-outer { background-image: -webkit-linear-gradient(top, #FFF 0%, #E1E2E6 100%); background-image: -moz-linear-gradient(top, #FFF 0%, #E1E2E6 100%); background-image: -o-linear-gradient(top, #FFF 0%, #E1E2E6 100%); background-image: linear-gradient(to bottom, #FFF 0%, #E1E2E6 100%); } /* Background Fix for Horizontal Arrows on Popup Problem: gradient background do not compare on solid arrow background Fix: two backgrounds (from top to 50% height and from bottom to 50%) with 80px solid colors ----------------------------------------*/ .b-popupus-horizontal { } BODY .b-popupus-horizontal.b-popupus-blue .b-popup-outer { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUyZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background-image: -webkit-linear-gradient(top, #FFF 0%, #FFF 80px, #F0F0F0 51%, transparent 51%, transparent 100%), -webkit-linear-gradient(bottom, #E1E2E6 0%, #E1E2E6 80px, #F0F0F0 51%, transparent 51%, transparent 100%); background-image: -moz-linear-gradient(top, #FFF 0%, #FFF 80px, #F0F0F0 51%, transparent 51%, transparent 100%), -moz-linear-gradient(bottom, #E1E2E6 0%, #E1E2E6 80px, #F0F0F0 51%, transparent 51%, transparent 100%); background-image: -o-linear-gradient(top, #FFF 0%, #FFF 80px, #F0F0F0 51%, transparent 51%, transparent 100%), -o-linear-gradient(bottom, #E1E2E6 0%, #E1E2E6 80px, #F0F0F0 51%, transparent 51%, transparent 100%); background-image: linear-gradient(top, #FFF 0%, #FFF 80px, #F0F0F0 51%, transparent 51%, transparent 100%), linear-gradient(bottom, #E1E2E6 0%, #E1E2E6 80px, #F0F0F0 51%, transparent 51%, transparent 100%); } /* Arrow ----------------------------------------*/ /* Top Side */ BODY .b-popupus-blue .i-popup-arrtl.i-popup-arr, BODY .b-popupus-blue .i-popup-arrtr.i-popup-arr { border-bottom-color: #1F4C9E; } /* Bottom Side */ BODY .b-popupus-blue .i-popup-arrbl.i-popup-arr, BODY .b-popupus-blue .i-popup-arrbr.i-popup-arr { border-top-color: #1F4C9E; } /* Left Side */ BODY .b-popupus-blue .i-popup-arrlt.i-popup-arr, BODY .b-popupus-blue .i-popup-arrlb.i-popup-arr { border-right-color: #1F4C9E; } /* Right Side */ BODY .b-popupus-blue .i-popup-arrrt.i-popup-arr, BODY .b-popupus-blue .i-popup-arrrb.i-popup-arr { border-left-color: #1F4C9E; } /* Arrow outers ----------------------------------------*/ /* Top Side */ BODY .b-popupus-blue .i-popup-arrtl .i-popup-arr-brdr-outer, BODY .b-popupus-blue .i-popup-arrtr .i-popup-arr-brdr-outer { border-bottom-color: #FFF; } /* Bottom Side */ BODY .b-popupus-blue .i-popup-arrbl .i-popup-arr-brdr-outer, BODY .b-popupus-blue .i-popup-arrbr .i-popup-arr-brdr-outer { border-top-color: #E1E2E6; } /* Left Side */ BODY .b-popupus-blue .i-popup-arrlt .i-popup-arr-brdr-outer { border-right-color: #FFF; } BODY .b-popupus-blue .i-popup-arrlb .i-popup-arr-brdr-outer { border-right-color: #E1E2E6; } /* Right Side */ BODY .b-popupus-blue .i-popup-arrrt .i-popup-arr-brdr-outer { border-left-color: #FFF; } BODY .b-popupus-blue .i-popup-arrrb .i-popup-arr-brdr-outer { border-left-color: #E1E2E6; } /* file-end: stc/popup/popupus-blue.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/updateform.css */ /* update page and commenting form */ .b-updateform { margin: 0; z-index: 1; } /* buttons bar */ .b-updateform-bar { position: relative; width: 100%; height: 39px; margin: 0; padding: 0; border: 1px solid #999; border-bottom: 0; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing: border-box; box-sizing: border-box; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; background: #F3FAFF; background: #F3FAFF url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2ZhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: #F3FAFF -moz-linear-gradient(top, #FFF 0%, #F3FAFF 100%); background: #F3FAFF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F3FAFF)); background: #F3FAFF -webkit-linear-gradient(top, #FFF 0%,#F3FAFF 100%); background: #F3FAFF -o-linear-gradient(top, #FFF 0%,#F3FAFF 100%); background: #F3FAFF linear-gradient(top, #FFF 0%,#F3FAFF 100%); font: 11px/12px Arial, sans-serif; *zoom: 1; } .b-updateform-bar:before, .b-updateform-bar:after { display: table; border-collapse: collapse; content: ""; } .b-updateform-bar:after { clear: both; } /* hide without js */ .b-watering .b-updateform-bar { display: none; } #js .b-watering .b-updateform-bar { display: block; } /* buttons on bar */ .b-updateform-buttons { display: none; float: left; height: 34px; margin: 0; padding: 4px 0 0; list-style: none; } #js .b-updateform-buttons { display: block; } .b-updateform-buttons-item, .b-singlepost .b-updateform-buttons-item, .b-updatepage .b-updateform-buttons-item { float: left; display: inline-block; height: 16px; padding: 7px 4px 7px 6px; vertical-align: top; white-space: nowrap; font: 11px/12px Arial, sans-serif; } .b-updateform-button, .b-updateform-button:link, .b-updateform-button:visited, .b-updateform-button:hover, .b-updateform-button:active { position: relative; display: inline-block; width: 16px; height: 16px; margin: 0; padding: 0; border: 0; vertical-align: middle; white-space: nowrap; text-decoration: none; cursor: pointer; color: #369 !important; } .b-singlepost .b-updateform-button:link, .b-singlepost .b-updateform-button:visited, .b-singlepost .b-updateform-button:hover, .b-singlepost .b-updateform-button:active, .b-updatepage .b-updateform-button:link, .b-updatepage .b-updateform-button:visited, .b-updatepage .b-updateform-button:hover, .b-updatepage .b-updateform-button:active { text-decoration: none; color: #369 !important; } .b-updateform-button:hover, .b-updateform-button:active { color: #C00 !important; } .b-updateform-button:focus { outline: thin dotted; } .b-updateform-button-strikethrough:link, .b-updateform-button-strikethrough:visited, .b-updateform-button-strikethrough:hover, .b-updateform-button-strikethrough:active { width: 32px; } .b-updateform-button-poll, .b-updateform-button-poll:link, .b-updateform-button-poll:visited, .b-updateform-button-poll:hover, .b-updateform-button-poll:active, .b-updateform-button-spell:link, .b-updateform-button-spell:visited, .b-updateform-button-spell:hover, .b-updateform-button-spell:active { display: none; } #js .b-updateform-button-poll, #js .b-updateform-button-spell { display: inline-block; } .b-updateform-button-title { display: none; margin: 0; } .b-updateform-autoformat .b-updateform-button-title { display: inline; } .b-updateform-button-pic { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 16px; font: 0/0 serif; background-image: url(/js/ckeditor/skins/v2_lj/icons-new.png?v=28859); background-repeat: no-repeat; background-position: 0 0; } .b-updateform-button-bold .b-updateform-button-pic { background-position: 0 0; } .b-updateform-button-italic .b-updateform-button-pic { background-position: 0 -16px; } .b-updateform-button-underline .b-updateform-button-pic { background-position: 0 -32px; } .b-updateform-button-strikethrough .b-updateform-button-pic { width: 32px; background-position: 0 -48px; } .b-updateform-button-link .b-updateform-button-pic { background-position: 0 -80px; } .b-updateform-button-photo .b-updateform-button-pic { background-position: 0 -128px; } .b-updateform-button-video .b-updateform-button-pic { background-position: 0 -112px; } .b-updateform-button-user .b-updateform-button-pic { background-position: 0 -96px; } .b-updateform-button-font .b-updateform-button-pic { background-position: 0 -320px; } .b-updateform-button-color .b-updateform-button-pic { background-position: 0 -64px; } .b-updateform-button-like .b-updateform-button-pic { background-position: 0 -144px; } .b-updateform-button-cut .b-updateform-button-pic { background-position: 0 -160px; } .b-updateform-button-spoiler .b-updateform-button-pic { background-position: 0 -336px; } .b-updateform-button-map .b-updateform-button-pic { background-position: 0 -416px; } .b-updateform-button-poll .b-updateform-button-pic { background-position: 0 -176px; } .b-updateform-button-spell .b-updateform-button-pic { top: 3px; background-position: 0 -352px; } .b-updateform-button-spell.active .b-updateform-button-pic { background-position: 0 -368px; } .b-updateform-autoformat { position: relative; display: inline-block; min-height: 1.2em; margin: 0; padding: 0; border: 0; vertical-align: middle; white-space: nowrap; text-decoration: none; cursor: pointer; color: #000; } .b-updateform-button-check { margin: 0 1px 0 0; *vertical-align: -3px; } .b-updateform-buttons-firstsection { margin-left: 2px; padding-right: 6px; border-right: 1px solid #999; } .b-updateform-buttons-firstsection, .b-updateform-buttons-secondsection { padding-right: 6px; } .b-updateform-buttons-secondsection, .b-updateform-buttons-thirdsection { margin-left: 4px; } .b-updateform-buttons-secondsection { border-right: 1px solid #999; } .b-updateform-buttons-aside { display: block; float: right; margin-right: 2px; } .b-updateform-buttons-firstsection:before, .b-updateform-buttons-firstsection:after { content: " "; position: absolute; bottom: 0; display: block; width: 1px; height: 24px; margin: 0; padding: 0; background: #999; background: #999 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2ZhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: #999 -moz-linear-gradient(top, #999 0%, #F3FAFF 100%); background: #999 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#F3FAFF)); background: #999 -webkit-linear-gradient(top, #999 0%,#F3FAFF 100%); background: #999 -o-linear-gradient(top, #999 0%,#F3FAFF 100%); background: #999 linear-gradient(top, #999 0%,#F3FAFF 100%); font: 0/0 serif; } .b-updateform-buttons-firstsection:before { left: -1px; } .b-updateform-buttons-firstsection:after { right: -1px; } /* text area */ .b-updateform-textarea { width: 100%; height: 33em; opacity: 1; margin: 2px 0 0; padding: 5px; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing: border-box; box-sizing: border-box; resize: vertical; font: 1em/1.2 Arial,sans-serif; *padding: 0; *margin: 0; } /* font for update.bml */ .b-updatepage .b-updateform-textarea { outline: none; padding: 10px 8px; *padding: 0; font: 1.0em/1.4 Consolas,"Liberation Mono",Courier,monospace,sans-serif; } /* updateform bubbles */ .b-bubble-link, .b-bubble-photo, .b-bubble-video, .b-bubble-like, .b-bubble-poll, .b-bubble-cut, .b-bubble-spoiler, .b-bubble-map, .b-bubble-user, .b-bubble-font, .b-bubble-like, .b-bubble-color { } /* bubble wrapper */ .b-bubble-link .b-updateform-bubble-wrapper, .b-bubble-font .b-updateform-bubble-wrapper, .b-bubble-color .b-updateform-bubble-wrapper, .b-bubble-photo .b-updateform-bubble-wrapper, .b-bubble-video .b-updateform-bubble-wrapper, .b-bubble-user .b-updateform-bubble-wrapper, .b-bubble-cut .b-updateform-bubble-wrapper, .b-bubble-spoiler .b-updateform-bubble-wrapper, .b-bubble-map .b-updateform-bubble-wrapper, .b-bubble-like .b-updateform-bubble-wrapper, .b-bubble-poll .b-updateform-bubble-wrapper { position: relative; *zoom: 1; } /* input in bubble */ .b-updateform-bubble-input-wrapper { position: relative; display: inline-block; margin: 0; } /* head in bubble */ .b-updateform-bubble-head { margin: 0 0 10px; } /* hint in bubble */ .b-updateform-bubble-hint { position: relative; overflow: hidden; display: block; margin: 2px 0 0; padding: 0 0 1px; border-color: #D4D4D6; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; color: #999; *zoom: 1; } /* example in bubble */ .b-updateform-bubble-example { border-bottom: 1px dotted; cursor: pointer; } .b-updateform-bubble-example:hover, .b-updateform-bubble-example:active { color: #C00; } /* warning in bubble */ .b-updateform-bubble-warning { display: none; } .b-bubble-error .b-updateform-bubble-warning { display: block; } /* insert link */ .b-bubble-link { width: 550px; } .b-bubble-link .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-link-fields { text-align: left; } .b-bubble-link .b-updateform-bubble-input { width: 510px; margin: 3px 0; } .b-bubble-link .b-updateform-bubble-option { display: inline-block; margin: 3px 0 0; } .b-bubble-link .b-updateform-bubble-checkbox { margin: 0 5px 0 0; } .b-updateform-bubble-link-empty .b-updateform-bubble-option-label { opacity: 0.5; } .b-updateform-bubble-link-button { text-align: right; } .b-updateform-bubble-link-button .b-ljbutton { margin-right: 1em; } /* LJSUP-15027 show-hide remove link */ .b-bubble-link .b-updateform-bubble-link-button-remove { display: none; } .b-updateform-bubble-link-edit .b-updateform-bubble-link-button-remove { display: inline-block; } /* insert photo */ .b-bubble-photo { width: 550px; } .b-bubble-photo .b-updateform-bubble-wrapper { position: relative; margin: 0; } .b-updateform-bubble-photo-pic { float: left; width: 100px; height: 100px; -webkit-box-shadow: 0 0 10px #BBB; -moz-box-shadow: 0 0 10px #BBB; box-shadow: 0 0 10px #BBB; background: #FFF; } .b-bubble-photo-preload .b-updateform-bubble-photo-pic { background: #FFF url(/img/preloader/preloader-circle.gif?v=15772) no-repeat 50% 50%; } .b-updateform-bubble-photo-inner { display: block; display: table-cell; width: 100px; height: 100px; margin: 0; padding: 0; border-collapse: collapse; vertical-align: middle; text-align: center; *display: block; } .b-updateform-bubble-photo-preview { display: inline; max-width: 100px; max-height: 100px; text-align: center; } .b-updateform-bubble-photo-fields { float: right; width: 400px; margin: 0; padding: 0; text-align: left; } .b-bubble-photo .b-updateform-bubble-input { width: 395px; margin: 3px 0; } .b-updateform-bubble-photo-button { clear: both; font-size: 90%; text-align: right; } /* insert video */ .b-bubble-video { width: 550px; } .b-bubble-video .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-video-fields { text-align: left; } .b-bubble-video .b-updateform-bubble-input { width: 510px; margin: 3px 0; resize: vertical; } .b-bubble-video A, .b-bubble-video A:link, .b-bubble-video A:visited, .b-bubble-video A:hover, .b-bubble-video A:active { border-bottom: 1px dotted; cursor: pointer; text-decoration: none; color: #999 !important; } .b-bubble-video A:hover, .b-bubble-video A:active { color: #C00; } .b-updateform-bubble-video-button { text-align: right; } /* insert username */ .b-bubble-user { width: 280px; } .b-bubble-user .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-user-fields { text-align: left; } .b-bubble-user .b-updateform-bubble-input, .b-bubble-user .b-updateform-bubble-input[type="text"] { width: 220px; margin: 3px 0; padding: 3px 2px 3px 22px; font-weight: bold; color: #0051B7; } .b-updateform-bubble-input-username .b-updateform-bubble-input-pic { position: absolute; top: 50%; left: 5px; width: 16px; height: 16px; margin: -8px 0 0; padding: 0; background: url(/img/userinfo.gif?v=17080) no-repeat 0 0; font: 0/0 serif; } /* error */ .b-bubble-user .b-updateform-bubble-error .b-updateform-bubble-input, .b-bubble-user .b-updateform-bubble-error .b-updateform-bubble-input[type="text"] { color: #F00; } /* title */ .b-updateform-bubble-input-title { display: none; margin: 10px 0 0; } .b-updateform-bubble-user-edit .b-updateform-bubble-input-title { display: block; } .b-bubble-user .b-updateform-bubble-input-title .b-updateform-bubble-input, .b-bubble-user .b-updateform-bubble-input-title .b-updateform-bubble-input[type="text"] { width: 240px; padding-left: 2px; } .b-updateform-bubble-user-button { text-align: right; } .b-updateform-bubble-user-button-save, .b-updateform-bubble-user-edit .b-updateform-bubble-user-button-insert { display: none; } .b-updateform-bubble-user-edit .b-updateform-bubble-user-button-save { display: inline; } /* insert cut, spoiler, map */ .b-bubble-cut, .b-bubble-map, .b-bubble-spoiler { width: 280px; } .b-bubble-cut .b-updateform-bubble-wrapper, .b-bubble-map .b-updateform-bubble-wrapper, .b-bubble-spoiler .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-cut-fields, .b-updateform-bubble-map-fields, .b-updateform-bubble-spoiler-fields { margin: 0 0 10px; text-align: left; } .b-bubble-cut .b-updateform-bubble-input, .b-bubble-map .b-updateform-bubble-input, .b-bubble-spoiler .b-updateform-bubble-input { width: 240px; margin: 3px 0; padding: 3px 2px; } .b-updateform-bubble-cut-button, .b-updateform-bubble-map-button, .b-updateform-bubble-spoiler-button { text-align: right; } /* insert like button */ .b-bubble-like { width: 180px; } .b-bubble-like .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-like-fields { margin: 0 0 10px; padding: 0; list-style: none; font: 10px/1 sans-serif; text-align: left; } .b-updateform-bubble-like-field { position: relative; margin: 0 0 10px; padding: 0 0 0 20px; } .b-updateform-bubble-like-checkbox { position: absolute; top: 50%; left: 0; margin: -5px 0 0; } .b-updateform-bubble-like-label { overflow: hidden; position: relative; display: inline-block; margin: 0; } .b-updateform-bubble-like-icon { display: block; position: absolute; top: 0; left: 0; margin: 0; padding: 0; background-image: url(/img/icons/likes.png?v=24982); background-repeat: no-repeat; } .b-updateform-bubble-like-facebook { height: 20px; } .b-updateform-bubble-like-facebook .b-updateform-bubble-like-label, .b-updateform-bubble-like-facebook .b-updateform-bubble-like-icon { width: 92px; height: 20px; } .b-updateform-bubble-like-facebook .b-updateform-bubble-like-icon { background-position: 0 0; } .b-updateform-bubble-like-twitter { height: 20px; } .b-updateform-bubble-like-twitter .b-updateform-bubble-like-label, .b-updateform-bubble-like-twitter .b-updateform-bubble-like-icon { width: 55px; height: 20px; } .b-updateform-bubble-like-twitter .b-updateform-bubble-like-icon { background-position: -93px 0; } .b-updateform-bubble-like-google { height: 20px; } .b-updateform-bubble-like-google .b-updateform-bubble-like-label, .b-updateform-bubble-like-google .b-updateform-bubble-like-icon { width: 32px; height: 20px; } .b-updateform-bubble-like-google .b-updateform-bubble-like-icon { background-position: -149px 0; } .b-updateform-bubble-like-vkontakte { height: 22px; } .b-updateform-bubble-like-vkontakte .b-updateform-bubble-like-label, .b-updateform-bubble-like-vkontakte .b-updateform-bubble-like-icon { width: 40px; height: 22px; } .b-updateform-bubble-like-vkontakte .b-updateform-bubble-like-icon { background-position: -182px 0; } .b-updateform-bubble-like-surfingbird { height: 20px; } .b-updateform-bubble-like-surfingbird .b-updateform-bubble-like-label, .b-updateform-bubble-like-surfingbird .b-updateform-bubble-like-icon { width: 49px; height: 20px; } .b-updateform-bubble-like-surfingbird .b-updateform-bubble-like-icon { background-position: -360px 0; } .b-updateform-bubble-like-tumblr { height: 20px; } .b-updateform-bubble-like-tumblr .b-updateform-bubble-like-label, .b-updateform-bubble-like-tumblr .b-updateform-bubble-like-icon { width: 62px; height: 20px; } .b-updateform-bubble-like-tumblr .b-updateform-bubble-like-icon { background-position: -410px 0; } .b-updateform-bubble-like-livejournal { height: 24px; } .b-updateform-bubble-like-livejournal .b-updateform-bubble-like-label, .b-updateform-bubble-like-livejournal .b-updateform-bubble-like-icon { width: 67px; height: 24px; } .b-updateform-bubble-like-livejournal .b-updateform-bubble-like-icon { background-position: -223px 0; } .b-updateform-bubble-like-repost { height: 24px; } .b-updateform-bubble-like-repost .b-updateform-bubble-like-label, .b-updateform-bubble-like-repost .b-updateform-bubble-like-icon { width: 68px; height: 24px; } .b-updateform-bubble-like-repost .b-updateform-bubble-like-icon { background-position: -291px 0; } .b-updateform-bubble-like-help { margin: 0 0 20px; } .b-updateform-bubble-like-help .b-helplink { margin: 0 0 0 18px; } .b-updateform-bubble-like-button { margin: 0 0 0 12px; } /* insert poll */ .b-bubble-poll { width: 550px; } .b-bubble-poll .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-poll-head { margin: 0; } .b-updateform-bubble-poll-warning { display: none; } .b-updateform-bubble-poll-disabled .b-updateform-bubble-poll-warning { display: block; } .b-updateform-bubble-poll-disabled .b-updateform-bubble-poll-settings, .b-updateform-bubble-poll-disabled .b-updateform-bubble-poll-fields, .b-updateform-bubble-poll-disabled .b-updateform-bubble-poll-manage, .b-updateform-bubble-poll-disabled .b-updateform-bubble-poll-button { display: none; } .b-updateform-bubble-poll-settings { margin: 0 -15px; padding: 1.3em 15px 0.3em; border-top: 1px solid #CCC; } .b-updateform-bubble-poll-fields { overflow: auto; position: relative; max-height: 400px; margin: 0 -15px; padding: 10px 15px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; background: #FFF; *zoom: 1; } .b-updateform-bubble-poll-question { position: relative; margin: 0 0 20px; padding: 20px 0 0; border-top: 1px solid #CCC; } .b-updateform-bubble-poll-question:first-child { border-top: 0; } .b-updateform-bubble-poll-controls { position: absolute; top: 20px; right: 0; margin: 0; padding: 0; list-style: none; } .b-updateform-bubble-poll-control { display: inline; margin: 0; padding: 0; } BODY .b-updateform-bubble-poll-control-hide, BODY .b-updateform-bubble-poll-control-hide:link, BODY .b-updateform-bubble-poll-control-hide:visited, BODY .b-updateform-bubble-poll-control-hide:hover, BODY .b-updateform-bubble-poll-control-hide:active { display: none; } .b-updateform-bubble-poll-control .b-controls { margin: 0 0 0 7px; vertical-align: top; } .b-updateform-bubble-poll-field { margin: 0 0 0 11em; padding: 0; clear: left; *zoom: 1; } .b-updateform-bubble-poll-fieldn:before, .b-updateform-bubble-poll-field:after { display: table; content: ""; } .b-updateform-bubble-poll-field:after { clear: both; } .b-updateform-bubble-poll-field-head { position: relative; left: -11em; float: left; width: 10em; margin: 0 -10em 1em 0; padding: 0; } .b-updateform-bubble-poll-field-body { margin: 0 0 1em; padding: 0; } .b-updateform-bubble-poll-field-hint { margin: 0.3em 0 0; color: #999; } .b-updateform-bubble-poll-field-hint-html { display: none; } .b-updateform-bubble-poll-question:first-child .b-updateform-bubble-poll-field-hint-html { display: block; } .b-updateform-bubble-poll-field-hint-scale { margin: 0 0 0 0.5em; } .b-updateform-bubble-poll-questions-error .b-updateform-bubble-poll-field-hint-scale { color: #F00; } .b-updateform-bubble-poll-field-name { margin: 0; } .b-updateform-bubble-poll-field-name .b-updateform-bubble-poll-input { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .b-updateform-bubble-poll-field-question .b-updateform-bubble-poll-input { width: 70%; } .b-updateform-bubble-poll-options { margin: 0; padding: 0; list-style: none; } .b-updateform-bubble-poll-option { margin: 0 0 5px; padding: 0; } .b-updateform-bubble-poll-options .b-updateform-bubble-poll-input { width: 50%; } .b-updateform-bubble-poll-manage { margin: 0 -15px; padding: 15px 15px 5px; border-top: 1px solid #FFF; } .b-updateform-bubble-poll-new .b-updateform-bubble-poll-manage { border-top-color: #CCC; } .b-updateform-bubble-poll-button { margin: 0 -15px; padding: 15px 15px 10px; border-top: 1px solid #CCC; text-align: right; } .b-updateform-bubble-poll-new .b-updateform-bubble-poll-fields, .b-updateform-bubble-poll-new .b-updateform-bubble-poll-button { display: none; } .b-updateform-bubble-poll-button .b-ljbutton { margin-left: 1em; } /* change color */ .b-bubble-color { width: 430px; } .b-bubble-color .b-updateform-bubble-wrapper { margin: 0; } .b-updateform-bubble-user-fields { margin: 0 0 20px; } .b-colorpalette { overflow: hidden; margin: 0; } .b-color-select { float: left; width: 285px; border: none; border-collapse: collapse; border-spacing: 0; } .b-color-select TD { height: 17px; padding: 0; } .b-color-select A { display: block; height: 17px; text-indent: -9999px; } .b-color-select A:hover { -moz-box-shadow: 0 0 2px #F90, inset 0 0 2px #F90; -webkit-box-shadow: 0 0 2px #F90, inset 0 0 2px #F90; box-shadow: 0 0 2px #F90, inset 0 0 2px #F90; } .b-colorpalette-controls { float: right; width: 70px; margin: 0; padding: 0; } .b-colorpalette-controls-title { margin: 0; font-size: 11px; } .b-colorpalette-controls-current, .b-colorpalette-controls-new { height: 68px; margin: 0 0 7px; padding: 0; border: 1px solid #000; } .b-colorpalette-controls-value { margin: 0; padding: 0; } /* change font */ .b-bubble-font { width: 180px; } .b-bubble-font .b-updateform-bubble-wrapper { margin: 0; } .b-fontsize-select { margin: 0 -15px; padding: 0; } .b-fontsize-select-item { margin: 0; padding: 0; list-style: none; } .b-fontsize-select-item A { display: block; padding: 3px 15px; text-decoration: none; *zoom: 1; } .b-fontsize-select-item A:link, .b-fontsize-select-item A:visited { text-decoration: none; color: #369 !important; } .b-fontsize-select-item A:hover, .b-fontsize-select-item A:active { background: #7292BD; text-decoration: none; color: #FFF !important; } .b-fontsize-select-item-active A:link, .b-fontsize-select-item-active A:visited, .b-fontsize-select-item-active A:hover, .b-fontsize-select-item-active A:active { background: #7292BD; color: #FFF !important; } /* editpic bubble */ .b-editpic { width: 520px; margin: 0; padding: 0; } .b-editpic-header { margin: 0 0 1em; font-size: 1em; color: #000; } .b-editpic-wrapper { position: relative; margin: 0; padding: 0 0 0 140px; *zoom: 1; } .b-editpic-pic { position: absolute; top: 0; left: 0; width: 100px; height: 100px; margin: 0; padding: 10px; border: 1px solid #CACACA; border-radius: 10px; background: #FFF; } .b-editpic-pic-inner { position: absolute; top: 10px; left: 10px; display: block; display: table-cell; width: 100px; height: 100px; margin: 0; padding: 0; border-collapse: collapse; vertical-align: middle; text-align: center; } .b-editpic-img { max-width: 100px; max-height: 100px; } .b-editpic-security { display: none; position: absolute; bottom: 0; right: 0; width: 19px; height: 15px; margin: 0; padding: 0; background: url(/img/widget/pics/settings.gif?v=21472) no-repeat 2px 0; font: 0/0 serif; } .b-editpic-field { margin: 0 0 10px; line-height: 1.4; } .b-editpic-field-head { margin: 0 0 0.1em; } .b-editpic-field-body { margin: 0; } .b-editpic-field-border { float: left; width: 87px; } .b-editpic-field-space { float: left; width: 180; } .b-editpic-field-alignment { clear: both; } .b-editpic-submit { margin: 20px 0 10px; } .b-editpic-input { width: 350px; margin: 0; padding: 0.2em 0; } .b-editpic-input-param { width: 60px; } .b-editpic-input-border { width: 60px; } .b-editpic-urlbox { margin: 0; padding: 0; list-style: none; } .b-editpic-urlbox-item { margin: 0 0 0.1em; padding: 0; } .b-editpic-urlbox-empty LABEL { opacity: 0.5; } .b-editpic-setbox { margin: 0; padding: 0; list-style: none; } .b-editpic-setbox-item { margin: 0 0 0.1em; padding: 0; } .b-editpic-parambox { margin: 0; padding: 0; list-style: none; *zoom: 1; } .b-editpic-parambox:after { content: ""; display: table; border-collapse: collapse; clear: both; } .b-editpic-parambox-item { position: relative; float: left; margin: 0 0.5em 0 0; padding: 0; text-align: center; } .b-editpic-parambox-item LABEL { font-size: 0.9em; text-shadow: 0 1px 0 #FFF; color: #999; } .b-editpic-parambox-item-lock { width: 10px; height: 21px; } .b-popup .b-editpic-default, .b-popup .b-editpic-default:link, .b-popup .b-editpic-default:visited { line-height: 1.8; border-bottom: 0; color: #369 !important; } .b-popup .b-editpic-default:hover, .b-popup .b-editpic-default:active { line-height: 1.8; border-bottom: 0; color: #C00 !important; } .b-editpic-eq, .b-editpic-ne { display: block; position: absolute; top: 1px; left: 0; width: 10px; height: 21px; margin: 0; padding: 0; background: url(/img/icons/eq.png?v=22322) 0 -21px no-repeat; font: 0/0 serif; cursor: pointer; } .b-editpic-ne { background-position: 0 0; } .b-editpic-invalidsrc { } .b-editpic-invalidsrc .b-editpic-pic { border-color: #F00; } .b-editpic-invalidsrc .b-editpic-field-src .b-editpic-input { color: #F00; } /* Animation for swapping questions in poll creation bubble */ .animate-move { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); } .animate-move + .b-updateform-bubble-poll-question { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } .animate-move.animate-move-active, .animate-move.animate-move-active + .b-updateform-bubble-poll-question, .animate-leave { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); } .animate-enter { opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .animate-leave.animate-leave-active { opacity: 0; } /* disabled form */ .b-updateform-disabled { } .b-updateform-disabled .b-updateform-bar { opacity: 0.5; } .b-updateform-disabled .b-updateform-button:link, .b-updateform-disabled .b-updateform-button:visited, .b-updateform-disabled .b-updateform-button:hover, .b-updateform-disabled .b-updateform-button:active { cursor: default; } .b-updatepage .b-updateform-disabled .b-pseudo:hover, .b-updatepage .b-updateform-disabled .b-pseudo:active { color: #369 !important; cursor: default; } .b-updateform-disabled .b-updateform-button:focus { outline: none; } /* Paid repost */ .b-updateform-bubble-like-repost { height: auto; min-height: 24px; } .b-updateform-bubble-like-repost .b-updateform-bubble-like-checkbox { top: 12px; } .b-updateform-paidrepost { margin: 0; padding: 0; } .b-updateform-paidrepost-slider { display: none; margin: 0 0 0.5em; font-size: 12px !important; font-weight: normal !important; color: #A9A9A9 !important; } .b-updateform-paidrepost-head { margin: 0.1em 0 0.3em; padding: 0; font-size: 14px !important; font-weight: normal !important; color: #333 !important; } .b-updateform-paidrepost-curr { width: 50px; font-size: 12px !important; font-weight: normal !important; color: #333 !important; } .b-updateform-paidrepost-toggle { font-size: 11px; } .b-updateform-paidrepost-toggle:link, .b-updateform-paidrepost-toggle:visited { color: #369 !important; border-bottom: 1px dotted !important; text-decoration: none !important; cursor: pointer; } .b-updateform-paidrepost-toggle:hover, .b-updateform-paidrepost-toggle:active { color: #C00 !important; text-decoration: none !important; } .b-updateform-paidrepost-decline { display: none !important; } .b-updateform-paidrepost-active .b-updateform-paidrepost-slider { display: block; } .b-updateform-paidrepost-active .b-updateform-paidrepost-decline { display: inline !important; } .b-updateform-paidrepost-active .b-updateform-paidrepost-make { display: none !important; } /* file-end: stc/updateform.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/commentmanage.css */ /* Entry in journal or community, with or without comments */ /* Structure: - b-singlepost - - b-singlepost-about - - - b-singlepost-author - - - b-singlepost-standout - - [b-bubble-alert] - - b-singlepost-wrapper - - - b-singlepost-meta - - - b-singlepost-title - - - b-singlepost-body - - - b-singlepost-tags - - b-singlepost-prevnext - - appwidget-journalpromo - - b-grove (#comments) URL: http://user.livejournal.com/XXXX.html http://user.livejournal.com/XXXX.html?mode=reply http://user.livejournal.com/XXXX.html?mode=showspam http://user.livejournal.com/XXXX.html?format=light */ .b-singlepost { padding: 20px 0 0; font: 14px/1.4 Arial, sans-serif; } /* common */ .b-singlepost DD, .b-singlepost DT, .b-singlepost TH, .b-singlepost TD, .b-singlepost P, .b-singlepost DIV, .b-singlepost LI, .b-singlepost PRE, .b-singlepost CODE, .b-singlepost KBD { font-size: 100%; } /* forms */ .b-singlepost INPUT:focus, .b-singlepost TEXTAREA:focus, .b-singlepost SELECT:focus, .b-singlepost BUTTON:focus { outline-color: #85C1FF; } /* links */ .b-singlepost A:link { border: 0; color: #0051B7 !important; text-decoration: underline; } .b-singlepost A:visited { border: 0; color: #909 !important; text-decoration: underline; } .b-singlepost A:hover, .b-singlepost A:active, .b-singlepost A:focus { border: 0; color: #C00 !important; text-decoration: underline; } /* ljuser */ .b-singlepost .ljuser A:link, .b-singlepost .ljuser A:visited { color: #0051B7 !important; } .b-singlepost .ljuser A:hover, .b-singlepost .ljuser A:active, .b-singlepost .ljuser A:focus { color: #C00 !important; } /* userhead */ HTML BODY .b-singlepost .i-ljuser-userhead { vertical-align: text-bottom !important; } /* pseudo links */ .b-singlepost .b-pseudo, .b-singlepost .b-pseudo:link, .b-singlepost .b-pseudo:visited { border-bottom: 1px dotted; text-decoration: none; cursor: pointer; } .b-singlepost .b-pseudo:hover, .b-singlepost .b-pseudo:active { color: #C00 !important; text-decoration: none; } /* about entry */ .b-singlepost-about { margin: 0 auto; } /* entry author */ .b-singlepost-author { margin: 0; *zoom: 1; } .b-singlepost-author:after { content: ""; display: table; border-collapse: collapse; clear: both; } /* author userpic */ .b-singlepost-author-userpic { float: left; margin: 0; padding: 0 18px 1em 0; } /* author userinfo */ .b-singlepost-author-userinfo { margin: 0; } .b-singlepost-author-date { font-size: 0.86em; } /* entry-buttons bar (b-linkbar inside) */ .b-singlepost-standout { margin: 0 0 0.5em; text-align: center; } /* entry wrapper */ .b-singlepost-wrapper { margin: 0 auto 20px; } /* entry meta */ .b-singlepost-meta { margin: 0 0 1.3em; padding: 0; list-style: none; } .b-singlepost-meta-item { margin: 0; padding: 0; list-style: none; } /* entry title */ .b-singlepost-title { display: block; margin: 0.5em 0; padding: 0; font-size: 2em; font-weight: bold; line-height: 1.2; color: #000; } .b-singlepost-title .i-posticon { margin-right: 0.2em; } /* entry body */ .b-singlepost-body { position: relative; margin: 0.7em 0 1.3em; *zoom: 1; } .b-singlepost-body:after { content: ""; display: table; border-collapse: collapse; clear: both; } /* paragraph */ .b-singlepost-body P { margin: 0 0 1.5em; } /* quote */ .b-singlepost-body BLOCKQUOTE { margin: 0 0 1.5em 1.5em; font-style: italic; color: #666; } /* code */ .b-singlepost-body PRE { white-space: pre; white-space: pre-wrap; word-wrap: break-word; line-height: 1.5em; } /* resize images */ .b-singlepost-body IMG:not([width]):not([height]):not(.i-ljpoll-results-bar) { width: auto !important; height: auto !important; max-width: 100%; } /* media placeholder */ .b-singlepost-body .b-mediaplaceholder { max-width: 100%; } /* entry tags */ .b-singlepost-tags { margin: 0; } /* prev-next navigation */ .b-singlepost-prevnext { position: fixed; bottom: 20px; right: -270px; z-index: 10; width: 200px; margin: 0; padding: 17px 40px 17px 70px; border: 1px solid #DEDEDE; border-right-width: 0; border-radius: 5px 0 0 5px; box-shadow: 0 0 1px rgba(0,0,0,0.3); background: rgb(255,255,255); background: rgba(255,255,255,0.9); line-height: 1.2; cursor: col-resize; } .p-ljtimes .b-singlepost-prevnext { bottom: 40px; } .p-ljtimes.ljtimes-minimized .b-singlepost-prevnext { bottom: 20px; } #js .b-singlepost-prevnext { -webkit-transition: right 0.3s ease-in-out; -moz-transition: right 0.3s ease-in-out; -ms-transition: right 0.3s ease-in-out; -o-transition: right 0.3s ease-in-out; transition: right 0.3s ease-in-out; } .b-singlepost-prevnext:hover { right: 0; cursor: default; } .b-singlepost-prevnext-drag, .b-singlepost-prevnext-drag:before, .b-singlepost-prevnext-drag:after { position: absolute; top: 50%; left: 0; width: 4px; height: 4px; margin: 0; padding: 0; border: 0; border-radius: 2px; box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.3); background: #AAA; } .b-singlepost-prevnext-drag { left: 17px; margin: -2px 0 0; } .b-singlepost-prevnext-drag:before { content: " "; top: -8px; } .b-singlepost-prevnext-drag:after { content: " "; top: 8px; } .b-singlepost-prevnext-items { margin: 0; padding: 0; list-style: none; } .b-singlepost-prevnext-items:after { content: ""; display: table; border-collapse: collapse; clear: both; } .b-singlepost-prevnext-item { position: relative; margin: 0.5em 0 0; padding: 0; } .b-singlepost-prevnext-item:first-child { margin-top: 0; } .b-singlepost .b-singlepost-prevnext-item { font-size: 0.92em; } .b-singlepost-prevnext-next { text-align: right; } .b-singlepost-prevnext-link { position: relative; display: block; margin: 0.3em 0 0; } .b-singlepost-prevnext-arrow { position: absolute; top: -2px; margin: 0; font: 1.5em/1 Times,serif; } .b-singlepost-prevnext-prev .b-singlepost-prevnext-arrow { left: -25px; } .b-singlepost-prevnext-next .b-singlepost-prevnext-arrow { right: -25px; } .b-singlepost-prevnext-inner { overflow: hidden; display: block; height: 1.2em; margin: 0; white-space: nowrap; text-overflow: ellipsis; } /* comments root */ .b-grove { position: relative; margin: 0; padding: 30px 0 0; font-size: 0.875em; line-height: 1.4; background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat -500px 0, url(/img/preloader/preloader-blue-gray.gif?v=1) no-repeat -500px 0, url(/img/preloader/preloader-blue-blue.gif?v=1) no-repeat -500px 0, url(/img/preloader/preloader-blue-yellow.gif?v=1) no-repeat -500px 0, url(/img/preloader/preloader-blue-lblue.gif?v=1) no-repeat -500px 0, url(/img/preloader/preloader-blue-white-xl.gif?v=1) no-repeat -500px 0, url(/img/preloader/preloader-blue-violet.gif?v=1) no-repeat -500px 0; *zoom: 1; } /* loading */ .b-grove-loading .b-tree { background: url(/img/preloader/preloader-blue-white-xl.gif?v=22967) no-repeat 50% 100px; } .b-grove-switchview { display: none; margin: 0; text-align: center; } .b-grove-loading .b-grove-switchview { display: block; } .b-singlepost .b-grove-switchview { font-size: 86%; } .b-grove-3comments { margin-bottom: 24px; } /* one comment */ .b-leaf { position: relative; margin: 20px 0 10px; *zoom: 1; } .b-leaf:after { content: ""; display: table; border-collapse: collapse; clear: both; } .b-tree-twig:first-child .b-leaf { margin-top: 0; } /* inner */ .b-leaf-inner { min-width: 400px; } /* comment header */ .b-leaf-header { margin: 0 0 7px; background: #C2EBFF; background: #C2EBFF -moz-linear-gradient(top, #C2EBFF 0%, #B5DEFE 100%); background: #C2EBFF -webkit-linear-gradient(top, #C2EBFF 0%,#B5DEFE 100%); background: #C2EBFF linear-gradient(to bottom, #C2EBFF 0%,#B5DEFE 100%); *zoom: 1; } .b-grove-spinney .b-leaf-header { background: #BBE4FE; filter: none; } .b-leaf-header:after { content: "."; display: block; clear: both; visibility: hidden; height: 0; line-height: 0; } /* userpic */ .b-leaf-userpic { overflow: hidden; position: relative; float: left; width: 100px; height: 100px; margin: 0; border-collapse: collapse; *zoom: 1; } .b-leaf-userpic-inner { display: block; display: table-cell; width: 100px; height: 100px; margin: 0; padding: 0; vertical-align: middle; text-align: center; *display: block; } .b-leaf-userpic IMG { border: 0; } /* author, date, ip */ .b-leaf-details { overflow: hidden; margin: 0; padding: 10px 0 0 12px; *zoom: 1; } * HTML .b-leaf-details { float: left; } .b-leaf-username { margin: 0 0 8px; } /* hide username alias (LJSUP-17253) */ .i-ljuser-withalias.i-ljuser-showalias .i-ljuser-alias { display: none; } .b-leaf-ipaddr { margin: 0 0 0 0.8em; color: #4C77A3; font-size: 0.86em; } .b-leaf-meta { float: left; margin: 0 1.5em 8px 0; color: #4C77A3; } .b-leaf-createdtime { margin: 0; } .b-leaf-shorttime { display: none; margin: 0; } .b-leaf-editedtime { margin: 0 0 0 1em; } .b-leaf-permalink { margin: 0 0 0 1em; text-transform: lowercase; } .b-leaf-controls { float: left; clear: both; visibility: visible; margin: 0 0 5px; padding: 0; list-style: none; *zoom: 1; } .b-leaf-controls:before, .b-leaf-controls:after { display: table; border-collapse: collapse; content: ""; } .b-leaf-controls:after { clear: both; } #js .b-leaf-controls { visibility: hidden; } #js .b-grove-hover .b-leaf:hover .b-leaf-controls, #js .b-leaf-hover .b-leaf-controls, * HTML#js .b-leaf-controls { visibility: visible; } .b-leaf-controls-item { float: left; width: 24px; height: 24px; margin: 0 7px 0 0; padding: 0; } /* comment text */ .b-leaf-article { line-height: 1.4; *zoom: 1; } .b-leaf-article:after { content: ""; display: table; border-collapse: collapse; clear: both; } .b-leaf-subject { margin: 0 0 0.5em; font-size: 1em; font-weight: bold; } .b-leaf-article IMG:not([width]):not([height]):not([style*="width"]):not([style*="height"]) { max-width: 100%; height: auto; } .b-leaf-status { margin: 0; } /* comment footer */ .b-leaf-footer { padding: 7px 0 0; } .b-leaf-actions { margin: 0; padding: 0; list-style: none; font-size: 86%; *zoom: 1; } .b-leaf-header .b-leaf-actions { float: left; margin: 2px 0 0.8em; visibility: visible; font-size: 0.86em; } #js .b-leaf-header .b-leaf-actions { visibility: hidden; } #js .b-grove-hover .b-leaf:hover .b-leaf-header .b-leaf-actions, #js .b-leaf-hover .b-leaf-header .b-leaf-actions, * HTML#js .b-leaf-header .b-leaf-actions { visibility: visible; } .b-leaf-footer .b-leaf-actions { float: none; } .b-leaf-footer .b-leaf-actions:before, .b-leaf-footer .b-leaf-actions:after { display: table; border-collapse: collapse; content: ""; } .b-leaf-actions:after { clear: both; } .b-leaf-actions-item { float: left; margin: 0 1.5em 0 0; padding: 0; white-space: nowrap; } .b-leaf-actions-item A { display: inline-block; margin: 0; padding: 0; } .b-singlepost .b-leaf-actions .active A:link, .b-singlepost .b-leaf-actions .active A:visited, .b-singlepost .b-leaf-actions .active A:hover, .b-singlepost .b-leaf-actions .active A:active { margin: -0.5em -0.6em -0.4em 0; padding: 0.5em 0.6em 0.4em; border: 0; -moz-border-radius: 0.5em; border-radius: 0.5em; -moz-box-shadow: inset 0 0 6px #2B4C7B; -webkit-box-shadow: inset 0 0 6px #2B4C7B; box-shadow: inset 0 0 6px #2B4C7B; background: #369AFF; background: #369AFF -moz-linear-gradient(top, #3863A0 0%, #369AFF 100%); background: #369AFF -webkit-linear-gradient(top, #3863A0 0%,#369AFF 100%); background: #369AFF -o-linear-gradient(top, #3863A0 0%,#369AFF 100%); background: #369AFF -ms-linear-gradient(top, #3863A0 0%,#369AFF 100%); background: #369AFF linear-gradient(top, #3863A0 0%,#369AFF 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3863A0', endColorstr='#369AFF',GradientType=0 ); color: #FFF !important; } .b-singlepost .b-leaf-actions-item A:link, .b-singlepost .b-leaf-actions-item A:visited { color: #0051B7 !important; } .b-singlepost .b-leaf-actions-item A:hover, .b-singlepost .b-leaf-actions-item A:active, .b-singlepost .b-leaf-actions-item A:focus { color: #C00 !important; } .b-leaf-actions-check { color: #0051B7; *margin-top: -3px; } .b-grove-3comments .b-leaf-actions-check { display: none; } .b-leaf-actions-checkbox { margin: 0; padding: 0; vertical-align: 0; } .b-leaf-actions-label { margin: 0 0 0 0.1em; } .b-leaf-actions-collapse { display: none; } #js .b-leaf-actions-collapse { display: block; } .b-leaf-actions-expand, #js .b-leaf-actions-expand { display: none; } .b-leaf-actions-new { display: none; } /* delete comment */ .b-leaf-deleting-bubble { position: absolute; width: 250px; margin: 0; padding: 0; font-size: 86%; text-align: left; } .b-leaf-deleting-bubble .b-popup-outer { margin: 0; padding: 0.9em 1.5em 0.9em 0.9em; border: 3px solid #F00; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 10px 15px rgba(53,99,161,0.8); -webkit-box-shadow: 0 10px 15px rgba(53,99,161,0.8); box-shadow: 0 10px 15px rgba(53,99,161,0.8); background: #FAFAFA; background: #FAFAFA -moz-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); background: #FAFAFA -webkit-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: #FAFAFA -o-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: #FAFAFA -ms-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: #FAFAFA linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFCFE', endColorstr='#FAFAFA',GradientType=0 ); } .b-leaf-deleting-bubble .b-popup-inner { margin: 0; padding: 0; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .b-leaf-deleting-bubble .i-popup-arr.i-popup-arrtl { top: -13px; left: 25px; border-bottom: 10px solid #F00; border-left: 10px solid transparent; border-left: 10px solid rgba(255, 255, 255, 0.01); border-right: 10px solid transparent; border-right: 10px solid rgba(255, 255, 255, 0.01); _border-top-color: pink; _border-left-color: pink; _border-right-color: pink; _filter: chroma(color=pink); } .b-leaf-deleting-bubble .i-popup-arrtl .i-popup-arr-brdr-outer { top: 4px; left: -10px; border-bottom: 10px solid #FAFCFE; border-left: 10px solid transparent; border-left: 10px solid rgba(255, 255, 255, 0.01); border-right: 10px solid transparent; border-right: 10px solid rgba(255, 255, 255, 0.01); _border-top-color: pink; _border-left-color: pink; _border-right-color: pink; _filter: chroma(color=pink); } .b-leaf-deleting-bubble .i-popup-arrtl .i-popup-arr-brdr-inner { display: none; } .b-leaf-deleting-bubble .i-popup-arrtl .i-popup-arr-bg { display: none; } .b-leaf-deleting-bubble .i-popup-close { position: absolute; top: 10px; right: 10px; width: 16px; height: 16px; margin: 0; padding: 0; background: url(/img/icons/popup-close.png?v=15718) 0 0 no-repeat; font: 0/0 serif; } .b-leaf-deleting-bubble .i-popup-close:hover { background-position: 0 -16px; } /* collapsed comment */ .b-leaf-collapsed, .b-tree-twig:first-child .b-leaf .b-leaf-collapsed { margin: 0 0 6px; padding: 0; line-height: 1.4em; *padding: 2px 0 0; } .b-leaf-collapsed .b-leaf-inner { position: relative; float: left; padding: 2px 0 3px; min-width: 150px; white-space: nowrap; *display: inline; *zoom: 1; } .b-leaf-collapsed .b-leaf-header { float: left; margin: 0; background: none; filter: none; } .b-leaf-collapsed .b-leaf-header:before, .b-leaf-collapsed .b-leaf-header:after { display: none; content: ""; } .b-leaf-collapsed .b-leaf-userpic { display: none; } .b-leaf-collapsed .b-leaf-details { float: left; padding: 0; } .b-leaf-collapsed .b-leaf-username { float: left; margin: 0 0.9em 0 0; line-height: 1.1em; } .b-leaf-collapsed .b-leaf-username IMG { vertical-align: middle !important; } .b-leaf-collapsed .b-leaf-ipaddr { display: none; } .b-leaf-collapsed .b-leaf-meta { float: left; margin: 0 1em 0 0; font-size: 90%; line-height: 1.3em; color: #000; } .b-leaf-collapsed .b-leaf-createdtime, .b-leaf-collapsed .b-leaf-editedtime { display: none; } .b-leaf-collapsed .b-leaf-shorttime { display: inline; } .b-leaf-collapsed .b-leaf-controls { display: none; } #js .b-leaf-collapsed .b-leaf-header .b-leaf-actions { visibility: visible; } *+HTML .b-leaf-collapsed.b-leaf-hover .b-leaf-header .b-leaf-actions { background-image:expression((function(node) { var width = 0; var els = node.getElementsByTagName('li'); if (els[0]) { for ( var i = 0; i < els.length; i++ ) { width += parseInt(els[i].clientWidth, 10); width += parseInt(els[i].currentStyle.marginRight, 10) ? parseInt(els[i].currentStyle.marginRight, 10) : 0; width += parseInt(els[i].currentStyle.marginLeft, 10) ? parseInt(els[i].currentStyle.marginLeft, 10) : 0; } width += 12; node.style.width = width; } })(this)); } .b-leaf-collapsed .b-leaf-article { display: none; } .b-leaf-collapsed .b-leaf-footer { float: left; margin: 0; padding: 0; line-height: 1.3em; } .b-leaf-collapsed .b-leaf-actions { float: left; margin: 0; line-height: 1.4em; } .b-leaf-collapsed .b-leaf-actions:before, .b-leaf-collapsed .b-leaf-actions:after { display: none; content: ""; } .b-leaf-collapsed .b-leaf-actions-item { display: none; } #js .b-leaf-collapsed .b-leaf-actions-collapse { display: none; } #js .b-leaf-collapsed .b-leaf-actions-expand { display: block; float: left; margin-right: 0; } .b-leaf-collapsed .b-leaf-actions-expand A { display: inline; } #js .b-leaf-collapsed .b-leaf-actions-permalink { display: none; } .b-leaf-collapsed .b-leaf-actions-permalink { display: inline; float: left; margin-right: 0; } .b-leaf-collapsed .b-leaf-actions-permalink A { display: inline; } .b-leaf-collapsed .b-leaf-actions-check { display: inline; visibility: visible; float: right; margin-right: 0; margin-left: 1em; } #js .b-leaf-collapsed .b-leaf-actions-check { visibility: hidden; } * HTML#js .b-leaf-collapsed .b-leaf-actions-check, #js .b-grove-hover .b-leaf-collapsed:hover .b-leaf-actions-check, #js .b-leaf-hover.b-leaf-collapsed .b-leaf-actions-check { visibility: visible; } .b-grove-3comments .b-leaf-collapsed .b-leaf-actions-check { display: none; } .b-leaf-collapsed .b-leaf-actions-checkbox { vertical-align: 0; } /* screened, frozen & spammed comment */ .b-leaf-screened, .b-leaf-frozen, .b-leaf-spammed { } .b-leaf-screened .b-leaf-header, .b-leaf-frozen .b-leaf-header, .b-leaf-spammed .b-leaf-header { background: #E0E0E0; background: #E0E0E0 -moz-linear-gradient(top, #EFEFEF 0%, #E0E0E0 100%); background: #E0E0E0 -webkit-linear-gradient(top, #EFEFEF 0%,#E0E0E0 100%); background: #E0E0E0 linear-gradient(to bottom, #EFEFEF 0%,#E0E0E0 100%); } .b-grove-spinney .b-leaf-screened .b-leaf-header, .b-grove-spinney .b-leaf-frozen .b-leaf-header, .b-grove-spinney .b-leaf-spammed .b-leaf-header { background: #E8E8E8; filter: none; } .b-leaf-screened .b-leaf-article, .b-leaf-spammed .b-leaf-article { color: #BFBFBF; } .b-leaf-collapsed.b-leaf-screened .b-leaf-header, .b-leaf-collapsed.b-leaf-frozen .b-leaf-header, .b-leaf-collapsed.b-leaf-spammed .b-leaf-header { background: transparent; filter: none; } .b-leaf-collapsed.b-leaf-screened .b-leaf-username, .b-leaf-collapsed.b-leaf-spammed .b-leaf-username { color: #CCC; } .b-leaf-collapsed.b-leaf-screened .b-leaf-meta, .b-leaf-collapsed.b-leaf-spammed .b-leaf-meta { color: #CCC; } /* deleted comment */ .b-leaf-clipped { padding: 0; margin: 0 0 5px; } .b-leaf-clipped.b-leaf-collapsed .b-leaf-inner { display: block; white-space: normal; } .b-leaf-clipped .b-leaf-cheader { display: block; padding: 7px 12px; background: #DFF2FE; background: #DFF2FE -moz-linear-gradient(top, #DFF2FE 0%, #D3EBFE 100%); background: #DFF2FE -webkit-linear-gradient(top, #DFF2FE 0%,#D3EBFE 100%); background: #DFF2FE linear-gradient(to bottom, #DFF2FE 0%,#D3EBFE 100%); *zoom: 1; } .b-leaf-clipped.b-leaf-selected .b-leaf-cheader { background: #FCEBC5; background: #FCEBC5 -moz-linear-gradient(top, #FCEBC5 0%, #FBE5B3 100%); background: #FCEBC5 -webkit-linear-gradient(top, #FCEBC5 0%,#FBE5B3 100%); background: #FCEBC5 linear-gradient(to bottom, #FCEBC5 0%,#FBE5B3 100%); } .b-leaf-clipped.b-leaf-frozen .b-leaf-cheader { background: #E0E0E0; background: #E0E0E0 -moz-linear-gradient(top, #EFEFEF 0%, #E0E0E0 100%); background: #E0E0E0 -webkit-linear-gradient(top, #EFEFEF 0%,#E0E0E0 100%); background: #E0E0E0 linear-gradient(to bottom, #EFEFEF 0%,#E0E0E0 100%); } .b-leaf-clipped .b-leaf-cheader:before, .b-leaf-clipped .b-leaf-cheader:after { display: table; border-collapse: collapse; content: ""; } .b-leaf-clipped .b-leaf-cheader:after { clear: both; } .b-leaf-clipped .b-leaf-status { float: left; margin: 0 20px 0 0; font-weight: normal; font-style: italic; } .b-leaf-clipped .b-leaf-controls { float: left; margin: -3px 13px 0 0; clear: none; visibility: hidden; } .b-leaf-clipped.b-leaf-selected .b-leaf-controls, .b-leaf-clipped:hover .b-leaf-controls { visibility: visible; } .b-leaf-clipped .b-leaf-cheader .b-leaf-actions { float: left; visibility: hidden; } .b-leaf-clipped.b-leaf-selected .b-leaf-cheader .b-leaf-actions, .b-leaf-clipped:hover .b-leaf-cheader .b-leaf-actions { visibility: visible; } .b-leaf-clipped .b-leaf-actions-check { margin-top: 3px; } .b-leaf-clipped.b-leaf-collapsed .b-leaf-footer { margin: 0; } /* paused comment (for deleting bubble) */ .b-leaf-herbarium { } #js .b-leaf-herbarium .b-leaf-controls { visibility: visible; } #js .b-leaf-herbarium .b-leaf-header .b-leaf-actions { visibility: visible; } /* editing comment */ .b-leaf-editing { margin: 0 0 5px; } #js .b-leaf-editing .b-leaf-controls { visibility: visible; } .b-leaf-editing .b-controls-edit .b-controls-bg { background-position: -48px -168px; } #js .b-leaf-editing .b-leaf-header .b-leaf-actions { visibility: visible; } .b-leaf-editing .b-leaf-article { display: none; } .b-leaf-editing .b-leaf-footer { display: none; } /* preloading comment */ .b-leaf-processing { } #js .b-leaf-processing .b-leaf-controls { visibility: visible; padding: 0 27px 0 0; background: url(/img/preloader/preloader-blue-blue.gif?v=16423) no-repeat 100% 50%; } #js .b-leaf-screened.b-leaf-processing .b-leaf-controls, #js .b-leaf-frozen.b-leaf-processing .b-leaf-controls, #js .b-grove-showspam .b-leaf-spammed.b-leaf-processing .b-leaf-controls { background: url(/img/preloader/preloader-blue-gray.gif?v=16423) no-repeat 100% 50%; } #js .b-leaf-selected.b-leaf-processing .b-leaf-controls { background: url(/img/preloader/preloader-blue-yellow.gif?v=16423) no-repeat 100% 50%; } #js .b-leaf-clipped.b-leaf-processing .b-leaf-controls { background: url(/img/preloader/preloader-blue-lblue.gif?v=16423) no-repeat 100% 50%; } #js .b-leaf-poster.b-leaf-processing .b-leaf-controls { background: url(/img/preloader/preloader-blue-violet.gif?v=222) no-repeat 100% 50%; } #js .b-leaf-processing .b-leaf-header .b-leaf-actions { visibility: visible; } /* expanding comment */ .b-leaf-expanding { } .b-leaf-expanding .b-leaf-actions-expandchilds { padding-right: 30px; background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat 100% 50%; } #js .b-leaf-expanding.b-leaf-collapsed .b-leaf-actions-check { visibility: visible; } .b-leaf-expanding.b-leaf-collapsed .b-leaf-inner { padding-right: 35px; background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat 100% 50%; } .b-leaf-expanding.b-leaf-collapsed.b-leaf-selected .b-leaf-inner { background: url(/img/preloader/preloader-blue-yellow.gif?v=16423) no-repeat 100% 50%; } /* deleting comment */ .b-leaf-deleting { } #js .b-leaf-deleting .b-leaf-controls { visibility: visible; } .b-leaf-deleting .b-controls-delete .b-controls-bg { background-position: -72px -168px; } #js .b-leaf-deleting .b-leaf-header .b-leaf-actions { visibility: visible; } /* selected comment */ .b-leaf-selected { } .b-leaf-selected .b-leaf-header, .b-leaf-collapsed.b-leaf-selected { background: #FCEBC5; background: #FCEBC5 -moz-linear-gradient(top, #FCEBC5 0%, #FBE5B3 100%); background: #FCEBC5 -webkit-linear-gradient(top, #FCEBC5 0%,#FBE5B3 100%); background: #FCEBC5 linear-gradient(to bottom, #FCEBC5 0%,#FBE5B3 100%); } .b-grove-spinney .b-leaf-selected .b-leaf-header, .b-grove-spinney .b-leaf-collapsed.b-leaf-selected { background: #FCE8BC; filter: none; } .b-leaf-collapsed.b-leaf-selected .b-leaf-inner { background: #FCEAC3; background: #FCEAC3 -moz-linear-gradient(top, #FCEAC3 0%, #FBE6B6 100%); background: #FCEAC3 -webkit-linear-gradient(top, #FCEAC3 0%,#FBE6B6 100%); background: #FCEAC3 linear-gradient(to bottom, #FCEAC3 0%,#FBE6B6 100%); } .b-grove-spinney .b-leaf-collapsed.b-leaf-selected .b-leaf-inner { background: #FCE8BC; filter: none; } .b-leaf-collapsed.b-leaf-selected .b-leaf-header { background: transparent; } #js .b-leaf-selected .b-leaf-controls { visibility: visible; } #js .b-leaf-selected .b-leaf-header .b-leaf-actions { visibility: visible; } .b-leaf-collapsed.b-leaf-selected { margin-left: -10px; padding-left: 10px; } #js .b-leaf-collapsed.b-leaf-selected .b-leaf-actions-check { visibility: visible; } /* comment on external page */ .b-leaf-modereply { margin: 0; } .b-leaf-commenting { margin-bottom: 20px; } /* and-50-more-replies comment */ .b-leaf-seemore { margin: 0 0 20px; padding: 0; white-space: nowrap; } .b-leaf-seemore .b-leaf-inner { display: inline-block; min-width: 0; *display: inline; *zoom: 1; } .b-leaf-seemore-more, .b-leaf-seemore-from, .b-leaf-seemore-expand { margin: 0 1em 0 0; font-size: 0.86em; } .b-leaf-seemore-more { position: relative; } .b-leaf-seemore-more:after { content: " "; position: absolute; bottom: -12px; left: 20px; z-index: 1; display: block; font-size: 0px; line-height: 0%; width: 0px; border-top: 10px solid transparent; border-top: 10px solid rgba(255,255,255,0.01); border-bottom: 10px solid transparent; border-bottom: 10px solid rgba(255,255,255,0.01); border-left: 10px solid #CBEDFF; -moz-transform: rotate(22deg); -webkit-transform: rotate(22deg); -o-transform: rotate(22deg); -ms-transform: rotate(22deg); transform: rotate(22deg); } .b-singlepost .b-leaf-seemore-more A, .b-singlepost .b-leaf-seemore-more A:link, .b-singlepost .b-leaf-seemore-more A:visited, .b-singlepost .b-leaf-seemore-more A:hover, .b-singlepost .b-leaf-seemore-more A:active { position: relative; z-index: 2; padding: 4px 8px; border-bottom: 0; -moz-border-radius: 5px; border-radius: 5px; background: #CBEDFF; color: #000 !important; text-decoration: none; } .b-leaf-seemore-from { margin-right: 0.3em; } .b-leaf-seemore-users { margin: 0 1em 0 0; } .b-leaf-seemore.b-leaf-expanding .b-leaf-inner { padding-right: 20px; background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat 100% 50%; } /* walking on comments */ .b-leaf-cursor { margin-left: -10px; padding-left: 7px; border-left: 3px solid #FBE5B3; } /* my own comments */ .b-leaf-poster { } .b-leaf-poster:not(.b-leaf-selected) .b-leaf-header { background: #C4D9FF; background: #C4D9FF -moz-linear-gradient(top, #C4D9FF 0%, #B8CCFF 100%); background: #C4D9FF -webkit-linear-gradient(top, #C4D9FF 0%,#B8CCFF 100%); background: #C4D9FF linear-gradient(to bottom, #C4D9FF 0%,#B8CCFF 100%); } .b-leaf-poster:not(.b-leaf-selected) .b-leaf-meta, .b-leaf-poster:not(.b-leaf-selected) .b-leaf-ipaddr { color: #455A80; } .b-leaf-poster.b-leaf-collapsed:not(.b-leaf-selected) .b-leaf-header { margin-left: -5px; margin-right: -5px; padding-left: 5px; padding-right: 5px; } /* new comment */ .b-leaf-new { } /* expanded comment */ .b-leaf-new .b-leaf-footer .b-leaf-actions-new { display: block; } /* collapsed comment */ .b-leaf-collapsed.b-leaf-new .b-leaf-actions-new { display: inline; float: left; margin-right: 0; margin-left: 1em; } .b-leaf-collapsed.b-leaf-new .b-thisisnew { vertical-align: 2px; } .b-leaf-collapsed.b-leaf-new .b-leaf-footer .b-leaf-actions-new { display: none; } /* seemore comment */ .b-leaf-new .b-leaf-seemore-more:after { border-left: 10px solid #FFF1BB; } .b-singlepost .b-leaf-new .b-leaf-seemore-more A, .b-singlepost .b-leaf-new .b-leaf-seemore-more A:link, .b-singlepost .b-leaf-new .b-leaf-seemore-more A:visited, .b-singlepost .b-leaf-new .b-leaf-seemore-more A:hover, .b-singlepost .b-leaf-new .b-leaf-seemore-more A:active { background: #FFF1BB; } /* commenting form */ .b-watering { display: none; overflow: visible !important; position: relative; max-width: 970px; min-width: 700px; margin: 0; padding: 0; border: 0; *zoom: 1; } .b-watering:after { content: ""; display: table; border-collapse: collapse; clear: both; } .b-watering-show { display: block; } /* wrapper */ .b-watering-wrapper { overflow: hidden; position: relative; margin: 5px 0 30px -20px; padding: 20px 35px 20px 20px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid #4B7CC9; -moz-box-shadow: 0 0 1px #5B73B0; -webkit-box-shadow: 0 0 1px #5B73B0; box-shadow: 0 0 1px #5B73B0; background: #ECF9FF; background: #ECF9FF -moz-linear-gradient(top, #ECF9FF 0%, #E3EFFF 100%); background: #ECF9FF -webkit-linear-gradient(top, #ECF9FF 0%,#E3EFFF 100%); background: #ECF9FF -o-linear-gradient(top, #ECF9FF 0%,#E3EFFF 100%); background: #ECF9FF -ms-linear-gradient(top, #ECF9FF 0%,#E3EFFF 100%); background: #ECF9FF linear-gradient(top, #ECF9FF 0%,#E3EFFF 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECF9FF', endColorstr='#E3EFFF',GradientType=0 ); *zoom: 1; } /* errors */ .b-msgsystem-errorbox { } .s-lanzelot .b-xylem.active .b-msgsystem-errorbox { margin-right: -46px; margin-left: -26px; } /* deleted */ BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-regonly, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-regonly, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-regonly, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-regonly, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-regonly, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-regonly, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-notafriend, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-notreg, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-notmail, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-regonly, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-logcommentips, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-logcommentips, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-logcommentips, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-logcommentips, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-logcommentips, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-logcommentips, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-logcommentips { display: none; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-errorbox, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-deleted, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-deleted, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-deleted, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-deleted, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-deleted, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-deleted, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-deleted { display: block; } /* suspended */ BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-regonly, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-regonly, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-regonly, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-regonly, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-regonly, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-regonly, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-notafriend, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-notreg, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-notmail, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-regonly, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-logcommentips, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-logcommentips, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-logcommentips, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-logcommentips, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-logcommentips, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-logcommentips, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-logcommentips { display: none; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-errorbox, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-suspended, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-suspended, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-suspended, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-suspended, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-suspended, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-suspended, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-suspended { display: block; } /* banned */ BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-regonly, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-regonly, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-regonly, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-regonly, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-regonly, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-regonly, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-notafriend, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-notreg, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-notmail, BODY .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-regonly, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-logcommentips, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-logcommentips, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-logcommentips, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-logcommentips, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-logcommentips, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-logcommentips, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-logcommentips { display: none; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-errorbox, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-banned, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-banned, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-banned, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-banned, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-banned, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-banned, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-banned { display: block; } /* email not confirmed */ .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notmail .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notmail.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notmail .b-msgsystem-error-logcommentips { display: none; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notmail .b-msgsystem-errorbox, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notmail .b-msgsystem-error-notmail { display: block; } /* not a friend/member */ .b-watering-authtype-anonymous.b-watering-user-friendonly .b-msgsystem-error-screened, .b-watering-authtype-anonymous.b-watering-user-friendonly.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-authtype-anonymous.b-watering-user-friendonly .b-msgsystem-error-logcommentips, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notafriend .b-msgsystem-error-logcommentips, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notafriend .b-msgsystem-error-logcommentips, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notafriend .b-msgsystem-error-logcommentips, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notafriend .b-msgsystem-error-logcommentips, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notafriend .b-msgsystem-error-logcommentips, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notafriend .b-msgsystem-error-logcommentips, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notafriend .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notafriend.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notafriend .b-msgsystem-error-logcommentips { display: none; } .b-watering-authtype-anonymous.b-watering-user-friendonly .b-msgsystem-errorbox, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-errorbox, .b-watering-authtype-anonymous.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-friendonly.b-watering-user-notafriend .b-msgsystem-error-notafriend { display: block; } /* reg users only */ .b-watering-realauth-anonymous.b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-error-notafriend, .b-watering-realauth-anonymous.b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-error-notreg, .b-watering-user-regonly .b-msgsystem-error-regonly, .b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-error-screened, .b-watering-authtype-anonymous.b-watering-user-regonly.b-watering-user-screened-anon .b-msgsystem-error-screened, .b-watering-realauth-anonymous.b-watering-authtype-anonymous.b-watering-user-regonly.b-watering-user-screened-anon .b-msgsystem-error-screened, .b-watering-authtype-anonymous.b-watering-user-regonly.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-anonymous.b-watering-authtype-anonymous.b-watering-user-regonly.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-error-logcommentips, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notreg .b-msgsystem-error-logcommentips, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notreg .b-msgsystem-error-logcommentips, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notreg .b-msgsystem-error-logcommentips, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notreg .b-msgsystem-error-logcommentips, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notreg .b-msgsystem-error-logcommentips, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notreg .b-msgsystem-error-logcommentips, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notreg .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notreg.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notreg .b-msgsystem-error-logcommentips { display: none; } .b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-errorbox, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notreg .b-msgsystem-errorbox, .b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-error-regonly, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notreg .b-msgsystem-error-notreg, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notreg .b-msgsystem-error-notreg, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notreg .b-msgsystem-error-notreg, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notreg .b-msgsystem-error-notreg, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notreg .b-msgsystem-error-notreg, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notreg .b-msgsystem-error-notreg, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notreg .b-msgsystem-error-notreg { display: block; } /* screening */ .b-watering-realauth-anonymous.b-watering-authtype-anonymous.b-watering-user-screened-anon .b-msgsystem-error-screened, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-screened-nonf .b-msgsystem-error-screened, .b-watering-user-screened-all .b-msgsystem-error-screened { display: block; } /* logging ips */ .b-watering-authtype-anonymous.b-watering-user-logips-anon .b-msgsystem-error-logcommentips, .b-watering-user-logips-all .b-msgsystem-error-logcommentips { display: block; } /* alert ajax */ .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-msgsystem-error-ajax, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-msgsystem-error-ajax, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-banned .b-msgsystem-error-ajax, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notafriend .b-msgsystem-error-ajax, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-notreg .b-msgsystem-error-ajax, .b-watering-authtype-anonymous.b-watering-user-friendonly .b-msgsystem-error-ajax, .b-watering-authtype-anonymous.b-watering-user-regonly .b-msgsystem-error-ajax { display: none; } /* talkpost_do.bml */ .b-watering-talkpage.b-watering-realauth-anonymous.b-watering-authtype-anonymous .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-facebook.b-watering-authtype-facebook .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-twitter.b-watering-authtype-twitter .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-google.b-watering-authtype-google .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-openid.b-watering-authtype-openid .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-mailru.b-watering-authtype-mailru .b-msgsystem-error, .b-watering-talkpage.b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-msgsystem-error { display: none; } .b-watering-realauth-anonymous.b-watering-authtype-anonymous.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-realauth-google.b-watering-authtype-google.b-watering-talkpage .b-msgsystem-errorbo-errorsx, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-talkpage .b-msgsystem-errorbox-errors, .b-watering-talkpage.b-watering-realauth-anonymous.b-watering-authtype-anonymous .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-facebook.b-watering-authtype-facebook .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-twitter.b-watering-authtype-twitter .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-google.b-watering-authtype-google .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-openid.b-watering-authtype-openid .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-mailru.b-watering-authtype-mailru .b-msgsystem-error-server, .b-watering-talkpage.b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-msgsystem-error-server { display: block !important; } .b-watering-outer { position: relative; *zoom: 1; } .b-watering-outer:after { content: ""; display: table; border-collapse: collapse; clear: both; } .b-watering-fields { width: 100%; *zoom: 1; } #js .b-watering-fields { float: left; } #js .b-watering-inner { margin-left: 140px } /* user information */ .b-watering-user { position: relative; z-index: 5; margin: 0 0 1em; *zoom: 1; } .b-watering-user:after { content: ""; display: table; border-collapse: collapse; clear: both; } /* login */ .b-watering-user-login { float: left; margin: 0; line-height: 1; } .b-watering-user-login-items { margin: 0; padding: 0; list-style: none; } .b-watering-user-login-item { overflow: hidden; position: relative; margin: 0; padding: 2px 2px 2px 22px; *display: inline; *zoom: 1; } .b-watering-user-login-cookieuser { padding: 2px; } #js .b-watering-user-login-item { display: none; } #js .b-watering-authtype-cookieuser .b-watering-user-login-cookieuser, #js .b-watering-authtype-user .b-watering-user-login-user, #js .b-watering-authtype-anonymous .b-watering-user-login-anonymous, #js .b-watering-authtype-openid .b-watering-user-login-openid, #js .b-watering-authtype-facebook .b-watering-user-login-facebook, #js .b-watering-authtype-twitter .b-watering-user-login-twitter, #js .b-watering-authtype-google .b-watering-user-login-google, #js .b-watering-authtype-vkontakte .b-watering-user-login-vkontakte, #js .b-watering-authtype-mailru .b-watering-user-login-mailru { display: block; *display: inline; } #js .b-watering-user-login-checkbox { position: absolute; left: -99px; } .b-watering-user-login-cookieuser .ljuser IMG { vertical-align: middle !important; } .b-watering-user-login-pic { position: absolute; top: 50%; left: 0; width: 16px; height: 16px; margin: -7px 0 0; padding: 0; border: 0; background-image: url(/img/icons/services.png?v=15718); background-repeat: no-repeat; } .b-watering-user-login-cookieuser .b-watering-user-login-pic { display: none; } .b-watering-user-login-user .b-watering-user-login-pic { background-position: 0 -16px; } .b-watering-user-login-openid .b-watering-user-login-pic { background-position: 0 -32px; } .b-watering-user-login-facebook .b-watering-user-login-pic { background-position: 0 -48px; } .b-watering-user-login-twitter .b-watering-user-login-pic { background-position: 0 -64px; } .b-watering-user-login-google .b-watering-user-login-pic { background-position: 0 -80px; } .b-watering-user-login-vkontakte .b-watering-user-login-pic { background-position: 0 -96px; } .b-watering-user-login-mailru .b-watering-user-login-pic { background-position: 0 -112px; } .b-watering-user-login-username { } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-deleted .b-watering-user-login-username, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser.b-watering-user-suspended .b-watering-user-login-username, .b-watering-realauth-openid.b-watering-authtype-openid.b-watering-user-suspended .b-watering-user-login-username, .b-watering-realauth-facebook.b-watering-authtype-facebook.b-watering-user-suspended .b-watering-user-login-username, .b-watering-realauth-twitter.b-watering-authtype-twitter.b-watering-user-suspended .b-watering-user-login-username, .b-watering-realauth-google.b-watering-authtype-google.b-watering-user-suspended .b-watering-user-login-username, .b-watering-realauth-mailru.b-watering-authtype-mailru.b-watering-user-suspended .b-watering-user-login-username, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte.b-watering-user-suspended .b-watering-user-login-username { text-decoration: line-through; } /* options */ .b-watering-user-options { display: none; position: relative; z-index: 2; float: left; margin: 0 0 0 1em; padding: 2px 0; line-height: 1; } #js .b-watering-user-options { display: block; } .b-singlepost .b-watering-user-change { position: relative; z-index: 3; margin: 0; padding: 0; font-size: 0.86em; } .b-singlepost .b-watering-user-change:focus { outline: thin dotted; } .b-singlepost .b-watering-user-services { display: none; position: absolute; left: 0; z-index: 2; margin: -2em 0 0 -10px; padding: 2.5em 0 1em; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 10px 15px rgba(53,99,161,0.8); -webkit-box-shadow: 0 10px 15px rgba(53,99,161,0.8); box-shadow: 0 10px 15px rgba(53,99,161,0.8); background: #FAFAFA; background: -moz-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); background: -webkit-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: -o-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: -ms-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFCFE', endColorstr='#FAFAFA',GradientType=0 ); white-space: nowrap; font-size: 86%; line-height: 1.4; //margin-top: -0.5em; } .b-watering-user-options-show .b-watering-user-services { display: block; } .b-watering-user-services-items { margin: 0; padding: 0; list-style: none; } .b-watering-user-services-item { margin: 0; padding: 0; } .b-watering-user-services-item A:link, .b-watering-user-services-item A:visited { display: block; padding: 0.3em 1em 0.3em 30px; border: 0; color: #000 !important; text-decoration: none; cursor: pointer; } .b-watering-user-services-item A:hover, .b-watering-user-services-item A:active, .b-watering-user-services-item A:focus { border: 0; background: #C8E6FF; color: #000 !important; text-decoration: none; } .b-watering-user-services-item A.b-watering-user-services-active:link, .b-watering-user-services-item A.b-watering-user-services-active:visited { border: 0; background: #FCEBC5; background: #FCEBC5 -moz-linear-gradient(top, #FCEBC5 0%, #FBE5B3 100%); background: #FCEBC5 -webkit-linear-gradient(top, #FCEBC5 0%,#FBE5B3 100%); background: #FCEBC5 -o-linear-gradient(top, #FCEBC5 0%,#FBE5B3 100%); background: #FCEBC5 -ms-linear-gradient(top, #FCEBC5 0%,#FBE5B3 100%); background: #FCEBC5 linear-gradient(top, #FCEBC5 0%,#FBE5B3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCEBC5', endColorstr='#FBE5B3',GradientType=0 ); color: #000 !important; text-decoration: none; } .b-watering-user-services-pic { position: absolute; left: 8px; width: 16px; height: 16px; margin: 0; padding: 0; border: 0; vertical-align: middle; background-image: url(/img/icons/services.png?v=15718); background-repeat: no-repeat; } .b-watering-user-services-cookieuser .b-watering-user-services-pic { background: none; } .b-watering-user-services-user .b-watering-user-services-pic { background-position: 0 -16px; } .b-watering-user-services-openid .b-watering-user-services-pic { background-position: 0 -32px; } .b-watering-user-services-facebook .b-watering-user-services-pic { background-position: 0 -48px; } .b-watering-user-services-twitter .b-watering-user-services-pic { background-position: 0 -64px; } .b-watering-user-services-google .b-watering-user-services-pic { background-position: 0 -80px; } .b-watering-user-services-vkontakte .b-watering-user-services-pic { background-position: 0 -96px; } .b-watering-user-services-mailru .b-watering-user-services-pic { background-position: 0 -112px; } .b-watering-user-services-disabled { opacity: 0.5; filter: alpha(opacity=50); } .b-watering-user-services-disabled A, .b-watering-user-services-disabled A:hover { cursor: default; background: none; } /* textarea */ .b-updateform-textarea { height: 13em; } /* comment alerts (ip, screening) */ .b-singlepost .b-watering-msgbox { margin: 0 0 1em; padding: 1px 0; font-size: 0.9em; color: #9DA5AD; } /* repost */ .b-watering-repostbox { display: none; margin: 0.8em 0; } .b-watering-repost { margin: 0; padding: 0; list-style: none; } .b-watering-repost-item { display: inline; margin: 0 1em 0 0; } .b-watering-repost-item INPUT { margin: 0; } .b-watering-repost-item LABEL { position: relative; padding: 0 0 0 20px; } .b-watering-repost-item I { position: absolute; top: 0; left: 0; width: 16px; height: 16px; margin: 0; padding: 0; border: 0; vertical-align: middle; background-image: url(/img/icons/services.png?v=15718); background-repeat: no-repeat; } .b-watering-repost-facebook I { background-position: 0 -48px; } .b-watering-repost-twitter I { background-position: 0 -64px; } .b-watering-repost-google I { background-position: 0 -80px; } .b-watering-repost-vkontakte I { background-position: 0 -96px; } .b-watering-repost-mailru I { background-position: 0 -112px; } /* captcha */ .b-watering-captchabox { display: none; margin: 0 0 0.8em; } .b-watering-captchabox-active { display: block; } /* submit */ .b-watering-submit { margin: 0.8em 0 0; } .b-watering-warning { display: inline; margin: 0 0 0 0.5em; color: #8E9194; font-size: 86%; } /* comment form aside */ .b-watering-aside { position: relative; margin: 0; padding: 0; } #js .b-watering-aside { float: left; width: 120px; margin: 0 0 0 -100%; padding: 150px 0 0; } /* userpic */ .b-watering .b-ljuserpic { margin-bottom: 1em; } #js .b-watering .b-ljuserpic { position: absolute; top: 0; left: 0; z-index: 2; margin-bottom: 0; } .b-watering .b-myuserpic { padding: 8px; cursor: default; } .b-watering .b-myuserpic:hover { border-color: #59D; cursor: default; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-myuserpic, .b-watering-realauth-openid.b-watering-authtype-openid .b-myuserpic, .b-watering-realauth-facebook.b-watering-authtype-facebook .b-myuserpic, .b-watering-realauth-twitter.b-watering-authtype-twitter .b-myuserpic, .b-watering-realauth-mailru.b-watering-authtype-mailru .b-myuserpic, .b-watering-realauth-google.b-watering-authtype-google .b-myuserpic, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-myuserpic { padding: 8px 8px 4px; cursor: pointer; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-myuserpic:hover, .b-watering-realauth-openid.b-watering-authtype-openid .b-myuserpic:hover, .b-watering-realauth-facebook.b-watering-authtype-facebook .b-myuserpic:hover, .b-watering-realauth-twitter.b-watering-authtype-twitter .b-myuserpic:hover, .b-watering-realauth-mailru.b-watering-authtype-mailru .b-myuserpic:hover, .b-watering-realauth-google.b-watering-authtype-google .b-myuserpic:hover, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-myuserpic:hover { border-color: #C00; cursor: pointer; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-myuserpic-nouserpics, .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-myuserpic-nouserpics:hover, .b-watering .b-myuserpic-anonymous, .b-watering .b-myuserpic-anonymous:hover { padding: 8px; border-color: #59D; cursor: default; } .b-watering .b-myuserpic-current:focus { outline: none; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-myuserpic-current:focus, .b-watering-realauth-openid.b-watering-authtype-openid .b-myuserpic-current:focus, .b-watering-realauth-facebook.b-watering-authtype-facebook .b-myuserpic-current:focus, .b-watering-realauth-twitter.b-watering-authtype-twitter .b-myuserpic-current:focus, .b-watering-realauth-mailru.b-watering-authtype-mailru .b-myuserpic-current:focus, .b-watering-realauth-google.b-watering-authtype-google .b-myuserpic-current:focus, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-myuserpic-current:focus { outline: thin dotted; } .b-watering-authtype-anonymous .b-myuserpic-current { background-image: url(/img/userpics/userpic-anonymous.png?v=15821) !important; cursor: default; } .b-watering-authtype-user .b-myuserpic-current { background-image: url(/img/userpics/userpic-user.png?v=15821) !important; cursor: default; } .b-watering-realauth-anonymous.b-watering-authtype-openid .b-myuserpic-current, .b-watering-realauth-cookieuser.b-watering-authtype-openid .b-myuserpic-current, .b-watering-realauth-facebook.b-watering-authtype-openid .b-myuserpic-current, .b-watering-realauth-twitter.b-watering-authtype-openid .b-myuserpic-current, .b-watering-realauth-mailru.b-watering-authtype-openid .b-myuserpic-current, .b-watering-realauth-google.b-watering-authtype-openid .b-myuserpic-current, .b-watering-realauth-vkontakte.b-watering-authtype-openid .b-myuserpic-current { background-image: url(/img/userpics/userpic-openid.png?v=15821) !important; cursor: default; } .b-watering-realauth-anonymous.b-watering-authtype-facebook .b-myuserpic-current, .b-watering-realauth-cookieuser.b-watering-authtype-facebook .b-myuserpic-current, .b-watering-realauth-openid.b-watering-authtype-facebook .b-myuserpic-current, .b-watering-realauth-twitter.b-watering-authtype-facebook .b-myuserpic-current, .b-watering-realauth-mailru.b-watering-authtype-facebook .b-myuserpic-current, .b-watering-realauth-google.b-watering-authtype-facebook .b-myuserpic-current, .b-watering-realauth-vkontakte.b-watering-authtype-facebook .b-myuserpic-current { background-image: url(/img/userpics/userpic-facebook.png?v=15821) !important; cursor: default; } .b-watering-realauth-anonymous.b-watering-authtype-twitter .b-myuserpic-current, .b-watering-realauth-cookieuser.b-watering-authtype-twitter .b-myuserpic-current, .b-watering-realauth-openid.b-watering-authtype-twitter .b-myuserpic-current, .b-watering-realauth-facebook.b-watering-authtype-twitter .b-myuserpic-current, .b-watering-realauth-mailru.b-watering-authtype-twitter .b-myuserpic-current, .b-watering-realauth-google.b-watering-authtype-twitter .b-myuserpic-current, .b-watering-realauth-vkontakte.b-watering-authtype-twitter .b-myuserpic-current { background-image: url(/img/userpics/userpic-twitter.png?v=15821) !important; cursor: default; } .b-watering-realauth-anonymous.b-watering-authtype-mailru .b-myuserpic-current, .b-watering-realauth-cookieuser.b-watering-authtype-mailru .b-myuserpic-current, .b-watering-realauth-openid.b-watering-authtype-mailru .b-myuserpic-current, .b-watering-realauth-facebook.b-watering-authtype-mailru .b-myuserpic-current, .b-watering-realauth-twitter.b-watering-authtype-mailru .b-myuserpic-current, .b-watering-realauth-google.b-watering-authtype-mailru .b-myuserpic-current, .b-watering-realauth-vkontakte.b-watering-authtype-mailru .b-myuserpic-current { background-image: url(/img/userpics/userpic-mailru.png?v=15821) !important; cursor: default; } .b-watering-realauth-anonymous.b-watering-authtype-google .b-myuserpic-current, .b-watering-realauth-cookieuser.b-watering-authtype-google .b-myuserpic-current, .b-watering-realauth-openid.b-watering-authtype-google .b-myuserpic-current, .b-watering-realauth-facebook.b-watering-authtype-google .b-myuserpic-current, .b-watering-realauth-twitter.b-watering-authtype-google .b-myuserpic-current, .b-watering-realauth-mailru.b-watering-authtype-google .b-myuserpic-current, .b-watering-realauth-vkontakte.b-watering-authtype-google .b-myuserpic-current { background-image: url(/img/userpics/userpic-google.png?v=15821) !important; cursor: default; } .b-watering-realauth-anonymous.b-watering-authtype-vkontakte .b-myuserpic-current, .b-watering-realauth-cookieuser.b-watering-authtype-vkontakte .b-myuserpic-current, .b-watering-realauth-openid.b-watering-authtype-vkontakte .b-myuserpic-current, .b-watering-realauth-facebook.b-watering-authtype-vkontakte .b-myuserpic-current, .b-watering-realauth-twitter.b-watering-authtype-vkontakte .b-myuserpic-current, .b-watering-realauth-mailru.b-watering-authtype-vkontakte .b-myuserpic-current, .b-watering-realauth-google.b-watering-authtype-vkontakte .b-myuserpic-current { background-image: url(/img/userpics/userpic-vkontakte.png?v=15821) !important; cursor: default; } .b-watering .b-myuserpic-options { display: none; } .b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-myuserpic-options, .b-watering-realauth-openid.b-watering-authtype-openid .b-myuserpic-options, .b-watering-realauth-facebook.b-watering-authtype-facebook .b-myuserpic-options, .b-watering-realauth-twitter.b-watering-authtype-twitter .b-myuserpic-options, .b-watering-realauth-mailru.b-watering-authtype-mailru .b-myuserpic-options, .b-watering-realauth-google.b-watering-authtype-google .b-myuserpic-options, .b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-myuserpic-options { display: block; } .b-singlepost .b-myuserpic-title .b-pseudo { overflow: hidden; margin: 0; display: inline-block; max-width: 80px; white-space: nowrap; text-overflow: ellipsis; } .b-singlepost .b-myuserpic:hover .b-myuserpic-title .b-pseudo { color: #C00; } /* help link */ .b-singlepost .b-watering-help { margin: 0; text-align: center; font-size: 86%; } .b-singlepost .b-watering-help-link:link, .b-singlepost .b-watering-help-link:visited, .b-singlepost .b-watering-help-link:hover, .b-singlepost .b-watering-help-link:active { position: relative; margin: 0; padding: 0 0 0 20px; color: #8E9194 !important; } .b-singlepost .b-watering-help-link:hover, .b-singlepost .b-watering-help-link:active { color: #C00 !important; } .b-watering-help-icon { position: absolute; top: 50%; left: 0; width: 16px; height: 16px; margin: -8px 0 0; padding: 0; background: url(/img/icons/help.png?v=15718) 0 0 no-repeat; font: 0/0 serif; cursor: pointer; } .b-watering-help-link:hover .b-watering-help-icon { background-position: -16px 0; } /* close button */ .b-watering-close { position: absolute; top: 20px; right: 17px; display: block; width: 14px; height: 13px; margin: 0; padding: 0; background: url(/img/icons/overlay-close.png?v=15718) no-repeat 0 0; font: 0/0 serif; cursor: pointer; } .b-watering-close:hover { background-position: 0 -13px; } .b-watering-talkpage .b-watering-close { display: none; } /* top arrow */ .b-watering-arrows { overflow: hidden; position: absolute; top: -13px; left: 4px; width: 30px; height: 18px; margin: 0; padding: 0; } .b-watering-talkpage .b-watering-arrows { display: none; } .b-watering-arrow { position: absolute; top: -12px; left: 0; width: 0; height: 0; border-color: transparent transparent #ECF9FF transparent; border-style: solid; border-width: 15px; } .b-watering-arrow-border { position: absolute; top: -15px; left: 0; width: 0; height: 0; border-color: transparent transparent #4B7CC9 transparent; border-style: solid; border-width: 15px; } /* wide form on top */ .b-xylem.active .b-watering { display: block; position: relative; z-index: 1; max-width: none; margin: 0; padding: 0; border: 0; font-size: 1em; } .b-xylem.active .b-watering-wrapper { position: relative; margin: 0 0 20px; padding: 54px 45px 20px 25px; border: 2px solid #4B7CC9; border-width: 0 0 2px; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .s-horizon .b-xylem.active .b-watering-wrapper { margin: 0 -25px 20px; } .s-lanzelot .b-xylem.active .b-watering-wrapper { margin: 0 -24px 20px ; padding-right: 46px; padding-left: 26px; } .b-xylem.active .b-watering-close { top: 0; } .b-xylem.active .b-watering-arrows { top: -45px; width: 40px; height: 25px; } .b-xylem.active .b-watering-arrow { border-width: 20px; } .b-xylem.active .b-watering-arrow-border { border-width: 20px; } #js .b-xylem.active .b-watering-aside { padding-top: 160px; } #js .b-xylem.active .b-ljuserpic { top: 4px; left: 0; } /* editing comment */ .b-watering-editing { } #js .b-watering-editing .b-watering-user-options { display: none; } .b-watering-editing .b-watering-arrows { left: 233px; } .b-watering-editing-frozen .b-watering-arrows { left: 202px; } .b-watering-editing-mycomment .b-watering-arrows { left: 171px; } /* form on replypage */ .b-watering-replypage { } .b-xylem.active .b-watering-replypage .b-watering-wrapper { padding-top: 14px; } /* form on talkpostdo.bml */ .b-watering-talkpage { } .b-xylem.active .b-watering-talkpage.b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-anonymous.b-watering-authtype-anonymous .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-openid.b-watering-authtype-openid .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-facebook.b-watering-authtype-facebook .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-twitter.b-watering-authtype-twitter .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-google.b-watering-authtype-google .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-watering-wrapper, .b-xylem.active .b-watering-talkpage.b-watering-realauth-mailru.b-watering-authtype-mailru .b-watering-wrapper { padding-top: 0; } /* mobile */ .b-watering-iphone { } #js .b-watering-iphone .b-watering-inner { margin-left: 0; } .b-watering-iphone .b-watering-user-options { padding: 0; line-height: 1em; } .b-watering-iphone .b-watering-uauth { margin-left: 0.3em; } .b-watering-iphone .b-watering-aside { display: none; } .b-watering-iphone.b-watering-realauth-cookieuser.b-watering-authtype-cookieuser .b-ljuserpic-mobile, .b-watering-iphone.b-watering-realauth-openid.b-watering-authtype-openid .b-ljuserpic-mobile, .b-watering-iphone.b-watering-realauth-facebook.b-watering-authtype-facebook .b-ljuserpic-mobile, .b-watering-iphone.b-watering-realauth-twitter.b-watering-authtype-twitter .b-ljuserpic-mobile, .b-watering-iphone.b-watering-realauth-google.b-watering-authtype-google .b-ljuserpic-mobile, .b-watering-iphone.b-watering-realauth-vkontakte.b-watering-authtype-vkontakte .b-ljuserpic-mobile, .b-watering-iphone.b-watering-realauth-mailru.b-watering-authtype-mailru .b-ljuserpic-mobile { display: block; margin: 0 0 1em; } .b-singlepost .b-watering-iphone .b-watering-user-change, .b-singlepost .b-watering-iphone .b-watering-user-change:link, .b-singlepost .b-watering-iphone .b-watering-user-change:visited, .b-singlepost .b-watering-iphone .b-watering-user-change:hover, .b-singlepost .b-watering-iphone .b-watering-user-change:active { border-bottom: 0; cursor: default; color: #000 !important; } .b-singlepost .b-watering-iphone .b-watering-user-change:focus { outline: none; } /* iframe */ .b-watering-commentator { position: absolute; overflow: hidden; width: 0; height: 0; margin: 0; padding: 0; font: 0/0 serif; } /* page-info block */ .b-xylem { position: relative; margin: 0; padding: 20px 0 30px; text-align: center; *zoom: 1; } .b-xylem:before, .b-xylem:after { display: table; border-collapse: collapse; content: ""; } .b-xylem:after { clear: both; } .b-grove-talkpage .b-xylem { padding-top: 0; } .b-xylem-first { border-top: 2px solid #5088C5; background: #FFF; background: #FFF -moz-linear-gradient(top, #EAF7FF 0%, #FFF 100%); background: #FFF -webkit-linear-gradient(top, #EAF7FF 0%,#FFF 100%); background: #FFF -o-linear-gradient(top, #EAF7FF 0%,#FFF 100%); background: #FFF -ms-linear-gradient(top, #EAF7FF 0%,#FFF 100%); background: #FFF linear-gradient(top, #EAF7FF 0%,#FFF 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAF7FF', endColorstr='#FFFFFF',GradientType=0 ); } .b-grove-3comments .b-xylem { display: none; } .b-grove-3comments .b-xylem-first { display: block; } .s-horizon .b-xylem { margin-right: -25px; margin-left: -25px; padding-right: 25px; padding-left: 25px; } .s-lanzelot .b-xylem { margin-right: -24px; margin-left: -24px; padding-right: 24px; padding-left: 24px; } .b-xylem .b-pseudo, .b-xylem .b-pseudo:hover { text-decoration: none; } .b-xylem-cells { margin: 0 0 15px; padding: 0; list-style: none; *zoom: 1; } .b-xylem-cells:before, .b-xylem-cells:after { display: table; border-collapse: collapse; content: ""; } .b-xylem-cells:after { clear: both; } .b-xylem-cell { margin: 0; } .b-xylem-cell-add { float: left; width: 30%; text-align: left; } .b-xylem-cell-amount { float: left; width: 40%; line-height: 34px; } .b-grove-showspam .b-xylem-cell-amount, .b-xylem-nocomment .b-xylem-cell-amount, .b-xylem.active .b-xylem-cell-amount { float: left; width: 40%; padding: 0 0 0 30%; } .b-xylem-cell-spam { float: right; width: 29.9%; line-height: 34px; text-align: right; } /* page-info on top */ .b-xylem-first.active { border: 2px solid #4B7CC9; border-width: 2px 0 0; background: url(/img/watering-bg-ie.gif?v=15737) repeat-x 0 0; background: -moz-linear-gradient(top, #ECF9FF 0%, #FFF 100%); background: -webkit-linear-gradient(top, #ECF9FF 0%,#FFF 100%); background: -o-linear-gradient(top, #ECF9FF 0%,#FFF 100%); background: -ms-linear-gradient(top, #ECF9FF 0%,#FFF 100%); background: linear-gradient(top, #ECF9FF 0%,#FFF 100%); filter: none; } .b-grove-replyto .b-xylem-first.active { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAF7FF', endColorstr='#FFFFFF',GradientType=0 ); } .b-xylem-first.active .b-xylem-cell-add { position: relative; float: none; width: 100%; } /* LJSUP-14995 message for locked comments */ .b-xylem-warning { position: relative; margin: 0 0 30px; padding: 25px 0; border-top: 2px solid #5088C5; background: #FFF; background: #FFF -moz-linear-gradient(top, #EAF7FF 0%, #FFF 100%); background: #FFF -webkit-linear-gradient(top, #EAF7FF 0%,#FFF 100%); background: #FFF -o-linear-gradient(top, #EAF7FF 0%,#FFF 100%); background: #FFF -ms-linear-gradient(top, #EAF7FF 0%,#FFF 100%); background: #FFF linear-gradient(top, #EAF7FF 0%,#FFF 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAF7FF', endColorstr='#FFFFFF',GradientType=0 ); text-align: center; *zoom: 1; } .s-horizon .b-xylem-warning { margin-right: -25px; margin-left: -25px; padding-right: 25px; padding-left: 25px; } .s-lanzelot .b-xylem-warning { margin-right: -26px; margin-left: -26px; padding-right: 26px; padding-left: 26px; } /* add comment link */ .b-singlepost .b-addcomment:link, .b-singlepost .b-addcomment:visited, .b-singlepost .b-addcomment:hover, .b-singlepost .b-addcomment:active { position: relative; display: inline-block; height: 34px; line-height: 34px; margin: 0; padding: 0 0.7em 0 30px; border: 0; font-size: 115%; text-decoration: none; color: #0051B7 !important; } .b-singlepost .b-addcomment:hover, .b-singlepost .b-addcomment:active { color: #C00 !important; } .b-addcomment-active:link, .b-addcomment-active:visited, .b-addcomment-active:hover, .b-addcomment-active:active, .b-xylem.active .b-addcomment:link, .b-xylem.active .b-addcomment:visited, .b-xylem.active .b-addcomment:hover, .b-xylem.active .b-addcomment:active { position: absolute; top: 0; left: 0; z-index: 2; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: inset 0 0 6px #2B4C7B; -webkit-box-shadow: inset 0 0 6px #2B4C7B; box-shadow: inset 0 0 6px #2B4C7B; background: #369AFF; background: #369AFF -moz-linear-gradient(top, #3863A0 0%, #369AFF 100%); background: #369AFF -webkit-linear-gradient(top, #3863A0 0%,#369AFF 100%); background: #369AFF -o-linear-gradient(top, #3863A0 0%,#369AFF 100%); background: #369AFF -ms-linear-gradient(top, #3863A0 0%,#369AFF 100%); background: #369AFF linear-gradient(top, #3863A0 0%,#369AFF 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3863A0', endColorstr='#369AFF',GradientType=0 ); color: #FFF !important; } .b-addcomment-inner { margin: 0; border-bottom: 1px dotted; } .b-addcomment-icon { position: absolute; top: 50%; left: 8px; width: 16px; height: 16px; margin: -8px 0 0 0; background: url(/img/icons/addcomment.png?v=15718) no-repeat 0 0; } /* spam comment link */ .b-singlepost .b-spamcomments:link, .b-singlepost .b-spamcomments:visited, .b-singlepost .b-spamcomments:hover, .b-singlepost .b-spamcomments:active { margin: 0; padding: 0; border: 0; color: #0051B7 !important; } .b-singlepost .b-spamcomments:hover, .b-singlepost .b-spamcomments:active { color: #C00 !important; } .b-singlepost .b-spamcomments-active:link, .b-singlepost .b-spamcomments-active:visited, .b-singlepost .b-spamcomments-active:hover, .b-singlepost .b-spamcomments-active:active { display: inline-block; margin: 0; padding: 4px 10px; border: 0; -moz-border-radius: 4px; border-radius: 4px; background: #3080DA; background: #3080DA -moz-linear-gradient(top, #1F4582 0%, #3080DA 100%); background: #3080DA -webkit-linear-gradient(top, #1F4582 0%,#3080DA 100%); background: #3080DA -o-linear-gradient(top, #1F4582 0%,#3080DA 100%); background: #3080DA -ms-linear-gradient(top, #1F4582 0%,#3080DA 100%); background: #3080DA linear-gradient(top, #1F4582 0%,#3080DA 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F4582', endColorstr='#3080DA',GradientType=0 ); font-size: 1em; line-height: 1em; font-weight: bold; color: #FFF !important; text-decoration: none; } /* yandex direct (LJSUP-17257) */ .b-singlepost-yadirect { margin: 2em 0 3em; } .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner_border { overflow: visible !important; border: 0 !important; font-family: Arial, sans-serif; } .b-singlepost-yadirect .ya-partner YATAG.ya-partner__ads { margin: 0 0 0.3em !important; text-align: right !important; } .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal A.ya-partner__ads-link-l:link, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal A.ya-partner__ads-link-l:visited { color: #999 !important; } .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal A.ya-partner__ads-link-l:hover, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal A.ya-partner__ads-link-l:active { color: #C00 !important; } .b-singlepost-yadirect .ya-partner_type_horiz .ya-partner__list { border: 1px solid #CCC !important; border-radius: 5px !important; box-shadow: 0 10px 15px rgba(0,0,0,0.2) !important; } .b-singlepost-yadirect .ya-partner_type_horiz .ya-partner__item { padding: 1em !important; } .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__title-link-text:link, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__title-link-text:visited, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__sitelinks-text:link, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__sitelinks-text:visited { color: #0051B7 !important; } .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__title-link-text:hover, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__title-link-text:active, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__sitelinks-text:hover, .b-singlepost-yadirect #ya_partner_Ya_sync_0-horizontal .ya-partner__sitelinks-text:active { color: #C00 !important; } .b-singlepost-yadirect .ya-partner_type_horiz .ya-partner__gap { background: url(/img/icons/yadirect-gap.png?v=1) no-repeat 50% 50% !important; } /* responsive design */ /* 110em and more */ @media all and (min-width: 110em) { /* bigger font size */ .b-singlepost { font-size: 16px; } /* max width of entry .b-singlepost-about, .b-singlepost-wrapper { max-width: 90em; }*/ } /* 90em and more */ @media all and (min-width: 90em) { /* bigger font size */ .b-singlepost { font-size: 15px; } /* max width of entry .b-singlepost-about, .b-singlepost-wrapper { max-width: 92em; }*/ } /* 65em and more */ @media all and (max-width: 65em) { /* prev-next navigation */ .b-singlepost-prevnext { position: relative; bottom: auto; right: auto; width: auto; margin: 2em 0 0; padding: 0; border: 0; box-shadow: none; transition: none; background: transparent; } .p-ljtimes .b-singlepost-prevnext, .p-ljtimes.ljtimes-minimized .b-singlepost-prevnext { bottom: auto; } .b-singlepost-prevnext-drag { display: none; } .b-singlepost-prevnext-items { margin: 0 25px; } .b-singlepost-prevnext-item, .b-singlepost-prevnext-item:first-child { margin: 0.2em 0; } .b-singlepost-prevnext-prev { float: left; } .b-singlepost-prevnext-next { float: right; } .b-singlepost .b-singlepost-prevnext-item { font-size: 1em; } .b-singlepost-prevnext-link { display: inline-block; margin: 0; } .b-singlepost-prevnext-prev .b-singlepost-prevnext-link { position: static; } .b-singlepost-prevnext-inner { overflow: visible; display: inline; height: auto; } /* ljuser (LJSUP-17197 & LJSUP-17253) */ .i-ljuser-withalias.i-ljuser-showalias .i-ljuser-alias { display: inline; } } /* 60em and more */ @media all and (max-width: 60em) { /* smaller titles */ .b-singlepost-title { font-size: 1.7em; } /* smaller userpic on author */ .b-singlepost-author-userpic IMG { max-width: 90px; height: auto; } /* smaller userpics in comments */ .b-leaf-userpic, .b-leaf-userpic-inner { width: 90px; height: 90px; } .b-leaf-userpic IMG { max-width: 90px; max-height: 90px; } /* visible controls */ #js .b-leaf-controls, #js .b-leaf-header .b-leaf-actions, #js .b-leaf-collapsed .b-leaf-actions-check { visibility: visible !important; } /* paddings on comment */ .b-leaf-details { padding-top: 3px; padding-left: 10px; } .b-leaf-controls { margin-bottom: 0; } /* straight width for watering container */ .b-watering { max-width: 700px; } } /* 50em and more */ @media all and (max-width: 50em) { /* smaller titles */ .b-singlepost-title { font-size: 1.5em; } /* smaller userpic on author */ .b-singlepost-author-userpic IMG { max-width: 70px; height: auto; } /* smaller userpics in comments */ .b-leaf-userpic, .b-leaf-userpic-inner { width: 70px; height: 70px; } .b-leaf-userpic IMG { max-width: 70px; max-height: 70px; } /* margin on comments controls */ .b-leaf-username, .b-leaf-meta, .b-leaf-header .b-leaf-actions { margin-bottom: 1px; } /* preloading gif to left (for tiny screens) */ .b-grove-loading .b-tree { background: url(/img/preloader/preloader-blue-white-xl.gif?v=22967) no-repeat 20% 50px; } .b-xylem { text-align: left; } .b-xylem-cells { } .b-xylem-cell-add, .b-xylem-cell-spam, .b-xylem-cell-amount, .b-grove-showspam .b-xylem-cell-amount, .b-xylem-nocomment .b-xylem-cell-amount, .b-xylem.active .b-xylem-cell-amount { float: none; width: auto; padding: 0; text-align: left; } /* prev-next navigation */ .b-singlepost-prevnext { } .b-singlepost-prevnext-item { float: none; margin: 0.5em 0 0; } .b-singlepost-prevnext-next { text-align: left; } } /* 40em and more */ @media all and (max-width: 40em) { /* smaller font size */ .b-singlepost { font-size: 13px; } /* author userpic and info in one column */ .b-singlepost-author-userpic { float: none; } /* resize images */ .b-singlepost-body IMG:not(.i-ljpoll-results-bar) { width: auto !important; height: auto !important; max-width: 100%; } } /* 30em and more */ @media all and (max-width: 30em) { /* smaller userpic on author */ .b-singlepost-author-userpic IMG { max-width: 50px; height: auto; } /* smaller userpics in comments */ .b-leaf-userpic, .b-leaf-userpic-inner { width: 50px; height: 50px; } .b-leaf-userpic IMG { max-width: 50px; max-height: 50px; } /* controls in one line */ .b-leaf-controls { clear: none; } } /* file-end: stc/commentmanage.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/spelling.css */ .b-spelling { position: relative; width: 100%; height: 13em; border: 1px solid #999; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: height 100ms ease-out; -moz-transition: height 100ms ease-out; -o-transition: height 100ms ease-out; transition: height 100ms ease-out; background: #FFF; } .b-spelling:focus { outline: thin solid #85C1FF; } .b-updatepage .b-spelling { height: 403px; } .b-inboxpage .b-spelling { height: 400px; } .b-spelling-faketextarea, .b-spelling-textarea { position: relative; width: 100%; margin: 0; padding: 5px; border: 0; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing: border-box; box-sizing: border-box; font: 1em/1.2em Arial,sans-serif; *padding: 0; *line-height: 1.4em; } /* font for update.bml */ .b-updatepage .b-spelling-faketextarea, .b-updatepage .b-spelling-textarea { padding: 10px 8px; font: 1.0em/1.4 Consolas,"Liberation Mono",Courier,monospace,sans-serif; *padding: 0; } .b-spelling-faketextarea { z-index: 1; background: #FFF; color: #FFF; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } .b-spelling-popuping .b-spelling-faketextarea { z-index: 2; color: #000; } .b-spelling-textarea { position: absolute; top: 0; left: 0; z-index: 2; /*overflow-x: auto;*/ overflow: hidden; height: 100%; opacity: 1; resize: none; background: transparent; color: #000; } .b-spelling-popuping .b-spelling-textarea { z-index: 1; opacity: 0; } .b-spelling-word { } .b-spelling-inner { } .b-spelling-error { margin: 0; padding: 0; cursor: pointer; } .b-spelling-error .b-spelling-inner { border-bottom: 1px solid #F00; } .b-spelling-error.active { } .b-spelling-error.active .b-spelling-inner { border-bottom: 2px solid #F00; } .b-spelling-editing { cursor: text; } .b-spelling-editing .b-spelling-inner { color: #000; border-bottom-color: #FFF; } .b-spelling-bubble { position: absolute; margin: 0; padding: 0; border: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; -webkit-box-shadow: 0 1px 3px rgba(53,99,161,0.8); -moz-box-shadow: 0 1px 3px rgba(53,99,161,0.8); box-shadow: 0 1px 3px rgba(53,99,161,0.8); -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; font: 14px/1.2 Arial,sans-serif; text-align: left; *border: 1px solid rgb(53,99,161); } .b-spelling-bubble .b-popup-outer { margin: 0; padding: 10px 15px 5px; border: 0; -moz-border-radius: 4px; -moz-border-radius-topleft: 0; border-radius: 4px; border-top-left-radius: 0; background: #FAFAFA; background: #FAFAFA url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2UyZTNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: #E2E3E7 -moz-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%); background: #E2E3E7 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFCFE), color-stop(25%,#E2E3E7), color-stop(100%,#FAFAFA)); background: #E2E3E7 -webkit-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: #E2E3E7 -o-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); background: #E2E3E7 linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%); *zoom: 1; } .b-spelling-bubble .b-popup-inner { margin: 0; padding: 0; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .b-spelling-bubble .i-popup-arr { visibility: hidden; } .b-spelling-bubble .i-popup-arrtl { left: 0; } .b-spelling-bubble .i-popup-close { position: absolute; top: 5px; right: 5px; width: 6px; height: 5px; margin: 0; padding: 0; background: url(/img/icons/popup-close-s.png?v=20956) -5px -5px no-repeat; font: 0/0 serif; } .b-spelling-bubble .i-popup-close:hover { background-position: -5px -21px; } .b-spelling-bubble-container { margin: 0; } .b-spelling-items { margin: 0; padding: 0; list-style: none; } .b-spelling-item { margin: 0 -15px; padding: 3px 15px 5px; cursor: pointer; } .b-spelling-item:hover { background: #C8E6FF; } .b-spelling-item-word { margin: 0; padding: 0; border-bottom: 1px dotted #000; } .b-spelling-item-skip { position: relative; margin-top: 10px; border-top: 1px solid #C9CACC; font-style: italic; font-size: 13px; color: #232425; } .b-spelling-item-skip:before { content: " "; position: absolute; top: 0; right: 0; left: 0; display: block; height: 2px; background: #FFF; } .b-spelling-item-no { font-size: 13px; cursor: default; color: #232425; } .b-spelling-item-no:hover { background: none; } .b-spelling-item-no .b-spelling-item-word { border-bottom: 0; } .b-updateform-disabled .b-spelling { border-color: #CCC; } .b-updateform-disabled .b-spelling-textarea { color: #7F7F7F; } /* file-end: stc/spelling.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/journalpromo/journalpromo.css */ /* Journalpromo */ .b-singlepost .b-journalpromo-container DL, .b-singlepost .b-journalpromo-container DT, .b-singlepost .b-journalpromo-container DD { margin: 0; } .b-singlepost .b-journalpromo-container A, .b-singlepost .b-journalpromo-container A:hover, .b-singlepost .b-journalpromo-container A:link, .b-singlepost .b-journalpromo-container A:visited, .content-inner .b-journalpromo-container A, .content-inner .b-journalpromo-container A:hover, .content-inner .b-journalpromo-container A:link, .content-inner .b-journalpromo-container A:visited { border-bottom: 0 !important; color: #35619F !important; } .b-journalpromo-container { position: relative; overflow: hidden; max-width: 940px; min-width: 370px; margin: 0 auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .b-journalpromo-container DL { margin: 0 !important; } .b-journalpromo-header { position: relative; display: block; margin: 0; padding: 3px 5px 3px 10px; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background: #FFF0A6; font: 14px/1.4 Arial,sans-serif !important; font-style: normal; font-weight: bold; color: #BBB69E; } HTML BODY .b-journalpromo-header-title { line-height: 18px !important; } .b-journalpromo-header .b-journalpromo-header-options { display: block; float: right; padding: 1px 0 0; } HTML BODY .b-journalpromo-header-options A, HTML BODY .b-journalpromo-header-options A:link { margin-right: 8px; vertical-align: top; background: none !important; font-weight: normal !important; font: 12px/1.2 Arial,sans-serif !important; color: #35619F !important; } HTML BODY .b-journalpromo-header-options A.journalpromo-info-icon { width: 14px; height: 14px; background-position: 0 -82px !important; } HTML BODY .b-journalpromo-header-options .b-journalpromo-actions, HTML BODY .b-journalpromo-header-options A.b-journalpromo-actions { display: inline-block; margin: 0 4px 0 0; cursor: pointer; vertical-align: top; background-image: url("/img/journalpromo/journal-promo-icons.png?ver=4") !important; background-repeat: no-repeat; } HTML BODY .b-journalpromo-header-options A.b-journalpromo-actions-delete, .b-journalpromo-actions-close { width: 14px; height: 14px; background-position: 0 -100px !important; } HTML BODY .b-journalpromo-item { min-height: 35px; padding: 5px 10px 10px 10px !important; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #FFFEE3; } HTML BODY .b-journalpromo-header, HTML BODY .b-journalpromo-item DT, HTML BODY .b-journalpromo-item DD { text-align: left !important; font: 12px/1.4 Arial,sans-serif !important; } HTML BODY .b-journalpromo-item-nopromotion { text-align: center !important; } HTML BODY .b-journalpromo-item .b-journalpromo-item-message { display: inline-block !important; padding: 12px 0 5px !important; font: 14px/1.4 Arial,sans-serif !important; color: #333 !important; } HTML BODY .b-journalpromo-item A { background: none !important; font: 14px/1.4 Arial,sans-serif !important; color: #35619F !important; } HTML BODY .b-journalpromo-item DT { margin-bottom: 3px !important; } HTML BODY .b-journalpromo-item DD { color: #333 !important; margin: 0 !important; } /* Journalpromo popup */ .journalpromo-popup-content { overflow: hidden; } .journalpromo-popup-content H4 { margin: 0 0 5px 0; font: bold 14px/1.6 Arial, sans-serif !important; text-align: left; } .journalpromo-popup-content A, .journalpromo-popup-content A:link, .journalpromo-popup-content A:visited { color: #0000CC; } .journalpromo-popup-content .b-splatest-more { padding: 20px 0; line-height: 19px; text-align: center; } .journalpromo-popup-content .b-splatest-more-inner { display: inline-block; padding: 0 0 0 25px; background: url(/img/preloader/spinner1.gif?v=19441) no-repeat 0 60%; } .journalpromo-popup-content-delete { width: 270px; } .journalpromo-popup-info-list { max-width: 440px; min-width: 250px; margin: 0; padding: 0; list-style: none; } .journalpromo-popup-info-error { padding: 3px 5px; border-radius: 4px; background: #ffedeb; } HTML BODY .journalpromo-popup-info-list LI { overflow: hidden; margin-bottom: 3px; font: 12px/1.6 Arial, sans-serif !important; text-align: left; } #journalpromo-user-ban { margin: 0 5px 0 0; } .journalpromo-popup-info-value { float: right; margin-left: 20px; text-align: right; } .journalpromo-sc-icon { display: inline-block; width: 14px; height: 15px; margin: 1px 5px 0; background-image: url("/img/journalpromo/journal-promo-icons.png?ver=4"); background-repeat: no-repeat; background-position: 0 -143px; vertical-align: top; } HTML BODY .journalpromo-popup-info-option { font-weight: normal !important; } .journalpromo-popup-info-error, .journalpromo-popup-spinner { display: none; } .journalpromo-popup-content-loading .journalpromo-popup-info-error, .journalpromo-popup-content-loading .journalpromo-popup-info-action, .journalpromo-popup-content-error .journalpromo-popup-info-action, .journalpromo-popup-content-error .journalpromo-popup-spinner, .journalpromo-popup-content-action .journalpromo-popup-info-error, .journalpromo-popup-content-action .journalpromo-popup-spinner { display: none; } /* file-end: stc/journalpromo/journalpromo.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/lanzelot/lanzelot-adaptive.css */ /* SOME KIND OF RESET & NORMALIZE -------------------------------------- */ HTML { font-size:100.01%; } HTML, BODY { height: 100%; } .s-header TABLE, .s-footer TABLE, .s-header TH, .s-header TD, .s-header H1, .s-header DL, .s-footer DL, .s-header DT, .s-header DD, .s-footer DT, .s-footer DD, .s-header OL, .s-header UL, .s-footer OL, .s-footer UL, .s-footer H3, .s-header IMG, .s-header FORM, .s-header LABEL, .s-footer LABEL { padding: 0; margin: 0; border: none; outline: none; vertical-align: baseline; font-family: inherit; } .s-header OL, .s-header UL, .s-footer OL, .s-footer UL{ list-style: none; } .s-header TABLE, .s-footer TABLE { border-collapse:collapse; border-spacing:0; } .s-header TH, .s-header TD, .s-footer TH, .s-footer TD { text-align: left; } .s-header TEXTAREA, .s-header INPUT, .s-header SELECT, .s-footer SELECT { font-family: Arial,sans-serif; font-size: 1em; } /* Hello, HTML5, we love you! */ ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, NAV, SECTION { display: block; } BODY, DD, DT, TH, TD, P, DIV, LI, PRE, CODE, KBD { font-size: 100%; } BODY { margin: 0; padding: 0; background: #FFF; font: 0.8em Arial, sans-serif; color: #404040; } A { border-bottom: solid 1px #CCC; text-decoration: none; color: #3F5F9E; } A:hover { border-color:#3F5F9E; color: #3F5F9E; } P { margin: 0.75em 0; } H1 { margin: 0 0 0.4em 0; padding: 0; background-color: transparent; font-weight: bold; font-size: x-large; color: #036; } H1 A { font-weight: normal; } H2 { margin: 0.3em 0 0.1em 0; padding: 0; font-weight: normal; font-size: large; color: #036; } H3 { margin: 0.2em 0 0.2em 0; padding: 0; background-color: transparent; font-style: italic; font-size: medium; color: #024; } .s-content PRE { line-height: 1em; } /* Links -------------------------------------- */ .comm { padding-left: 18px; background: url(/lanzelot/img/ico/msg.gif?v=5643) 2px 0 no-repeat; color: #808080; } .more, .reply { padding: .2em .4em; border: none; font-size: .85em; } .more { background: #B2A08F; color: #FFF; } .more:hover { background: #D1BBA7; } .aliaslist-table .more, .aliaslist-table .more:hover { background: transparent; } .reply { background: #D7E5F6; } .reply:hover { background: #829DBF; color: #FFF; } .theme { color:#B54454; } /* Picture (LOL here: where they can be?) -------------------------------------- */ .pic { vertical-align:top; } .pic.left { float:left; margin:.2em 1em 0 0; } .pic.right { float:right; margin:.2em 0 0 1em; } /* Horizontal Rule -------------------------------------- */ HR { height: 2px; width: 100%; background-color: #369; border: 0; color: #369; } .hr { clear:both; overflow:hidden; width:100%; height:1px; margin:0 0 12px; border:solid 1px #404040; border-width:2px 0 1px; } .hr HR { display:none; } .hr.div { margin:0; } .hr.hair { border-width:1px 0 0; height:0; } .hr.hid { border:none; padding:12px 0; } /* Utility CSS */ .clear { width: 1px; height: 1px; margin: 0 -1px -1px 0; padding: 0; clear: both; border: 0; line-height: 0%; font-size: 0; } /* Button -------------------------------------- */ .btn { float:left; cursor:pointer; border:none; background: url(/lanzelot/img/btn/bg.gif?v=5643) 0 50% repeat-x; text-align:center; font-size:.85em; color:#666; } .btn:hover { color:#999; } .btn SPAN { display:block; background: url(/lanzelot/img/btn/tl.gif?v=5643) no-repeat; } .btn SPAN SPAN { background: url(/lanzelot/img/btn/br.gif?v=5643) 100% 100% no-repeat; } .btn SPAN SPAN SPAN { background: url(/lanzelot/img/btn/tr.gif?v=5643) 100% 0 no-repeat; } .btn SPAN SPAN SPAN SPAN { padding: 5px 15px; background: url(/lanzelot/img/btn/bl.gif?v=5643) 0 100% no-repeat; } .btn.full { width:100%; } .btn-set { overflow:hidden; } .ljbtn { width: auto !important; padding: 5px 20px; cursor: pointer; border: 1px solid #ccc; background: url(/lanzelot/img/btn/bg.gif?v=5643) 0 50% repeat-x; text-align: center; font-size: .85em; color: #666; } /* Some special stuff */ .hide { display: none; } /* Misc */ .errorbar { width: auto; margin-top: auto; margin-right: auto; margin-bottom: 5px; margin-left: auto; padding: 8px; border: 1px solid #F99; background-color: #FEE; background-image: url(/img/message-error.gif?v=4888); background-repeat: repeat-x; text-align: left; font: 12px Verdana, Arial, Sans-Serif; color: #000; } .warningbar { width: auto; margin-top: auto; margin-right: auto; margin-bottom: 5px; margin-left: auto; padding: 8px; border: 1px solid #FC3; background-color: #FFD; background-image: url(/img/message-warning.gif?v=4888); background-repeat: repeat-x; text-align: left; font: 12px Verdana, Arial, Sans-Serif; color: #000; } .de { background-color: #FFF; color: #909090; } /* Header ---------------------------------------------------------------------- */ .s-header { position: relative; overflow: visible; min-width: 923px !important; padding: 31px 24px 0 48px; background-color: #102446; background-image: -webkit-radial-gradient(circle closest-side, #174D8D, #102446); background-image: -moz-radial-gradient(circle closest-side, #174D8D, #102446); background-image: -o-radial-gradient(circle closest-side, #174D8D, #102446); background-image: radial-gradient(circle closest-side, #174D8D, #102446); -webkit-background-size: 548px 548px; -moz-background-size: 548px 548px; -o-background-size: 548px 548px; background-size: 548px 548px; background-repeat: no-repeat; background-position: -245px -200px; line-height: 1.4; } /* Logo */ .s-header .s-logo { float: left; width: 213px; height: 45px; margin: 12px 0 24px -24px; background-image: url(/img/logo.png?v=31583); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; background-repeat: no-repeat; } .s-header .s-logo A, .s-header .s-logo SPAN { display: block; height: 100%; text-indent:-9999px; border: none; } @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) { .s-header .s-logo { background-image: url(/img/logo.svg?v=1); } } /* Options */ .s-header .options { float:right; } .s-header .nolog { padding-top: 15px; font-size: 0.85em; } .s-header .nolog INPUT { vertical-align: middle; } /* Userbar -------------------------------------- */ .userbar { position: relative; padding: 0 64px 0 0 !important; text-align: right; } /* Nickname */ .userbar DT .ljuser A { border: none; font-weight: bold; font-size: 1.1em; color: #404040; } .s-header .userbar DT .ljuser A IMG { vertical-align: text-top !important; } .userbar DT SMALL { position: relative; top: -2px; font-size: .85em; } /* Links */ .userbar DD { font-size: .85em; } .userbar DD UL { padding: 4px 0 0 !important; } .userbar DD LI { padding: 0px; color:#808080; } .userbar DD LI.last { padding: 4px 0 0; } .userbar DD LI A { margin-left: 6px; } .userbar DD A.account-icon { position: relative; top: 3px; margin-left: 3px; border: 0; } /* Login Box -------------------------------------- */ .login-tl { position: absolute; top: 33px; right: 18px; z-index: 100; width: 300px; text-align: left; } /* Logged */ .options-logged .login-tl { position: static; width: auto; margin-bottom: -10px; } .options-logged .login-tr, .options-logged .login-br, .options-logged .login-bl { padding:0; background:none; } /* Login Form -------------------------------------- */ .s-header TABLE.login-form { width: 270px; color: #FFF; } .s-header TABLE.login-form TD { padding: 0; vertical-align: middle; font-size: .85em; } .s-header TABLE.login-form .txt { width:108px; margin: 3px 5px 0 0; } .s-header TABLE.login-form A { color:#808080 !important; } .s-header TABLE.login-form A:hover { border-color: #CCC; color: #3F5F9E !important; } .s-header TABLE.login-form .rememb { margin: 0 3px 0 0; } .s-header TABLE.login-form .i-auth { border: 0; } .s-header TABLE.login-form .i-auth IMG { margin: 0 0 0 2px; vertical-align: -4px; } .s-header TABLE.login-form .b-loginpopup { position: absolute; top: 32px; } .b-auth-wrapper { padding: 4px 1px 2px 0; line-height: 16px; border: 1px solid #253343; border-width: 0 1px 1px 0; background-color: rgba(0, 0, 0, 0.25); border-radius: 4px; } /* Login Error -------------------------------------- */ .login-error { padding: 12px; text-align: center; color: #CC3F4F; } .s-header TABLE.login-form LABEL, .s-header TABLE.login-form A:link, .s-header TABLE.login-form A:visited { color: #EBF3FB !important; } .s-header TABLE.login-form A:link:hover, .s-header TABLE.login-form A:visited:hover { color: #EBF3FB !important; border-color: #808080 !important; } /* Userpic */ .userbar .userpic { position: absolute; top: 2px; right: 0; max-width: 40px; max-height: 40px; } /* Search Bar -------------------------------------- */ .searchbar { position: absolute; top: 59px; left: 50%; width: 35%; margin-left: -18%; } /* Search */ .searchbar TABLE { clear: both; width: 100%; } .searchbar TABLE TD { vertical-align:top !important; } .searchbar TABLE .txt { width:60%; } .s-header .searchbar TABLE .txt INPUT { width:97%; padding: 1px; border: 1px solid #D1D1D1; font-size: 12px; } .searchbar TABLE .area { width: 25%; } .s-header .searchbar TABLE .area SELECT { width: 95%; border: 1px solid #D1D1D1; background: #FFF; font-size: 12px; } .searchbar TABLE .btn { width: 15%; background:none; border: none; } /* Links */ .searchbar .links { overflow: hidden; clear: both; width: 98%; padding: 3px 0 0; font-size: .85em; } .searchbar .links, .searchbar .links A { color: #808080 !important; } .searchbar .links A:hover { border-color: #808080 !important; } .searchbar .links .sample { float: left; padding-bottom: 1px; } .searchbar .links .advanced { float: right; } /* Themes -------------------------------------- */ .themes { clear: both; overflow: visible; padding: 3px 0 0 0; text-align: center; } .themes .menu { position: relative; display: inline-block; text-align: center; vertical-align: bottom; } .themes UL { /*float:left; */ /*left:50%;*/ position:relative; } .themes LI, .themes SPAN { float:left; } .themes LI { margin-right:-1px; background: url(/lanzelot/img/themes/div.gif?v=5643) 100% 50% no-repeat; height: 27px; } .themes .last { background:none; } .themes .ex { text-indent: -99999px; width: 1px; } .themes .next { background: url(/lanzelot/img/menu/next.gif?v=5643) 1px 100% no-repeat; } .themes .next SPAN { background: url(/lanzelot/img/themes/div.gif?v=5643) 100% 50% no-repeat; } .themes .next.ex SPAN, .themes .next.pr SPAN { background: none;} .themes SPAN { padding:5px 12px 4px; } .themes .ex SPAN { padding: 0px; } .themes A:link, .themes A:visited { border:none !important; text-transform:uppercase; line-height:1; font-size:.85em; color:#404040 !important; } .themes LI LI A:link, .themes LI LI A:visited, .themes LI LI A:hover { display: block; line-height: 1.4; } .themes A:hover { border-bottom:none; } .themes LI UL { display: none; } /* Current */ .themes .cur { background: #5F6F86 url(/lanzelot/img/themes/l.gif?v=5643) no-repeat; position: relative; } .themes .cur SPAN { background: url(/lanzelot/img/themes/r.gif?v=5643) 100% 0 no-repeat; } .themes .cur A, .themes .cur A:visited { color:#FFF !important; } /* SubMenu */ .themes .submenu { position: absolute; left: 0; top: 27px; z-index: 5; text-align: left; background: #5f6f86; /* background: url(/lanzelot/img/menu/cur_bl.gif?v=5759) 0 100% no-repeat #5f6f86; */ min-width: 180px; border-radius: 0 0 4px 4px; } .themes .submenu LI { display: block; float: none; background: none; padding: 0px 12px; margin-right: 0; white-space: nowrap; height: auto; } .themes .submenu A, .themes .submenu A:visited { text-transform: none; } .themes .submenu SPAN.pic-count { float: none; background:none;padding: 0 !important; display: block;} .themes .submenu A:hover { color:#afd2ff !important; text-decoration: underline; border: none; } .s-header .themes .submenu li.disabled { background-image: url(/horizon/upgrade-paid-icon.gif?v=2621); background-position: 95% 50%; background-repeat: no-repeat; } .s-header .themes .submenu li.disabled A:link, .s-header .themes .submenu li.disabled A:visited { color: #999 !important; } .s-header .themes .submenu li.disabled A:hover { color:#999 !important; } .themes .submenu LI DIV { background: url(/lanzelot/img/menu/dot.gif?v=5643) repeat-x bottom; float: none; padding: 4px 0px; } .themes .submenu LI.last { /*background: url(/lanzelot/img/menu/cur_br.gif?v=5643) 100% 100% no-repeat !important; */ } .themes .submenu LI.last DIV{ background: none; } #side { float: left; /*margin-left: -336px;*/ width: 335px; } /* Lanzelot content ---------------------------------- */ .lanzelot-content { margin: 5px 0; clear: both; } p.lanzelot { line-height: 1.4em; text-align: left; } /* Breadcrumbs  ---------------------------------- */ .s-ljbreadcrumbs { margin-left: 0; margin-bottom: 1em; text-align: left; white-space: nowrap; font: 11px Arial, Helvetica, sans-serif; } .borderedtable { border:1px solid black !important; } .borderedtable TH { border-bottom: 1px solid #000; background: #ccc; } a.more-link:hover { text-decoration: none !important;} .cprod .alllink a {border: none;} DIV.homepage-loggedin > DIV { width: 100%} /* Shop & catalogue pages FIXED WIDTH ----------------------------------------- */ .catalogue-page .s-content, .shop-page .s-content { width: 940px; min-width: 940px; margin: 0 auto; } /* Main layout -------------------------------------------- */ .s-content-wrapper { min-height: 100%; height: auto !important; height: 100%; min-width: 995px; margin: 0; } .lanzelot-content { clear: both; float: none; margin: 5px 0 0; min-height: 220px; width: 100%; } /* There should be .s-content later */ .s-content { padding-bottom: 234px; } /* No Footer Pages */ .p-nofooter .s-content { padding-bottom: 0; } .p-footer-lite .s-content { padding-bottom: 31px; /* 30px + 1px */ } .p-ljtimes.p-footer-lite .s-content { padding-bottom: 52px; /* 21px + 30px + 1px */ } .p-ljtimes.p-footer-lite.ljtimes-minimized .s-content { padding-bottom: 31px; } .p-nofooter.p-ljtimes .s-content-wrapper { padding-bottom: 25px; } /* Body -------------------------------------- */ .s-content { padding: 24px 24px 239px; min-width: 894px; } .s-content:after, .s-header:after { content: ""; display: table; clear: both; border-collapse: collapse; } /* Footer -------------------------------------- */ .s-footer { overflow:hidden; clear: both; height: 215px; min-width: 942px; margin: -215px auto 0; text-align: left; font-size: .85em; } /* and its types */ .p-nofooter .s-footer { display: none; } .p-ljtimes .s-footer { margin-top: -236px; margin-bottom: 0; padding-bottom: 24px; } .ljtimes-minimized .s-footer { margin-top: -215px; padding-bottom: 0; } .p-footer-lite .s-footer { height: 30px; margin-top: -31px; } .p-ljtimes.p-footer-lite .s-footer { margin-top: -52px; padding-bottom: 24px; } .p-ljtimes.p-footer-lite.ljtimes-minimized .s-footer { margin-top: -31px; padding-bottom: 0; } /* Elements in footer */ .s-footer UL { padding: 4px 0; margin: -5px 0 0; } .s-footer LI { display: inline-block; } .s-footer A:hover { border-color:#CCC; } .s-footer P { padding:24px 0 12px; text-align:right; color:#CCC; } /* Map */ .s-footer-in { position: relative; min-height: 147px; padding: 17px 24px 0; margin-bottom: 17px; } .s-footer H3 { padding-bottom: 10px; font-size: 1.4em; font-weight: bold; font-style: normal; } /* Footer navigation */ .s-footer-map { position: relative; display: table; width: 100%; overflow: hidden; } .s-footer-map:after { content: " "; position: absolute; top: 0; height: 100%; width: 1px; background: #CCC; left: 50%; } .s-footer-map .l-col { display: table-cell; width: 50%; padding-right: 7%; } .s-footer-map .l-col-aside { display: table-cell; width: 50%; padding-left: 7%; } .s-footer-map SPAN { font-size: 1.2em; } .s-footer-map LI { float: none; display: inline; padding-right: 15px; line-height: 1.8em; } .s-footer-map LI A { white-space: nowrap; } /* Just switch lang here */ .s-footer .lang-control { vertical-align: middle; } BODY .s-footer .lang-control SELECT { margin: 0 5px; font: 1em Arial, sans-serif; } /* Side */ .s-footer .side { float:right; } .s-footer .side LI { margin-left:12px; } /* Copyright section */ .s-footer-copyright { height: 30px; border-top: 1px solid #CCC; text-align: center; line-height: 30px; color: #999; } /* Link to current LJ.com version ------------------------------------ */ .s-footer DL.current-version { margin: 10px 0; padding: 0; border: 0; text-align: left; } .s-footer DL.current-version DT, .s-footer DL.current-version DD { display: inline; margin: 0; padding: 0 3px 0 0; text-align: left; white-space: nowrap; font-size: 11px !important; font-weight: normal; } /* Modules -------------------------------------------------------------------------- */ /* Top Navigation -------------------------------------- */ .navigator { font-size: .85em; margin-bottom: 20px; } .navigator SPAN { font-weight: bold; } /* LiveJournal COM -------------------------------------- */ ol.num_list { list-style:decimal; padding-left: 1.5em; } .new_friend LI { padding-bottom: 13px; color: #808080; } .new_friend A { font-size: .85em; } .new_friend .add A { font-size: 1em; } .new_friend LI INPUT { width: 125px; margin:0 10px 0 5px; } #tagform .btn { float:none; border: none; } #tagform .btn:focus { outline: none; } .new_friend TEXTAREA { display: block; width: 100%; margin-top: 10px; } .new_friend .ljbtn { float: right; margin-right: -3px; margin-top: 8px; } .import { padding-left: 25px; padding-top: 3px; position: relative; margin-top: -3px; } .import FORM { margin-top: 20px; } .import TD { padding-bottom: 11px; } .import .label { text-align: right; padding-right: 17px; } .import INPUT { width: 195px; } .import SELECT { width: 200px; } .imported { overflow: scroll; height: 160px; border: 1px solid #ccc; margin: 25px 0 0; } .imported TD { padding: 3px 5px 5px 5px; vertical-align: middle; font-size: .85em; } .imported TD.mail { padding: 3px 5px 5px 20px; } .imported INPUT { width: auto; } .import .new_friend .ljbtn { margin-right: 0px; } /* Sup AD -------------------------------------- */ .sup-ad { overflow: hidden; } .sup-ad DT { float: left; width: 160px; height: 100px; margin-right: 10px; clear:both; } .sup-ad DT a { border: none; } .sup-ad DD { float:left; width: 400px; } .theme-item A.theme-preview-link { border:0 !important; } /* Profile page ------------------------------------*/ #profile_page a:hover { text-decoration: none; } /* ContextualPopup ------------------------------------*/ div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited { text-decoration: none !important; border-bottom:solid 1px #CCC !important; } div.ContextualPopup div.Inner a:link:hover, div.ContextualPopup div.Inner a:visited:hover { text-decoration:none !important; border-color:#3F5F9E !important; } /* Link to current version ------------------------------------ */ .current-version { margin:0; padding: 4px 0 2px; } /* ADV ------------------------------------ */ .ljad A, .ljad A:hover { border:0; } .ljad DIV A:link, .ljad DIV A:visited { text-decoration:none; border-bottom:solid 1px #CCC; color:#3F5F9E !important; } .ljad DIV A:hover { border-color:#3F5F9E; } /* 10 years header mod ------------------------------------ */ .s-header .menu { /* Why are these inline styles appear anyway? */ border-top:0 !important; margin-top:0 !important; } .s-header .themes A:link, .s-header .themes A:visited { color:#EBF3FB !important; } .s-header .searchbar .links, .s-header .searchbar .links A { color:#FFF !important; } .s-header .searchbar .tabs LABEL { color:#FFF; } .s-header .userbar { color:#92B1DE !important; } .s-header .userbar A:link, .s-header .userbar A:visited { color:#EBF3FB !important; } .s-header .themes .next { background-image: url(/lanzelot/img/10years/10years-next.gif?v=6952); } .s-header .searchbar .tabs .cur, .s-header .themes .cur { background-image: url(/lanzelot/img/10years/10years-l.gif?v=6952); } .s-header .searchbar .tabs .cur LABEL, .s-header .themes .cur SPAN { background-image: url(/lanzelot/img/10years/10years-r.gif?v=6952); } .s-header .themes .submenu SPAN.pic-count { background:none; } * HTML .s-header .themes * { border:0 !important; } /* end of 10 years */ .small-stat .half { padding-right: 1px !important; } /* Games page */ .gamelist DD { font-size: .9em; } .gamelist DD.game-icon { background: url(/lanzelot/img/module/cornersbg-s.gif?v=7918) no-repeat 0 0; padding: 7px; } .gamelist DD.game-icon IMG { border: none !important; } /*appwidget-promotext*/ .appwidget-promotext TD { padding: 0 5px 5px 0; } /* Packages FORM */ .packages-form UL { padding: 0; margin: 0 0 15px 0; list-style: none; } .packages-form UL LI { padding: 0; margin: 0 0 5px 0; } .packages-form UL LI INPUT { padding: 0; margin: 0 5px 0 0; } .packages-form INPUT.submit { overflow: visible; padding: 0 7px 3px 7px; font-size: 12px; } /* MODULES -------------------------------------- */ .mod-tl { padding: 8px 18px 13px; border: 1px solid #CCC; -webkit-border-radius: 5px; border-radius: 5px; } /* Sidebar blocks --------------------------------------------- */ .right-mod { margin-bottom: 12px; } .right-mod .mod-tr { padding-top: 5px; } .appwidget-upgradeaccount .upg-mod { background: url(/lanzelot/img/upgrade-bg-lanz.png?v=7685) no-repeat 0 100%; } .appwidget-upgradeaccount .upgrade-info { padding: 10px 0 0; background: none; } .upg-mod .mod-bl { padding: 18px; } .appwidget-friendupdates H2, .appwidget-featuredstyles H2, .appwidget-friendbirthdays H2, .appwidget-vgifts H2, .appwidget-shop-paymentmethods H2, .appwidget-search H2, .appwidget-addcommunity H2, .appwidget-popularinterests H2 { background: none; background-color: #FFF; padding: 0; } .appwidget-upgradeaccount .w-head { background: none !important; } .appwidget-upgradeaccount H2 { color:#000; margin: 0; padding: 0; background: none; } .appwidget-upgradeaccount H2 SPAN.w-head-in, .appwidget-friendupdates H2 SPAN.w-head-in, .appwidget-featuredstyles H2 SPAN.w-head-in, .appwidget-friendbirthdays H2 SPAN.w-head-in, .appwidget-vgifts H2 SPAN.w-head-in, .appwidget-shop-paymentmethods H2 SPAN.w-head-in, .appwidget-search H2 SPAN.w-head-in, .appwidget-addcommunity H2 SPAN.w-head-in, .appwidget-popularinterests H2 SPAN.w-head-in { background: none; padding: 0 !important; } .appwidget-friendupdates .w-head .w-head-corner, .appwidget-featuredstyles .w-head .w-head-corner, .appwidget-friendbirthdays .w-head .w-head-corner, .appwidget-vgifts .w-head .w-head-corner, .appwidget-shop-paymentmethods .w-head .w-head-corner, .appwidget-search .w-head .w-head-corner, .appwidget-addcommunity .w-head .w-head-corner, .appwidget-popularinterests .w-head .w-head-corner { display: none; } .appwidget-featuredstyles .more-link, .appwidget-friendbirthdays .more-link, .appwidget-friendupdates .more-link, .appwidget-vgifts .more-link { right: -10px; } .appwidget-vgifts UL.giftlist { margin-top: 7px !important; } .appwidget-vgifts .giftlist LI A { border: none; } .appwidget-vgifts .giftlist LI A IMG { border: none; } .appwidget .mod-inf { border: none; padding: 0; margin-bottom: 0; } .appwidget-search .w-body, .appwidget-addcommunity .w-body { padding: 10px 0; } /* All ratings page */ .l-ratings .more:link, .l-ratings .more:visited { background:#B2A08F; border:0; color:#FFFFFF !important; } .l-ratings .more:hover { background:#D1BBA7; border:0; color:#FFFFFF !important; } /* System message */ .appwidget-sitemessages, .mobile-msg .appwidget-sitemessages { z-index: auto; top: 0; } /* Reskining corner & Pop-Up (framework element) ----------------------------------------- */ BODY {position: relative;} DL.b-reskining-about { display:none; zoom: 1; } DL.b-reskining-about DT { position: absolute; z-index: 200; right: 0; top: 0; width: 32px; height: 29px; background: url(../../img/reskining/reskining-corner.png?v=9276) no-repeat; zoom:1; } DL.b-reskining-about DD { display:none; position: absolute; z-index: 201; right: 0; top: 0; z-index: 2001; padding: 8px 20px !important; background: #102446; white-space: nowrap; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-radius-bottomleft: 6px; color: #FFF; } DL.b-reskining-about DD A:link, DL.b-reskining-about DD A:visited, DL.b-reskining-about DD A:hover, DL.b-reskining-about DD A:active { border: 0; text-decoration: underline; color: #FFF !important; } DL.b-reskining-about:hover DD { display: block; } /* Home page links -------------------------------------------- */ .homepage-loggedout a:hover, .homepage-loggedin a:hover { text-decoration: none; } /* Home page games widget */ .appwidget-gamelist .w-body .gamelist LI.first { margin-right: -2px; } /* browse page */ .appwidget-featuredposts .b-posts LI, .appwidget-featuredcomms .b-posts LI { padding:0; } .appwidget-featuredposts .b-posts A:hover, .appwidget-featuredposts .b-posts A:active { text-decoration:none; } .appwidget-featuredposts .w-head H2 SPAN.w-head-in, .appwidget-featuredcomms .w-head H2 SPAN.w-head-in { padding-left:0!important; } .appwidget-browse .w-head-corner { display:none; } .appwidget-browse .w-content, .appwidget-browse .w-body, .appwidget-browse .appwidget-search H2 SPAN.w-head-in, .appwidget-browse .appwidget-addcommunity .w-head H2 SPAN.w-head-in, .appwidget-browse .w-head H2 SPAN.w-head-in { border:0; background:none; } .appwidget-browse .w-content { padding-bottom:0; } .appwidget-browse .appwidget-polloftheday .w-body { padding:10px 0; } .appwidget-browse .w-head { background:none!important; } .appwidget-browse .w-head H2 { padding:0; } .appwidget-browse .appwidget-polloftheday .w-head-in { padding:0!important; } /* Mobile version message */ .b-message-mobile { position: static; } .p-mobile-msg-off .b-message-mobile { display: none; } /* ljmaps promo menu tab (LJSUP-15230) */ .s-header .themes .ljmaps-menu { background: #FFC800 url(/img/widget/ljmaps/ljmaps-l.png?v=28951) no-repeat; } .s-header .themes .ljmaps-menu SPAN { background: url(/img/widget/ljmaps/ljmaps-r.png?v=28951) 100% 0 no-repeat; } .s-header .themes .ljmaps-menu A:link, .s-header .themes .ljmaps-menu A:visited { color: #333 !important; } /* All good LAMP light HERE ------------------------------------------------------------------------------- */ A.frank-image { border: none; } TABLE.feature-matrix A.feature-link { border: none; } /* Inner Pages ------------------------------------- */ .theme-nav-small li A, .theme-nav-small li A:visited { border-bottom: 0px; } .theme-nav li A, .theme-nav li A:hover { border-bottom: 0px; padding: 4px 6px; } .customize-nav li A { border-bottom: 0px; } .theme-nav li.on A:hover { border-bottom: 1px solid #C7E0F6; } /* Related -------------------------------------- */ .related { margin:0 0 12px; } .related DD { padding:6px 0 0; font-size:.85em; } .related LI { padding-left:9px; margin:0 0 6px; background: url(/lanzelot/img/ico/bull.gif?v=5643) 0 .5em no-repeat; } /* Links Set -------------------------------------- */ .links-set { padding:0 0 12px; } .links-set LI { padding:0 0 6px; } /* Navigation -------------------------------------- */ .navigation { overflow:hidden; } .navigation A { border:none; } .navigation .prev { float:left; } .navigation .prev A { padding-left:20px; background: url(/lanzelot/img/cal/prev.gif?v=1) 0 50% no-repeat; } .navigation .prev A:hover { background-image: url(/lanzelot/img/cal/prev-a.gif?v=1); } .navigation .next { float:right; } .navigation .next A { padding-right:20px; background: url(/lanzelot/img/cal/next.gif?v=1) 100% 50% no-repeat; } .navigation .next A:hover { background-image: url(/lanzelot/img/cal/next-a.gif?v=1); } /* Bottom -------------------------------------- */ .bottom { margin:0 0 12px; border-bottom:solid 1px #CCC; } /* Likes list */ UL.likes-list { width: 100%; overflow: hidden; padding: 0; margin: 10px 0 0 0; list-style: none; } UL.likes-list LI { padding: 0; margin: 0 0 5px 0; } /* Special likes */ .i_like_this { position:relative; } .i_like_this_already { position: absolute; top: -1px; left: 9px; font: 16px/14px Verdana,sans-serif; color: #F00; } /* Social links -------------------------------------- */ .social-links DT, .social-links DD { display: inline; padding: 0 !important; } .social-links DT { font-size: 11px !important; vertical-align: top; } .social-links DD { margin: 0 2px 0; } .social-links DD A { display: inline-block; width: 16px; height: 16px; border: 0 !important; vertical-align: top; outline: none; } .social-links .social-fb { background: url(/img/icons/facebook-16.png?v=29916) no-repeat 0 0; } .social-links .social-vk { background: url(/img/icons/vkontakte-16.png?v=29916) no-repeat 0 0; } .social-links .social-tw { background: url(/img/icons/twitter-16.png?v=29916) no-repeat 0 0; } .social-links .social-gp { background: url(/img/icons/google-16.png?v=3333) no-repeat 0 0; } /* file-end: stc/lanzelot/lanzelot-adaptive.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/ad_base.css */ .ljad h4 { text-align: left; font-size: 10px; font-weight: normal; text-transform: uppercase; color: #444; margin: 0; } .ljad A:link, .ljad A:visited { font-size: 10px; border: 0 !important; } .ljad img { border: 0; } .ljadskyscraper { width: 160px; } .ljadleaderboard, .ljadleaderboard-top, .ljadleaderboard-bottom { width: 728px; margin-left: auto; margin-right: auto; } .ljadsmrect { width: 185px; } .ljadmedrect { width: 300px; overflow: hidden; zoom: 1; } .index-page .ljadmedrect { overflow: visible; } .ljadmedrect OBJECT, .ljadmedrect EMBED, .ljadmedrect IMG { margin: 0; padding: 0; display: block; } .adv-box BR, .ljadafter-post-a BR, .ljadmedrect BR { display: none; } .adv-box IMG, .ljadafter-post-a IMG, .ljadmedrect IMG { vertical-align:top; } .adv-box DL DD A IMG, .ljadafter-post-a DL DD A IMG, .ljadmedrect DL DD A IMG { margin:0; } .ljad5linkunit { width: 728px; margin-left: auto; margin-right: auto; } .ljadbadge { width: 160px; margin-bottom: 15px; } .ljadentrybox { width: 468px; } /* Styling for search ads */ .lj_inactive_ad { display: none; } .lj_content_ad { border: 1px solid #FFD63F; width: 580px; overflow: hidden; text-decoration: none; font-size: 12px; padding: 5px; padding-bottom: 0; } .lj_content_ad .ad_header { font-weight: bold; } .lj_content_ad .ad_text, .lj_content_ad .ad_url { font-size: 11px; } /* Avertising for sup's user ----------------------------- */ .adv { position: relative; overflow: hidden; zoom:1; min-width: 400px; clear: both; background: #fff; border: 1px solid #808080; padding: 12px; text-align: left !important; } .adv-box { overflow: hidden; height: 250px; width: 100%; min-width: 400px; } * HTML .adv-box { width:expression(parentNode.clientWidth < 530 ? "400px" : "100%");} /* HTML .adv-box { width:expression(document.documentElement.clientWidth < 793 ? "400px" : "100%");} * HTML #adv_digitalmult .adv-box { width:expression(document.documentElement.clientWidth < 944 ? "300px" : "100%");} */ /* Banner */ .adv-box-banner { float: left; width: 313px; height: 250px; text-align: left; } /*text banner*/ .adv-box-text { float: left; overflow: visible; width: 100%; min-width: 530px; margin-right: -313px; padding-top: 30px; } .adv-box-text-in { margin-right: 313px; } .body-adv-box { zoom:1; } /* min-width for ie6 */ * HTML .mw { overflow:hidden; width:530px; height:0; font-size: 0; line-height: 0; } /* Advertising header ------------------------------*/ H3.h-adv-box { padding: 3px 7px 5px 7px !important; margin: 0 !important; border: 0 !important; background: #a92242 !important; text-transform: uppercase; font: 10px/1 Verdana, Arial, sans-serif; color: #FFF; } H3.h-adv-box A { border: 0 !important; text-decoration: none !important; font: 10px/1 Verdana, Arial, sans-serif !important; color: #FFF !important; background: none !important; } H3.h-adv-box A:hover { border: 0 !important; text-decoration: underline !important; color: #FFF !important; } .adv H3.h-adv-box { position: absolute; right: -1px; top: 12px; float: right; z-index: 100; border: 0 !important; } /* file-end: stc/ad_base.css ----------------------------------------------------------------------------------*/ /* --------------------------------------------------------------------------------- file-start: stc/ljtimes/reskining/ljmaps/ctrl.css */ .b-ljtimes-brand { display: block !important; position: absolute !important; top: -23px !important; right: 350px !important; bottom: auto !important; left: auto !important; width: 228px !important; height: 47px !important; margin: 0 !important; padding: 0 !important; background-image: url(/img/ljtimes/reskining/ljmaps/ljmaps-alpha.png?v=31661) !important; } .b-ljtimes-brand .b-ljtimes-brand-frame, .b-ljtimes-brand .b-ljtimes-brand-frame:link, .b-ljtimes-brand .b-ljtimes-brand-frame:visited, .b-ljtimes-brand .b-ljtimes-brand-frame:hover, .b-ljtimes-brand .b-ljtimes-brand-frame:active, .b-ljtimes-brand .b-ljtimes-brand-frame:focus { display: block !important; position: static !important; top: auto !important; right: auto !important; width: 228px !important; height: 47px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; outline: none !important; background-image: url(/img/ljtimes/reskining/ljmaps/ljmaps-beta.png?v=31697) !important; } .b-ljmaps-brand { display: block !important; position: absolute !important; top: 2px !important; right: 375px !important; bottom: auto !important; left: auto !important; width: 228px !important; height: 20px !important; margin: 0 !important; padding: 0 !important; } .b-ljmaps-link { display: inline-block !important; height: 20px !important; padding: 0 0 0 30px; border: 0 !important; cursor: pointer !important; outline: none !important; background: url(/img/ljtimes/reskining/ljmaps/ljmaps-icon.png?v=1) 0 0 no-repeat !important; text-decoration: none !important; font: 12px/20px Arial, sans-serif !important; color: #3F5F9E !important; } /* file-end: stc/ljtimes/reskining/ljmaps/ctrl.css ----------------------------------------------------------------------------------*/