@CHARSET "UTF-8"; /* --- login_bar.css --- */ /** Login bar basics **/ #loginBar { color: #a5cae4; background-color: #032A46; border-bottom: 1px solid #65a5d1; position: relative; z-index: 1; } #loginBar .ctrlWrapper { margin: 0 10px; } #loginBar .pageContent { padding-top: 5px; position: relative; _height: 0px; } #loginBar a { color: #6cb2e4; } #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: #f0f7fc; background-color: #2b485c; border-color: #65a5d1; } #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: #2b485c !important; color: #f0f7fc; } #loginBar .textCtrl:focus { background: black none; } #loginBar input.textCtrl.disabled { color: #a5cae4; background-color: #032A46; 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 #176093; 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; } #eAuthUnit li a { width: 180px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } /** handle **/ #loginBar #loginBarHandle { font-size: 11px; color: #f0f7fc; background-color: #032A46; padding: 0 10px; margin-right: 20px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; position: absolute; right: 0px; bottom: -20px; text-align: center; z-index: 1; line-height: 20px; -webkit-box-shadow: 0px 2px 5px #032A46; -moz-box-shadow: 0px 2px 5px #032A46; -khtml-box-shadow: 0px 2px 5px #032A46; box-shadow: 0px 2px 5px #032A46; } @media (max-width0px) { .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; width: 36px; height: 36px; } .node .forumNodeInfo .nodeIcon, .node .categoryForumNodeInfo .nodeIcon { background-image: url('/forum/styles/default/xenforo/node-sprite.png'); background-repeat: no-repeat; background-position: 0 0; } .node .forumNodeInfo.unread .nodeIcon, .node .categoryForumNodeInfo.unread .nodeIcon { background-image: url('/forum/styles/default/xenforo/node-sprite.png'); background-repeat: no-repeat; background-position: -36px 0; } .node .pageNodeInfo .nodeIcon { background-image: url('/forum/styles/default/xenforo/node-sprite.png'); background-repeat: no-repeat; background-position: -72px 0; } .node .linkNodeInfo .nodeIcon { background-image: url('/forum/styles/default/xenforo/node-sprite.png'); background-repeat: no-repeat; background-position: -108px 0; } .node .nodeText { margin: 10px 270px 10px 56px; } .node .nodeText .nodeTitle { font-size: 12pt; } .node .unread .nodeText .nodeTitle { font-weight: bold; } .node .nodeDescription { font-size: 11px; } .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: 11px; margin-top: 2px; } .node .nodeExtraNote { text-align: right; font-size: 11px; color: rgb(150,150,150); } .node .subForumList { overflow: hidden; *zoom: 1; margin: -5px 0 10px; 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; text-overflow: ellipsis; } .node .subForumList .unread .nodeTitle { font-weight: bold; } .node .subForumList li ol, .node .subForumList li ul { display: none; } .node .nodeLastPost { background: #f0f7fc url('/forum/styles/default/xenforo/gradients/category-23px-light.png') repeat-x top; padding: 10px; border-bottom: 1px solid #d7edfc; font-size: 11px; padding: 3px 10px; margin: 10px; border: 1px solid #d7edfc; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; position: absolute; top: 0; right: 0; line-height: 14px; white-space: nowrap; word-wrap: normal; overflow: hidden; width: 210px; height: 28px; } .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: 242px; margin: 20px 0; } .node .tinyIcon { background: transparent url('/forum/styles/default/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px; margin: 1px 4px; display: block; white-space: nowrap; text-indent: 9999px; overflow: hidden; opacity: 0.25; width: 14px; height: 14px; } .node .nodeInfo:hover .tinyIcon[href], .Touch .node .tinyIcon { opacity: 1; } /*.node .feedIcon { background: transparent url('/forum/styles/default/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px; }*/ /* 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 #d7edfc; padding: 0; } /* category strip - used for L1 categories and group headers */ .nodeList .categoryStrip { font-size: 11px; color: #6d3f03; background: #f9d9b0 url('/forum/styles/default/xenforo/gradients/category-23px-light.png') repeat-x top; padding: 5px 10px; margin: 3px auto 0; border-top: 1px solid #f9d9b0; border-bottom: 1px solid #f9bc6d; padding: 5px 10px; margin: 0; border-bottom-color: #f9bc6d; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; min-height: 6px; } .nodeList .categoryStrip .nodeTitle { font-size: 10pt; color: #6d3f03; } .nodeList .categoryStrip .nodeTitle a { color: #6d3f03; } .nodeList .categoryStrip .nodeDescription { font-size: 10px; color: #6d3f03; } .nodeList .categoryStrip .nodeDescription a { color: #6d3f03; } .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(150,150,150); } .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: -8px 0 10px 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; } } /* --- sidebar_share_page.css --- */ .sidebar .sharePage .shareControl { margin-top: 10px; min-height: 23px; } .sidebar .sharePage iframe.fb_ltr { _width: 200px !important; } .sidebar .sharePage .facebookLike iframe { z-index: 52; } .mast .sharePage .secondaryContent { overflow: visible !important; } @media (max-width:480px) { .Responsive .sidebar .sharePage { display: none; } } /* --- social_login_buttons.css --- */ html body a.googleLogin, html body a.fbLogin, html body a.linkedinLogin, html body a.twitterLogin, html body a.vkLogin, html body #loginBar li a.googleLogin, html body #loginBar li a.fbLogin, html body #loginBar li a.linkedinLogin, html body #loginBar li a.twitterLogin, html body #loginBar li a.vkLogin { background-color: transparent; background-image: url('/forum/styles/social/buttons-sprite.png'); background-repeat: no-repeat; width: 154px; height: 26px; display: block; outline: 0; text-decoration: none; text-align: center; text-indent: 20px; } html body a.googleLogin:hover, html body a.fbLogin:hover, html body a.linkedinLogin:hover, html body a.twitterLogin:hover, html body a.vkLogin:hover, html body #loginBar li a.googleLogin:hover, html body #loginBar li a.fbLogin:hover, html body #loginBar li a.linkedinLogin:hover, html body #loginBar li a.twitterLogin:hover, html body #loginBar li a.vkLogin:hover { text-decoration: none; } html body .googleLogin span, html body .fbLogin span, html body .linkedinLogin span, html body .twitterLogin span, html body .vkLogin span, html body #loginBar li .googleLogin span, html body #loginBar li .fbLogin span, html body #loginBar li .linkedinLogin span, html body #loginBar li .twitterLogin span, html body #loginBar li .vkLogin span { color: #fff; font-size: 11px; font-weight: 400; font-family: inherit; background: transparent; border: none; padding: 0; margin: 0; line-height: 25px; display: inline; text-shadow: 0 1px rgba(0,0,0,0.25); } html body .googleLogin:active span, html body .fbLogin:active span, html body .linkedinLogin:active span, html body .twitterLogin:active span, html body .vkLogin:active span { color: rgba(255,255,255,0.5); background: transparent; border: none; text-shadow: 0 1px rgba(0,0,0,0.1); } html body a.googleLogin { background-position: 0 0; } html body a.googleLogin:hover { background-position: 0 -26px; } html body a.googleLogin:active { background-position: 0 -52px; } html body a.fbLogin, html body #loginBar li a.fbLogin { background-position: -154px 0; } html body a.fbLogin:hover, html body #loginBar li a.fbLogin:hover { background-position: -154px -26px; } html body a.fbLogin:active, html body #loginBar li a.fbLogin:active { background-position: -154px -52px; } html body a.vkLogin { background-position: -308px 0; } html body a.vkLogin:hover { background-position: -308px -26px; } html body a.vkLogin:active { background-position: -308px -52px; } html body a.twitterLogin { background-position: -462px 0; } html body a.twitterLogin:hover { background-position: -462px -26px; } html body a.twitterLogin:active { background-position: -462px -52px; } html body a.linkedinLogin { background-position: -616px 0; } html body a.linkedinLogin:hover { background-position: -616px -26px; } html body a.linkedinLogin:active { background-position: -616px -52px; } /* FILE ARCHIVED ON 23:55:11 Feb 08, 2014 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 23:19:17 Feb 12, 2019. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): LoadShardBlock: 103.065 (3) esindex: 0.014 captures_list: 151.077 CDXLines.iter: 16.507 (3) PetaboxLoader3.datanode: 62.948 (4) exclusion.robots: 0.512 exclusion.robots.policy: 0.488 RedisCDXSource: 27.317 PetaboxLoader3.resolve: 110.262 (3) load_resource: 101.171 */