/* Colorbox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999999999999 ; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} #cboxContent{position:relative;} #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} #cboxTitle{margin:0;} #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} .cboxIframe{width:100%; height:100%; display:block; border:0;} #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} /* User Style: Change the following styles to modify the appearance of Colorbox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. */ #cboxOverlay{background:#000;} #colorbox{outline:0;} #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;} #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;} #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;} #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;} #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;} #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;} #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;} #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;} #cboxContent{background:#fff; overflow:visible;} .cboxIframe{background:#fff;} #cboxError{padding:50px; border:1px solid #ccc;} #cboxLoadedContent{margin-bottom:5px;} #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;} #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;} #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;} /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;} /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} #cboxPrevious{left:0px; background-position: -51px -25px;} #cboxPrevious:hover{background-position:-51px 0px;} #cboxNext{left:27px; background-position:-75px -25px;} #cboxNext:hover{background-position:-75px 0px;} #cboxClose{right:0; background-position:-100px -25px;} #cboxClose:hover{background-position:-100px 0px;} .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;} .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;} .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;} .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;} /* Description: Menéame CSS file Site URI: http://meneame.net Authors: Ricardo Galli, Benjamí Villoslada, Damián Vila, Aníbal De Castro Licence: Affero GPL License (http://meneame.net/COPYING) */ html * { margin: 0; padding: 0; } body { /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/ /*font-family: 'Arial, Helvetica Neue', Helvetica, sans-serif;*/ /*font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif;*/ /*font-family: 'Nimbus Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/ /*font-family: 'Open Sans', sans-serif;*/ font-size: 16px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; color: #444; background-color: #eee; margin:0px; padding:0px; direction: ltr; line-height: 1.34; } #header-top, #header-center, .answers .counter, #notifier_panel, #user-panel, #nav-panel, #header-menu, .subheader, .sidebox, #footwrap, #footthingy { /*font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/ font-family: 'Open Sans', sans-serif; } #ajaxinfo { display: none; } :focus {outline:none;} .pull-right { float: right; } .pull-left { float: left; } .cloudtags { margin: 0px 0 20px 0; margin-left: 25px; } .cloudsites { margin: 20px 0 20px 0; margin-left: 50px; } /* *************************************************************** */ .genericform h2 { margin: 10px 0 10px 0; } .genericform { width: 100%; color: #005be2; background: #fff; } .genericform .sign { font-weight: normal; } .genericform .genericformtxt { font-size: 100%; font-weight: normal; color: #444; } .genericform textarea { width: 100%; } .geoform { margin: 5px 0 5px 0; font-size: 8.5pt; background: #FFF; color: #777777; } .genericform .recoverpass { font-size: 1.2em; color: #005be2; } .genericform .recoverpass a:link, .recoverpass a:visited { border-bottom-width: 1px; border-bottom-style: dotted; padding-bottom: 1px; text-decoration: none; color: #005be2; } .genericform .recoverpass a:hover { border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 1px; text-decoration: none; } .genericform .formnotice { font-weight: normal; color: #303030; } .genericform .sign legend { color: #005be2; } fieldset { border: solid #d8deec 1px; background: #ebeef5; border-radius: 8px; padding: 10px 10px; margin-bottom: 10px; } fieldset.margin-bottom { margin-bottom: 15px; } legend { font-size: 1em; font-weight: normal; padding: 0 5px; border-radius: 6px; width: auto; } legend a { text-decoration: underline; } legend, legend a, legend a:visited { background: #333; color: #eee; } legend a:hover { color: #e2005b; } input, textarea { margin: 0 0 10px 0; padding: 2px 2px; background: #fff; border: 1px solid #d8deec; color: #333; } .input-pinned { margin: 0; } .pointer { cursor: pointer; } .button, button, input[type="button"], input[type="submit"] { padding: 4px 12px; text-decoration: none; text-align: center; cursor: pointer; -webkit-appearance: none; color: #eee; background-color: #005be2; /* fallback */ border: none; } .button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover { //color: #005be2; opacity: 0.7; } .button:disabled, button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled { background: #eee; } label { font-weight: bold; color: #0053ce; } .note { font-size: 0.8em; font-weight: normal; color: #0053ce; } /************************************************************************************************************/ a, a:hover, a:focus, a:active, a:visited, a:visited:hover { text-decoration: none; outline: none; color: #444; } #cboxTitle a:visited { color: #005be2; } input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] { color: #aaa; } ul { list-style-type: none; } #map, .commentform.warn, .warn, .searchbox, label, .button, button { border-radius: 3px; } #variable { width: 100%; margin-top: 60px; } .temas { width: 100%; height: 18px; background-color: #f0f0f0; color: #444; border-bottom: 1px solid gray; text-transform: uppercase; white-space: nowrap; font-size: 10px; line-height: 18px; } .temas-sub { width: 1326px; margin: auto; display: block; overflow: hidden; } .temas-clip { position: absolute; left: 0; right: 0; } .temas-menu { display: inline; cursor: pointer; float: left; line-height: 18px; } .dropdown { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -mox-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin: 0 5px 0 10px; } .temas-line { display: inline-block; overflow: hidden; } .floatl { float: left; } ul.temas-list { list-style-type: none; } ul.temas-list li { display: inline-block; } ul.temas-list li:after { content:"-"; padding: 0 5px; } ul.temas-list li:last-child:after { content: ""; } ul.lspace { margin-left: 10px; } a.highlight-tema, a:visited.highlight-tema, a:hover.highlight-tema, a:focus.highlight-tema { color: #fa3e3e; font-weight: 700; } a.highlight-tema-dp, a:visited.highlight-tema-dp, a:hover.highlight-tema-dp, a:focus.highlight-tema-dp { color: #fa3e3e !important; } .more-subs { background-color: #f0f0f0; position: absolute; right: 0; top: 0; padding: 0 5px 0 15px; margin: 0; height: 17px; } .more-subs a { color: #000; font-weight: bold; } #header{ width: 100%; } #header-top { position: fixed; width: 100%; top: 0px; left: 0px; z-index: 900; } .header-full { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; background-color: #333; color: #fff; } .header-top-in { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 42px; width: 1326px; margin: auto; white-space: nowrap; } img.logo-header { display: block; height: 30px; width: 30px; margin-left: 4px; margin-right: 6px; } a.logo-letters, a.logo-letters:hover, a.logo-letters:visited { font-size: 28px; text-decoration: none; color: #f5f5f5; } .header-container-left { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1 1 auto; -webkit-box: 1; -webkit-flex: 1 1 auto; -moz-box: 1; -ms-flex: 1 1 auto; -ms-flexbox: 1 1 auto; flex: 1 1 auto; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .header-container-in { margin: auto 0; } .logo-margins { margin-left: 2px; margin-right: 2px; } #header-center { width: 1326px; height: 35px; margin: auto; background-color: #fff; border-bottom: #888 solid 1px; overflow: hidden; white-space: nowrap; padding-bottom: 2px; vertical-align: bottom; } #header-center img { margin-right: 5px; vertical-align: bottom; } #header-center .logo { background: #ffac31 url('https://beta.mediatize.info/v_14/img/cpchl/gc_black.svg') no-repeat left top; background-size: 39px 35px; height: 35px; /*35px;*/ width: 40px; /*55px;*/ margin: 5px 0 0 20px; float: left; font: 0/0 serif; text-shadow: none; color: transparent; cursor: pointer; border-radius: 15px; } #header-center .edname { margin: 3px 0 0 25px; padding:0; font-size: 1.4em; vertical-align: middle; float:left; position:relative; background-color: transparent; font-variant:small-caps; font-weight:bold; } .edname a.nodecoration { text-decoration: none; } .edname a:link, .edname a:visited { color: inherit; } .subname-title, .subname-title a, .subname-title a:visited, .subname-title a:hover { padding: 1px 5px; border-radius: 8px; background-color: #888; color: #fff !important; font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 0.85em; font-variant: small-caps; text-decoration: none; } .subname-title.big { font-size: 90%; } .subname .sub { padding: 1px 5px; border-radius: 8px; background-color:#888; } .subname, .subname_base { font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 0.85em; font-variant:small-caps; } .subname, .subname a:visited, .subname a:link { color:#fff !important; } /* ********************* search boxes *********************** */ /* menu box */ .searchform { height: auto; margin: 4px 10px 0 0; position: relative; float: right; } .searchform .searchbox { border: 0px; height: 24px; font-size: 16px; } /* header box */ .searchbox-header { display: block; min-width: 50px; width: auto; margin: auto 0; } .searchform-header { display: block; max-width: 400px; overflow: hidden; width: auto; position: relative; } .input-searchbox-header { width:100%; box-sizing: border-box; height: 22px; margin: 0; padding: 1px 5px; border: 0; border-radius: 4px; -webkit-appearance: textfield; -webkit-writing-mode: horizontal-tb; user-select: text; font-size: 13.3px; font-weight: normal; text-rendering: auto; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; } #search-icon-header { position: absolute; top: 2px; right: 2px; cursor:pointer; color: #aaa; font-size: 18px; width: 18px; height: 18px; } .searchform { display: none; } #wrap { padding-top: 2px; //min-width: 805px; max-width: 1326px; text-align: left; background-color: #fff; margin: 0 auto; } #container { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-direction: normal; -moz-box-orient: vertical; flex-direction: column; min-height: 100vh; } #sidebar { } #sidebar.col-sm-3 { padding-right: 2%; } #singlewrap { margin: 0 auto; padding-bottom: 80px; } #singlewrap h2 { margin-top: 20px; } .singlewrap-login { margin: 0 auto; text-align: center; } #map { overflow: hidden; } .topbox .footer { display:block; margin-top:5px; text-transform:capitalize; font-variant:small-caps; text-align:right; color:#666; text-decoration:underline; } .topbox { position:relative; background:#f9f9f9; border:#ddd 1px solid; padding: 7px 5px 3px 5px; margin: 0 0px 15px 0; min-height: 32px; vertical-align:middle; overflow: hidden; white-space: nowrap; } .topbox .title { margin-top:5px; text-transform:capitalize; font-variant:small-caps; text-align:right; color:#aaa; } .topbox .footer { text-decoration: none; } .topbox.opinion { background: #f9f9f9 url(https://beta.mediatize.info/v_14/img/common/opinion_01.png) 99% 5px no-repeat; padding-right: 40px; } .mini-icon-text { vertical-align: middle; } .toggler img{ margin: 0px 0px 2px 2px !important; vertical-align: middle; } .sidebox { margin-bottom:25px; border: 1px solid #ddd; padding: 4px; border-radius: 6px; background: #fafafa; overflow: hidden; } .sidebox.message { color:#fff; background-color:#ccc; font-size: 110%; padding: 8px; } .sidebox.admin { display: flex; justify-content: center; align-content: center; align-items: stretch; } .sidebox.message a:visited, .sidebox.message a:link { color: inherit; text-decoration: underline; } .sidebox .header { font-size: 0.9em; background: #ad0000; border-radius: 4px; } .sidebox.red .header { background: #ad0000; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .sidebox.brown .header { background: #a84504; /* fallback */ background: -webkit-gradient(linear, 0 0, 0 100%, from(#a84504), to(#c86524)); background: -webkit-linear-gradient(#a84504, #c86524)); background: -moz-linear-gradient(#a84504, #c86524)); background: -o-linear-gradient(#a84504, #c86524)); background: linear-gradient(#a84504, #c86524)); } .sidebox h4 { position: relative; margin: 0 0 10px; padding: 1px; font-weight: normal; text-align: center; } .sidebox h3 { padding: 8px 0 0 2px; font-size: 12px; font-weight: normal; line-height: 1.45; color: #03f; } .sidebox h3 a { text-decoration: none; } .sidebox h4 a, .sidebox h4 a:visited, .sidebox h4 span { display: block; font-size: 0.8em; padding: 5px; color: #fff; text-decoration: none; } .sidebox h4 a:hover { color: #fff; text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000; transition: all 0.1s ease-in-out; } .sidebox h5 { padding: 0px; margin: 0 2px 0 50px; font-size: 12px; font-weight: normal; line-height: 1.45; color: #03f; } .sidebox h5 a { text-decoration: none; } .sidebox > div { margin-right:0px; padding-bottom:6px; } .sidebox .cell { margin: 10px 5px; min-height: 35px; clear: both; } .sidebox .celltags { min-height: 55px; clear: both; } .sidebox .celltags ul { margin: 0; padding: 0; list-style: none; color: #005be2; text-align: center; } .sidebox .celltags ul li { display: inline-block; margin: 0 .3em .3em 0; padding: 0; } .sidebox .celltags ul li a { display: inline-block; } .sidebox .thumbnail { margin:0px 0px 10px 10px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } .sidebox img.thumbnail { width: 60px; height: 33px; border: 1px solid rgba(0,0,0,0.05); border-radius: 6px; } .sidebox .votes, .sidebox .clics { float: left; width: 40px; text-align: center; border: 1px solid #aaa; border-radius: 8px; color: #444; background-color: #fff; } .sidebox .clics span { display: block; padding: 5px 0; font-size: 10px; background-clip: padding-box; } .sidebox .votes span { display: block; padding: 5px 0; font-size: 12px; background-clip: padding-box; } .sidebox .votes.queued { } .sidebox .mainsites ul { list-style-type: none; padding: 0; margin: 6px 0 0 0; } .sidebox .mainsites ul li { font-size: 0.8em; font-weight: normal; color:#333333; display:block; padding: 6px 0 6px 8px; } .sidebox .comments { margin: 0 2px; font-size: 0.8em; } .sidebox img.avatar { width:20px; height:20px; } .sidebox .comments ul { list-style-type: none; padding: 0; } .sidebox .comments li { clear: left; display: block; font-size: 90%; color:#333; margin: 0 0 10px 0; } .sidebox .comments li img { float:left; margin: 3px 0 8px 0; } .sidebox .comments li p { margin-left: 28px; } .sidebox .rss { list-style-type: none; padding: 0 } .sidebox .rss li { font-size: 80%; color: #005be2; display:block; margin: 15px; } .sidebox .rss li a:hover { text-decoration: none; } .related-box { font-family: "Graphik Web", sans-serif; font-size: 0.9em; margin-bottom:25px; padding: 4px; border-radius: 4px; } .related-box .grid { display: flex; justify-content: space-between; } .related-box .title { padding-top: 5px; padding-bottom: 10px; border-top: 1px solid #aaa; letter-spacing: 2px; } .related-box .cell { width: 29%; } .related-box .cell img { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); width: 100%; height: auto; border-radius: 8px; } .related-box .cell a { text-decoration: none; } .related-box .cell .text { margin-top: 4px; padding: 10px; } #footwrap { clear: both; padding-bottom: 2em; background: #333; font-size: 0.8em; line-height: 1.1em; color: #eee; text-align: center; } #footcol1, #footcol2, #footcol3, #footcol4, #footcol5 { display: inline-block; padding: 0 22px; border-left: solid 1px #CCCCCC; margin-top: 20px; vertical-align: top; background: #333; color: #fff; text-align: left; } #footcol1 ul, #footcol2 ul, #footcol3 ul, #footcol4 ul, #footcol5 ul { padding-bottom: 0.5em; } #footcol1 li, #footcol2 li, #footcol3 li, #footcol4 li, #footcol5 li { list-style-type: none; } #footcol1 { border-left: none; } #footcol2 { } #footcol3 { } #footcol4 { } #footcol1 h5, #footcol2 h5, #footcol3 h5, #footcol4 h5, #footcol5 h5 { font-size: 1.1em; font-weight: bold; color: #fff; margin-bottom: 7px; } #footcol1 a, #footcol2 a, #footcol3 a, #footcol4 a, #footcol4 a { color: #eee; } #footthingy { clear: both; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; min-height: 60px; margin: 0; background: #405ba0; font-size: 14px; color: #eee; } #footthingy .container-foot { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 auto; } #footthingy a { color: #eee; } #footthingy .logo-foot { display: -webkit-inline-box; display: -moz-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin: auto 10px; } #footthingy .col { display: block; } #footthingy .row-title { display: block; font-size: 28px; text-align: left; } #footthingy .row-foot { display: inline; text-align: left; } #stdcompliance { padding: 4px 0 0 0; text-align: right; float: right; display: inline-block; width: 16%; margin: 0px; } #stdcompliance li { margin: 0px; } /*** LEGACY STYLES ***/ /* references in comments and posts */ dl.categorylist { float: left; } dl.categorylist dt label { margin-left: 20px; float: none; width: auto; text-align: left; font-size: 110%; font-weight: bold; color: #777777; } dl.categorylist dd label { margin-left: 35px; font-size: 85%; color: #c0c0c0; } dl.categorylist input { margin-right: 7px; margin-bottom: 5px; } .thumbnail { padding: 0; border-radius: 0; background-color: transparent; overflow: hidden; float: right; margin: 3px 3px 3px 5px; box-shadow: 0 0 1px rgba(0,0,0,0.8); -moz-box-shadow: 0 0 1px rgba(0,0,0,0.8); -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.8); } abbr { cursor: help; } img { border: none; } img.emoji { vertical-align: -0.2em; } .shadowed, .avatar.big { box-shadow: 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4); } .avatar { border: 1px solid #555; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; } .avatar.big { border-radius: 0px; } .shadow-red { box-shadow: 0 0 6px rgba(255,0,0,0.9); -moz-box-shadow: 0 0 6px rgba(255,0,0,0.9); -webkit-box-shadow: 0 0 6px rgba(255,0,0,0.9); } .shadow-green { box-shadow: 0 0 4px rgba(0,255,0,0.8); -moz-box-shadow: 0 0 4px rgba(0,255,0,0.8); -webkit-box-shadow: 0 0 4px rgba(0,163,131,0.8); } .shadow-avatar-highlight-comment { box-shadow: 0 0 4px rgba(0,173,255,0.8); -moz-box-shadow: 0 0 4px rgba(0,173,255,0.8); -webkit-box-shadow: 0 0 4px rgba(0,173,255,0.8); } .suggestion { cursor: pointer; } .tt { cursor: pointer; text-decoration: underline; color: #606060; } hr { height: 1px; border: none; } h1, h2 { margin-top: 0; margin-bottom: 7px; font-size: 160%; font-weight: bold; color: #191919; } h2.index-header-text { margin-left: 10px; margin-bottom: 15px; letter-spacing: 4px; font-size: 140%; } div.index-header { border-top: 1px solid #e5e5e5; padding-top: 20px; } div.index-header a { text-decoration: none; } div.index-header a:hover { text-decoration: underline; } .topheading h2 { margin: 0 1% 20px 1%; font-size: 1.2em; border-bottom: 1px solid; } .th-no-margin h2 { margin: 0 0 20px 0; } .th-cloudsites h2 { margin: 0 2% 20px 2%; } .topfiller { width: 100%; height: 30px; } h3 { margin-top: 0; margin-bottom: 3px; font-size: 140%; font-weight: normal; color: #005be2; } h4 { font-size: 100%; font-weight: bold; margin: 5px 0 3px 0; } table { border-collapse: inherit; } table.keyvalue { padding: 10px 0 10px 0; } table.keyvalue tr { border-bottom: 1px solid; padding: 5px 0 2px 0; } table.keyvalue th { text-align: right; padding-right: 4px; vertical-align: top; } table.keyvalue td { text-align: left; padding-left: 4px; vertical-align: bottom; } table.keyvalue td img { vertical-align: text-bottom; } table.decorated { border-collapse: collapse; width: 100%; margin-bottom: 16px; } table.decorated th, table.decorated td { text-align: left; font-size: 12px; padding: 6px; border-bottom: 1px solid; } tr:hover td, table.keyvalue tr:hover th { background: #fafafa; } th, td, table.decorated th, table.decorated td { border-bottom-color: #ddd; } th.short, td.short { text-align: center; } th.short a, td.short a { text-decoration: none; display: block; padding: 3px 0; border: 1px solid; border-color: #FFF; } th.short a:hover, td.short a:hover { text-decoration: underline; border: 1px solid; background: #FFF; border-color: #000; } th a.info, th a:hover.info { padding: 0 12px 0 0; display: inline; border: none; } th img { border: none; margin-right: 1px; vertical-align: middle; } th span.info_s { padding: 0 12px 0 0; font-size: 120%; text-decoration: none; border: none; color: #a00; } td.count { font-size: 140%; text-align: right; } .sidebox .warn { padding-left:20px; background: url(https://beta.mediatize.info/v_14/img/common/error_s.png) no-repeat left center; background-size: 16px 16px; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .warning, .news-summary .warn, .sidebox .warn { background-image:url('https://beta.mediatize.info/v_14/img/common/error_s-2x.png'); } } .comments-counter .counter { text-decoration: none; padding: 1px 4px; font-weight: bold; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; color: white; } .error { font-weight: bold; font-size: 120%; margin: 5px 0 0 0; padding: 25px 0 0 0; color: #005be2; } .error-text { font-size: 100%; color: #005be2; } .form-error, .form-error-submit { font-size: 110%; font-weight: bold; margin: 20px 0 10px 20px; padding: 5px 0 10px 0; color: #005be2; } .form-error-submit { padding: 10px; margin: 15px 0; border: solid #a7cbff 1px; background: #e6f0ff; } .form-full { width: 100%; font-size: 16px; } .instruction-list { margin: 0; padding: 0; } .instruction-list li { list-style: none; margin: 0; padding: 5px 0 5px 25px; } .bar .menealo a, .bar .menealo span { font-size: 13px; padding-bottom: 3px; text-align: center; } .bar .mnm-published, .bar .mnm-queued, .bar .mnm-discarded { padding: 4px 5px; color: #777777; } .bar .mnm-published { background-color: #888888; } .bar .mnm-queued { background-color: #fff; } .bar .mnm-discarded { background-color: #fff; color: #cccccc; } .tab-trackback-url { font-weight: bold; font-size: 100%; color: #777777; } .tab-trackback { margin: 0 0; padding: 0 0 0 5px; font-weight: normal; } .tab-trackback li { list-style: none; text-align: left; padding: 0 0 5px 5px; margin: 2px; overflow: hidden; } .tab-trackback-entry { color: #666; } .tab-trackback-entry a { padding: 2px 0 0 20px; background: url(https://beta.mediatize.info/v_14/img/common/mnu-list-image02.png) no-repeat 0px 4px } /* submit form */ #thisform .column-list { margin: -15px 0 20px 0; min-height: 185px; } #thisform .column-list li { font-size: 100%; font-weight: normal; } #thisform .column-list ul { padding-left: 15px; margin: 0px; } .comments { margin: 10px 4px 0 4px; } .notes { margin: 0 0 0 13px; } .comments h3 { margin: 0; } .commentform { width: 100%; overflow-x: hidden; margin-bottom: 20px; } .commentform a:link, .commentform a:visited { border-bottom-width: 1px; border-bottom-style: dotted; color: #eee; } .commentform .submit { font-weight: bold; border: 1px dotted; background: #777777; color: #FFF; border-color: #FFF; } .commentform a:hover { text-decoration: none; } .commentform textarea { display: block; width: 100%; margin: 0 0 10px 0; } .commentform label { font-weight: bold; font-size: 100%; } .commentform.warn { font-size: 0.8em; border: 0; padding: 5px 0px 5px 0px; font-weight: bold; text-align: center; background: #333; color: #eee; } .comments-list { list-style: none; margin: 0; padding: 0; } .comments-list li { } .comment-avatar-zone { position: absolute; width: 30px; top: 0px; left: 0px; padding-top: 12px; padding-left: 8px; } .comment-content { padding: 8px 10px 4px 10px; } .comment-text { font-family: "Open Sans", "sans-serif"; font-size: 14px; margin: 12px 0; } .comment-text a { text-decoration: underline; } .comment-body { /* blue */ position: relative; padding: 4px 5px 4px 33px; margin-bottom: 10px; line-height: 1.42857143; text-align: left; overflow: hidden; min-height: 61px; font-size: small; color: #333; border-color: #005be2; border-radius: 8px; background: #ebeef5; // #f6f9ff; } .comment-body.high { /* blue */ background: #d8deec; //#c5cde2; //#cbe1ff; } .comment-body.author { /* brown */ border-color: #ecae00; background: #f8f5ed; //#fff8e8; /* fallback */ } .comment-body.high.author { /* brown */ background: #e9e0c8; //#ffeab5; } .comment-body.user { border-width: 1px; border-style: solid; } .comment-body a strong { color: #005be2; font-weight: bold; } .comment-body .suggestion { color: #005be2; text-decoration: underline; } .comment-body img.suggestion { border-radius: 50%; border: 1px solid rgba(0,0,0,0.05); } .comment-body.admin { background: #efefef; } .comment-body.new { background: #bbd6ff; color: #000; } .comment-body.veiled, .postit.comment-body.veiled { border: 1px solid #ccc; font-size: 90%; overflow: hidden; color: #aaa; background: #fff; min-height: 0; padding-left: 5px; opacity: 0.5; } .comment-body.veiled.veiled-content, .postit.comment-body.veiled.veiled-content { padding-left: 33px; } .comment-body a.fancybox { color: #005be2; } .comment-body .avatar, #suggestion-text .avatar { float: left; margin: 2px 10px 2px 0; } .comment-body img.avatar { width: 40px; height: 40px; } .comment-body img.thumb.ok { max-width: 400px; } .comment-body.priv { margin-bottom: 0; } .comment-meta.priv { margin-bottom: 25px; } .comment-meta img { vertical-align: bottom; } .comment-meta a { font-weight: bold; text-decoration: none; } .comment-votes-info span, .comment-votes-info div, .comment-meta span, .comment-meta time { } .comment-meta a:hover, .comment-meta a:active { text-decoration: none; } .comment-meta img { border: none; margin: 0 4px 0 4px; border-radius: 2px; } .comment-info { float: right; text-align: right; text-overflow: clip; } .comment-info img { margin: 0 0 0 4px; width: 20px; height: 20px; } .comment-answers { padding-left: 20px; border-left: 2px solid #eee; } .comment-votes-info img { margin-top: 2px; } .comments-list ul li { list-style: none; margin: 0 0 16px 0; } .comments-list ul { margin: 0; padding: 16px 0 0 48px; background: #FFF; } .comments .comment-info select { font-size: 85%; } .threader { border-left: 2px solid #eee; padding-left: 2%; } .threader.zero { border-left: none; padding-left: 0; margin-left: 0; padding-left: 0; } /* Posts */ .postit.comment-body { background-color: #f8f5b8; } .postit.comment-body.high { background-color: #f8f56d; } .post-avatar-zone { position: absolute; width: 30px; top: 0px; left: 0px; padding-top: 12px; padding-left: 8px; } .post-content { padding: 8px 10px 4px 10px; } .post-text { font-family: "Open Sans", "sans-serif"; font-size: 14px; margin: 12px 0; line-height: 1.42857143; } .post-text a { text-decoration: underline; } .post-header .username, .post-header a { font-family: "Open Sans", "sans-serif"; font-size: 15px; display: inline-block; color: #005be2; font-weight: bold; text-decoration: none; } .post-header .tsrender { font-size: 12px; color: #888; } .post-between-separator { margin: 0 auto 25px auto; text-align: center; border-bottom: 1px solid #ccc; width: 97%; } .comment-separator { border-top: 2px solid #eee; margin-bottom: 50px; } #tolerance, #tolerance select { font-size: 85%; } /* Pagination */ .pages { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .pages.left { -webkit-box-pack: left; -moz-box-pack: left; -ms-flex-pack: left; -webkit-justify-content: left; justify-content: left; } .pagination { font-weight: bold; } .pagination>li>a, .pagination>li>span { color: #005be2; background-color: #fff; } .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #005be2; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { color: #eee; background-color: #005be2; border-color: #005be2; } .pagination>li>span.separator, .pagination>li>span.separator:hover { color: #005be2; background-color: #fff; } /* Login form */ .loginform { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.9em; font-weight: 400; line-height: 1.1em; margin: 0; display: inline-block; width:40%; margin-top: 10px; vertical-align: top; text-align: left; } .genericform.login { display: inline-block; vertical-align: top; text-align: left; } .loginform h4 { margin-bottom: 5px; } .loginform p { padding: 0 0 5px 0; } .loginform ul { margin-left: 1.5em; } .registerbox { color: #005be2; text-decoration: none; display: block; width: 50%; text-align: center; margin: 0 auto; padding: 0.5em 1em; border: 3px double #a7cbff; background: #ebf3ff; } .avisologin { border:1px solid #e28700; font-size: 1.3em; font-weight: bold; padding: 0.5em 1em; text-align: center; } /****** FAQ ******/ .faq { margin: 50px; padding-top: 10px; text-align: left; } .faq ol { font-weight: normal; padding: 0 30px; } .faq a { color: #005be2; } .faq ul li span { text-decoration: underline; } .faq ul li div.foto { text-align: center; margin: 20px 0; } .faq ul { font-weight: normal; margin: 7px 20px 0px 20px; list-style-type: disc; } .faq ul li { } .faq h1 { font-size: 1.7em; } .faq h2, .faq h3, .faq h4 { font-weight: bold; font-size: 1.1em; } .faq p { font-weight: normal; } .related { margin-top: 30px; margin-left: 250px; } .related h2 { margin: 0 0 10px 7px !important; } .related h3 { color: #333; border-bottom: 1px solid #333; margin-bottom: 20px; width: 98%; } .related .entry { margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 0px } .related .sbox { text-align: center; } .related .text { padding-left: 0; } .related .small { text-align: center; font-size: 12px; } .related .sbox .subbox { padding: 3px 0; margin-bottom: 1px; border-radius: 3px; } .related-body { display: flex; } .related-body h1 a, .related-body h2 a { color: #191919; word-wrap: break-word; text-decoration: none; -webkit-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -moz-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -o-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } .related-body h1 a:hover, .related-body h2 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } .related-body h1, .related-body h2 { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; font-weight: bold; line-height: 25px; background: none; border: none; } /* SNEAKER */ .sneaker { margin: 0 auto; } .mini-sneaker-title strong, .sneaker-title strong { font-size: 95%; } .sneaker-legend { font-size: 9pt; text-align: center; padding: 8px 0 2px 0; margin: 0; } .sneaker-legend img { margin: 0 25px 0 3px; vertical-align: baseline; } .sneaker-control { margin: 0; } .sneaker-item { width: 100%; clear: both; border-bottom: 1px solid; padding: 5px 0 5px 0; text-align: center; overflow: hidden; } .sneaker-ts, .sneaker-sub, .sneaker-type, .sneaker-votes, .sneaker-story, .sneaker-chat, .sneaker-who, .sneaker-status, .sneaker-chat-friends, .sneaker-chat-admin { float: left; display: block; } .sneaker-ts { width: 6%; text-align: left; } .sneaker-sub { width: 9%; font-variant:small-caps; } .sneaker-type { width: 5%; } .sneaker-type img { border: none; margin: 0; vertical-align: middle; } .sneaker-votes { width: 8%; } .sneaker-story { width: 50%; text-align: left; overflow: hidden; } .sneaker-chat, .sneaker-chat-friends, .sneaker-chat-admin { width: 50%; text-align: left; overflow: hidden; } .sneaker-who { width: 15%; text-align: left; } .sneaker-who img { border: 0px solid; float: right; margin-right: 2px; margin-left: 4px; vertical-align: bottom; } .sneaker-status { width: 6%; text-align: right; } #voters, .mini-sneaker { margin-top: 25px; } #voters h2 { margin: 0 0 10px 0; } #voters-container { padding: 10px; } .voters-list { min-height: 150px; border: 1px solid; color: #777; border-color: #80b3ff; } .voters-list .item { float: left; overflow: hidden; display: block; width: 24%; height: 20%; font-size: 85%; white-space: nowrap; margin: 5px 2px; } .friends-item { float: left; display: block; overflow: hidden; height: 25px; white-space: nowrap; width: 24%; height: 30px; font-size: 85%; white-space: nowrap; } .friends-item img, .voters-list img { border: 0px; margin-right: 5px; margin-left: 4px; vertical-align: bottom; } .mini-pages { padding: 0; margin: 10px 0 10px 0; font-size: 80%; clear: left; } .mini-pages a, .mini-pages span { display: block; float: left; padding: 3px 5px 3px 5px; margin-right: 3px; color: #777777; } .mini-pages span.current { border: 1px solid; font-weight: bold; border-color: #777777; background: #888888; color: #777777; } .mini-pages span.current a { padding: 0; border: 0px; background: #888888; color: #777777; } .mini-pages a { border: 1px solid; text-decoration: none; border-color: #777777; border-color: #FFF; background: #fff url(https://beta.mediatize.info/v_14/img/common/tabs/tabsub-background.png) bottom left repeat-x; border: 1px solid; } .mini-pages a:hover { border-color: #999999; background: #888888; color: #777777; } #suggestion-text { border-radius:3px; text-align: left; position:absolute; display:none; margin: 0; z-index:10002; border: 1px solid; padding: 6px; font-size: 95%; overflow: hidden; width: 40%; max-height: 45ex; background: #fbfbfb; border-color: #aaa; box-shadow: 1px 1px 8px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.5); } .mini-sneaker-item { margin: 0 5px 0 5px; width: 99%; clear: both; border-bottom: 1px solid; padding: 2px 0 2px 0; text-align: center; overflow: hidden; border-bottom-color: rgba(226, 135, 0, 0.26); } .mini-sneaker-ts, .mini-sneaker-type, .mini-sneaker-votes, .mini-sneaker-who, .mini-sneaker-status { float: left; display: block; } .mini-sneaker-title strong { color: #e28700; } .mini-sneaker-ts { width: 18%; text-align: left; } .mini-sneaker-type { width: 18%; } .mini-sneaker-type img { border: none; margin: 0; vertical-align: middle; } .mini-sneaker-votes { width: 18%; } .mini-sneaker-who { width: 21%; text-align: left; } .mini-sneaker-who img { float: right; margin-right: 2px; margin-left: 4px; vertical-align: bottom; } .mini-sneaker-status { width: 18%; text-align: right; } .rich-edit-key { color: #fff; font-size: 14px; text-align: center; height: 20px; width: 20px; margin: 1px 4px; padding: 0; float: right; } #addpost { padding: 0; margin: 0 0 10px 0; } .media-icon { margin-bottom: 0px; } @media print { body { font-size: small } } #mDialog_box { position: absolute; z-index: 15000; width: 25%; min-width: 250px; height: 18.5ex; border:1px solid #777; background: #fafafa; overflow: hidden; border-radius: 3px; box-shadow: 4px 4px 8px rgba(0,0,0,0.5); user-select: none; -moz-user-select: none; -webkit-user-select: none; } #mDialog_header { width:100%; color:#fff; font-weight:bold; height: 20px; padding-top: 3px; font-size: 14px; background-color: #333; } #mDialog_content { margin-top: 10px; padding: 0 5px; vertical-align: center; text-align: center; font-weight: bold; font-size: 15px; height: 7ex; overflow: hidden; color: #101010; word-wrap: break-word; } #mDialog_options { margin: 10px; text-align: center; } #mDialog_options button { margin: 0 15px 0 15px; padding: 2px 15px; width: auto; } #mDialog_input { padding: 4px; width: 60%; } #mDialog_close { float: right; cursor: pointer; margin-right: 5px; } .semiopaque { opacity:0.3; vertical-align:middle; } .semiopaque:hover { opacity:1.0; } .notifier-zone { position: relative; margin: auto 0; padding: 5px; cursor: pointer; color: #eee; font-size: 0; } .notifier-zone:hover { background-color: #555; opacity: 0.8; transition: all 0.1s; } .notifier-badge { background: #fa3e3e; border: 1px solid #333; line-height: 14px; height: 18px; margin: 0; border-radius: 14px; position: absolute; top: -1px; left: 60%; padding-left: 4px; padding-right: 4px; font-size: 10px; } #notifier.zero { display: none; } /* MENU NOTIFICACIONES */ .dropdown-menu.notifications { right: 0; left: auto; } .dropdown-menu.notifications.bullet { margin-top: 9px; } .dropdown-menu.notifications.bullet:before { width: 0; height: 0; content: ''; display: inline-block; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 9px 9px; border-bottom-color: #cccccc; border-bottom-color: rgba(0, 0, 0, 0.15); top: -10px; left: 11px; } .dropdown-menu.notifications.bullet:after { width: 0; height: 0; content: ''; display: inline-block; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 8px 8px; border-bottom-color: #ffffff; top: -8px; left: 12px; } .dropdown-menu.notifications.bullet.pull-right:before { left: auto; right: 5px; } .dropdown-menu.notifications.bullet.pull-right:after { left: auto; right: 6px; } .dropdown-menu>li>a.red { color: #fa3e3e; } /* MENU USERMENU */ .dropdown-menu.usermenu { right: 0; left: auto; } .dropdown-menu.usermenu.bullet { margin-top: 10px; } .dropdown-menu.usermenu.bullet:before, .dropdown-menu.usermenu-mobile.bullet:before { width: 0; height: 0; content: ''; display: inline-block; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 9px 9px; border-bottom-color: #cccccc; border-bottom-color: rgba(0, 0, 0, 0.15); top: -9px; left: 11px; } .dropdown-menu.usermenu.bullet:after, .dropdown-menu.usermenu-mobile.bullet:after { width: 0; height: 0; content: ''; display: inline-block; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 8px 8px; border-bottom-color: #ffffff; top: -8px; left: 12px; } .dropdown-menu.usermenu.bullet.pull-right:before { left: auto; right: 42px; } .dropdown-menu.usermenu.bullet.pull-right:after { left: auto; right: 43px; } /* MENU LOGIN */ .dropdown-menu.loginmenu { right: 0; left: auto; } .dropdown-menu.loginmenu.bullet { margin-top: 10px; } .dropdown-menu.loginmenu.bullet:before { width: 0; height: 0; content: ''; display: inline-block; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 9px 9px; border-bottom-color: #cccccc; border-bottom-color: rgba(0, 0, 0, 0.15); top: -9px; left: 11px; } .dropdown-menu.loginmenu.bullet:after { width: 0; height: 0; content: ''; display: inline-block; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 8px 8px; border-bottom-color: #ffffff; top: -8px; left: 12px; } .dropdown-menu.loginmenu.bullet.pull-right:before { left: auto; right: 103px; } .dropdown-menu.loginmenu.bullet.pull-right:after { left: auto; right: 104px; } /* MENU USERMENU */ .dropdown-menu.temas-dp { left: auto; font-size: 12px; cursor: pointer; max-height: 750px; min-width: 220px; overflow: hidden; overflow-y: auto; } @media screen and (max-height: 800px) { .dropdown-menu.temas-dp { max-height: 500px; } } .dropdown-menu.temas-dp.bullet { margin-top: 4px; } a.dropdown.temas-dp { position: relative; } a.dropdown.temas-dp:before { display: none; width: 0; height: 0; content: ''; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 9px 9px; border-bottom-color: #cccccc; border-bottom-color: rgba(0, 0, 0, 0.15); bottom: -5px; left: 24px; z-index: 1001; } a.dropdown.temas-dp:after { display: none; width: 0; height: 0; content: ''; position: absolute; border-color: transparent; border-style: solid; -webkit-transform: rotate(360deg); border-width: 0 8px 8px; border-bottom-color: #ffffff; bottom: -5px; left: 25px; z-index: 1001; } .open > a.dropdown.temas-dp:before, .open > a.dropdown.temas-dp:after { display: inline-block; } .dropdown-menu.temas-dp.bullet.pull-right:before { left: auto; right: 42px; } .dropdown-menu.temas-dp.bullet.pull-right:after { left: auto; right: 43px; } a.dropdown.temas-dp { text-decoration: none; } .btn-group { margin: auto 0; } .btn.focus, .btn:focus, .btn:hover { color: #eee; } .btn-comment-edit { margin: 5px 0; } .auth-buttons { margin-top: 20px; text-align:center; } .auth-buttons img { vertical-align:middle; margin: 5px 5px 5px 5px; } .tsrender { display: inline-block; text-overflow: clip; } .tsrender.visible { min-width: 2.5em; } .ts { display: inline-block; text-overflow: clip; } .ts.visible { min-width: 2.5em; } .comment-meta .ts, .comment-meta .tsrender { font-size: 90%; } a.permalink { display: inline-block; height: 18px; width: 18px; margin: 0px 4px 0px 4px; background: url(https://beta.mediatize.info/v_14/img/common/icons-common.png) no-repeat 0px -35px; background-size: 20px 300px; overflow: hidden !important; color: transparent !important; } .droparea_info { display:inline-block; vertical-align: bottom; padding: 0; } .droparea_info img { vertical-align: bottom; } .uploadFile { vertical-align: middle; } input.uploadFile { visibility: hidden; } .uploadFile-button { vertical-align: middle; margin: 0 16px; color: #777777; font-weight: bold; height: 20px; padding-right: 28px; background: url(https://beta.mediatize.info/v_14/img/common/upload.png) no-repeat right; background-size: 28px 20px; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .uploadFile-button { background-image:url('https://beta.mediatize.info/v_14/img/common/upload-2x.png'); } } .emoji-kbd-btn { line-height: 1.4; padding: 2px 4px 3px 4px; } .emoji-kbd-btn.active { padding: 1px 3px 2px 3px; border: 1px solid #ffa500; background-color: #ffd5ad; } .emoji-kbd { margin: 10px 0; color: #333; } .emojiCat { margin: 0; padding: 0; list-style-type: none; } .emojiCat li { display: inline-block; border: 1px solid #a7cbff; border-bottom: none; border-radius: 3px 3px 0 0; width: 70px; text-align: center; } .emojiCat li.active { border-color: #f00; background-color: oldlace; } .commentform a.emoji-tab { display: block; padding: 3px 0; color: #444; background-color: #e6f0ff; border-bottom: none; border-radius: 2px 2px 0 0; text-decoration: none; text-transform: lowercase; font-size: small; } .commentform a.emoji-tab.active { font-weight: 700; padding: 3px 0; color: white; background-color: #005be2; } .emoji-panel { display: none; min-height: 50px; border: 1px solid #a7cbff; padding: 2px; background-color: white; overflow-x: hidden; overflow-y: auto; } .emoji-panel.active { display: block; } .emoji-btn { margin: 4px; vertical-align: middle; height: 18px; width: auto; cursor: pointer; } .emoji-btn:hover { opacity: 0.5; } #backTop{ position: fixed; width:40px; height:40px; right: 15px; bottom: 15px; cursor:pointer; z-index:9990; display:none; background:url(https://beta.mediatize.info/v_14/img/common/uparr-48-w.png) no-repeat center center rgba(0,0,0,0.3); border-radius: 8px; } .reportform { padding: 40px; background-color: #e6f0ff; } .reportform p { margin-bottom: 15px; font-size: 14px; } /********************* *** Mediatize mod *** *********************/ ::-moz-selection { background: #bbd6ff; } ::selection { background: #bbd6ff; } .col-lg-4, .col-sm-6, .col-sm-12, .col-12 { padding: 0; } #header-top .header-editions { display: inline-block; margin-top: 8px; margin-left: 15px; vertical-align: text-bottom; } #header-top .editions-combo select { font-family: 'Roboto', sans-serif; font-size: 14px; border: 0; letter-spacing: 0px; max-width: 14em; background: #333; color: #eee; } .subheader form.tabs-combo { display: inline-block; font-size: 0.8em; letter-spacing: 0px; max-width: 14em; background: transparent; color: #444; } .subheader form.tabs-combo.right { float: right; } .subheader form.tabs-combo.left { float: left; } #newswrap { background-color: #fff; padding-bottom: 80px; } #newswrap > .row { margin-right: 0; margin-left: 0; } .news-front-pub { color: #666; } .news-front-pub a, .news-front-pub a:link, .news-front-pub a:visited { font-weight: bold; color: #555; } #toplink { margin: 0 1% 55px 1%; } #toplink .thumbnail.medium { width: 120px; height: 120px; } #toplink .imgbox { padding: 0; } #toplink .imgbox img { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); width: 100%; height: auto; border-radius: 8px; } #toplink .textbox { overflow: hidden; } #toplink .news-content { margin: 0; -webkit-line-clamp: 6; } #toplink h1 a { color: #191919; word-wrap: break-word; text-decoration: none; -webkit-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -moz-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -o-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } #toplink h1 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } #toplink h1 a { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; /*1.313em;*/ font-weight: bold; line-height: 25px; /*1.15em;*/ background: none; border: none; } #toplink h1, #toplink h1 a { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 35px; line-height: 36px; padding: 0; } /* "ellipsis effect" without ellipsis :D */ .news-content { color: #444; max-height: 10em; /* font-size * 7 lines */ display: block; font-family: "Graphik Web", sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; margin: 0 auto 5px auto; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline; } .news-content:hover { color: #111; } .news-content-full { color: #444; display: block; font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.875em; font-weight: normal; line-height: 1.428571429em; margin: 0 auto 5px auto; } .news-info-footer { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1 1 auto; -webkit-box: 1; -webkit-flex: 1 1 auto; -moz-box: 1; -ms-flex: 1 1 auto; -ms-flexbox: 1 1 auto; flex: 1 1 auto; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; margin-top: 8px; } .news-submitted { display: flex; align-items: center; font-family: 'Roboto', sans-serif; font-size: 0.7em; white-space: nowrap; min-height: 25px; color: #666; } .news-submitted.margin-left { margin-left: 10px; } .news-submitted.margin-top { margin-top: 10px; } .news-submitted img { width: 25px; height: 25px; margin-right: 8px; opacity: 0.5; border-radius: 4px; } .news-submitted a:link, .news-submitted a:visited { font-style: italic; color: #555; } .news-submitted .showmytitle { font-style: italic; cursor: pointer; } .news-submitted .showmytitle:hover { text-decoration: underline; } .news-submitted .media { font-weight: bold; } .info-link { text-align: right; } .info-link a { color: #444; background-color: transparent; letter-spacing: 2px; border: 1px solid #444; padding: 2px 10px; border-radius: 4px; } .info-link a:hover { color: #eee; background-color: #333; text-decoration: none; } a.content-link, a.content-link:active, a.content-link:visited, a.content-link:hover { text-decoration: none; } .captcha { max-width: 320px; padding: 5px; margin: 0 auto 15px auto; } /*********************************** SHARES & COMMENTS **************************************/ .shareoptions { margin: auto 0; } .shareoptions.ns-right-line { border-right: 1px dotted #ccc; padding-right: 10px; } .share-facebook, .share-twitter { cursor: pointer; } .story-icons { display: inline-block; } .story-icons-list { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .story-icons-list li { margin: 0 5px; } .story-icons-list li:first-child { margin-left: 0; margin-right: 7px; } .story-icons-list li:last-child { margin-right: 0; } .story-icons ul i { height: 22px; width: 22px; font-size: 22px; background-color: transparent; position: relative; margin: 0; } .story-icons ul i.story-color { color: #aaa; } .story-icons ul a { text-decoration: none; } .story-icons ul span.icon-label { color: #eee; background: #444; border: 1px solid #bbb; line-height: 14px; height: 18px; margin: 0; border-radius: 14px; position: absolute; left: 40%; padding-left: 4px; padding-right: 4px; font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: bold; } .negative-combo:hover {opacity: 0.6;} .negative-combo { display: inline-block; font-family: 'Roboto', sans-serif; font-size: 20px; opacity: 0.9; vertical-align: bottom; } .comments-page-header { font-size: 14px; font-weight: bold; letter-spacing: 1px; margin: 10px 0 30px 0px; color: #eee; background: transparent; color: #333; border: 1px solid #333; border-radius: 6px; padding: 5px; text-align: center; } .popover-content { padding: 0; } .share-icons { display: inline-block; } ul.share-icons li { margin: 0; border-top: 1px solid #ccc; } ul.share-icons li:first-child { border-top: none; } ul.share-icons a { display: block; text-align: left; width: 100%; padding: 7px 40px 7px 15px; } ul.share-icons a i { font-size: 23px; width: 23px; height: 23px; vertical-align: middle; margin: 0 5px 0 10px; } ul.share-icons a i.fa-link, ul.share-icons a i.fa-envelope { font-size: 20px; width: 20px; height: 20px; } ul.share-icons a i.fa-envelope { color: #eee; background-color: #d6b33a; } ul.share-icons div.inline { display: inline-block; } ul.share-icons a i.fa-whatsapp { color: #eee; background-color: #34af23; border-radius: 8px; text-align: center; padding-left: 2px; } h3.popover-title { color: #999; text-align: center; } .share-menu { cursor: pointer; } .share-icons-foot { display: inline-block; font-size: 20px; width: 20px; height: 20px; margin: 0 5px 0 0; padding: 0; opacity: 1.0; cursor:pointer; } .share-icons-foot:hover { opacity: 0.8; transition: all 0.2s ease; } .share-icons-header { display: inline-block; font-size: 20px; width: 20px; height: 20px; margin: 0 5px 0 0; padding: 0; opacity: 0.6; cursor:pointer; } .share-icons-header:hover { opacity: 1.0; transition: all 0.2s ease; } .fa-sign-in, .fa-user-plus { color: #eee; font-size: 25px; width: 25px; height: 25px; } .fa-facebook-square, .fa-facebook-official { color: #3b5998; } .fa-twitter-square, .fa-twitter { color: #55acee; } .fa-telegram { color: #0487d9; } .fa-link, .fa-bullhorn, .fa-star, .fa-star-o, .fa-reply, .fa-reply-all { color: #005be2; font-weight: normal; } .fa-bell { color: #eee; font-size: 20px; } .starsubheader { border-radius: 2px; background: #fff; margin: 0 4px; cursor: pointer; text-align: center !important; } .icons-foot { border-radius: 2px; font-size: 20px; width: 20px; height: 20px; background: #fff; margin: 0; cursor: pointer; vertical-align: top; text-align: center; } .icons-header { border-radius: 2px; font-size: 20px; width: 20px; height: 20px; background: #fff; margin: 0; cursor: pointer; text-align: center; } .fa-tags { color: #666; font-size: 12px; width: 12px; height: 12px; margin: 0 3px 0 0; vertical-align: middle !important; } .fa-pencil { color: #e2005b; vertical-align: middle !important; } .fa-pencil.note-pencil { font-size: 12px; width: 12px; height: 12px; color: #333; padding-left: 5px; } .fa-edit { font-size: 20px; width: 20px; height: 20px; opacity: 0.6; color: #005be2; } .fa-camera, .fa-video-camera { color: #111; font-size: 20px; width: 20px; height: 20px; margin-left: 10px; vertical-align: baseline !important; } .fa-camera.edit, .fa-video-camera.edit { color: #005be2; font-size: 16px; width: 16px; height: 16px; margin: 0; vertical-align: baseline !important; } /* ** SEARCH ** */ .fa-plus, .fa-search { color: #eee; font-size: 20px; width: 20px; height: 20px; } .userspace { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0 0 auto; -webkit-box: 0; -webkit-flex: 0 0 auto; -moz-box: 0; -ms-flex: 0 0 auto; -ms-flexbox: 0 0 auto; flex: 0 0 auto; -webkit-box-pack: end; -moz-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; font-size: 0; /* To avoid inter-element <li> spacing */ list-style-type:none; margin: auto 0; padding: 0; float: right; position: relative; right: 0; top: 0; } .userinfo { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1 1 auto; -webkit-box: 1; -webkit-flex: 1 1 auto; -moz-box: 1; -ms-flex: 1 1 auto; -ms-flexbox: 1 1 auto; flex: 1 1 auto; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .userinfo-admin { font-size: 0; margin: auto 6px auto 0; } .usertext { margin: auto 0 auto 5px; } .usertext span { text-decoration: none; font-size: 14px; margin: auto 0; color: #eee; } #usermenu { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 0; cursor: pointer; opacity: 1.0; margin: auto 0; padding: 0 5px; } #usermenu:hover { background-color: #555; opacity: 0.8; transition: all 0.1s; } #usermenu #avatar { margin: auto 0; border-radius: 2px; } #header-top ul#userinfo li.nav-search { display: inline-block; cursor: pointer; margin-right: 10px; background: transparent; font-size: 25px; width: 200px; height: 30px; text-align: center; vertical-align: bottom !important; } #header-top .nav-search-group { float: right !important; transition: all 0.35s, border-radius 0s; width: 35px; height: 30px; background-color: #555; } #header-top .nav-search-group input.inputsearchbox { display:block; border: 0 none; color: #eee; background: transparent; width: 100%; height: 34px; padding: 6px 12px 6px 20px; font-size: 14px; line-height: 1.42857143; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } #header-top .nav-search-group:hover { width: 100%; border-radius: 4px 25px 25px 4px; } #header-top .nav-search-group span.search-icon { position: absolute; top: 0px; right: 7px; left: initial; z-index: 2; display: block; } ::-webkit-input-placeholder { color: #aaa; } :-moz-placeholder { color: #aaa; } ::-moz-placeholder { color: #aaa; } :-ms-input-placeholder { color: #aaa; } .fa-bars, .fa-navicon { color: #eee; font-size: 20px; vertical-align: middle !important; } /* effectos */ .fa-navicon:hover { opacity: 0.6; } .fa-gear, .fa-envelope, .fa-pencil-square-o, .fa-comments, .fa-list-alt, .fa-users, .fa-user, .fa-clone, .fa-sticky-note-o, .fa-power-off { color: #333; font-size: 15px; width: 15px; height: 15px; vertical-align: baseline; margin: 0 10px; } .fa-warning { color: #e28700; font-size: 16px; width: 16px; height: 16px; vertical-align: middle !important; margin-right: 10px; } .fa-info-circle { color: #005be2; font-size: 16px; width: 16px; height: 16px; vertical-align: middle !important; margin-right: 10px; } .fa-chevron-down { color: #005be2; font-size: 16px; width: 16px; height: 16px; vertical-align: middle !important; text-decoration: none; } .fa-rss-square { color: #333; font-size: 16px; width: 16px; height: 16px; vertical-align: text-bottom !important; text-decoration: none; } .rss-search { font-size: 24px; color: #005be2; } .fa-check-square, .fa-chevron-circle-up { color: #46af00; font-size: 30px; width: 30px; height: 30px; } .fa-chevron-circle-down { color: #e2005b; font-size: 30px; width: 30px; height: 30px; } .fa-trophy { color: #005be2; font-size: 30px; width: 30px; height: 30px; } /* Comments bubble */ a.comment-bubble:hover { color: #eee; opacity: 0.5; transition: all 0.2s ease; } a.comment-bubble { display: inline-block; position:relative; margin: 0 8px 0 0; min-width: 28px; height: 16px; padding: 5px 1px; opacity: 0.6; text-align: center; vertical-align: middle; white-space: nowrap; font: 1em Arial, sans-serif; font-weight: bold; text-decoration: none; color: #fff; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background: #000; /* fallback */ //background: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#000)); //background: -webkit-linear-gradient(#bbb, #000); //background: -moz-linear-gradient(#bbb, #000); //background: -o-linear-gradient(#bbb, #000); //background: linear-gradient(#bbb, #000); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; //border: 1px solid #000; } a.comment-bubble:after { /* triangle */ content: ""; position: absolute; bottom: -5px; left: 11px; border-width: 5px 5px 0px 0px; border-style: solid; border-color: #000 transparent; display: block; width: 0; } /* ********************************************************************************** */ /* ******************************* SHAKE BOX *************************************** */ .sbox-margin { display: block; } .sbox { /* font-family: 'Nimbus Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; */ text-align: right; } .sbox .num-button { font-size: 16px; padding: 1px 0; min-width: 2em; color: #eee; background-color: #333; font-weight: bold; } .sbox .vote-button { font-size: 16px; padding: 1px 15px; min-width: 2.5em; color: #eee; background-color: #333; cursor: pointer; } .sbox .vote-button:hover { color: #aaa; opacity: 0.6; transition: all 0.4s ease; } .sbox .vote-button:active { -webkit-box-shadow: inset rgba(0,0,0,.3) 0px 1px 4px; box-shadow: inset rgba(0,0,0,.3) 0px 1px 4px; } .sbox a.numcop { font: 1em Arial, sans-serif; font-weight: bold; text-decoration: none; text-align: center; vertical-align: middle; } .sbox a.numcop:hover { color: #eee; opacity: 0.6; transition: all 0.4s ease; } .sbox .mnm-published, .sbox .mnm-published a { color: #eee; background-color: #333; } .sbox .mnm-queued { color: #333; background-color: #fff; border: #333 solid 1px; } .sbox .mnm-queued a { color: #005be2; background-color: #fff; } .sbox .mnm-discarded { color: #666; background-color: #ddd; border: solid #666 1px; } .sbox .numclics { color: #666; } .sbox .cop { display: inline-block; } .sbox .cop span { -webkit-border-radius: 4; -moz-border-radius: 4; border-radius: 4px; color: #111; background-color: #fff; padding: 4px 20px 4px 20px; border: solid #111 1px; text-decoration: none; text-align: center; -webkit-appearance: none; } .sbox .cop a.negative { color: #fff; background-color: #ad0000; } /* ****************************** edit button ******************************************* */ .edit-btn { background-color: transparent; border-radius: 4px; color: #e2005b !important; padding: 5px 10px; border: solid #e2005b 1px; font-size: 0.8em; text-decoration: none; text-align: center; } .edit-btn:hover, .edit-btn:hover span { background: #e2005b; color: white !important; text-decoration: none; transition: all 0.4s ease; } .edit-btn.comment-btn { font-size: 0.6em; padding: 2px 5px; text-decoration: none; } /* post button */ .post-btn { background-color: transparent; border-radius: 4px; color: #555 !important; padding: 5px 10px; border: solid #555 1px; font-size: 0.8em; text-decoration: none; text-align: center; } .post-btn:hover, .post-btn:hover span { background: #555; color: #eee !important; text-decoration: none; transition: all 0.4s ease; } a.header-btn { background-color: #f5f5f5; border-radius: 4px; color: #333; letter-spacing: 1px; padding: 4px 8px; text-decoration: none; vertical-align: middle; } a.header-btn:hover { color: #000; transition: all 0.2s ease; opacity: 0.8; } a.header-btn.red { color: #fff; background: #f51; font-weight: bold; } a.register-btn { background-color: #69a74e; color: #fff; } a.register-btn:hover { opacity: 0.8; color: #fff; transition: all 0.2s ease; background-color: #69a74e; } a.simple-btn, a.simple-btn:visited, a.simple-btn:active, a.simple-btn:focus { color: #005be2; background-color: transparent; border-color: #005be2; opacity: 0.6; } a.simple-btn:hover { opacity: 1; } /* ********* */ /* LOGIN BOX */ /* ********* */ #login-dp { min-width: 250px; padding: 14px 14px 0; background-color: #fff; color: #333; } #login-dp .help-block { font-size: 12px; } #login-dp .bottom { background-color: rgba(255,255,255,.8); border-top: 1px solid #ddd; clear: both; padding:14px; } #login-dp .social-buttons { margin: 12px 0; } #login-dp .social-buttons a { width: 48%; margin: 0 3px; } #login-dp a b { text-decoration: underline; } #login-dp .form-group { margin-bottom: 10px; } #login-dp .fa-facebook-official, #login-dp .fa-twitter { color: #fff; margin-right: 10px; font-size: 20px; vertical-align: bottom; } #login-dp .col-md-12 { text-align: center; } #login-dp .form { margin-top: 5px; } a.btn-fb, a:visited.btn-fb { color: #fff; background-color: #3b5998; } a.btn-fb:hover { color: #fff; background-color: #496ebc } a.btn-tw, a:visited.btn-tw { color: #fff; background-color: #55acee; } a.btn-tw:hover { color: #fff; background-color: #59b5fa; } #login-nav .checkbox label { font-size: 11px; color: #777; line-height: 20px; } .header-buttons { font-family: "Roboto"; margin: auto 6px auto 10px; padding: 5px 0 5px 15px; font-size: 13px; border-left: 1px solid #eee; } .header-buttons-wide { width: 100%; } .header-userspace { margin: auto 6px auto 10px; padding: 4px 0 4px 15px; font-size: 0.8rem; font-weight: bold; border-left: 1px solid #eee; } .hide-file { position: absolute; top: 9999; right: 9999; width: 0.1px; height: 0.1px; margin: 0; padding: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .file-upload { font-size: 14px; font-weight: normal; } /* ************************************* COMMENTS ********************************* */ .comment-meta { //font-family: Roboto, sans-serif; font-size: 12px; //height: 25px; margin: 0; padding: 2px 0; white-space: nowrap; overflow: hidden; } .comment-header .username, .comment-header a { font-family: "Open Sans", "sans-serif"; font-size: 15px; display: inline-block; color: #005be2; font-weight: bold; text-decoration: none; } .comment-header .tsrender { font-size: 12px; color: #888; } .comment-meta .votes-counter { font-family: sans-serif; font-size: 12px; font-weight: bold; opacity: 1.0; } .comment-meta .votes-counter.pointer { cursor: pointer; } .comment-meta .votes-counter:hover { opacity: 0.6; } .comment-meta .votes-info { font-family: sans-serif; font-size: 12px; font-weight: bold; opacity: 0.8; } .comment-votes-info { padding: 2px 0; color: #888; } .comment-info a { color: #333333; } .comment-votes-info a, .comment-votes-info a:hover, .comment-votes-info a:active, .comment-votes-info a:visited, .comment-votes-info span { color: #888; } .comment-meta .vote { display: inline-block; width: 16px; height: 18px; cursor: pointer; //margin-right: 10px; //background: url(https://beta.mediatize.info/v_14/img/common/icons-common.png) no-repeat; //background-size: 20px 300px; } .comment-meta .vote.off { color: #888; cursor: default; opacity: 0.6 } .comment-meta .vote.right { margin-left: 10px; } .comment-meta .fa-plus-circle, .comment-meta .fa-arrow-circle-up { color: #46af00; font-size: 16px; width: 20px; height: 20px; opacity: 0.8; } .comment-meta .fa-minus-circle, .comment-meta .fa-arrow-circle-down { color: #e2005b; font-size: 16px; width: 20px; height: 20px; opacity: 0.8; } .comment-meta .fa-thumbs-up, .comment-meta .fa-thumbs-o-up { color: #ad0000; font-size: 16px; } .comment-meta .fa-link, .comment-meta .fa-bullhorn, .comment-meta .fa-star, .comment-meta .fa-star-o, .comment-meta .fa-reply { font-size: 14px; width: 14px; height: 14px; margin: 0 5px; cursor: pointer; opacity: 0.6; } .edname .fa-star, .edname .fa-star-o { opacity: 0.6; } .comment-meta .fa-reply-all { font-size: 15px; width: 15px; height: 15px; margin: 0 5px; /* Rotation */ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } .comment-meta .reply-all { display: inline-block; cursor: pointer; opacity: 0.6; } .comment-meta .reply-all:hover { opacity: 1.0; } .comment-meta .counter { display: inline-block; font-size: 0.8em; color: #fff; font-weight: bold; text-align: center; vertical-align: bottom; min-height: 10px; min-width: 10px; background-color: #999; border-radius: 50%; margin-left: -8px; margin-bottom: 3px; } .comment-meta .fa-link:hover, .comment-meta .fa-bullhorn:hover, .comment-meta .fa-star:hover, .comment-meta .fa-star-o:hover, .comment-meta .fa-reply:hover, .comment-meta .fa-reply-all:hover { opacity:1.0; } .comment-meta .comment-link-margin { margin-left: 20px; } .best-comment { font-size: 0.80em; border: 1px solid #a7cbff; background: #e6f0ff; margin: 7px 25px 7px 25px; padding: 4px; overflow:hidden } /* Expanding and collapsing comments */ .comment-body .expand { font-size: initial; text-decoration: none; margin: 4px; } .comments .collapsed { } .comment-meta .vote.voted { cursor: default; opacity:0.5; } a.link-comment-header { font-family: 'Roboto', sans-serif; text-decoration: none; color: #333; } .comments-link { font-size: 14px; font-weight: bold; } /* ********************************** MISC ************************************ */ fieldset.sneaker { font-size: 0.9em; font-weight: normal; background: #ffebce; border: none; } .faq li { margin-top: 5px; } /* ******************************* TABS MAIN *********************************** */ .header-menu-container { margin: 5px 10px 10px 10px; } #header-menu .header-menu01 { } #header-menu .header-menu01, #header-center .header-menu02 { display: inline-block; font-size: 0.8em; padding-bottom: 6px; margin-top: 4px; vertical-align: middle; white-space: nowrap; overflow: hidden; } /* Left menu */ #header-menu ul.menu01-itemsl { display: inline-block; list-style: none; } #header-menu ul.menu01-itemsl li { display: inline-block; padding: 2px; border-radius: 4px; } #header-menu ul.menu01-itemsl li a { color: #333; background-color: transparent; padding: 2px 6px; text-decoration: none; } #header-menu ul.menu01-itemsl li.selected:after { content: ""; position: absolute; top: 100%; left: 50%; border-top-color: #333; border-top: 6px solid #333; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-left: -6px; } #header-menu ul.menu01-itemsl li:hover, #header-menu ul.menu01-itemsl li:hover a, #header-menu ul.menu01-itemsl li.selected a, #header-menu ul.menu01-itemsl li.selected { color: #fff; background-color: #333; position: relative; transition: all 0.1s ease; } /* ****************************** Right menu ************************************* */ #header-center .header-menu02 { float: right; margin-top: 7px; } #header-center ul.menu01-itemsr { display: inline-block; list-style: none; background-color: #fefefe; border-radius: 2px; margin: 0 5px; } #header-center ul.menu01-itemsr li { display: inline-block; padding: 4px 2px; border-radius: 4px; } #header-center ul.menu01-itemsr li a { color: #333; background-color: transparent; padding: 1px 6px 4px 6px; text-decoration: none; } #header-center ul.menu01-itemsr li:hover, #header-center ul.menu01-itemsr li:hover a, #header-center ul.menu01-itemsr li.selected a, #header-center ul.menu01-itemsr li.selected { color: #fff; background-color: #e2b22b; position: relative; transition: all 0.1s ease; } /* ********* MENU SUBHEADER ******* */ .subheader { display: table; list-style-type: none; font-size: 0.8em; //margin-left: 15px; margin-bottom: 15px; white-space: nowrap; background: #eee; border-radius: 4px; } ul.subheader-list li { display: inline-block; margin: 0 4px; padding: 2px 8px; border-radius: 4px; } ul.subheader-list li:first-child { margin-left: 0; } ul.subheader-list li:last-child { margin-right: 0; } ul.subheader-list li a { color: #333; background-color: transparent; text-decoration: none; } ul.subheader-list li:hover span, ul.subheader-list li:hover, ul.subheader-list li:hover a, ul.subheader-list li.selected a, ul.subheader-list li.selected { color: #fff; background-color: #333; position: relative; transition: all 0.1s ease; } .subheader.subheader-postits { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .subheader.subheader-postits.priv { -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .subheader.subheader-postits a.new-postit { display: inline-block; padding: 3px 7px; color: #fff; background-color: #333; text-decoration: none; border-radius: 4px; } .subheader.subheader-postits a.new-postit.priv { margin-right: 20px; } .priv-notify { margin-right: 10px; margin-bottom: 10px; text-align: right; } .sub-simple { margin: 0 25px 40px 25px; } .sub-simple-subs { display: inline-block; white-space: nowrap; margin: 20px 10px 10px 0; } .sub-simple #subs_default { margin: 0; vertical-align: sub; } .sub-simple-help, .sub-simple-help:visited { color: #444; font-size: 0.8em; } .sub-simple label, .priv-notify label { color: #555; background-color: #eee; text-decoration: none; border-radius: 4px; font-size: 0.6em; padding: 3px 7px; } .priv-notify .input-priv-notify { vertical-align: sub; } .ac-tema { width: 200px; font-size: 14px; line-height: 15px; } .section { font-family: 'Roboto', sans-serif; font-style: normal; margin-top: 30px; padding: 0 20px; letter-spacing: -0.5px; color: #4A4A4A; } .section-with-sidebar { margin-right: 320px; overflow: hidden; } #sidebar.sidebar-with-section { margin-top: 40px; } .section .row:before, .section .row:after { clear: both; } .section h1 { font-family: 'Graphik Web', sans-serif; font-weight: normal; font-size: 38px; margin: 0 0 15px 0; color: #333; } .section h1 a { color: #e35614; } .section h1 a.help { font-size: 30px; color: #d6d6d6; margin-left: 5px; } .section h2 { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; font-size: 25px; letter-spacing: -1.1px; margin: 0 0 10px 0; color: #e35614; } .section.section-large h1 { font-size: 46px; letter-spacing: -1.5px; } .section .intro { font-size: 16px; margin-bottom: 20px; color: #4c4c4c; } .section.section-large .intro { font-weight: 300; } .section .intro-large { font-size: 18px; } .section .text-large { font-size: 16px; margin-bottom: 15px; color: #4c4c4c; } .section .legend { font-size: 15px; margin: 0 0 15px 0; font-weight: 700; color: #3C3C3C; } .section hr { border-bottom: 1px solid #CCC; margin: 15px; } .section .container { margin: 0 auto; padding: 0; max-width: 850px; } .section .container.container-small { max-width: 360px; } .section .container.container-medium { max-width: 720px; } .section .container .container-block { padding: 20px 0; } .section .bottomline { margin-top: 20px; } .section .bottomline a { color: #005be2; } .section .result-final-icon { font-size: 60px; line-height: 120px; } .result-final-icon.result-final-icon-success { color: #005be2; } .result-final-icon.result-final-icon-error { color: #ac0d00; } .response { font-weight: 700; margin-bottom: 15px; padding: 10px; } .response.response-error { color: #ac0d00; } .response.response-info { color: #005be2; } .form .alert { border: 0; border-radius: 0; } .form .alert.alert-danger { background: #f1e7e7; border-left: 2px solid #a94442; } .form .alert.alert-success { background: #eaf1e7; border-left: 2px solid #3c763d; } .form .bottomline { color: #505050; text-align: left; font-size: 13px; } .form .input-info { color: #939393; font-size: 10px; text-align: left; letter-spacing: 0.5px; } .form .input-counter { height: 22px; padding: 0 5px; margin: 0; } .form .form-group { position: relative; } .form .input-info { color: #939393; font-size: 10px; text-align: left; } .input-counter { height: 22px; padding: 0 5px; margin: 0; } .form .checkbox.checkbox-inline, .form .radio.radio-inline { margin: 0; padding: 0; } .form .checkbox.checkbox-inline-input, .form .radio.radio-inline-input { min-height: 30px; } .form .form-control + .checkbox.checkbox-inline, .form .form-control + .radio.radio-inline { margin-left: 20px; } .form .checkbox.checkbox-inline + .checkbox.checkbox-inline, .form .radio.radio-inline + .radio.radio-inline { margin-left: 30px; } .form .input-password-show { position: absolute; padding: 7px 15px; right: 0; color: #999999; } .form .input-password-show:visited { color: #999999; } .form .input-password-show:hover, .form .input-password-show:focus { color: #666; text-decoration: none; } .form .input-password-show + .form-control { padding-right: 45px; } .form .form-control + .input-info { margin-top: -8px; margin-left: 5px; } .form .input-error .form-control { border: 1px solid #ac0d00; } .form .input-error .input-info { color: #ac0d00; } .form .input-status { position: absolute; display: none; right: 0; font-size: 16px; margin-right: -16px; height: 38px; line-height: 38px; } .form .input-success .input-status { display: block; color: #3f7600; } .form .input-error .input-status { display: block; color: #ac0d00; } .form .input-error-message { display: block; color: #ac0d00; margin-top: -5px; margin-bottom: 10px; margin-left: 5px; text-align: left; } #form-register input { margin-bottom: 15px; } /* Promote */ #promote-table p { font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif; font-size: 0.9em; } #promote-table table { margin: 0px; padding-top: 20px; border-spacing: 2px; } #promote-table th { padding: 3px 8px; text-align: center; } #promote-table td { padding: 5px; } #promote-tabletd { margin: 0px; padding: 5px; } #promote-table .thead { text-transform: uppercase; color: #fff; background-color: #a7cbff; padding: 6px; } #promote-table .tdata0 { background-color: #fff; } #promote-table .tdata1 { background-color: #e2eeff; } #promote-table .tnumber0 { text-align: center; } #promote-table .tnumber1 { text-align: center; background-color: #e2eeff; } .sk-box { font-family: "Open Sans", "sans-serif"; display: flex; flex-direction: column; justify-content: space-between; padding: 15px 35px 15px 35px ; border: 1px solid #ddd; text-align: center; margin-bottom: 25px; border-radius: 4px; background: #fafafa; width: 50%; margin-left: auto; margin-right: auto; } .sk-box a:link, .sk-box a:visited { text-decoration: underline; } .sk-box > .sk-frame > .sk-row { margin-top: 20px; margin-bottom: 20px; } .sk-box > .sk-frame > .sk-row > .sk-text { font-size: 18px; margin-bottom: 15px; } .sk-box > .sk-frame > .sk-row > .sk-button { } .translate-link { font-size: 1rem; margin-bottom: 10px; } .bottom-margin { margin-bottom: 5px; } .true { color: #070; } .false { color: #900; } /*** entry_card.css */ .entry-card-front .news-summary { margin: 0 10px; } .entry-card-front.news-summary-height { height: 650px; } .entry-card-front .news-body { overflow: hidden; } .entry-card-front .title-header { display: block; font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.9em; font-variant: small-caps; font-weight: 700; line-height: 1.1em; letter-spacing: 1px; margin-bottom: 0.364em; } .entry-card-front .title-header a:link, .entry-card-front .title-header a:visited { color: #666; text-decoration: none; } .entry-card-front .title-header a:hover { text-decoration: underline; } .entry-card-front .news-body h1 a, .entry-card-front .news-body h2 a, .entry-card-front .news-info h1 a, .entry-card-front .news-info h2 a { color: #191919; word-wrap: break-word; text-decoration: none; transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } .entry-card-front .news-body h1 a:hover, .entry-card-front .news-body h2 a:hover, .entry-card-front .news-info h1 a:hover, .entry-card-front .news-info h2 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } .entry-card-front .news-body h1, .entry-card-front .news-body h2, .entry-card-front .news-info h1, .entry-card-front .news-info h2 { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; /*1.313em;*/ font-weight: bold; line-height: 25px; /*1.15em;*/ background: none; border: none; } .entry-card-front .news-submitted { display: flex; align-items: center; font-family: 'Roboto', sans-serif; font-size: 0.7em; white-space: nowrap; min-height: 25px; color: #666; } .entry-card-front .news-submitted.margin-left { margin-left: 10px; } .entry-card-front .news-submitted.margin-top { margin-top: 10px; } .entry-card-front .news-submitted img { width: 25px; height: 25px; margin-right: 6px; opacity: 0.8; border-radius: 50%; border: 1px solid rgba(0,0,0,0.05); } .entry-card-front .news-submitted a:link, .news-submitted a:visited { font-style: italic; color: #555; } .entry-card-front .news-submitted .showmytitle { font-style: italic; cursor: pointer; } .entry-card-front .news-submitted .showmytitle:hover { text-decoration: underline; } .entry-card-front .news-submitted .media { font-weight: bold; } .entry-card-front .news-details { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 18px; color: #808080; display: block; padding: 5px 0 5px 0; } .entry-card-front .news-details .main { line-height: 120%; margin-top: 6px; } .entry-card-front .news-details .nd-item { display: inline-block; } .entry-card-front .news-details a:link, .entry-card-front .news-details a:visited { color: #666; } .entry-card-front .warning { position: relative; padding: 5px 10px; margin: 0px 0 5px 0; font-size: 85%; background: #ebf3ff; } .entry-card-front .warning a:link, .entry-card-front .warning a:visited { color: #e2005b; text-decoration: underline; } .entry-card-front .img-container { display: block; margin-bottom: 5px; } .entry-card-front .img-container img.img-story { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; width: 100%; height: auto; } .entry-card-front .comments-link-front { display: inline-block; background-color: transparent; padding-left: 3px; height: 16px; opacity: 0.7; } .entry-card-front .comments-link-front:hover { opacity: 0.5; transition: all 0.1s ease-in-out; } .entry-card-front .comments-link-front a { color: #444; font-weight: bold; } .entry-card-front .btn-news-edit { margin: 15px 0; } /*** entry_flat.css */ .entry-flat-front .news-summary2 { margin-left: 10px; padding: 10px 0 10px 0; position: relative; margin-bottom: 10px; //background-color: #eee; } .entry-flat-front .news-body2 { padding-left: 240px; overflow: hidden; } .entry-flat-front .title-header { display: block; font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.9em; font-variant: small-caps; font-weight: 700; line-height: 1.1em; letter-spacing: 1px; margin-bottom: 0.364em; } .entry-flat-front .title-header a:link, .entry-flat-front .title-header a:visited { color: #666; text-decoration: none; } .entry-flat-front .title-header a:hover { text-decoration: underline; } .entry-flat-front .news-body h1 a, .entry-flat-front .news-body h2 a, .entry-flat-front .news-info h1 a, .entry-flat-front .news-info h2 a { color: #191919; word-wrap: break-word; text-decoration: none; -webkit-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -moz-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -o-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } .entry-flat-front .news-body h1 a:hover, .entry-flat-front .news-body h2 a:hover, .entry-flat-front .news-info h1 a:hover, .entry-flat-front .news-info h2 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } .entry-flat-front .news-body h1, .entry-flat-front .news-body h2, .entry-flat-front .news-info h1, .entry-flat-front .news-info h2 { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; /*1.313em;*/ font-weight: bold; line-height: 25px; /*1.15em;*/ background: none; border: none; } .entry-flat-front .news-submitted { display: flex; align-items: center; font-family: 'Roboto', sans-serif; font-size: 0.7em; white-space: nowrap; min-height: 25px; color: #666; } .entry-flat-front .news-submitted.margin-left { margin-left: 10px; } .entry-flat-front .news-submitted.margin-top { margin-top: 10px; } .entry-flat-front .news-submitted img { width: 25px; height: 25px; margin-right: 6px; opacity: 0.8; border-radius: 50%; border: 1px solid rgba(0,0,0,0.05); } .entry-flat-front .news-submitted a:link, .news-submitted a:visited { font-style: italic; color: #555; } .entry-flat-front .news-submitted .showmytitle { font-style: italic; cursor: pointer; } .entry-flat-front .news-submitted .showmytitle:hover { text-decoration: underline; } .entry-flat-front .news-submitted .media { font-weight: bold; } .entry-flat-front .news-details { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 18px; color: #808080; display: block; padding: 5px 0 5px 0; } .entry-flat-front .news-details .main { line-height: 120%; margin-top: 6px; } .entry-flat-front .news-details .nd-item { display: inline-block; } .entry-flat-front .news-details a:link, .entry-flat-front .news-details a:visited { color: #666; } .entry-flat-front .warning { position: relative; padding: 5px 10px; margin: 0px 0 5px 0; font-size: 85%; background: #ebf3ff; } .entry-flat-front .warning a:link, .entry-flat-front .warning a:visited { color: #e2005b; text-decoration: underline; } .entry-flat-front .news-img-zone { position: absolute; width: 233px; top: 10px; left: 0px; } .entry-flat-front .news-img-zone img.img-story2 { max-width: 100%; max-height: 100%; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; } .entry-flat-front .news-img-zone img.img-story3 { max-width: 233px; max-height: 128px; width: auto; height: auto; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; } .entry-flat-front .news-info { padding-left: 10px; padding-bottom: 30px; padding-right: 5px; } .entry-flat-front .news-content2 { color: #444; display: block; font-family: "Graphik Web", sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; } .entry-flat-front .ads-interlinks { height: 90px; max-width: 728px; padding: 0 0 0 240px; margin: 10px 0 20px 0; white-space:nowrap; overflow:hidden; } .entry-flat-front .img-container { display: block; margin-bottom: 5px; } .entry-flat-front .img-container img.img-story { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); width: 100%; height: auto; } .entry-flat-front .comments-link-front { display: inline-block; background-color: transparent; padding-left: 3px; height: 16px; opacity: 0.7; } .entry-flat-front .comments-link-front:hover { opacity: 0.5; transition: all 0.1s ease-in-out; } .entry-flat-front .comments-link-front a { color: #444; font-weight: bold; } .entry-flat-front .btn-news-edit { margin: 15px 0; } /*** entry_stream.css */ .entry-stream .news-summary2 { margin-left: 10px; padding: 10px 0 10px 0; position: relative; margin-bottom: 10px; //background-color: #eee; } .entry-stream .news-body2 { padding-left: 240px; overflow: hidden; } .entry-stream .title-header { display: block; font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.9em; font-variant: small-caps; font-weight: 700; line-height: 1.1em; letter-spacing: 1px; margin-bottom: 0.364em; } .entry-stream .title-header a:link, .entry-stream .title-header a:visited { color: #666; text-decoration: none; } .entry-stream .title-header a:hover { text-decoration: underline; } .entry-stream .news-body h1 a, .entry-stream .news-body h2 a, .entry-stream .news-info h1 a, .entry-stream .news-info h2 a { color: #191919; word-wrap: break-word; text-decoration: none; -webkit-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -moz-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); -o-transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } .entry-stream .news-body h1 a:hover, .entry-stream .news-body h2 a:hover, .entry-stream .news-info h1 a:hover, .entry-stream .news-info h2 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } .entry-stream .news-body h1, .entry-stream .news-body h2, .entry-stream .news-info h1, .entry-stream .news-info h2 { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; /*1.313em;*/ font-weight: bold; line-height: 25px; /*1.15em;*/ background: none; border: none; } .entry-stream .news-submitted { display: flex; align-items: center; font-family: 'Roboto', sans-serif; font-size: 0.7em; white-space: nowrap; min-height: 25px; color: #666; } .entry-stream .news-submitted.margin-left { margin-left: 10px; } .entry-stream .news-submitted.margin-top { margin-top: 10px; } .entry-stream .news-submitted img { width: 25px; height: 25px; margin-right: 8px; opacity: 0.5; border-radius: 4px; } .entry-stream .news-submitted a:link, .news-submitted a:visited { font-style: italic; color: #555; } .entry-stream .news-submitted .showmytitle { font-style: italic; cursor: pointer; } .entry-stream .news-submitted .showmytitle:hover { text-decoration: underline; } .entry-stream .news-submitted .media { font-weight: bold; } .entry-stream .news-details { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 18px; color: #808080; display: block; padding: 5px 0 5px 0; } .entry-stream .news-details .main { line-height: 120%; margin-top: 6px; } .entry-stream .news-details .nd-item { display: inline-block; } .entry-stream .news-details a:link, .entry-stream .news-details a:visited { color: #666; } .entry-stream .warning { position: relative; padding: 5px 10px; margin: 0px 0 5px 0; font-size: 85%; background: #ebf3ff; } .entry-stream .warning a:link, .entry-stream .warning a:visited { color: #e2005b; text-decoration: underline; } .entry-stream .news-img-zone { position: absolute; width: 233px; top: 10px; left: 0px; } .entry-stream .news-img-zone img.img-story2 { max-width: 100%; max-height: 100%; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; } .entry-stream .news-img-zone img.img-story3 { max-width: 233px; max-height: 128px; width: auto; height: auto; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; } .entry-stream .news-info { padding-left: 10px; padding-bottom: 30px; padding-right: 5px; } .entry-stream .news-content2 { color: #444; display: block; font-family: "Graphik Web", sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; } .entry-stream .ads-interlinks { height: 90px; max-width: 728px; padding: 0 0 0 240px; margin: 10px 0 20px 0; white-space:nowrap; overflow:hidden; } .entry-stream .img-container { display: block; margin-bottom: 5px; } .entry-stream .img-container img.img-story { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); width: 100%; height: auto; } .entry-stream .comments-link-front { display: inline-block; background-color: transparent; padding-left: 3px; height: 16px; opacity: 0.7; } .entry-stream .comments-link-front:hover { opacity: 0.5; transition: all 0.1s ease-in-out; } .entry-stream .comments-link-front a { color: #444; font-weight: bold; } .entry-stream .btn-news-edit { margin: 15px 0; } /*** factcheck_card_mobile.css */ .fc-card-front .news-summary { margin: 0 10px; } .fc-card-front .news-summary .warn { margin-left: 80px; } .fc-card-front.news-summary-height { height: 650px; } .fc-card-front .news-body { overflow: hidden; } .fc-card-front .title-header { display: block; font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1em; font-variant: small-caps; font-weight: 700; line-height: 1.1em; letter-spacing: 1px; margin-bottom: 0.364em; } .fc-card-front .title-header a:link, .fc-card-front .title-header a:visited { color: #666; text-decoration: none; } .fc-card-front .title-header a:hover { text-decoration: underline; } .fc-card-front .news-body h1 a, .fc-card-front .news-body h2 a, .fc-card-front .news-info h1 a, .fc-card-front .news-info h2 a { color: #191919; word-wrap: break-word; text-decoration: none; transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } .fc-card-front .news-body h1 a:hover, .fc-card-front .news-body h2 a:hover, .fc-card-front .news-info h1 a:hover, .fc-card-front .news-info h2 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } .fc-card-front .news-body h1, .fc-card-front .news-body h2, .fc-card-front .news-info h1, .fc-card-front .news-info h2 { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; /*1.313em;*/ font-weight: bold; line-height: 25px; /*1.15em;*/ background: none; border: none; } .fc-card-front .news-submitted { display: flex; align-items: center; font-family: 'Roboto', sans-serif; white-space: normal; min-height: 25px; color: #666; } .fc-card-front .news-submitted.margin-left { margin-left: 10px; } .fc-card-front .news-submitted.margin-top { margin-top: 10px; } .fc-card-front .news-submitted img { width: 25px; height: 25px; margin-right: 6px; opacity: 0.8; border-radius: 50%; border: 1px solid rgba(0,0,0,0.05); } .fc-card-front .news-submitted a:link, .news-submitted a:visited { font-style: italic; color: #555; } .fc-card-front .news-submitted .showmytitle { font-style: italic; cursor: pointer; } .fc-card-front .news-submitted .showmytitle:hover { text-decoration: underline; } .fc-card-front .news-submitted .media { font-weight: bold; } .fc-card-front .news-details { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 18px; color: #808080; display: block; padding: 5px 0 5px 0; white-space: normal; } .fc-card-front .news-details .main { line-height: 120%; margin-top: 6px; } .fc-card-front .news-details .nd-item { display: inline-block; } .fc-card-front .news-details a:link, .fc-card-front .news-details a:visited { color: #666; } .fc-card-front .news-details form { float: right; } .fc-card-front .news-details .comments-counter { font-size: 100%; } .fc-card-front .warning { position: relative; padding: 5px 10px; margin: 0px 0 5px 0; font-size: 85%; background: #ebf3ff; } .fc-card-front .warning a:link, .fc-card-front .warning a:visited { color: #e2005b; text-decoration: underline; } .fc-card-front .img-container { display: block; margin-bottom: 5px; } .fc-card-front .img-container img.img-story { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); width: 100%; height: auto; border-radius: 8px; } .fc-card-front .comments-link-front { display: inline-block; background-color: transparent; padding-left: 3px; height: 16px; opacity: 0.7; } .fc-card-front .comments-link-front:hover { opacity: 0.5; transition: all 0.1s ease-in-out; } .fc-card-front .comments-link-front a { color: #444; font-weight: bold; } .fc-card-front .btn-news-edit { margin: 15px 0; } /* ********** */ .fc-card-front .shareoptions { margin-top: 10px; } .fc-card-front .story-icons-list li { margin-left: 25px; margin-right: 25px; } .fc-card-front .story-icons-list li:first-child { margin-left: 0; margin-right: 25px; } .fc-card-front .story-icons-list li:last-child { margin-left: 25px; margin-right: 0; } .fc-card-front ul.share-icons li:first-child, .fc-card-front ul.share-icons li:last-child { margin: 0; } .fc-card-front .share-icons span { font-size: 25px; width: 25px; height: 25px; margin: 0 25px 0 0; } .fc-card-front a.comment-bubble { min-width: 30px; height: 18px; } /* ****************************** new vote box ****************************************** */ .fc-card-front .vote-space { display: block; margin-bottom: 15px; margin-top: 5px; } .fc-card-front .votebox { display: flex; justify-content: space-between; align-items: center; } .fc-card-front .votebox .num-counter { font-size: 16px; padding: 1px 4px; min-width: 2em; color: #eee; background-color: #333; font-weight: bold; } .fc-card-front .votebox .vote-button { padding: 1px 15px; min-width: 72px; min-height: 28px; color: #eee; cursor: pointer; } .fc-card-front .true { color: #070; } .fc-card-front .false { color: #900; } .fc-card-front .votebox .vote-button.true { background-color: #070; } .fc-card-front .votebox .vote-button.false { background-color: #900; } .fc-card-front .votebox .vote-button.grayed { background-color: transparent; } .fc-card-front .votebox .vote-button.disabled { opacity: 0.30; } .fc-card-front .votebox .vote-button:hover { color: #aaa; opacity: 0.6; transition: all 0.4s ease; } .fc-card-front .votebox .vote-button:active { box-shadow: inset rgba(0,0,0,.3) 0px 1px 4px; } .fc-card-front .votebox a.numcop { font: 1em Arial, sans-serif; font-weight: bold; text-decoration: none; text-align: center; vertical-align: middle; } .fc-card-front .votebox a.numcop:hover { color: #eee; opacity: 0.6; transition: all 0.4s ease; } .fc-card-front .votebox .mnm-published, .fc-card-front .votebox .mnm-published a { color: #eee; background-color: #333; } .fc-card-front .votebox .mnm-queued { color: #333; background-color: #fff; border: #333 solid 1px; } .fc-card-front .votebox .mnm-queued a { color: #005be2; background-color: #fff; } .fc-card-front .votebox .mnm-discarded { color: #666; background-color: #ddd; border: solid #666 1px; } .fc-card-front .votebox .numclics { color: #666; } .fc-card-front .votebox .item { display: inline-flex; } .fc-card-front .votebox .cop span { border-radius: 4px; color: #111; background-color: #fff; padding: 4px 20px 4px 20px; border: solid #111 1px; text-decoration: none; text-align: center; } .fc-card-front .votebox .cop a.negative { color: #fff; background-color: #ad0000; } .fc-card-front .fa-check-circle, .fc-card-front .fa-check-circle-o, .fc-card-front .fa-times-circle, .fc-card-front .fa-times-circle-o, .fc-card-front .fa-window-close { color: #eee; font-size: 22px; } /*** fc_flat */ .fc-flat-front .news-summary2 { margin-left: 10px; padding: 10px 0 10px 0; position: relative; margin-bottom: 10px; } .fc-flat-front .news-body2 { padding-left: 240px; overflow: hidden; } .fc-flat-front .title-header { display: block; font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.9em; font-variant: small-caps; font-weight: 700; line-height: 1.1em; letter-spacing: 1px; margin-bottom: 0.364em; } .fc-flat-front .title-header a:link, .fc-flat-front .title-header a:visited { color: #666; text-decoration: none; } .fc-flat-front .title-header a:hover { text-decoration: underline; } .fc-flat-front .news-body h1 a, .fc-flat-front .news-body h2 a, .fc-flat-front .news-info h1 a, .fc-flat-front .news-info h2 a { color: #191919; word-wrap: break-word; text-decoration: none; transition: color 0.15s cubic-bezier(0, 0, 0.58, 1), border-color 0.15s cubic-bezier(0, 0, 0.58, 1); } .fc-flat-front .news-body h1 a:hover, .fc-flat-front .news-body h2 a:hover, .fc-flat-front .news-info h1 a:hover, .fc-flat-front .news-info h2 a:hover { color: #005be2; border-color: #005be2; text-decoration: none; } .fc-flat-front .news-body h1, .fc-flat-front .news-body h2, .fc-flat-front .news-info h1, .fc-flat-front .news-info h2 { font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; /*1.313em;*/ font-weight: bold; line-height: 25px; /*1.15em;*/ background: none; border: none; } .fc-flat-front .news-submitted { display: flex; align-items: center; font-family: 'Roboto', sans-serif; font-size: 0.7em; white-space: nowrap; min-height: 25px; color: #666; } .fc-flat-front .news-submitted.margin-left { margin-left: 10px; } .fc-flat-front .news-submitted.margin-top { margin-top: 10px; } .fc-flat-front .news-submitted img { width: 25px; height: 25px; margin-right: 6px; opacity: 0.8; border-radius: 50%; border: 1px solid rgba(0,0,0,0.05); } .fc-flat-front .news-submitted a:link, .fc-flat-front .news-submitted a:visited { font-style: italic; color: #555; } .fc-flat-front .news-submitted .showmytitle { font-style: italic; cursor: pointer; } .fc-flat-front .news-submitted .showmytitle:hover { text-decoration: underline; } .fc-flat-front .news-submitted .media { font-weight: bold; } .fc-flat-front .news-details { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 18px; color: #808080; display: block; padding: 5px 0 5px 0; } .fc-flat-front .news-details .main { line-height: 120%; margin-top: 6px; } .fc-flat-front .news-details .nd-item { display: inline-block; } .fc-flat-front .news-details a:link, .fc-flat-front .news-details a:visited { color: #666; } .fc-flat-front .warning { position: relative; padding: 5px 10px; margin: 0px 0 5px 0; font-size: 85%; background: #ebf3ff; } .fc-flat-front .warning a:link, .fc-flat-front .warning a:visited { color: #e2005b; text-decoration: underline; } .fc-flat-front .news-img-zone { position: absolute; width: 233px; top: 10px; left: 0px; } .fc-flat-front .news-img-zone img.img-story2 { max-width: 100%; max-height: 100%; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; } .fc-flat-front .news-img-zone img.img-story3 { max-width: 233px; max-height: 128px; width: auto; height: auto; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; } .fc-flat-front .news-info { padding-left: 10px; padding-bottom: 30px; padding-right: 5px; } .fc-flat-front .news-content2 { color: #444; display: block; font-family: "Graphik Web", sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; } .fc-flat-front .ads-interlinks { height: 90px; max-width: 728px; padding: 0 0 0 240px; margin: 10px 0 20px 0; white-space:nowrap; overflow:hidden; } .fc-flat-front .img-container { display: block; margin-bottom: 5px; } .fc-flat-front .img-container img.img-story { display: block; margin: auto; border: 1px solid rgba(0,0,0,0.05); width: 100%; height: auto; } .fc-flat-front .comments-link-front { display: inline-block; background-color: transparent; padding-left: 3px; height: 16px; opacity: 0.7; } .fc-flat-front .comments-link-front:hover { opacity: 0.5; transition: all 0.1s ease-in-out; } .fc-flat-front .comments-link-front a { color: #444; font-weight: bold; } .fc-flat-front .btn-news-edit { margin: 15px 0; } /* ****************************** new vote box ****************************************** */ .fc-flat-front .vote-space { display: block; margin-bottom: 15px; margin-top: 5px; } .fc-flat-front .votebox { display: flex; justify-content: space-between; align-items: center; } .fc-flat-front .votebox .num-counter { font-size: 16px; padding: 1px 4px; min-width: 2em; color: #eee; background-color: #333; font-weight: bold; } .fc-flat-front .votebox .vote-button { padding: 1px 15px; min-width: 72px; min-height: 28px; color: #eee; cursor: pointer; } .fc-flat-front .true { color: #070; } .fc-flat-front .false { color: #900; } .fc-flat-front .votebox .vote-button.true { background-color: #070; } .fc-flat-front .votebox .vote-button.false { background-color: #900; } .fc-flat-front .votebox .vote-button.grayed { background-color: transparent; } .fc-flat-front .votebox .vote-button.disabled { opacity: 0.30; } .fc-flat-front .votebox .vote-button:hover { color: #aaa; opacity: 0.6; transition: all 0.4s ease; } .fc-flat-front .votebox .vote-button:active { box-shadow: inset rgba(0,0,0,.3) 0px 1px 4px; } .fc-flat-front .votebox a.numcop { font: 1em Arial, sans-serif; font-weight: bold; text-decoration: none; text-align: center; vertical-align: middle; } .fc-flat-front .votebox a.numcop:hover { color: #eee; opacity: 0.6; transition: all 0.4s ease; } .fc-flat-front .votebox .mnm-published, .fc-flat-front .votebox .mnm-published a { color: #eee; background-color: #333; } .fc-flat-front .votebox .mnm-queued { color: #333; background-color: #fff; border: #333 solid 1px; } .fc-flat-front .votebox .mnm-queued a { color: #005be2; background-color: #fff; } .fc-flat-front .votebox .mnm-discarded { color: #666; background-color: #ddd; border: solid #666 1px; } .fc-flat-front .votebox .numclics { color: #666; } .fc-flat-front .votebox .item { display: inline-flex; } .fc-flat-front .votebox .cop span { border-radius: 4px; color: #111; background-color: #fff; padding: 4px 20px 4px 20px; border: solid #111 1px; text-decoration: none; text-align: center; } .fc-flat-front .votebox .cop a.negative { color: #fff; background-color: #ad0000; } .fc-flat-front .fa-check-circle, .fc-flat-front .fa-check-circle-o, .fc-flat-front .fa-times-circle, .fc-flat-front .fa-times-circle-o, .fc-flat-front .fa-window-close { color: #eee; font-size: 22px; } @media (max-width: 767px) {/* *************** */ /* Handheld config */ /* *************** */ #sidebar, #edlist, .logo-ed, .wideonly, .wide { display: none; background: none !important; } /* Avoid auto zoom */ textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="email"], input[type="url"], input[type="search"] { font-size: 16px; } /* Menu bullets */ .dropdown-menu.usermenu.bullet.pull-right:before { right: 9px; } .dropdown-menu.usermenu.bullet.pull-right:after { right: 10px; } /* #variable { min-width: 0; } #wrap { min-width: 0; } #header{ min-width: 0; } */ /* #newswrap { margin: 15px 0 0 0; } #singlewrap { margin: 0; } */ /* #header-top { position: fixed; top: 0px; left: 0px; width: 100%; height:40px; z-index: 10; } */ /* #header-central { position: relative; height: 22px; overflow: hidden; white-space: nowrap; font-size: 1em; padding: 5px 5px; background-color: #a0c5e8; border-bottom: #888 solid 1px; vertical-align: middle; } #header-sub, #header-sub a { color: #222; font-variant:small-caps; font-weight:bold; } #header-sub .edname a img { vertical-align: bottom; } #header-sub .favorite { vertical-align: middle; } */ #nav-menu { margin-left: 10px; } #header-top ul#userinfo { height: 40px; margin: auto 0; } #header-top ul#userinfo li { font-size: 18px; } #header-top ul#userinfo li.login-icon, #header-top ul#userinfo li.login-icon a { font-size: 30px; } .sneaker { font-size: small; } .comment-body { font-size: inherit; } .comment-meta .comment-info { max-width: 24%; } .news-details, .news-submitted { white-space: normal; } .news-details form { float: right; } .news-details .comments-counter { font-size: 100%; } .comments, .notes { margin: 10px 0 0 0; } .pages.margin { margin-left: 5px; } .news-summary .warn { margin-left: 80px; } .commentform.warn { margin-left: 0; } .genericform { border: 0; margin: 0 10px 10px 10px; } .semiopaque { opacity:0.8; } #cboxTitle { font-weight: normal; } /* ********************* */ .news-summary { margin-bottom: 2em; } .news-summary-height { height: auto; } table.keyvalue { padding-top: 30px; } /* a.comment-bubble { min-width: 30px; height: 18px; } */ .comments .expand { vertical-align: sub; } }