/* * Fluent{theme} by Júnior * * 1.0 - Global variables * 2.0 - Body * 3.0 - Toolbar * 4.0 - Navbar * 5.0 - Header * 6.0 - Main * 6.1 - Widget * 6.2 - Post * 6.3 - Chatbox * 6.4 - Groups * 7.0 - Footer */ /*** 1.0 - Global variables ***/ :root { --color-background: #EEEFF1; --color-second-background: #F5F5F5; --color-box: #FFF; --color-second-box: #fdfdfd; --color-details: #fafafa; --color-border: #eee; --primary-color: #2ea3f2; /* Blue */ --danger-color: #D63737; /* Admin color */ --success-color: #7AB334; /* Moderator color */ --alert-color: #FF9326; /* Designer color */ --text-color: #444444; --text-second-color: #343434; --body-fonts: "Segoe UI", "SegoeUI", "Helvetica Neue", "Helvetica", "Arial", sans-serif; --fa-fonts: "Font Awesome 5 Free"; --line-height: 1.5; --default-padding: 0.188rem; --default-radius: 0.188rem; --default-border-solid: 1px solid #f2f2f2; --default-border-double: 3px double var(--color-border); --default-pattern: url("https://i.imgur.com/ZODAdEV.png"); --input-border: #ccc; --input-focus-h: 204; --input-focus-s: 88.3%; --input-focus-l: 56.5%; } /*** 2.0 - Body ***/ body, html { background-color: var(--color-background); font-family: var(--body-fonts) !important; } h1, h2, h3, h4, h5, h6 { font-family: var(--body-fonts) !important; } b, strong { font-weight: 500; } a.forumtitle:visited, a.forumtitle:link { color: var(--primary-color) !important; } a { -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-decoration: none; background-color: transparent; } a:hover, a:focus, a:active { color: #242424; } img { -webkit-user-drag: none; user-drag: none; -webkit-touch-callout: none } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } ol, ul { padding-left: 0; margin-top: 0; margin-bottom: 0; } .postbody ul, .mod-action ul, .box ul { list-style-type: unset; list-style-position: inside; } .genmed a, .postbody a:not(.mentiontag) { text-decoration: underline; } h3.post-content, h3.post-content * { letter-spacing: unset !important; font-weight: 500 !important; color: var(--text-second-color) !important; } h3.post-content { border-bottom: var(--default-border-double) !important; padding-bottom: 10px !important; } [data-theme-holiday="halloween"] .holiday-top { background-image: url(https://i.servimg.com/u/f53/15/67/71/26/005d2010.png); } [data-theme-holiday="xmas"] .holiday-top { background-image: url(https://i.servimg.com/u/f53/15/67/71/26/xma10.png); } [data-theme-holiday="new_year"] .holiday-top { background-image: url(https://i.servimg.com/u/f53/15/67/71/26/vector10.gif); } h1.page-title { color: var(--text-color); } /*** 5.0 - Header ***/ .barra { background: #2a97e1; border-bottom: 4px solid #6eb8eb; box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 -5px 10px 1px rgba(0,0,0,0.05); -webkit-box-shadow: inset 0 -5px 10px 1px rgba(0,0,0,0.05); height: 70px; width: 100%; } .barra .userinfo li { float: left; color: var(--color-box); font-size: 16px; font-weight: 500; text-shadow: 1px 1px 4px rgba(0,0,0,0.2); user-select: none; text-align: right; margin-left: 5px; line-height: 16px; z-index: 999; position: relative; } .barra .userinfo li span { font-weight: 400; font-size: 13px; } .user-info-avatar::after { display: inherit; text-align: center; line-height: 44px; content: "\f2bd"; font-family: var(--fa-fonts); font-size: 20px; font-style: normal; font-weight: 700; background-color: #24496a; background-clip: padding-box; } .user-info-avatar::after, .barra .userinfo li img { height: 44px; width: 44px; border-radius: 50%; object-fit: cover; object-position: center; } .barra .foruminfo { font-size: 16px; font-weight: 500; color: var(--color-box); text-shadow: 1px 1px 4px rgba(0,0,0,0.2); user-select: none; line-height: 70px; height: 70px; } .topo { background: var(--primary-color) var(--default-pattern); width: 100%; height: 380px; position: relative; display: table; } .topo .logo { display: inline-flex; position: relative; height: 283px !important; align-items: center; } #logo { margin-top: 0 !important; } .topo .logo img { height: 280px !important; object-fit: contain; image-rendering: crisp-edges; } .topo .menu { background: var(--color-second-background); border-radius: 3px 3px 0 0; box-shadow: 0 2px 5px rgba(0,0,0,.1); height: 70px; line-height: 70px; margin: 0 auto; position: relative; margin-top: 40px; user-select:none; } .menu ul, .submenu ul{display: inline-flex;} .menu li { color: #6C6C6C; font-size: 15px; font-weight: 500; padding: 0 20px 0 20px; border-right: 1px solid #E7E7E7; display: block; } .menu li a:hover, .submenu a:hover{color: #242424;} .menu li a:active, .submenu a:active{color: #2a97e1;} .menu li:last-child, .submenu a:last-child{border-right:0;} .topo .submenu { background: var(--color-background); border-top: 1px solid #E7E7E7; border-radius: 0 0 3px 3px; box-shadow: 0 2px 5px rgba(0,0,0,.1); display: block; height: 40px; margin: 0 auto; position: relative; line-height: 40px; user-select:none; } .topo .submenu ul{padding-left:10px;} .topo .submenu li a {padding: 0 10px;color: #6C6C6C;font-size: 14px;} .topo .submenu li a:hover{border-bottom: 2px solid #242424;color: #242424;padding-bottom: 8px;} .topo .submenu li a:active {border-color: var(--primary-color);color: var(--primary-color);} .topo .submenu li img, .rank + br, .friendsfoes br, [name="quickreply"] + .h3, a[href^="/post?t=91241"], [data-topic-id="91241"] #quick_reply{ display: none; } .topo .submenu li a:not([href="/h1-"]):not([href="/"]):not([href="/groups"]):not([href^="/profile"]):not([href^="/privmsg"]):not([href="/events"]):not([href="/faq"]):not([href^="/login"]):not([href="/logout"]):not([href="#fastlogin"]):not([href^="/admin/"]):not([href^="/report.php"]):not([href="/register"]):not([href^="/?tid="]):not([href^="/groups?tid="]):not([href^="/profile?tid="]):not([href^="/events?tid="]):not([href^="/faq?tid="]):not([href^="/t57837-"]) { display: none; } .barra2 { background: #2a97e1; width: 100%; height: 120px; border-top: 4px solid #6eb8eb; margin-bottom: -50px; box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 -5px 10px 1px rgba(0,0,0,0.05); -webkit-box-shadow: inset 0 -5px 10px 1px rgba(0,0,0,0.05); } .barra2 #main_search { text-shadow: 1px 1px 4px rgba(0,0,0,0.2); user-select: none; border-bottom: 0; color: var(--color-box); font-weight: 500; font-size: 16px; padding: 23px 0; font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; width: 100%; outline: none; } .barra2.baixo{border-radius: 0 0 3px 3px;height: 80px;margin-bottom: 20px;text-shadow: 1px 1px 4px rgba(0,0,0,0.2);user-select: none;color: var(--color-box);font-size: 16px;font-weight: 400;padding: 0 10px;line-height: 74px;} .barra2.baixo a{color:var(--color-box);} .titulo a { color: white !important; } .titulo > h3 { border-width: 0; color: white; font-size: 15px; margin: 0; padding: 0; font-size: ; letter-spacing: normal; font-weight: 500; font-family: var(--body-fonts) !important; } .pct-div > .pct-info { color: #586069 !important; font-size: 12px !important; margin-right: 6px; } .pct-div > .pct-info + .pct { width: 160px; display: inline-flex; height: 8px; overflow: hidden; background-color: #e1e4e8; border-radius: 3px; outline: 1px solid transparent; } .pct-div > .pct-info + .pct > .pct-bar { outline: 2px solid transparent; background-color: rgba(53,166,242,1); } #fa_ticker { text-align: center; } .privmsgs-menu { width: -moz-available !important; margin-bottom: 2rem !important; height: 60px; line-height: 60px; border-bottom: 2px double var(--color-border); } .privmsgs-menu > ul { display: flex; justify-content: space-evenly; } .privmsgs-menu .active { margin-top: -2px; height: 2px; } .privmsgs-menu svg { margin-right: 1rem; } .privmsgs-menu li > svg + div { background: #2a97e1; } .privmsgs-menu li > a + .active { background: var(--color-border); } .sub-header-path ol > li { display: inline-block; margin-left: -0.35em; white-space: nowrap; list-style: none; } .sub-header-path a { display: inline-block !important; float: none; } .sub-header-path > ol > li > a::before { content: none; } .sub-header-path > ol > li > a::after { padding-right: .5em; padding-left: .5em; color: var(--color-border); content: "/"; } .sub-header-path ol > li[aria-current="page"] .fa-topic-tag { padding-left: 1rem; } .sub-header-path ol > li[aria-current="page"] { font-size: 11px; font-weight: 600; text-transform: uppercase; } .titulo > h1 { font-size: 15px; font-weight: 500; } .forumbg table.table1 { margin: 0; border: 1px solid var(--color-border) !important; border-radius: 3px !important; } table.table1 thead th { color: #444; padding: 1.5rem; height: 50px; font-size: 14px; } table.table1 thead { background-color: var(--color-details); } table.table1 tbody td { padding: 12px 18px 18px; } .postbody { word-wrap: break-word !important; } .profile-icons li > span:hover, .profile-icons li > span:active, .profile-icons li > a:hover, .profile-icons li > a:active { background: transparent !important; box-shadow: none !important; color: #349AD9; } .profile-icons .btn-delete > a:hover, .profile-icons .btn-delete > a:active { color: #D63737 !important; } .profile-icons i { vertical-align: unset !important; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } input[type="reset"], input[type="reset"]:hover, input[type="reset"]:active { color: #349AD9 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; text-shadow: none !important; box-shadow: none !important; } #main_search { position: relative; max-width: 96%; } .module, .forumbg { box-shadow: none !important; } .box-banner { padding: 3px !important; display: flex; justify-content: center; align-items: center; background: var(--color-second-box); border: 1px solid var(--color-border); max-width: 100%; } .field-label + br { display: none; } #repu { margin:2px 0; } .repuBlock { height:8px; width:8px; background:#0A0; border:1px solid #080; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; -webkit-box-shadow:0 3px 3px #0C0 inset; -moz-box-shadow:0 3px 3px #0C0 inset; box-shadow:0 3px 3px #0C0 inset; display:inline-block; margin:0 0.5px; } .rep-button, .rep-button:active, .rep-button:focus { text-align: center; background-color: transparent !important; margin-right: .75rem; color: #444444; transition: 0.3s;} .rep-button:hover, .rep-button:active, .rep-button:focus { color: #2A97E1; } .rep-button + .rep-button:hover, .rep-button + .rep-button:active, .rep-button + .rep-button:focus { color: #DA4453; } .rep-button.fa_disliked { color: #DA4453; font-weight: 500;} .rep-button.fa_liked { color: #2A97E1; font-weight: 500;} .rep-nb { background-color: rgba(0, 0, 0, 0.08) !important; } .sceditor-button-mention div { background-image:url(https://i.servimg.com/u/f19/18/21/60/73/scemen10.png) !important } #fa-mention { background:url(https://i.servimg.com/u/f19/18/21/60/73/scemen10.png) no-repeat 3px 50% var(--color-box); padding-left:22px; } .box-flex .box-row:not(:last-child) { margin-right: 2rem; } .box-flex .box-row { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .box-flex { display: flex; align-items: stretch; max-width: 100%; justify-content: space-between; clear: both; } a[data-post-status="Tópico bloqueado"], a[data-topic-status="Fórum bloqueado"], .titulo > a[href=""], .sub-header-path > a[href]:last-of-type { color: currentColor; pointer-events: none; text-decoration: none; font-weight: 500; } .postbody img[src*=".giphy.com/media/"][src$="giphy.gif"] { max-width: 80% !important;/* height: 172px !important;*/ -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } #profile-advanced-left { padding-top: 2rem; } .faixa { color: var(--color-border)ff1; width: 100%; text-align: center; padding: 18px 0; text-transform: uppercase; font-family: sans-serif; font-weight: 800; word-break: break-all; letter-spacing: 3px; border-bottom: 4px solid var(--color-border)ff1; } .mod-login-rank { font-size: 0; margin-bottom: 13px;} .mod-login-rank .rank { font-size: 14px; } #gotop { background: var(--primary-color) var(--default-pattern); border-radius: 3px; bottom: 30px; box-shadow: 0 2px 5px rgba(0,0,0,.1), inset 0 0 1px 1px rgba(0,0,0,.1); display: inline-block; height: 50px; opacity: 0; position: fixed; right: 30px; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,0.2); transition: background-color .3s, opacity .5s, visibility .5s; visibility: hidden; width: 50px; z-index: 999; } #gotop svg { margin-top: 1.5rem; font-weight: 500; font-size: 2rem; color: var(--color-box); text-shadow: 0 1px 1px rgba(0,0,0,0.2); } #gotop:hover { cursor: pointer; background-color: #2a97e1; } #gotop:active { background-color: #6eb8eb; } #gotop.show { opacity: 1; visibility: visible; } .faq .module .h3, #profile_awards_full .module .h3, #profile-advanced-right .module .h3 { background: transparent !important; border-radius: 0; padding: 0; margin: 0; } #tabs li > a:hover > span { color: #2a97e1 !important; } #tabs li:hover { border-color: #2e97e1 !important;} #tabs li > a:active > span { color: #242424 !important; } #tabs li:active { border-color: #242424 !important; } #tabs li { border-bottom: 2px solid transparent; } #tabs .activetab { border-color: #2a97e1 !important; } #tabs .activetab > a > span { color: #2a97e1 !important; font-weight: 500; } #tabs li > a { -webkit-transition: color .15s; transition: color .15s;font-size: 15px; border-width: 0 !important; } #tabs ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; justify-content: space-between; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; border-bottom: 2px double var(--color-border); margin-bottom: 1rem;} #profile-advanced-right .module .mod-login-avatar { padding-top: 13px; } #profile-advanced-right .module, #profile-advanced-details .middleline, .stats-field.genmed { padding: 18px 18px 0 !important; box-shadow: none !important; } #profile-advanced-details > div > span + div > h1 { display: none; } #profile-tab-field-profil dl:last-of-type + div.separator { display: none; } #cp-main, #cp-main h1 { margin: 0; position: relative; } #cp-main .panel { padding: 3px !important; } #menu-sticky.is-sticky { position: fixed; top: 0 !important; z-index: 9999999 !important; max-width: 1400px; width: 98%; overflow: hidden; transition: top 200ms linear, width 600ms ease-in-out; } .fora-box[data-catid="c3"] .titulo { background-color: var(--alert-color) !important; } .fora-box[data-catid="c3"] .icon.transform:before { background-color: var(--alert-color); } .fora-box[data-catid="c3"] a.forumtitle{color: var(--alert-color) !important;} .new-message { font-weight: bold; } .new-message::before { content: "\f0e0"; font-family: "Font Awesome 5 Free"; font-size: 14px; font-style: normal; font-weight: 500; padding-right: 3px; } .post_rank + img[src] { display: none; } .post_rank + img[src$="adm10.gif"] + br + .post { border-color: rgba(171, 179, 249, 0.6) !important; box-shadow: 0 0 0 5px rgba(242, 46, 163, 0.15) !important; } .post_rank + img[src$="sup10.gif"] + br + .post { border-color: rgba(203,143,157,0.6) !important; box-shadow: 0 0 0 5px rgba(203,143,157,0.15) !important; } .post_rank + img[src$="mod10.gif"] + br + .post { border-color: rgba(122, 179, 52, 0.6) !important; box-shadow: 0 0 0 5px rgba(122, 179, 52, 0.15) !important; } .post_rank + img[src$="dsg10.gif"] + br + .post { border-color: rgba(221, 107, 32, 0.6) !important; /*box-shadow: 0 0 0 1px rgba(221, 107, 32, 0.6),*/ box-shadow: 0 0 0 5px rgba(221, 107, 32, 0.15) !important; } .post_rank + img[src$="est10.gif"] + br + .post { border-color: rgba(26, 188, 156, 0.6) !important; box-shadow: 0 0 0 5px rgba(26, 188, 156, 0.15) !important; } .post_rank + img[src$="dev10.gif"] + br + .post { border-color: rgba(129, 132, 204, 0.6) !important; box-shadow: 0 0 0 5px rgba(129, 132, 204, 0.15) !important; } .rank + span { display: inline-block; font-size: 1.125rem; text-align: center; user-select: none; width: 155px; text-transform: uppercase; font-weight: 600; } .signature_div * { max-width: 100% !important; } #left, #right, .titulo > br, .titulo > br ~ a { display: none; } .titulo + a { font-size: 0!important; } .titulo > div[style] { text-align: left !important; } .nav > span > div[style] { margin-top: -11px; margin-left: .75rem; } #content-container #right { float: right; width: 260px!important; } #content-container #container { margin: auto 0; } .wrap{padding:0;} #wrap { background-color: var(--color-box); padding: 10px; border-radius: 3px 3px 0 0; box-shadow: 0 2px 5px rgba(0,0,0,.1); }.fora-box.hidden .box { display: none; } .fora-box.hidden .forums { max-height: 0; } .fora-box.hidden .titulo i { line-height: 0; } #h1-category { font-size:15px!important; line-height: 50px !important; font-weight: 500 !important; } .titulo, .forabg { position: relative; background: var(--primary-color) var(--default-pattern) !important; height: 50px; line-height: 50px; text-shadow: 0 1px 1px rgba(0,0,0,0.2); user-select: none; width: 100%; color: var(--color-box); font-size: 15px; font-weight: 500; border-radius: 03px; text-indent: 15px; margin-bottom: 5px; box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1); } .row1 {background-color: var(--color-box);} .titulo a{color:var(--color-box);} .titulo svg {margin: 17px 4px 0 0;} .titulo h2 {color: var(--color-box);font-size: 15px;font-weight: 500;} .h3, h2.u, .stats-field.genmed > legend {font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif!important;letter-spacing: unset!important;font-weight: 500!important;font-size: 15px!important;border-bottom: 3px double var(--color-border)!important;padding-bottom: 10px!important;color:var(--text-second-color)!important;} #form_confirm .panel { padding: 0 !important; border-width: 0; } #form_confirm fieldset.fields2 { background-color: var(--color-box) !important; border: 1px solid var(--color-border) !important; padding: 3px !important; } /*.page-title { color: var(--color-box)!important; font-size: 15px!important; font-weight: 500!important; margin-bottom: 5px!important; }*/ .forumbg-table { background-color: transparent !important; box-shadow: none;} .panel {background-color: var(--color-box);border-radius: 03px;box-shadow: none; border: 1px solid var(--color-border);} .box-header h3 { border-width: 0; letter-spacing: 0; font-size: 18px; font-weight: 500; text-align: center; padding: 0; margin: 0; } .box-header > div > img[loading] { width: 155px; height: 155px; border-radius: 3px; } .faq .table1, .postbody .table1 { border: var(--default-border-solid); border-radius: 3px;} .faq .table1 > tbody tr:first-child, .postbody .table1 > tbody tr:first-child { background-color: var(--color-details); } .faq .table1 > tbody > tr > td, .postbody .table1 > tbody > tr > td { padding: 3px 10px; } .box-header br + img { display: none !important; } body.chatbox, .box-header, .box-banner, .box, .page-title + .panel, .module { position: relative; background-color: var(--color-box); background-clip: border-box; min-width: 0; border: var(--default-border-solid); border-radius: 3px; padding: 3px; margin-bottom: 5px; word-wrap: break-word; } .box img { max-width: 100%; /* height: auto;*/ } .panel.row3 { width: -webkit-fill-available!important; } [class^="award award-"]::before, td.icon.transform:before, dl.icon.transform:before, #notif_list .content::before{ background: var(--primary-color) var(--default-pattern); border-radius: 3px; box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1); color: var(--color-box); content: "\f075"; display: block; font-family: var(--fa-fonts); font-size: 14px; /* font-style: normal; font-weight: 500;*/ height: 40px; left: 10px; line-height: 40px; position: absolute; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,0.2); width: 40px; text-rendering: auto; -webkit-font-smoothing: antialiased; } [class^="award award-"]::before{ border-radius: 50%; } a[data-post-status="Tópico bloqueado"]::before, a[data-topic-status="Fórum bloqueado"]::before { content: "\f023"; font-family: "Font Awesome 5 Free"; font-size: 14px; font-style: normal; font-weight: 600; display: inline-block; vertical-align: middle; } .award-p-xmas::before { content: '\f786'; font-weight: 900; } .award-p-hel::before { content: '\f807'; font-weight: 900; } .award-o-staff::before { content: "\f6d5"; font-weight: 900;} .award-g-happy::before { content: "\f52d"; font-weight: 900;} .award-r-msg2::before {content: "\f816"; font-weight: 900;} #notif_list [data-noti-type="1"] > .content::before { content: "\f0e0"; background-color: var(--alert-color); } #notif_list [data-noti-type="2"] > .content::before { content: "\f27a"; background-color: var(--success-color); } #notif_list [data-noti-type="3"] > .content::before {content: '\f234';} #notif_list [data-noti-type="4"] > .content::before {content: '\f086';} #notif_list [data-noti-type="5"] > .content::before { content: "\f164";} a[data-post-status="Tópico bloqueado"], a[data-topic-status="Fórum bloqueado"] { font-size: 0; background-color: #616161; } #notif_list .unread > .content::before, td.icon.transform[data-transform$="topic_unread.png"]:before, dl.icon.transform[data-transform$="sticky_unread.png"]:before, dl.icon.transform[data-transform$="forum_unread.png"]:before, dl.icon.transform[data-transform$="folder_global_announce_new.png"]:before, dl.icon.transform[data-transform$="announce_unread.png"]:before, dl.icon.transform[data-transform$="topic_unread_hot.png"]:before, td.icon.transform[data-transform$="topic_unread.png?newmp"]:before, dl.icon.transform[data-transform$="topic_unread.png"]:before, dl.icon.transform[data-transform$="forum_unread_category.png"]:before { animation: UnreadPulse 1.4s infinite; background-color: #c62828 !important;} dl.icon.transform[data-transform$="forum_read_category_locked.png"]:before, dl.icon.transform[data-transform$="topic_unread_locked.png"]:before, td.icon.transform[data-transform$="topic_read_locked.png"]:before, dl.icon.transform[data-transform$="topic_read_locked.png"]:before, dl.icon.transform[data-transform$="forum_read_locked.png"]:before { background-color: #616161 !important; } td.icon.transform[data-transform$="topic_read_locked.png"]:before, dl.icon.transform[data-transform$="topic_read_locked.png"]:before, dl.icon.transform[data-transform$="forum_read_locked.png"]:before, dl.icon.transform[data-transform$="topic_read_locked.png"]:before, dl.icon.transform[data-transform$="topic_read_locked.png"]:before{content: "\f023";font-weight: 600;} dl.icon.transform[data-transform$="folder_global_announce.png"]:before{content: "\f57d";font-weight: 600;} #notif_list .content::before {content: "\f0f3";font-weight: 600;} dl.icon.transform[data-transform$="announce_read.png"]:before{ content: "\f0a1"; font-weight: 600;} td.icon.transform[data-transform$="topic_read.png?newmp"]:before { content: "\f2b6"; font-weight: 600; } td.icon.transform[data-transform$="topic_unread.png?newmp"]:before {content: "\f0e0"; font-weight: 600;} dl.icon.transform[data-transform$="sticky_read.png"]:before { content: "\f08d"; font-weight: 600; } dl.icon.transform[data-transform$="icon_ads.png"]:before{content: "\f291";font-weight: 600;} td.icon.transform[data-transform$="topic_read_hot.png"]:before, dl.icon.transform[data-transform$="topic_read_hot.png"]:before{content: "\f135";font-weight: 600; } ul.topiclist dd.dterm, ul.topiclist dt {padding: 16px 0;width: 63%;} .last-post-icon {display: none;} .gallery img, .lastpost-avatar img, .mod-recent-uava > img, td.avatar-mini img, [data-post-count-user="1"] img, .user-cover img {box-shadow: none !important; border-width: 0 !important; object-fit: cover;padding: 0 !important;display: inline-block;overflow: hidden;line-height: 1;vertical-align: middle;border-radius: 3px !important;height: 40px !important;width: 40px !important;object-position: center;background: var(--color-box) !important;} .lastpost-avatar:after{box-shadow: none;} tr.row1, tr.row1 td { position: relative !important; } ul.forums li.row dl, tr.row1 td.icon {background: unset!important;} ul.forums {background: transparent; max-height: max-content !important;} li.row {border-top: var(--default-border-solid);} li.row:first-child{border-top: 0;} li.row:hover, .gallery:hover {background-color: rgba(0, 0, 0, 0.01);} .mod-top, .mod-stats-user{margin:0;} a.forumtitle{font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size: 15px;font-weight: 700;var(--primary-color) !important} a.forumtitle:hover{color:#222;text-decoration: none;} .panel.row3 {background-color: transparent;padding: 0;margin: 0;box-shadow: none;border-radius:2px;margin-bottom: 5px;border: 0;} #profile-advanced-add a[href$="friendsfoes"], #profile-advanced-add a[href^="/profile?mode=editprofile&page_profil=friendsfoes&remove="], .button, .button1, .button2, input[type="submit"] { background: var(--primary-color) var(--default-pattern); border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.14), inset 0 0 1px 1px rgba(0,0,0,.1); font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif !important; font-size: 14px; outline: none; padding: 14px 18px; text-shadow: 0 1px 1px rgba(0,0,0,0.2); user-select: none; z-index: 999; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; font-weight: 500; white-space: nowrap; line-height: 14px; overflow: visible; } .btn-grey { text-shadow: none;padding: 14px 18px !important; background-color: var(--color-details) !important; color: black !important; } .button1:hover, .button2:hover, .button:hover, input[type="submit"]:hover {background-color: #2a97e1;box-shadow: rgba(0,0,0,0.3) 0 1px 4px inset;} .block-footer {background-color: transparent;border-color: #f2f2f2;border-style: double;border-width: 3px 0 0;margin: 10px 0 0 0;padding: 10px;} .block-footer strong, .block-footer b {font-weight: 500;} .row2 {background-color: var(--color-box);} .post {border-color: var(--color-border);border-radius: 03px;box-shadow: none;margin-bottom: 10px;} .post[style="background-color:#cadceb;"] {background: var(--color-box)!important;} .post[style="background-color:#cadceb;"] .vote:before{content: "Melhor comentário"!important;background: #32a3ef;border-radius: 03px;box-shadow: 0 1px 3px rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.14), inset 0 0 1px 1px rgba(0,0,0,.1);color: var(--color-box);padding: 4px;font-weight: 500;text-shadow: 0 1px 1px rgba(0,0,0,0.2);text-transform: uppercase;font-size: 11px;right: 7px;top: 8px;position: absolute;} .post-head {background-color: var(--color-details);border-color: var(--color-border);border-width: 0 1px 1px 0;padding: 13px 10px 10px 10px;margin-right: 210px;} .post .post-head .topic-title {font-size: 14px;} .post h2.topic-title a {display: inline;font-size: 15px;font-weight: 500;} .postprofile{position: relative !important; border-left: 1px solid var(--color-border);padding: 4px 12px 12px 12px;} .postbody{position: relative !important; border-right: 1px solid var(--color-border);margin-right: 210px;} .postprofile-rank {border-color: var(--color-border);border-style: double;border-width: 0 0 3px;} .postprofile-avatar { position: relative !important; margin-bottom: 13px; !important} .mod-login-avatar > img, .postprofile-avatar img { height: 100%; width: 100%; max-width: 150px!important; max-height: 150px!important;} .postprofile-avatar img, .qk_avatar img, .mod-login-avatar > img, #fa_usermenu img, .avatar > img {border: 0;box-shadow: none;object-fit: cover;object-position: center;border-radius: 3px;} .postprofile-avatar, .postprofile-name, .postprofile-rank, .postprofile-info{line-height: unset;} .postprofile-name{font-size: 15px;} .content_footer {box-shadow: 0 2px 5px rgba(0,0,0,.1);} .footer {background: var(--primary-color) var(--default-pattern);display: table;height: 300px;position: relative;width: 100%;text-shadow: 1px 1px 4px rgba(0,0,0,0.2);user-select: none;padding: 25px 0 0 0;} .footer div {width: 25%;display: inline-block;position: relative;text-indent: 25%;} .footer ul[style] {font-size: 0;} .footer .footer-title, .footer ul[style] li {color: var(--color-box);font-size: 17px;font-weight: 600;padding: 10px 0 20px 0;} .footer li a, .footer ul[style] a {color: var(--color-box);font-size: 15px;line-height: 30px;transition: all .6s;} .footer li a:hover, .footer ul[style] a:hover {margin-left: 10px;} .junior svg {font-size: 13px;} .mod-recent-author span[style] strong, .postprofile-name span[style], .postprofile-name span[style] strong, .color-groups[style], .color-groups[style] strong, a[href^="/u"] span[style], a[href^="/u"] span[style] strong { font-weight: bolder !important; } #profile-advanced-right .module .h3 span[style], .postprofile-name span[style], .color-groups[style], .mod-login span[style], a[href^="/u"] span[style], [data-post-count-user="1"] img + span[style], .mod-recent-uava img + span[style], .mod-recent-author span[style] { -webkit-font-smoothing: antialiased; text-shadow: 2px 0 11px CurrentColor; background: url("https://i.imgur.com/FgKNYTV.gif"); } .mod-recent-author span[style$="#7AB334"] strong, #profile-advanced-right .module .h3 span[style$="#7AB334"], #profile-advanced-right .module .h3 span[style$="#D63737"], #profile-advanced-right .module .h3 span[style$="#000000"], .postprofile-name span[style$="#7AB334"], .color-groups[style$="#7AB334"], a[href^="/u"] span[style$="#7AB334"], .postprofile-name span[style$="#D63737"], .color-groups[style$="#D63737"], a[href^="/u"] span[style$="#D63737"], .postprofile-name span[style$="#000000"], .color-groups[style$="#000000"], a[href^="/u"] span[style$="#000000"], [data-post-count-user="1"] img + span[style$="#000000"], [data-post-count-user="1"] img + span[style$="#D63737"], [data-post-count-user="1"] img + span[style$="#7AB334"] { background: url(https://i.imgur.com/1vvwTf8.gif); } #profile-advanced-right .module .h3 span[style$="#8184CC"] .postprofile-name span[style$="#8184CC"], .color-groups[style$="#8184CC"], a[href^="/u"] span[style$="#8184CC"] { background: url("https://i.imgur.com/oTXyo7M.gif"); } a[href="/u126038"] span[style$="#000000"] { background: url("https://i.imgur.com/els5Irg.gif"); } .mod-top-desc a strong{font-weight: 400 !important;} a[href^="/u"] span[style$="#FFF6A9"], .color-groups[style$="#FFF6A9"] { background: url("https://i.servimg.com/u/f53/15/67/71/26/backro10.gif"); text-shadow: #ffa500 0px 0px 1px, #ff8d00 0px 0px 1px, #ffa500 0px 0px 1px, #ffa500 0px 0px 1px, #ffa500 0px 0px 1px, #ffa500 0px 0px 1px;} a[href^="/u"] span[style$="#7AB334"], .color-groups[style$="#7AB334"] { text-shadow: 2px 0 11px #7AB334; } a[href^="/u"] span[style$="#1ABC9C"], .color-groups[style$="#1ABC9C"] { text-shadow: 2px 0 11px #1ABC9C; } a[href^="/u"] span[style$="#D63737"], .color-groups[style$="#D63737"] { text-shadow: 2px 0 11px #AB2C2C; } .mod-recent-uava img + span[style$="#000000"], [data-post-count-user="1"] img + span[style$="#000000"], .postprofile-name span[style$="#000000"], a[href^="/u"] span[style$="#000000"], .color-groups[style$="#000000"], #profile-advanced-right .module .h3 span[style$="#000000"] { text-shadow: 0 -2px 2px #ABB3F9, 0 2px 2px #F22EA3 !important; } a[href^="/u"] span[style$="#FF9326"], .color-groups[style$="#FF9326"] { text-shadow: 2px 0 11px #FF9326; } .mod-login span[style$="#FAFAFA"],#profile-advanced-right .module .h3 span[style$="#FAFAFA"], .mod-recent-uava img + span[style$="#FAFAFA"], [data-post-count-user="1"] img + span[style$="#FAFAFA"], .postprofile-name span[style$="#FAFAFA"], a[href^="/u"] span[style$="#FAFAFA"], .color-groups[style$="#FAFAFA"] {/* text-shadow: 1px 1px 2px #7FFFDA;*/ text-shadow: 1px 1px 1px rgba(242,46,124,1), 2px 0 6px rgba(255,34,154,1);} #quick_reply #textarea_content {box-shadow: none;border: 1px solid var(--color-border);border-radius: 03px;} .sub-header {background: var(--color-second-box);border: 1px solid var(--color-border);padding: 5px;border-radius: 3px;} .sub-header-path a {font-size: 11px;font-weight:400;text-transform: uppercase;} #chatbox_members, #chatbox_channels {display: block !important; border-color: var(--color-border);border-style: solid;border-width: 1px 1px 0 1px;border-radius: 3px 0 0 0;bottom: 41px;padding: 4px;top: 55px;} #chatbox_members .member-title, #chatbox_channels .channels-title {background-color: var(--color-details);border: 1px solid var(--color-border);border-radius: 03px;font-family: unset;font-size: 13px;padding: 5px;text-transform: capitalize;font-weight: 500;} .chatbox-username.chatbox-user-username {font-weight: 500;font-size: 13px;} .member-title.away{font-size: 0!important;} .member-title.away:before {content: "Ausente";font-size: 13px!important;} #chatbox>p {position: relative !important; border: 1px solid var(--color-border)!important;border-radius: 03px;margin-bottom: 5px;} .faq:empty, #chatbox .date-and-time{display:none;} #chatbox > p:hover > .date-and-time{display:block;} #chatbox .user-msg .cb-avatar img {border-width: 0;box-shadow: none;} #chatbox_footer .text-field { background: var(--color-box); padding: 2px; border: 1px solid #ddd; transition: box-shadow .1s ease-in,border .1s ease-in,background-color .1s ease-in; border-radius: 3px; box-shadow: inset 0 1px 2px rgba(0,0,0,.075); right: 3px; top: 4px; position: absolute; } #chatbox_footer .inputbox { background-color: transparent; border-bottom: 0; color: #444; cursor: text; font-size: 14px; padding: 0; font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif!important; } #chatbox_footer #submit i { display: none; } #chatbox_footer #submit:before { content: "Enviar"; } #chatbox_footer #message { width: 400px; outline: none; } #chatbox_footer #submit { font-size: 12px; height: 25px; line-height: 0; padding: 0 8px; text-transform: uppercase; } .right-box {float: unset; margin-top: -6px;} #chatbox_resize {visibility: hidden;} dl.codebox, blockquote{background: var(--color-box);border: 1px solid var(--color-border);border-radius: 03px;padding: 4px;margin:0; min-height: 40px;} dl.codebox:before, blockquote:before{background: #32a3ef;font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif!important;color: var(--color-box);font-size: 12px;font-weight: 500;text-transform: uppercase;padding: 3px;right: 6px;border-radius: 03px;line-height: unset;box-shadow: 0 1px 3px rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.14), inset 0 0 1px 1px rgba(0,0,0,.1);text-shadow: 0 1px 1px rgba(0,0,0,0.2);} dl.codebox.spoiler:before{content: "spoiler";} dl.codebox:before{content: "código";} dl.codebox.hidecode:before{content: "hide";} blockquote:before{content: "citação";} dl.codebox dt, blockquote cite{background: var(--color-second-box);border-bottom: 1px solid var(--color-border)!important;display: block;font-size: 1.3rem;font-weight: 400;padding: 10px;margin: -4px -4px 10px -4px;} dl.codebox code{margin: 0!important;} dl.codebox.hidecode dt {height: 40px;} .rep-button, .rep-button:active, .rep-button:focus { margin: 0!important; font-size: 13px; border-radius: 03px;} .vote {background: var(--color-second-box);border-top: 1px solid var(--color-border);float: left;width: 100%;height: unset;line-height: unset;padding: 10px 0;position: relative;display: block;z-index: 999;} .vote-bar-desc {font-size: 13px;} .botao-voto {border: 1px solid var(--color-border);border-radius: 3px;display: inline-block;margin: -4px 0 -4px 6px;height: 28px;width: 28px;background-position: 1px;} .botao-voto.positivo {background: var(--color-box) url(https://i.imgur.com/SkLHMJh.png) no-repeat;} .botao-voto.negativo {background: var(--color-box) url(https://i.imgur.com/oiT58IZ.png) no-repeat;} .pagination {padding: 4px;float: unset;position: relative;margin-bottom: 5px;text-align: right;} .pagination span strong, .pagination span a:hover { color: white !important;background: var(--primary-color) var(--default-pattern) !important;border-radius: 3px;box-shadow: 0 1px 3px rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.14), inset 0 0 1px 1px rgba(0,0,0,.1); } .pagination span a:active, .pagination span a:link, .pagination span a:visited {background-color: transparent;color: inherit;} /* .pagination span a:hover {background-color: #2993dc;border-color: transparent;}*/ .pagination span a.pag-img {background-color: transparent!important;} .mod-top-row .mod-top-bar {background-color: var(--color-details);border: 1px solid var(--color-border);border-radius: 03px;color: #444;counter-increment: mod-top;font-size: 12px;font-weight: 400;height: 34px;line-height: 29px;margin-bottom: 5px;padding: 0 6px;position: relative;text-align: left;text-indent: 10px;} .mod-top-row .mod-top-pct {background-color: rgba(53, 166, 242, 1);border-radius: 03px;bottom: -1px;height: 4px;left: -1px;position: absolute;top: unset;} .mod-top-row .mod-top-desc {font-size: 14px;height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: pre;} .mod-stats-user, .mod-top {counter-reset: mod-top;} .mod-top-row, .mod-top-row:first-child, .mod-top-row:last-child {padding: 0!important;} .mod-top-row:last-child {margin-bottom: -5px;} .mod-top-desc a, .mod-top-desc a span {color: #444;} .mod-msg-limit:before { content: none !important; } .mod-top-desc:before { content: counter(mod-top); font-size: 14px; position: relative; background: #32a3ef; border-radius: 03px; box-shadow: 0 1px 3px rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.14), inset 0 0 1px 1px rgba(0,0,0,.1); color: var(--color-box); text-shadow: 0 1px 1px rgba(0,0,0,0.2); height: 22px; width: 22px; line-height: 23px; margin: 0 6px 0 -6px; text-align: center; text-indent: 0; display: inline-table;} .mod-top-hover { border-radius: 03px; color: #444; font-size: 11px; opacity: 0; position: relative; text-transform: uppercase; transition: all .5s; user-select: none; text-align: right; z-index: 9; margin-left: -3px; } .mod-top-hover:hover{opacity: 1;} .mod-top-row:nth-child(4) {border-width:0;} .mod-top-row:nth-child(n+4) .mod-top-bar { height: 34px; line-height: 29px; margin: 5px 0; width: unset; } .mod-top-row:nth-child(n+4) .mod-top-desc { height: 30px; } .mod-recent-row {padding-right: 5px;} .mod-recent-topic { position: relative; border-bottom: 1px dashed var(--color-border); margin-bottom: 5px; padding-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: pre; display: block; user-select: none; } .mod-recent-topic:last-child{border-bottom:0; margin-bottom: 0;} .mod-recent-avatar { display: inline-block; float: left; margin: 11px 5px 5px 5px; } .mod-recent-title { overflow: hidden; text-overflow: ellipsis; white-space: pre; display: block; font-size: 14px; font-weight: 500; } .mod-recent-info { display: inline-block; } .mod-recent-time { font-size: 12px; } .mod-recent-author { display: block; margin-left: 0; } [data-tooltip]:after { background-color: rgba(29,29,29,1); box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px, rgba(255, 255, 255, 0.05) 0px 1px 0px inset; border-radius: 3px; color: var(--color-box) !important; content: attr(data-tooltip); font-size: 14px; font-style: normal; font-weight: 500; height: auto; left: 50%; line-height: normal; padding: 8px; position: absolute; text-shadow: 1px 1px 4px rgba(0,0,0,0.2); bottom: -40px; top: unset; transform: translateX(-50%); white-space: nowrap; z-index: 999; text-indent: 0!important; } .online:before{display:none;} [id^="p"].post .postprofile:before {background-color: #e6e6e6;color: #444;content: 'Offline';display: block;padding: 3px 6px;margin: 10px auto 10px auto;border-radius: 03px;width: max-content;text-transform: uppercase;font-size: 11px;} [id^="p"].post.online .postprofile:before {background-color: #54962f;content: 'Online'; color: var(--color-box); text-shadow: 1px 1px 4px rgba(0,0,0,0.2);} div.rank {background: #2D3748 url(https://i.imgur.com/wLNVkCN.png);border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.14), inset 0 0 1px 1px rgba(0,0,0,.1);color: var(--color-box);font-size:14px;font-weight: 600;height: 36px;line-height: 35px;margin: 5px auto;text-align: center;text-shadow: 0 1px 1px rgba(0,0,0,0.2);width: 155px;user-select: none;} [class^="award award-r"]::before, .rank.sup {background-color: var(--danger-color);} .rank.vip { display: block; width: 100%; text-align: center;} .rank.admin { background-color: var(--primary-color);} [class^="award award-g"]:before, .rank.mod{background-color: var(--success-color);} [class^="award award-o"]::before { background-color: var(--alert-color);} [class^="award award-p"]::before, .rank.dev{background-color: #8184CC;} .rank.adm{ border-color: #ABB3F9; box-shadow: 0 -1px 1px #ABB3F9, 0 1px 1px #F22EA3, inset 0 0 1px 1px rgba(0,0,0,.1);} .rank.hipe { background-color: #DA7FFF;} .rank.hon { background-color: #00BFFF;} .rank.par { background-color: #F1C40F; } .rank.master { background-color: #c00000; } .rank.lenda { background-color: #808000; } .rank.diamante { background-color: #90CDF4; } .rank.platina { background-color: #7f7679;} .mod-recent-uava > img { object-fit: cover; margin-right: 5px; border-radius: 50%; } li.row { width: 100%!important; position: relative!important; } .fuck { text-align: right; padding-bottom: .75rem; } #fa_ranktitle { margin: 0; overflow: inherit; display: none; } #fa_menulist { width: 190px !important; height: auto; } #fa_menulist .fa_separator { border-bottom: 1px dashed var(--color-border); padding: 0; padding-top: 1rem; } #fa_menulist li { font-size: 13px; margin: 0 !important; position: relative; text-align: left; text-shadow: none !important; display: block !important; width: 100%; padding: 1rem; color: var(--text-second-color) !important; padding-left: 0; padding-right: 0; }/* #fa_menulist li::before { content: none; display: block; font-size: 13px; font-weight: 700; height: 25px; margin-bottom: .25rem; } #fa_menulist li:first-of-type::before { content: 'Meu PPF'; } #fa_menulist div + li + li + .fa_separator + li::before { content: 'Gerenciamento'; }*/ #fa_menulist a[href$="logout=1"]:link, #fa_menulist a[href$="logout=1"]:visited, #fa_menulist a[href$="logout=1"] { color: var(--danger-color) !important; } #fa_menulist a:link, #fa_menulist a:visited, #fa_menulist a { color: var(--text-second-color) !important; } #fa_menulist a:hover, #fa_menulist a:focus, #fa_menulist a:active { color: #242424 !important; } #fa_usermenu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; float: none !important; position: relative !important; padding: 0; margin: 0; -ms-flex-pack: distribute; justify-content: space-around; width: 100% !important; background-color: transparent; border-width: 0; border-radius: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: .25rem; } #fa_usermenu img { width: 39px !important; height: 39px !important; -webkit-box-flex: 0; -ms-flex: 0 0 39px; flex: 0 0 39px; } #fa_ranktitle .rank { height: 39px; line-height: 39px; font-size: 13px; } #fa_ranktitle .rank + span { display: none; } #fa_ranktitle { display: inline-flex; } #fa_usermenu table { display: none; } #fa_menulist, #notif_list, #more-actions { border-radius: 03px; background-color: var(--color-box); background-clip: padding-box; box-shadow: 0 2px 5px rgba(0,0,0,.1); font-size: 14px; padding: 10px; z-index: 10000!important; position: absolute; width: max-content; } #fa_menulist, #notif_list { bottom: auto !important; right: 0 !important; left: auto !important; top: 0 !important; display: block; } #notif_list .see_all { display: block; width: 100%; text-align: center !important; float: none !important; text-shadow: none !important; font-size: 13px !important; height: 43px; padding-top: 1.75rem; } #notif_list li:not(.see_all) { text-shadow: none !important; font-size: 13px !important; font-weight: initial; text-align: left !important; line-height: initial !important; color: inherit !important; float: none !important; margin: 0 !important; height: auto !important; position: relative !important; min-height: 55px !important; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: start !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; border-bottom: 1px dashed var(--color-border); margin-bottom: 5px; } .contentText.ellipsis { word-break: break-all; float: right !important; margin-left: 200px; width: 80% !important; /* 240px */ /* width: 65% !important; margin-right: 35px; text-align: justify;*/ } /* .contentText.ellipsis + .delete::before { position: absolute; right: 10px; color: var(--danger-color); content: "\f2ed"; font-family: var(--fa-fonts); font-size: 14px; font-style: normal; height: 40px; display: flex; justify-content: center; align-items: center; text-shadow: none !important; }*/ #notif_list li hr { display: none; } .mentiontag:not(:hover):not(:focus) {background-color: rgba(110, 184, 235, 0.15) !important; color: #2996e1 !important; } .mentiontag { display:inline-block;padding:.33em .5em;font-size:inherit;font-weight:400;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.mentiontag{transition:none}} .mentiontag:hover, .mentiontag:focus { color:#2c7be5 !important;text-decoration:none;background-color:rgba(110, 184, 235, 0.20) !important; } /* .mentiontag { background: transparent!important; color: #444444!important;}*/ .mentiontag img { height:20px!important; width:20px!important; vertical-align:middle; border-radius:100px!important; background:var(--color-box); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.3), 0px -0px 1px rgba(0, 0, 0, 0.3); margin:1px 3px; padding:1px; } #preview .postbody table, #preview .postbody td, div[class*='post--'] .postbody table, div[class*='post--'] .postbody td { border: none !important; border-spacing: 0; } .mod-action { background: #349AD9 var(--default-pattern); text-shadow: 0 1px 1px rgba(0,0,0,0.2); user-select: none; color: var(--color-box) !important; font-size: 15px; font-weight: 500; border-radius: 03px; box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1); margin: 1em 25px 1em 1em; padding: 15px; display: block; } .mod-action thead, .mod-action tbody { display: block; width: 100%; } .mod-action tbody > tr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; } .mod-action td { flex-grow: 1; } .mod-action td font { color: white !important; } .mod-action tbody > tr > td.icon { font-size: 1rem !important; flex-grow: initial; margin-right: 2em !important; } .mod-action tbody > tr > td.icon > svg { font-size: 1rem !important; margin-right: 2em !important; } .mod-action h2, .mod-action h3, .mod-action h4 { color: inherit; font-size: 1.2em;/* margin-bottom: .4em;*/ } .mod-action h2 + br, .mod-action h3 + br, .mod-action h4 + br { display: block; } .mod-action h4 + br ~ br { display: none!important; } .mod-action a { color: inherit; text-decoration: underline; } .mod-action a:hover { color: var(--color-border); } .mod-action.alert { background-color: #FF9326; } .mod-action.warn { background-color: #D63737; } .mod-action.success { background-color: #7AB334; } .mod-action.custom { background-color: #8B41AB; } @media (max-width: 1200px) { #chatbox_footer #message { width: 270px; } } #fa_share, #fa_search { display: none !important; } #modernbb { margin: 0 !important; } #fa_left { display: none !important; } #fa_toolbar { display: none !important; position: absolute !important; width: max-content; left: inherit; top: 17px; height: 35px; background: transparent; line-height: 70px; min-width: max-content; } #fa_toolbar_hidden { background: transparent !important; } #fa_toolbar[style="margin-top: -42px;"] { margin-top: 0!important; } #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show { display: none!important; } #main-content>div[class]:first-child:not(.breadcrumbs):not(.content-block):not(.panel), #main-content>div[style*="overflow:visible"] { background: 0 0; overflow-x: auto !important; overflow-y: hidden !important; max-width: 100%; } dd.postprofile-info img { max-width: 30px; } .annu-title { color: white; min-width: 100% !important; background-color: #f53939; padding: 1.4em; height: 10px; box-shadow: none !important; border: none !important; } .annu-title.impor { background-color: #DA4453 !important; } .annu-table, .annu-foot { min-width: 100%; background-color: rgba(0, 0, 0, .1) !important; padding: 1.4em; box-shadow: none !important; border: none !important; } .annu-foot { background: #2b3643 !important } table[class="undefined"] ~ br { display: none; } .btn-collapse{top: 15px;} .gallery:nth-child(even),li.row:nth-child(even), tr.row1:nth-child(even) {background: var(--color-details); } div[style="height:3px"]{height: 0!important;} .ads-top-728x90{display:none!important} .postbody table[style*="fixed"], .postbody td[style*="fixed"], .postbody tr[style*="fixed"], .postbody table[style*="absolute"], .postbody td[style*="absolute"], .postbody tr[style*="absolute"] { display: none !important } .content img { max-width: 100%; border-radius: 3px; object-fit: cover; object-position: center; image-rendering: -webkit-optimize-contrast; } .postprofile-title { font-size: 0; } .postprofile-title table { padding-bottom: 1rem; font-weight: 500; } .postprofile-title br, .postprofile-title table > tbody + tr, .postprofile-title table > tbody > tr + tr > td[align] { display: none; } .postprofile-title table > tbody > tr + tr { align-items: center; display: flex; justify-content: center; width: 100%; } .postprofile-title table, .postprofile-title tbody, .postprofile-title thead { display: block !important; } .postprofile-title tbody, .postprofile-title thead { width: 100% !important; } .postprofile-title table > tbody > tr + tr > td:not([align]) { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rpg-table { width: -moz-available; table-layout: fixed; } [data-user-logged="out"] #fa_right {display: none !important;} .userinfo svg { color: white; } .userinfo-unread button, .userinfo-unread svg { font-size: 16px !important; } .userinfo-unread button { font-size: 0 !important; color: var(--color-box); } .pagination span { font-size: 12px; } .box-banner a { background-image: var(--bg-bhservers); height: 90px; width: 728px; background-repeat: no-repeat; border-radius: 3px; font-size: 0; max-width: 100%; } .sceditor-toolbar { background-color: transparent !important; border-radius: 3px !important; text-align: left; padding: 1rem !important; } .sceditor-group:first-child, .sceditor-group { border: var(--default-border-solid) !important; } #quick_reply #textarea_content{ border-width: 0 !important; } /*#textarea_content:not(:hover):not(:active):not(:focus) .sceditor-toolbar { display: none; }*/ .sceditor-button { position: relative; } .sceditor-button * { text-indent: initial!important; line-height: 15px!important; } .sceditor-button:not(.sceditor-button-giphy):not(.sceditor-button-twemojifa) div { font-size: 0 !important; background-image: none!important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .sceditor-button div:before { font-family: var(--fa-fonts); font-size: 15px !important; color: #242424; text-indent: initial!important; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-weight: 900!important; } .sceditor-mod-messages-button div:before { content: "\f032"; } .sceditor-button-bold div:before { content: "\f032"; } .sceditor-button.sceditor-button-embed div:before { content: "\f87c"; } .sceditor-button-italic div:before { content: "\f033"; } .sceditor-button-underline div:before { content: "\f0cd"; } .sceditor-button-strike div:before { content: "\f0cc"; } .sceditor-button-left div:before { content: "\f036"; } .sceditor-button-center div:before { content: "\f037"; } .sceditor-button-right div:before { content: "\f038"; } .sceditor-button-justify div:before { content: "\f039"; } .sceditor-button-bulletlist div:before { content: "\f0ca"; } .sceditor-button-orderedlist div:before { content: "\f0cb"; } .sceditor-button-horizontalrule div:before { content: "\f068"; } .sceditor-button-quote div:before { content: "\f10d"; } .sceditor-button-code div:before { content: "\f1c9"; } .sceditor-button-faspoiler div:before { content: "\f6fa"; } .sceditor-button-fahide div:before { content: "\f070"; } .sceditor-button-table div:before { content: "\f0ce"; } .sceditor-button-servimg div:before { content: "\f03e"; } .sceditor-button-image div:before { content: "\f1c5"; } .sceditor-button-link div:before { content: "\f0c1"; } .sceditor-button-youtube div:before { content: "\f04b"; } .sceditor-button-dailymotion div:before { content: "\e052"; } .sceditor-button-flash div:before { content: "\f008"; } .sceditor-button-headers div:before { content: "\f1dc"; } .sceditor-button-size div:before { content: "\f034"; } .sceditor-button-color div:before { content: "\f1fc"; } .sceditor-button-font div:before { content: "\f031"; } .sceditor-button-removeformat div:before { content: "\f87d"; } .sceditor-button-more div:before { content: "\f067"; } .sceditor-button-subscript div:before { content: "\f12c"; } .sceditor-button-superscript div:before { content: "\f12b"; } .sceditor-button-fascroll div:before { content: "\f060"; } .sceditor-button-faupdown div:before { content: "\f062"; } .sceditor-button-farand div:before { content: "\f074"; } .sceditor-button-date div:before { content: "\f133"; } .sceditor-button-time div:before { content: "\f017"; } .sceditor-button-pastetext div:before { content: "\f0ea"; } .sceditor-button-source div:before { content: "\f1c9"; } .sceditor-button-mention div:before { content: "\f507"; } .sceditor-button-emoticon div:before { content: "\f118"; } .userinfo button { transition-property: background-color, box-shadow; transition-duration: 0.2s; outline: none; } .userinfo button:hover::before, .userinfo button:active::before { content: ''; background-color: rgba(36, 73, 106, 0.15); background-clip: border-box; border-radius: 50%; height: 18px; width: 18px; display: inline-block; position: absolute; box-shadow: rgba(36, 73, 106, 0.15) 0 0 8px 15px; } .inputbox { padding: .75rem .75rem !important; } .sceditor-container, #message-box .sceditor-container, .inputbox { width: auto !important; height: calc(1.5em + .75rem + 2px); font-size: 13px !important; font-weight: 400; color: var(--text-second-color) !important; background-color: var(--color-box) !important; background-clip: padding-box; border: 1px solid var(--color-border) !important; border-radius: 3px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif !important; } #FAM-actions button:focus, #FAM-msg:focus, .sceditor-container:hover, .inputbox:hover { border: 1px solid var(--color-border) !important; } #FAM-actions button:focus, #FAM-msg:focus, .button:focus, .button1:focus, .button2:focus, input[type="submit"]:focus, .inputbox:focus { border-color: hsl(var(--input-focus-h), var(--input-focus-s), var(--input-focus-l)) !important; box-shadow: 0 0 0 4px hsla(var(--input-focus-h), var(--input-focus-s), calc(var(--input-focus-l) + 40%), 0.8) !important; outline: 4px solid transparent !important; } .inputbox:not(textarea) { height: 42px; line-height: 1; } input[type="file"] { font-size: 0.9em; padding-top: 0.35rem; } .sceditor-container, textarea { resize: vertical; } .inputbox[readonly] { border-style: dotted; cursor: not-allowed; color: #777; } .inputbox[disabled] { --input-border: #ccc !important; background-color: var(--color-border); cursor: not-allowed; } label { font-size: 1.125rem; font-weight: 500; line-height: 1; } .sceditor-grip { display: none !important; } [data-post-count-user="1"] { display: inline-block !important } [data-post-count-user="1"] img { height: 45px !important; width: 45px !important; position: absolute; top: -26px; } [data-post-count-user="1"] img + span, [data-post-count-user="1"] a + a { margin-left: 5.25rem; }.topiclist.forums .row { display: table; table-layout: fixed; } ul.topiclist dd.dterm, ul.topiclist dt { padding-bottom: 1rem !important; padding-top: 1rem !important; } ul.topiclist dd { display: table-cell !important; vertical-align: middle; float: none !important; } .sub-header-path a[href]:last-of-type { font-weight: 700; }#chatbox_messenger_form { position: fixed; bottom: 0; width: 100%; }body.chatbox { display: flex; flex-direction: column; }#chatbox { bottom: 40px; left: 0; margin-left: 180px; overflow: auto; right: 0; top: 49px; position: absolute; }header.page-head { border-color: var(--color-border) !important; } ::selection { background-color: hsl(var(--input-focus-h), var(--input-focus-s), var(--input-focus-l)); color: #fff; } #notif_list [data-noti-delete] /*.delete*/ { display: flex; justify-content: flex-end; padding-bottom: 1rem; width: 100% !important; } #notif_list .delete::before { font-family: var(--fa-fonts); content: "\f2ed"; color: var(--danger-color); position: relative !important; } #live_notif { z-index: 999999 !important; background: var(--default-pattern) var(--alert-color); min-height: 0; position: fixed !important; bottom: 30px; border-radius: var(--default-radius); } #live_notif .fa_notification { font-size: 12px; font-weight: bolder; padding: 1rem; height: 50px; display: flex; align-items: center; }.contentText a { text-decoration: underline; }