@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; line-height: 0; } /** 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-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; width: 36px; height: 36px; } .node .forumNodeInfo .nodeIcon, .node .categoryForumNodeInfo .nodeIcon { background-image: url('/web/20160702053247im_/http://www.work-at-home-forum.com/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('/web/20160702053247im_/http://www.work-at-home-forum.com/styles/default/xenforo/node-sprite.png'); background-repeat: no-repeat; background-position: -36px 0; } .node .pageNodeInfo .nodeIcon { background-image: url('/web/20160702053247im_/http://www.work-at-home-forum.com/styles/default/xenforo/node-sprite.png'); background-repeat: no-repeat; background-position: -72px 0; } .node .linkNodeInfo .nodeIcon { background-image: url('/web/20160702053247im_/http://www.work-at-home-forum.com/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; 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: #f0f7fc url('/web/20160702053247im_/http://www.work-at-home-forum.com/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('/web/20160702053247im_/http://www.work-at-home-forum.com/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('/web/20160702053247im_/http://www.work-at-home-forum.com/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('/web/20160702053247im_/http://www.work-at-home-forum.com/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; } } /* --- panel_scroller.css --- */ .hasJs #Notices.PanelScroller { display: none; } .PanelScroller .scrollContainer, .PanelScrollerOff .panel { background-color: rgb(252, 252, 255); padding: 3px; margin-bottom: 10px; border: 1px solid #a5cae4; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; font-size: 13pt; } .PanelScroller .PanelContainer { position: relative; clear: both; width: 100%; overflow: auto; } .hasJs .PanelScroller .Panels { position: absolute; } .PanelScroller .Panels { clear: both; margin: 0; padding: 0; } .PanelScroller .panel, .PanelScrollerOff .panel { overflow: hidden; position: relative; padding: 0 !important; background: #d7edfc url('/web/20160702053247im_/http://www.work-at-home-forum.com/styles/default/xenforo/gradients/category-23px-light.png') repeat-x top; padding: 10px; } .PanelScroller .panel .noticeContent, .PanelScrollerOff .panel .noticeContent { padding: 10px; } /** panel scroller nav **/ .PanelScroller .navContainer { margin: -11px 21px 10px; overflow: hidden; zoom: 1; } .PanelScroller .navControls { float: right; } /* clearfix */ .PanelScroller .navControls { zoom: 1; } .PanelScroller .navControls:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; } .PanelScroller .navControls a { font-size: 9px; background-color: #f0f7fc; padding: 3px 6px 2px; margin-left: -1px; float: left; display: block; position: relative; border: 1px solid #a5cae4; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; } .PanelScroller .navControls > a:first-child { -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } .PanelScroller .navControls > a:last-child { -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } .PanelScroller .navControls a:hover { text-decoration: none; background-color: #f0f7fc; } .PanelScroller .navControls a.current { background-color: #d7edfc; } .PanelScroller .navControls a .arrow { display: none; } .PanelScroller .navControls a.current span { display: block; line-height: 0px; width: 0px; height: 0px; border-top: 5px solid #a5cae4; border-right: 5px solid transparent; border-bottom: 1px none black; border-left: 5px solid transparent; -moz-border-bottom-colors: #a5cae4; position: absolute; } .PanelScroller .navControls a.current .arrow { border-top-color: #a5cae4; top: 0px; left: 50%; margin-left: -5px; } .PanelScroller .navControls a .arrow span { border-top-color: rgb(252, 252, 255); top: -6px; left: -5px; } /* notices */ #Notices .panel .noticeContent { padding-right: 25px; } /* FILE ARCHIVED ON 05:32:47 Jul 02, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:27:14 Jun 17, 2021. 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): PetaboxLoader3.resolve: 352.615 RedisCDXSource: 2.595 captures_list: 260.655 load_resource: 409.216 LoadShardBlock: 233.68 (3) exclusion.robots.policy: 0.296 PetaboxLoader3.datanode: 191.358 (4) esindex: 0.011 CDXLines.iter: 20.505 (3) exclusion.robots: 0.946 */