@CHARSET "UTF-8"; /* --- bbcm_js.css --- */ .bbcmSpoilerBlock .bbcm_spoil_noscript_desc { font-style:italic; font-size:7pt; } .bbcmSpoilerBlock .bbcm_spoiler, .bbcmSpoilerBlock .button { display: none; } .bbcmSpoilerBlock .bbcm_spoiler_noscript { color:#fff4e5; cursor: pointer; } .bbcmSpoilerBlock .bbcm_spoiler_noscript:hover { color:rgb(20,20,20); } /* --- login_bar.css --- */ /** Login bar basics **/ #loginBar { color: rgb(255, 255, 255); background-color: rgb(16, 16, 16); border-bottom: 1px solid rgb(197, 193, 179); position: relative; z-index: 1; } #loginBar .pageContent { padding-top: 5px; position: relative; _height: 0px; } #loginBar a { color: rgb(88, 95, 104); } #loginBar form { padding: 5px 0; margin: 0 auto; display: none; line-height: 20px; position: relative; width: 500px; } #loginBar .xenForm .ctrlUnit, #loginBar .xenForm .ctrlUnit dt label { margin: 0; border: none; } #loginBar .xenForm .ctrlUnit dt { width: 215px; } #loginBar .xenForm .ctrlUnit dd { position: relative; width: 250px; } #loginBar .xenForm .ctrlUnit dd .textCtrl, #loginBar .passwordOptions { width: 250px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; } #loginBar .lostPassword { margin-top: 38px; font-size: 11px; } #loginBar .lostPasswordLogin { font-size: 11px; } #loginBar .rememberPassword { font-size: 11px; } #loginBar .textCtrl { color: rgb(248, 248, 240); background-color: rgb(16, 16, 16); border-color: rgb(197, 193, 179); } #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(16, 16, 16) !important; color: rgb(248, 248, 240); } #loginBar .textCtrl:focus { background: black none; } #loginBar input.textCtrl.disabled { color: rgb(255, 255, 255); background-color: rgb(16, 16, 16); border-style: dashed; } #loginBar .button { min-width: 85px; *width: 85px; } #loginBar .button.primary { font-weight: bold; } /** changes when eAuth is present **/ #loginBar form.eAuth { width: 700px; /* normal width + 170px */ } #loginBar form.eAuth .ctrlWrapper { border-right: 1px dotted rgb(16, 16, 16); margin-right: 200px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; } #loginBar form.eAuth #eAuthUnit { position: absolute; top: 0px; right: 0px; } #eAuthUnit li { margin-top: 10px; } #eAuthUnit li a { width: 180px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; } /** handle **/ #loginBar #loginBarHandle { font-size: 11px; color: rgb(248, 248, 240); background-color: rgb(16, 16, 16); padding: 0 10px; margin-right: 20px; border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; position: absolute; right: 0px; bottom: -20px; text-align: center; z-index: 1; line-height: 20px; box-shadow: 0px 2px 5px rgb(16, 16, 16); -webkit-box-shadow: 0px 2px 5px rgb(16, 16, 16); -moz-box-shadow: 0px 2px 5px rgb(16, 16, 16); -khtml-box-shadow: 0px 2px 5px rgb(16, 16, 16); } /* --- member_view.css --- */ .profilePage { } /* clearfix */ .profilePage { zoom: 1; } .profilePage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; } .profilePage .mast { float: left; width: 192px; padding-right: 10px; border-right: 1px solid rgb(231, 229, 220); } .profilePage .main { margin-left: 202px; border-left: 1px solid rgb(231, 229, 220); zoom: 1; } /** ************************ **/ .profilePage .mast .section { } .profilePage .mast .sectionFooter { border-left: 1px solid rgb(231, 229, 220); border-right: 1px solid rgb(231, 229, 220); text-align: right; } /** ************************ **/ .profilePage .mast .followBlocks .section { margin-bottom: 20px; } .profilePage .mast .followBlocks .primaryContent.avatarHeap { border: 1px solid rgb(231, 229, 220); border-top: none; } /** ************************ **/ .profilePage .mast .section.infoBlock { padding: 2px; margin-bottom: 20px; border: 1px solid rgb(231, 229, 220); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; } .profilePage .mast .section.infoBlock .primaryContent, .profilePage .mast .section.infoBlock .secondaryContent { overflow: hidden; } .profilePage .mast .section.infoBlock .primaryContent:last-child, .profilePage .mast .section.infoBlock .secondaryContent:last-child { border: none; } .profilePage .infoBlock dt { font-size: 11px; margin-top: 5px; } .profilePage .infoBlock dd { margin-bottom: 5px; } .profilePage .mast .shareControl { margin-top: 10px; } /* ***************************** */ /** [ Items...........(count) ] **/ .textWithCount { overflow: hidden; zoom: 1; } .textWithCount .text { float: left; } .textWithCount .count { float: right; } .textWithCount.subHeading .text { color: rgb(0, 0, 0); } .textWithCount.subHeading .count { margin: -3px 0; padding: 2px 6px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border: 1px solid rgb(240, 239, 230); background-color: #fff4e5; color: rgb(0, 0, 0); } /** ************************ **/ .profilePage .primaryUserBlock { border-top: 1px solid rgb(231, 229, 220); } .profilePage .primaryUserBlock .mainText { padding-bottom: 36px; } .profilePage .primaryUserBlock .followBlock { float: right; font-size: 11px; text-align: right; overflow: hidden; zoom: 1; } .profilePage .primaryUserBlock .followBlock li { float: right; margin-left: 10px; } .profilePage .primaryUserBlock .followBlock .muted { font-size: 10px; clear: both; } .profilePage .primaryUserBlock h1 { font-size: 18pt; } .profilePage .primaryUserBlock .userStatus { font-size: 11pt; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.4; font-style: italic; font-size: 9pt; padding-top: 5px; margin-top: 5px; } .profilePage .primaryUserBlock .deleteSpam { font-size: 11px; margin-left: 10px; } .profilePage .primaryUserBlock .lastActivity { font-size: 11px; padding-top: 5px; margin-top: 5px; border-top: 1px solid rgb(231, 229, 220); } .profilePage .primaryUserBlock .userStatus .DateTime { color: rgb(150,150,150); font-size: 10px; } .profilePage .primaryUserBlock .primaryContent, .profilePage .primaryUserBlock .secondaryContent { padding-left: 20px; border: none; } .profilePage .tabs.mainTabs { padding: 0 20px; margin-top: -23px; min-height: 23px; height: auto; position: relative; /* ensure separate stacking context from .mainText */ background: rgb(248, 248, 240); } .profilePage .tabs.mainTabs li a { padding-left: 22px; padding-right: 22px; line-height: 22px; height: 22px; font-weight: bold; } .profilePage .tabs.mainTabs li a:hover { background-color: rgb(255, 255, 255); } .profilePage .tabs.mainTabs li.active a { background-color: rgb(251, 251, 251); } .profilePage .profileContent { margin-left: 20px; } .profilePage .profilePoster { padding-bottom: 10px; position: relative; } .profilePage .profilePoster textarea { height: 54px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; *width: 98%; resize: vertical; } .profilePage .profilePoster .submitUnit { margin-top: 5px; text-align: right; } .profilePage .profileContent .InlineMod { overflow: hidden; zoom: 1; } .contactInfo, .aboutPairs { width: 500px; } .contactInfo dl, .aboutPairs dl { margin-bottom: 5px; } .contactInfo dt, .aboutPairs dt { width: 30%; } .contactInfo dd, .aboutPairs dd { width: 68%; } .aboutPairs { margin-bottom: 1em; } .signature { font-size: 11pt; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.4; /*border: 1px solid rgb(231, 229, 220); padding: 10px;*/ } /* --- message_simple.css --- */ /* inline mod stuff */ .messageSimpleList .messageSimple.InlineModChecked { background: rgb(255, 255, 200) url('/forum/styles/default/xenforo/gradients/category-23px-light.png') repeat-x top; } /* note that .messageSimple needs to be enclosed in a .messageSimpleList container */ .messageSimple { overflow: hidden; zoom: 1; padding: 0; padding-bottom: 10px; margin: 10px 0; } .messageSimple .avatar { float: left; } .messageSimple .messageInfo { margin-left: 65px; } .messageSimple .messageInfo { } .messageSimple .messageContent { min-height: 35px; } .messageSimple .messageContent article, .messageSimple .messageContent blockquote { display: inline; } .messageSimple .poster { font-weight: bold; } .messageSimple .messageMeta { overflow: hidden; zoom: 1; font-size: 11px; line-height: 14px; padding-top: 5px; } .messageSimple .privateControls { float: left; } .messageSimple .privateControls .item { float: left; margin-right: 10px; } .messageSimple .publicControls { float: right; } .messageSimple .publicControls .item { float: left; margin-left: 10px; } .messageNotices li { font-size: 11px; background: rgb(240, 239, 230) url('/forum/styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top; padding: 5px; margin: 10px 0; border: 1px solid rgb(240, 239, 230); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; line-height: 16px; } .messageNotices .icon { float: right; width: 16px; height: 16px; background: url('/forum/styles/default/xenforo/xenforo-ui-sprite.png') no-repeat 1000px 1000px; } .messageNotices .warningNotice .icon { background-position: -48px -32px; } .messageNotices .deletedNotice .icon { background-position: -64px -32px; } .messageNotices .moderatedNotice .icon {background-position: -32px -16px; } /* deleted / ignored message placeholder */ .messageSimpleList .messageSimple.placeholder { border: none; margin: 10px 0; padding: 0; } .messageSimpleList .placeholder .placeholderContent { overflow: hidden; zoom: 1; border: 1px solid rgb(231, 229, 220); background: rgb(248, 248, 240) url('/forum/styles/default/xenforo/gradients/category-23px-light.png') repeat-x top; padding: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; color: rgb(197, 193, 179); font-size: 11px; } .messageSimpleList .placeholder a.avatar { float: left; margin-right: 5px; display: block; } .messageSimpleList .placeholder a.avatar img { width: 24px; height: 24px; display: block; } .messageSimpleList .placeholder .privateControls { margin-top: 2px; } /* likes and comments */ .messageSimple .messageResponse { margin-top: 10px; font-size: 11px; max-width: 400px; _width: 400px; } .messageSimple .comment, .messageSimple .secondaryContent { overflow: hidden; zoom: 1; margin-top: 2px; padding: 5px; } .messageSimple .comment .avatar img { float: left; width: 32px; height: 32px; } .messageSimple .comment .commentInfo, .messageSimple .comment .elements { margin-left: 42px; } .messageSimple .comment .commentContent { min-height: 19px; } .messageSimple .commentContent article, .messageSimple .commentContent blockquote { display: inline; } .messageSimple .comment .commentControls { margin-top: 5px; } .messageSimple .comment .commentControls .item { margin-left: 10px; } .messageSimple .comment textarea { display: block; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; *width: 96%; max-height: 100px; resize: vertical; } .messageSimple .comment .submit { margin-top: 5px; text-align: right; } /* FILE ARCHIVED ON 07:10:23 Sep 02, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:23:28 Feb 08, 2023. 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): captures_list: 86.725 exclusion.robots: 0.082 exclusion.robots.policy: 0.076 cdx.remote: 0.057 esindex: 0.008 LoadShardBlock: 36.27 (3) PetaboxLoader3.datanode: 408.915 (4) CDXLines.iter: 15.352 (3) load_resource: 417.037 PetaboxLoader3.resolve: 37.836 */