@charset "UTF-8"; /* --- login_bar.css --- */ /** Login bar basics **/ #loginBar { color: rgb(255, 255, 255); background-color: rgb(0, 0, 96); border-bottom: 1px solid rgb(0, 0, 144); position: relative; z-index: 1; } #loginBar .ctrlWrapper { margin: 0 10px; } #loginBar .pageContent { padding-top: 5px; position: relative; _height: 0px; } #loginBar a { color: rgb(255, 255, 0); } #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: 12px; } #loginBar .rememberPassword { font-size: 12px; } #loginBar .textCtrl { color: rgb(255, 255, 255); background-color: rgb(0, 0, 102); border-color: rgb(0, 0, 144); } #loginBar .textCtrl[type=text] { font-weight: bold; font-size: 18px; color: rgb(255, 255, 255); } #loginBar .textCtrl:-webkit-autofill /* https://code.google.com/p/chromium/issues/detail?id=1334#c35 */ { background: rgb(0, 0, 102) !important; color: rgb(255, 255, 255); } #loginBar .textCtrl:focus { color: rgb(255, 255, 255); background: black none; } #loginBar input.textCtrl.disabled { color: rgb(255, 255, 255); background-color: rgb(0, 0, 96); 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(0, 0, 102); margin-right: 200px; 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: 12px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 96); padding: 0 10px; margin-right: 20px; border-bottom-right-radius: 10px; 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(0, 0, 96); } @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; } } /* --- notices.css --- */ .hasJs .FloatingContainer .Notice { display: none; } .FloatingContainer { position: fixed; width: 300px; z-index: 9997; top: auto; left: auto; bottom: 0; right: 20px; } .Notices .Notice .blockImage { padding: 10px 0 5px 10px; } .Notices .Notice .blockImage, .FloatingContainer .floatingImage { float: left; } .Notices .Notice .blockImage img, .FloatingContainer .floatingImage img { max-width: 48px; max-height: 48px; } .Notices .hasImage, .FloatingContainer .hasImage { margin-left: 64px; min-height: 52px; } .FloatingContainer .floatingItem { display: block; padding: 10px; font-size: 11px; position: relative; margin-bottom: 20px; border: 1px solid transparent; border-radius: 6px; box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); } .FloatingContainer .floatingItem.primary { background-repeat: repeat-x; background-position: top; border-color: rgb(0, 0, 144); } .FloatingContainer .floatingItem.secondary { color: rgb(0, 0, 96); background-color: rgb(91, 91, 214); border-color: rgb(0, 0, 144); } .FloatingContainer .floatingItem.dark { color: #fff; background: black; background: url(rgba.php?r=0&g=0&b=0&a=204); background: rgba(0,0,0, 0.8); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); border-color: #333; } .FloatingContainer .floatingItem.light { color: #000; background: white; background: url(rgba.php?r=255&g=255&b=255&a=204); background: rgba(255,255,255, 0.8); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); border-color: #ddd; } .FloatingContainer .floatingItem .title { font-size: 14px; padding-bottom: 5px; font-weight: bold; display: block; } .FloatingContainer .floatingItem .DismissCtrl { position: static; float: right; margin-left: 5px; margin-right: -5px; margin-top: -5px; } .Notices { display: none; } /* cookie notice */ .Notice.notice_-1 .noticeCookiesContent .noticeCookiesContentRow { text-align: center; } .Notice.notice_-1 .noticeCookiesContent .noticeCookiesContentRow.noticeCookiesContentButtonRow { margin-top: 10px; } @media (max-width:800px) { .Responsive .Notice.wide { display: none !important; } /* cookie notice */ .Responsive .Notice.notice_-1 .noticeContent { padding: 3px 3px 10px 3px; } .Responsive .Notice.notice_-1 .noticeCookiesContent .noticeCookiesContentRow { font-size: 12px; } .Responsive .Notice.notice_-1 .noticeCookiesContent .noticeCookiesContentRow.noticeCookiesContentButtonRow .button { font-size: 11px; padding: 0px 4px; border-radius: 5px; } } @media (max-width:610px) { .Responsive .Notice.medium { display: none !important; } } @media (max-width:480px) { .Responsive .Notice.narrow { display: none !important; } .Responsive .FloatingContainer { right: 50%; margin-right: -150px; } } /* --- panel_scroller.css --- */ .hasJs #Notices.PanelScroller { display: none; } .PanelScroller .scrollContainer, .PanelScrollerOff .panel { background-color: rgb(0, 0, 128); padding: 3px; margin-bottom: 10px; border: 1px solid rgb(0, 0, 144); border-radius: 5px; font-size: 13pt; } .PanelScroller .PanelContainer { position: relative; clear: both; width: 100%; overflow: auto; font-size: 11px; } .hasJs .PanelScroller .Panels { position: absolute; } .PanelScroller .Panels { clear: both; margin: 0; padding: 0; } .PanelScroller .panel, .PanelScrollerOff .panel { overflow: hidden; position: relative; padding: 0 !important; padding: 10px; } .PanelScroller .panel .noticeContent, .PanelScrollerOff .panel .noticeContent { padding: 10px; padding-right: 25px; line-height: 1; padding: 10px 25px 0 5px; } .panel .noticeContent p { margin: 0; } /** 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; color: rgb(255, 255, 255); background-color: rgb(0, 0, 144); padding: 3px 6px 2px; margin-left: -1px; float: left; display: block; position: relative; border: 1px solid rgb(0, 0, 144); border-radius: 5px; border-radius: 0; } .PanelScroller .navControls > a:first-child { border-bottom-left-radius: 5px; } .PanelScroller .navControls > a:last-child { border-bottom-right-radius: 5px; } .PanelScroller .navControls a:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(0, 0, 144); } .PanelScroller .navControls a.current { color: rgb(255, 255, 255); background-color: rgb(0, 0, 144); } .PanelScroller .navControls a .arrow { display: none; } .PanelScroller .navControls a.current span { display: block; line-height: 0px; width: 0px; height: 0px; border-top: 5px solid rgb(0, 0, 144); border-right: 5px solid transparent; border-bottom: 1px none black; border-left: 5px solid transparent; -moz-border-bottom-colors: rgb(0, 0, 144); position: absolute; } .PanelScroller .navControls a.current .arrow { border-top-color: rgb(0, 0, 144); top: 0px; left: 50%; margin-left: -5px; } .PanelScroller .navControls a .arrow span { border-top-color: rgb(0, 0, 128); top: -6px; left: -5px; } /* notices */ #Notices .panel .noticeContent { padding-right: 25px; }