/** * @provides phabricator-main-menu-view */ /* - Main Menu ----------------------------------------------------------------- Main menu at the top of every page that has chrome. It reacts to resolution changes in order to behave reasonably on tablets and phones. */ .phabricator-main-menu { background: #2d3236; background-image: url(/rsrc/image/main_texture.png); background-repeat: repeat-x; position: relative; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); z-index: 6; min-height: 44px; } .phabricator-main-menu a:hover { text-decoration: none; } /* - Logo ---------------------------------------------------------------------- The "Phabricator" logo group in the main menu. On tablet and phone devices, this shows a "reveal" button to expand/collapse the rest of the menu. */ .device-desktop .phabricator-main-menu-group-logo { float: left; } .phabricator-main-menu-logo { display: inline-block; height: 44px; width: 170px; margin-right: 12px; background: 6px 9px url(/rsrc/image/header_logo.png) no-repeat; } /* - Expand/Collapse Button ---------------------------------------------------- On phones, the menu switches to a vertical layout and uses a button to expand or collapse the items. */ .phabricator-main-menu-expand-button { position: absolute; right: 10px; top: 10px; display: block; width: 40px; height: 28px; text-align: center; background: #22292d url(/rsrc/image/lines.png) no-repeat 8px 6px; border-radius: 6px; border: 1px solid #111111; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); } .device-desktop .phabricator-main-menu-expand-button { display: none; } .device-tablet .phabricator-main-menu-expand-button, .device-phone .phabricator-main-menu-expand-button { display: block; } .phabricator-core-menu-expand .phabricator-main-menu-expand-button { background-color: #55595d; } /* - Search -------------------------------------------------------------------- The main search input in the menu bar. */ .device-desktop .phabricator-main-menu-search { width: 220px; } .phabricator-main-menu-search-container { padding: 10px 0; position: relative; height: 24px; } .phabricator-main-menu-search-target { position: absolute; top: 46px; } .device-desktop .phabricator-main-menu-search-target { width: 320px; margin-left: -150px; } .device-tablet .phabricator-main-menu-search-target, .device-phone .phabricator-main-menu-search-target { width: 100%; margin-left: -25px; } .device-desktop .phabricator-main-menu-search-container { margin: 0 8px 0 50px; } .device-tablet .phabricator-main-menu-search-container, .device-phone .phabricator-main-menu-search-container { margin: 0 18px 0 60px; } .phabricator-main-menu-search input { outline: 0; margin: 0; width: 100%; right: 0; position: absolute; border: 1px solid #333333; border-radius: 12px; background: #555555; height: 12px; line-height: 12px; box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); padding: 6px 32px 6px 10px; } .phabricator-main-menu-search input:focus { background: #c9c9c9; } .phabricator-main-menu-search input.jx-typeahead-placeholder { color: #999999; } .phabricator-main-menu-search button { position: absolute; color: transparent; background: transparent 5px 6px url(/rsrc/image/search.png) no-repeat; border: none; outline: none; box-shadow: none; text-shadow: none; min-width: 0; height: 20px; width: 20px; top: 11px; right: 6px; } .phabricator-main-menu-search-target div.jx-typeahead-results { border-radius: 4px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35); border: 1px solid #33393d; } .phabricator-main-menu-search-target div.jx-typeahead-results a.jx-result { border: 0; } .phabricator-main-menu-search-target div.jx-typeahead-results a.focused, .phabricator-main-menu-search-target div.jx-typeahead-results a:hover { background: #3875d7; } .phabricator-main-search-typeahead-result { display: block; padding: 4px 4px 4px 38px; background-position: 4px 4px; background-size: 25px 25px; background-repeat: no-repeat; } .phabricator-main-search-typeahead-result .result-name { display: block; font-weight: bold; color: #444444; } .focused .phabricator-main-search-typeahead-result .result-name, a:hover .phabricator-main-search-typeahead-result .result-name { color: #eeeeee; } .phabricator-main-search-typeahead-result .result-type { color: #888888; } .focused .phabricator-main-search-typeahead-result .result-type, a:hover .phabricator-main-search-typeahead-result .result-type { color: #dddddd; } /* - Alert --------------------------------------------------------------------- Alert menus are like icon menus but don't obey collapse rules. */ .phabricator-main-menu-alert-bubble { display: inline-block; position: relative; width: 26px; height: 26px; margin-bottom: 9px; } .phabricator-main-menu-alert-bubble.alert-unread { width: 46px; } .phabricator-main-menu-alert-icon { position: absolute; width: 14px; height: 14px; top: 4px; left: 5px; } .phabricator-main-menu-alert-count { position: absolute; font-weight: bold; line-height: 22px; top: 1px; right: 8px; left: 20px; color: #ffffff; text-align: center; display: none; } .phabricator-main-menu-alert-item { width: 26px; height: 26px; margin: 9px; display: block; } .alert-unread .phabricator-main-menu-alert-count { display: block; } /* - Core Menu ----------------------------------------------------------------- */ .phabricator-core-menu-icon { position: absolute; display: block; width: 26px; height: 26px; } .phabricator-core-menu-profile-image { background-size: 26px 26px; } .device-phone .phabricator-core-menu, .device-tablet .phabricator-core-menu { display: none; } .device-phone .phabricator-core-menu-expand .phabricator-core-menu, .device-tablet .phabricator-core-menu-expand .phabricator-core-menu { display: block; } .device-phone .phabricator-core-menu, .device-tablet .phabricator-core-menu, .device-phone .phabricator-core-menu a.phabricator-menu-item-type-link, .device-tablet .phabricator-core-menu a.phabricator-menu-item-type-link { color: #ffffff; } .device-phone .phabricator-core-menu .phabricator-menu-item-view, .device-tablet .phabricator-core-menu .phabricator-menu-item-view { display: block; padding: 4px 0; border-width: 1px 0; border-style: solid; border-color: #35383b transparent #282b2d; } .device-phone .phabricator-core-menu .phabricator-menu-item-type-label, .device-tablet .phabricator-core-menu .phabricator-menu-item-type-label { text-transform: uppercase; font-size: 11px; background: #151719; padding-left: 12px; } .device-phone .phabricator-core-menu .phabricator-menu-item-type-link, .device-tablet .phabricator-core-menu .phabricator-menu-item-type-link { font-size: 15px; min-height: 30px; } .device-phone .phabricator-core-menu .phabricator-menu-item-type-link .phabricator-menu-item-name, .device-tablet .phabricator-core-menu .phabricator-menu-item-type-link .phabricator-menu-item-name { margin-left: 40px; line-height: 26px; } .device-desktop .phabricator-core-menu { position: absolute; right: 0; top: 0; vertical-align: top; } .device-desktop .phabricator-core-menu .phabricator-menu-item-name { display: none; } .device-desktop .phabricator-core-menu .phabricator-menu-item-view { display: block; float: left; position: relative; min-width: 38px; height: 44px; } .device-desktop .phabricator-core-menu .phabricator-core-item-device { display: none; } .device-desktop .phabricator-core-menu-icon { top: 9px; left: 6px; } .device-phone .phabricator-core-menu-icon, .device-tablet .phabricator-core-menu-icon { left: 6px; } .device-desktop .phabricator-core-menu .phabricator-core-menu-item-profile { border-width: 0 1px; border-style: solid; border-color: #44494d; margin: 0 8px; }