@charset "UTF-8"; /* --- avf_trendingtopics_widget.css --- */ .AVForums_TrendingTopics_Widget_TrendingTopics h4.title { font-weight: bold; margin-bottom: 5px; } .AVForums_TrendingTopics_Widget_TrendingTopics .authorInfo { padding: 5px 0px; } .AVForums_TrendingTopics_Widget_TrendingTopics .avatar img { width: 24px; height: 24px; } /* --- external_accounts.css --- */ /* * When enabled, this hides default providers. * Rather than simply removing the providers via * Template Modification, this method prevents * conflictions from other addons that may add * their own provider. */ /* Login Disabler */ /* Horizontal Buttons */ /* Removes text-decoration on hover */ #eAuthUnit li a:hover, #pageLogin .ctrlUnit dd a:hover { text-decoration: none; } /* Fixes Login for multiple providers */ #loginBar form.eAuth #eAuthUnit { overflow-x: hidden; overflow-y: auto; height: 100%; width: 200px; right: -10px !important; } /* External Minimal Button */ a.externalMinimal, #loginBar a.externalMinimal { background: #303030; } a.externalMinimal span:before { background: none !important; } a.externalMinimal:active, #loginBar a.externalMinimal:active { background-color: #303030; } /* All External Providers */ /* Global Options (standard display) */ /* External Provider Default Icon Styling */ a.externalProvider span { display: block; padding: 3px; padding-left: 23px; white-space: nowrap; overflow: hidden; } a.externalProvider span:before { content: " "; background: url("styles/default/xenforo/external/sprite-20.png"); background-repeat: no-repeat; display: block; position: absolute; width: 20px; height: 20px; margin-left: -23px; margin-top: -3px; } a.externalProvider, #loginBar a.externalProvider { display: inline-block; width: 180px; height: 22px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #FFFFFF !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; padding-left: 2px; font-weight: bold; font-size: 11px; line-height: 14px; } /* Provider-Specific */ a.soundCloudLogin, #loginBar a.soundCloudLogin { background: #ffa348; background: -moz-linear-gradient(top, #ffa348 0%, #e67301 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa348), color-stop(100%,#e67301)); background: -webkit-linear-gradient(top, #ffa348 0%,#e67301 100%); background: -o-linear-gradient(top, #ffa348 0%,#e67301 100%); background: -ms-linear-gradient(top, #ffa348 0%,#e67301 100%); background: linear-gradient(to bottom, #ffa348 0%,#e67301 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa348', endColorstr='#e67301',GradientType=0 ); } a.soundCloudLogin span:before { background-position: -50px -26px; } a.soundCloudLogin:active, #loginBar a.soundCloudLogin:active { background-color: #ffa348; } a.tumblrLogin, #loginBar a.tumblrLogin { background-color: #36475d; border: #36465d solid 1px; } a.tumblrLogin span:before { background-position: -26px -50px; } a.tumblrLogin:active, #loginBar a.tumblrLogin:active { background-color: #36475d; } a.vkLogin, #loginBar a.vkLogin { background-color: #54769b; border: #54769b solid 1px; } a.vkLogin span:before { background-position: -74px -26px; } a.vkLogin:active, #loginBar a.vkLogin:active { background-color: #54769b; } a.odnoklassnikiLogin, #loginBar a.odnoklassnikiLogin { background: #fb8012; background: -moz-linear-gradient(top, #fb8012 0%, #ff3901 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8012), color-stop(100%,#ff3901)); background: -webkit-linear-gradient(top, #fb8012 0%,#ff3901 100%); background: -o-linear-gradient(top, #fb8012 0%,#ff3901 100%); background: -ms-linear-gradient(top, #fb8012 0%,#ff3901 100%); background: linear-gradient(to bottom, #fb8012 0%,#ff3901 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8012', endColorstr='#ff3901',GradientType=0 ); border: #d05300 solid 1px; } a.odnoklassnikiLogin span:before { background-position: -26px -26px; } a.odnoklassnikiLogin:active, #loginBar a.odnoklassnikiLogin:active { background-color: #be3e2e; } a.githubLogin, #loginBar a.githubLogin { background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); border: #c9c9c9 solid 1px; color: #515151 !important; } a.githubLogin span:before { background-position: -26px -2px; } a.githubLogin:active, #loginBar a.githubLogin:active { background-color: #ffffff; } a.linkedinLogin, #loginBar a.linkedinLogin { background: #7dbcd6; background: -moz-linear-gradient(top, #7dbcd6 0%, #55a6c9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dbcd6), color-stop(100%,#55a6c9)); background: -webkit-linear-gradient(top, #7dbcd6 0%,#55a6c9 100%); background: -o-linear-gradient(top, #7dbcd6 0%,#55a6c9 100%); background: -ms-linear-gradient(top, #7dbcd6 0%,#55a6c9 100%); background: linear-gradient(to bottom, #7dbcd6 0%,#55a6c9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbcd6', endColorstr='#55a6c9',GradientType=0 ); border: #55a6c9 solid 1px; } a.linkedinLogin span:before { background-position: -50px -2px; } a.linkedinLogin:active, #loginBar a.linkedinLogin:active { background-color: #f9f9f9; } a.twitchLogin, #loginBar a.twitchLogin { background-color: #6441A5; } a.twitchLogin span:before { background-position: -50px -50px; } a.battlenetLogin:active, #loginBar a.battlenetLogin:active { background-color: #6441A5; } a.battlenetLogin, #loginBar a.battlenetLogin { background: #0f9ada; background: -moz-linear-gradient(top, #0f9ada 0%, #0076ad 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f9ada), color-stop(100%,#0076ad)); background: -webkit-linear-gradient(top, #0f9ada 0%,#0076ad 100%); background: -o-linear-gradient(top, #0f9ada 0%,#0076ad 100%); background: -ms-linear-gradient(top, #0f9ada 0%,#0076ad 100%); background: linear-gradient(to bottom, #0f9ada 0%,#0076ad 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f9ada', endColorstr='#0076ad',GradientType=0 ); border: #55a6c9 solid 1px; } a.battlenetLogin span:before { background-position: -2px -2px; } a.battlenetLogin:active, #loginBar a.battlenetLogin:active { background-color: #f9f9f9; } a.liveLogin, #loginBar a.liveLogin { background: #ffffff; border: #e3e3e3 solid 1px; color: #000000 !important; } a.liveLogin span:before { background-position: -2px -26px; } a.live:active, #loginBar a.live:active { background-color: #f9f9f9; } a.stravaLogin, #loginBar a.stravaLogin { background: #fc4c02; border: #fc4c02 solid 1px; } a.stravaLogin span:before { background-position: -2px -50px; } a.strava:active, #loginBar a.strava:active { background-color: #f9f9f9; } a.vimeoLogin, #loginBar a.vimeoLogin { background: #1ab7ea; border: #1ab7easolid 1px; } a.vimeoLogin span:before { background-position: -74px -2px; } a.vimeo:active, #loginBar a.vimeo:active { background-color: #1ab7ea; } a.instagramLogin, #loginBar a.instagramLogin { color: #483e33 !important; background: #ece5d6; } a.instagramLogin span:before { background-position: -74px -49px; } a.instagram:active, #loginBar a.instagram:active { background-color: #ece5d6; } /* Enables UI.X Support */ /* --- fa_socialicons.css --- */ .socialicons { float: right; margin-top: 10px; } .socialicons li { display: inline-block; } .socialicons li a { padding: 10px; font-size: 24px; color: rgb(20,20,20); } .socialicons li a:hover { color: rgb(196, 84, 84); } /* --- facebook.css --- */ a.fbLogin, #loginBar a.fbLogin { display: inline-block; width: 180px; height: 22px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; cursor: pointer; background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png'); background-repeat: no-repeat; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; background-position: left -188px; padding: 0px 0px 0px 1px; outline: none; text-decoration: none; color: white; font-weight: bold; font-size: 11px; line-height: 14px; } a.fbLogin:active, #loginBar a.fbLogin:active { background-position: left -210px; } a.fbLogin:hover, #loginBar a.fbLogin:hover { text-decoration: none; } a.fbLogin span { background: #5f78ab url('//b.s-static.ak.facebook.com/images/connect_sprite.png'); border-top: solid 1px #879ac0; border-bottom: solid 1px #1a356e; display: block; padding: 2px 4px 3px; margin: 1px 1px 0px 21px; text-shadow: none; white-space: nowrap; overflow: hidden; } a.fbLogin:active span { border-bottom: solid 1px #29447e; border-top: solid 1px #45619d; background: #4f6aa3; text-shadow: none; } /* --- google.css --- */ .googleLogin, #loginBar .googleLogin { display: inline-block; width: 180px; height: 22px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; cursor: pointer; background-color: #dd4b39; border: #be3e2e solid 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; padding-left: 2px; color: white; font-weight: bold; font-size: 11px; line-height: 14px; } .googleLogin span { display: block; background: url('styles/flatawesome/xenforo/gplus.png') no-repeat; background-position: left 0; padding: 3px; padding-left: 23px; white-space: nowrap; overflow: hidden; } .googleLogin:active, #loginBar .googleLogin:active { background-color: #be3e2e; } /* --- login_bar.css --- */ /** Login bar basics **/ #loginBar { color: rgb(222, 222, 222); position: relative; z-index: 1000; } #loginBar .ctrlWrapper { margin: 0 10px; } #loginBar .pageContent { padding-top: 5px; position: relative; _height: 0px; } #loginBar a { color: rgb(112, 112, 112); } #loginBar form { padding: 5px 0; margin: 0 auto; display: none; line-height: 20px; position: relative; } #loginBar .xenForm .ctrlUnit, #loginBar .xenForm .ctrlUnit > dt label { margin: 0; border: none; } #loginBar .xenForm .ctrlUnit > dd { position: relative; } #loginBar .lostPassword, #loginBar .lostPasswordLogin { font-size: 11px; } #loginBar .rememberPassword { font-size: 11px; } #loginBar .textCtrl { color: rgb(245, 245, 245); background-color: rgb(50, 50, 50); border-color: rgb(88, 88, 88); } #loginBar .textCtrl[type=text] { font-weight: bold; font-size: 18px; } #loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */ { background: rgb(50, 50, 50) !important; color: rgb(245, 245, 245); } #loginBar .textCtrl:focus { background: black none; } #loginBar input.textCtrl.disabled { color: rgb(222, 222, 222); background-color: rgb(45, 45, 45); border-style: dashed; } #loginBar .button { min-width: 85px; *width: 85px; } #loginBar .button.primary { font-weight: bold; } /** changes when eAuth is present **/ #loginBar form.eAuth { -x-max-width: 700px; /* normal width + 170px */ } #loginBar form.eAuth .ctrlWrapper { border-right: 1px dotted rgb(70, 70, 70); margin-right: 200px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } #loginBar form.eAuth #eAuthUnit { position: absolute; top: 0px; right: 10px; } #eAuthUnit li { margin-top: 10px; line-height: 0; } /** handle **/ #loginBar #loginBarHandle { font-size: 11px; color: rgb(245, 245, 245); background-color: rgb(45, 45, 45); padding: 0 10px; margin-right: 20px; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; position: absolute; right: 180px; bottom: -20px; text-align: center; z-index: 1; line-height: 20px; -webkit-box-shadow: 0px 2px 5px rgb(45, 45, 45); -moz-box-shadow: 0px 2px 5px rgb(45, 45, 45); -khtml-box-shadow: 0px 2px 5px rgb(45, 45, 45); box-shadow: 0px 2px 5px rgb(45, 45, 45); } @media (max-width:800px) { .Responsive #loginBar form.eAuth .ctrlWrapper { border-right: none; margin-right: 10px; } .Responsive #loginBar form.eAuth #eAuthUnit { position: static; width: 180px; margin: 0 auto 10px; } } /* --- node_list.css --- */ .nodeList { zoom: 1; } .nodeList .node { zoom: 1; vertical-align: bottom; } .nodeList .node.level_1 { margin-bottom: 20px; } .nodeList .node.level_1:last-child { margin-bottom: 0; } .nodeList .node.groupNoChildren + .node.groupNoChildren { margin-top: -20px; } .node .nodeInfo { overflow: hidden; zoom: 1; position: relative; } .node .nodeInfo.primaryContent, .node .nodeInfo.secondaryContent { padding: 0; } .node .nodeIcon { margin: 10px 0 10px 10px; float: left; font-size: 30px; color: rgb(155, 155, 155); width: 36px; height: 36px; } .node .forumNodeInfo .nodeIcon, .node .categoryForumNodeInfo .nodeIcon { } .node .forumNodeInfo.unread .nodeIcon, .node .categoryForumNodeInfo.unread .nodeIcon { } .node .pageNodeInfo .nodeIcon { } .node .linkNodeInfo .nodeIcon { } .node .nodeText { margin: 15px 270px 15px 56px; } .node .nodeText .nodeTitle { font-size: 15px; } .node .unread .nodeText .nodeTitle { font-weight: bold; } .node .nodeDescription { font-size: 12px; } .hasJs .node .nodeDescriptionTooltip { /* will be shown as a tooltip */ display: none; } .Touch .node .nodeDescriptionTooltip { /* touch browsers don't see description tooltips */ display: block; } .node .nodeStats { font-size: 12px; margin-top: 2px; } .node .nodeExtraNote { text-align: right; font-size: 11px; color: rgb(113, 113, 113); } .node .subForumList { overflow: hidden; *zoom: 1; margin: -5px 0 15px; margin-left: 56px; } .node .subForumList li { float: left; width: 31%; margin: 2px 0 2px 2%; } .node .subForumList li .nodeTitle { font-size: 11px; overflow: hidden; white-space: nowrap; word-wrap: normal; text-overflow: ellipsis; } .node .subForumList .unread .nodeTitle { font-weight: bold; } .node .subForumList li ol, .node .subForumList li ul { display: none; } .node .nodeLastPost { background-color: rgb(255, 255, 255); padding: 10px; border-bottom: 1px solid rgb(239, 239, 239); font-size: 12px; background: url(rgba.php?r=0&g=0&b=0&a=0); background: rgba(0, 0, 0, 0); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000); padding: 3px 10px; margin: 10px; border-width: 0px; position: absolute; top: 2px; right: 0; line-height: 18px; white-space: nowrap; word-wrap: normal; overflow: hidden; width: 210px; height: 35px; } .node .nodeLastPost .lastThreadTitle { text-overflow: ellipsis; max-width: 100%; display: block; overflow: hidden; } .node .nodeLastPost .lastThreadMeta { display: block; } .node .nodeLastPost .noMessages { line-height: 28px; } .node .nodeControls { position: absolute; top: 0; right: 240px; margin: 20px 0; } .node .tinyIcon { font-size: 17px; color: rgb(255, 102, 0); background-color: transparent; margin: 0px 6px 1px 4px; display: block; opacity: 0.25; } .node .nodeInfo:hover .tinyIcon[href], .Touch .node .tinyIcon { opacity: 1; } /* description tooltip */ .nodeDescriptionTip { padding: 4px 10px; margin-top: -22px; line-height: 1.5; width: 350px; height: auto; } .nodeDescriptionTip .arrow { border: 6px solid transparent; border-right-color: rgb(0,0,0); border-right-color: rgba(0,0,0, 0.6); _border-right-color: rgb(0,0,0); border-left: 1px none black; top: 6px; left: -6px; bottom: auto; } .nodeDescriptionTip.arrowBottom .arrow { top: auto; left: 10px; bottom: -6px; border: 6px solid transparent; border-top-color: rgb(0,0,0); border-top-color: rgba(0,0,0, 0.6); _border-top-color: rgb(0,0,0); border-bottom: 1px none black; } /* main area - used for L2 categories and most other nodes */ .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { background-color: rgb(252, 252, 255); padding: 10px; border-bottom: 1px solid rgb(235, 235, 235); padding: 0; } /* category strip - used for L1 categories and group headers */ .nodeList .categoryStrip { font-size: 15px; font-family: 'Open Sans', sans-serif; color: rgb(255, 255, 255); background-color: rgb(196, 84, 84); padding: 12px 10px; margin: 3px auto 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; margin: 0; border-bottom-color: ; min-height: 6px; } .nodeList .categoryStrip .nodeTitle { font-size: 15px; color: rgb(255, 255, 255); } .nodeList .categoryStrip .nodeTitle a { color: rgb(255, 255, 255); } .nodeList .categoryStrip .nodeDescription { font-size: 12px; color: rgb(255, 255, 255); } .nodeList .categoryStrip .nodeDescription a { color: rgb(255, 255, 255); } .nodeList .node.groupNoChildren + .node.groupNoChildren .categoryStrip { display: none; } /* node stats area */ .nodeStats { overflow: hidden; zoom: 1; } .nodeStats dl, .subForumsPopup { float: left; display: block; margin-right: 3px; } .subForumsPopup.Popup .PopupControl.PopupOpen { background-image: none; } .subForumsPopup a.PopupControl { padding-left: 5px; padding-right: 5px; } .subForumsPopup .dt { color: rgb(113, 113, 113); } .subForumsPopup .PopupOpen .dt { color: rgb(20,20,20); } .subForumsMenu .node .node /* for depths 2+ */ { padding-left: 10px; } .subForumsMenu .node .nodeTitle { font-size: 11px; } .subForumsMenu .node .unread .nodeTitle { font-weight: bold; } /** new discussion button below nodelist **/ .nodeListNewDiscussionButton { margin-top: 10px; text-align: right; } @media (max-width:610px) { .Responsive .node .nodeText { margin-right: 0; } .Responsive.Touch .node .nodeDescriptionTooltip, .Responsive .node .nodeDescription { display: none; } .Responsive .node .nodeLastPost { position: static; height: auto; width: auto; background: none; border: none; padding: 0; margin: -13px 0 15px 56px; } .Responsive .node .nodeLastPost .noMessages { display: none; } .Responsive .node .nodeLastPost .lastThreadTitle, .Responsive .node .nodeLastPost .lastThreadUser { display: none; } .Responsive .node .nodeLastPost .lastThreadDate:before { content: attr(data-latest); } .Responsive .node .nodeControls { display: none; } .Responsive .node .subForumList { display: none; } .Responsive .nodeDescriptionTip { width: auto; max-width: 350px; } } @media (max-width:480px) { .Responsive .subForumsPopup { display: none; } } /* --- pe_forum_stats.css --- */ #peStatsContainer { } .peStatsBody { } .peStatsBody .footnote { color: rgb(112, 112, 112); /* margin-top: 5px;*/ } .peStatsTitle a { font-size: 15px; color: rgb(255, 255, 255); } .peStatsContent { font-size: 11px; padding: 5px 10px; overflow: hidden; } .peFollowedOnline { width: 50%; float: right; } .peFollowedOnline .followedOnline .avatar img { width: 24px; height: 24px; } .peFollowedOnline .minorHeading { } .peUserGroupLegend { margin-top: 5px; overflow: hidden; } #peForumStats { overflow: hidden; zoom: 1; clear: both; } #peForumStats ul { padding: 5px; text-align: center; } #peForumStats li { display: inline; margin-right: 2px; } #peForumStats .value { font-weight: bold; font-size: 10px; color: rgb(70, 70, 70); background-color: rgb(245, 245, 245); padding: 0 5px; margin-right: 20px; margin-left: 0; border: 1px solid rgb(222, 222, 222); -webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; display: inline-block; } #peForumStats .value a { color: rgb(70, 70, 70); } .peGroups { float: left; padding: 2px 0; font-size: 10px; font-weight: bold; } .peGroups .divider { color: rgb(222, 222, 222); margin: 0 2px; font-size: 12px; } @media (max-width:800px) { .peFollowedOnline { width: auto; float: none; } #peForumStats .value { margin-top: 3px; margin-right: 10px; } } .peStatsBody .categoryStrip { background-color: #333; color: #DEDEDE; } .peStatsBody .categoryStrip .nodeTitle:before {content: "";} /* --- wf_default.css --- */ .section.sectionMain.widget-container.widget-tabs { border: 0; margin: 0; padding: 0; } .section.sectionMain.widget-container.widget-tabs .widget-panes { padding: 10px;; border-right: 1px solid rgb(222, 222, 222); border-bottom: 1px solid rgb(222, 222, 222); border-left: 1px solid rgb(222, 222, 222); -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; } .widget-tabs .tabs { background: none; } .widget-tabs .tabs li a { font-weight: bold; } .widget-tabs .primaryContent { padding: 0; background: none; border: 0; } .widget-poll .pollBlock .pollContent { padding-left: 0; width: auto; } .widget-poll .pollBlock .pollOptions, .widget-poll .pollBlock .pollResults { border: 0; } .widget-poll .pollBlock .pollResult h3.optionText { border: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .widget-poll .pollBlock .pollResult .count { padding: 0; } .avatarList .WidgetFramework_nextToAvatar { margin-left: 41px; } .avatarList .WidgetFramework_nextToAvatar .username { margin-top: 0; } .widget .statusPoster textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0; resize: vertical; overflow: hidden; } .WidgetFramework_WidgetRenderer_ShareThisPage .sharePage .shareControl { float: none; } .WidgetFramework_WidgetRenderer_FeedReader_Entries { } .WidgetFramework_WidgetRenderer_FeedReader_Entries .limitedHeight { max-height: 59px; } .WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry { text-align: justify; display: block; overflow: hidden; margin-bottom: 3px; } .WidgetFramework_WidgetRenderer_FeedReader_Entries img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { width: auto; float: right; margin-left: 3px; } .WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry:nth-child(2n) img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { float: left; margin-right: 3px; } .WidgetFramework_WidgetRenderer_XFRM_Resources .Hint { float: right; } .WidgetFramework_WidgetRenderer_Threads .unread > a { font-weight: bold; } .sidebar .WidgetFramework_WidgetRenderer_Threads .avatarList .username { display: inline; font-size: inherit; margin: 0; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList { } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .subHeading { font-size: 1.3em; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .info { padding: 5px 10px; border-top: 1px dashed rgb(239, 239, 239); } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .counters { float: right; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message { margin-bottom: 10px; } /* clearfix */ .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message { zoom: 1; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageInfo { padding: 5px 10px; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator { font-size: 12px; color: rgb(255, 255, 255); background-color: rgb(196, 84, 84); padding: 1px 5px; margin: -5px -5px 5px 5px; border: 1px solid rgb(196, 84, 84); -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -khtml-border-top-right-radius: 0px; border-top-right-radius: 0px; display: block; float: right; position: relative; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -khtml-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); margin-right: -25px; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator span { background-color: rgb(196, 84, 84); -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; position: absolute; top: -4px; right: -1px; width: 5px; height: 4px; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageText .readMoreLink { display: block; text-align: right; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem { overflow: hidden; zoom: 1; margin: 5px 0; padding-top: 5px; border-top: 1px solid rgb(239, 239, 239); } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem:first-child { border-top: none; padding-top: 0; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar { float: left; font-size: 0; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar img { width: 24px; height: 24px; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageInfo { margin-left: 34px; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent article, .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent blockquote { display: inline; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .poster { font-weight: bold; } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageMeta { overflow: hidden; zoom: 1; font-size: 11px; line-height: 14px; padding-top: 4px; } .widget .avatarHeap { margin-right: -10px; } /* list of users with 32px avatars, username and user title */ .non-sidebar-widget .avatarList li { margin: 5px 0; overflow: hidden; zoom: 1; } .non-sidebar-widget .avatarList .avatar { margin-right: 5px; float: left; width: 32px; height: 32px; width: auto; height: auto; } .non-sidebar-widget .avatarList .avatar img { width: 32px; height: 32px; } .non-sidebar-widget .avatarList .username { font-size: 11pt; margin-top: 2px; display: block; } .non-sidebar-widget .avatarList .userTitle { color: rgb(113, 113, 113); } /* list of users */ .non-sidebar-widget .userList { } .non-sidebar-widget .userList .username { font-size: 12px; } .non-sidebar-widget .userList .username.invisible { color: rgb(88, 88, 88); } .non-sidebar-widget .userList .username.followed { } .non-sidebar-widget .userList .moreLink { display: block; } .Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }