Path: blob/master/webroot/rsrc/css/application/base/main-menu-view.css
12242 views
/**1* @provides phabricator-main-menu-view2* @requires phui-theme-css3*/456/* - Main Menu -----------------------------------------------------------------78Main menu at the top of every page that has chrome. It reacts to resolution9changes in order to behave reasonably on tablets and phones.1011*/1213.phabricator-main-menu {14position: relative;15}1617.phabricator-main-menu-background {18min-height: 44px;19}2021.device-desktop .phabricator-main-menu {22height: 44px;23padding-right: 4px;24}2526.phabricator-main-menu a:hover {27text-decoration: none;28}293031/* - Logo ----------------------------------------------------------------------3233The "Phabricator" logo group in the main menu. On tablet and phone devices,34this shows a "reveal" button to expand/collapse the rest of the menu.3536*/3738.device-desktop .phabricator-main-menu-group-logo {39float: left;40}4142.phabricator-main-menu-brand {43height: 44px;44float: left;45margin-right: 6px;46padding-left: 6px;47}4849.phabricator-main-menu-eye {50margin: 2px 0;51width: 40px;52height: 40px;53float: left;54display: block;55background-image: url(/rsrc/image/logo/light-eye.png);56background-size: 40px 40px;57}5859.device-desktop .phabricator-main-menu-brand:hover {60background-color: rgba({$alphagrey},.2);61cursor: hand;62}6364.device-phone .phabricator-wordmark {65display: none;66}6768.phabricator-wordmark {69float: left;70color: #fff;71font-size: 18px;72margin: 9px 4px 9px 6px;73padding-right: 8px;74max-width: 175px;75overflow: hidden;76white-space: nowrap;77}7879/* - Expand/Collapse Button ----------------------------------------------------8081On phones, the menu switches to a vertical layout and uses a button to expand82or collapse the items.8384*/8586.phabricator-menu-button-icon {87width: 20px;88height: 32px;89float: left;90margin: 10px 8px 0 8px;91}9293.phabricator-menu-button-icon.phui-icon-view {94font-size: 20px;95height: 20px;96width: 20px;97color: {$hoverwhite};98text-align: center;99vertical-align: middle;100line-height: 24px;101}102103.phabricator-expand-application-menu,104.phabricator-expand-search-menu {105float: right;106}107108.device-desktop .phabricator-main-menu-search-button,109.device-desktop .phabricator-main-menu-expand-button {110display: none;111}112113114/* - Search --------------------------------------------------------------------115116The main search input in the menu bar.117118*/119120.device-desktop .phabricator-main-menu-search {121width: 298px;122}123124.device .phabricator-main-menu-search {125height: 40px;126}127128.phabricator-main-menu-search-container {129padding: 8px 0;130position: relative;131height: 24px;132margin: 0 8px 0 0;133}134135.phabricator-main-menu-search-target {136position: absolute;137top: 42px;138}139140.device-desktop .phabricator-main-menu-search-target {141width: 360px;142}143144.device .phabricator-main-menu-search-target {145width: 100%;146margin-left: -25px;147}148149.device .phabricator-main-menu-search-container {150padding: 4px 0;151margin: 0 4px;152}153154.phabricator-main-menu .phabricator-main-menu-search input {155outline: 0;156margin: 0;157box-shadow: none;158transition: none;159160color: {$bluetext};161width: 100%;162right: 0;163position: absolute;164font-size: {$normalfontsize};165border: none;166background-color: {$page.content};167height: 28px;168padding: 3px 28px 3px 48px;169float: left;170width: 280px;171}172173.device .phabricator-main-menu-search input {174height: 32px;175font-size: {$biggestfontsize};176width: 100%;177padding-left: 50px;178border: 1px solid {$lightblueborder};179}180181.phabricator-main-menu .phabricator-main-menu-search input:focus {182background: {$page.content};183opacity: 1;184color: {$darkbluetext};185box-shadow: none;186}187188.phabricator-main-menu-search input.jx-typeahead-placeholder {189color: {$bluetext};190}191192.phabricator-main-menu-search button {193color: {$bluetext};194position: absolute;195background: transparent;196border: none;197outline: none;198box-shadow: none;199text-shadow: none;200min-width: 0;201height: 24px;202width: 28px;203top: 9px;204right: -6px;205margin: 0 8px 0 0;206padding: 0;207border-radius: 0;208}209210.phabricator-main-menu-search button.phabricator-main-menu-search-dropdown {211position: absolute;212right: auto;213left: 12px;214width: 40px;215background: {$greybackground};216z-index: 1;217}218219.device-desktop .phabricator-main-menu-search220button.phabricator-main-menu-search-dropdown {221height: 24px;222top: 10px;223border-radius: 3px;224}225226.device-desktop .phabricator-main-menu-search227button.phabricator-main-menu-search-dropdown:hover .phui-icon-view {228color: {$sky};229}230231.device .phabricator-main-menu-search232button.phabricator-main-menu-search-dropdown {233left: 2px;234background: {$greybackground};235}236237button.phabricator-main-menu-search-dropdown .caret:before,238a.phabricator-core-user-menu .caret:before {239content: "\f107";240font-family: FontAwesome;241}242243.phabricator-main-menu-search button.phabricator-main-menu-search-dropdown244.phui-icon-view {245color: {$bluetext};246font-size: 15px;247top: 4px;248left: 8px;249position: absolute;250}251252.phabricator-main-menu-search-dropdown .caret {253position: absolute;254right: 20px;255top: 2px;256border: none;257margin-top: 1px;258}259260.phabricator-main-menu-search button:hover {261color: {$sky};262}263264.device .phabricator-main-menu-search button {265top: 6px;266border-radius: 0;267height: 28px;268right: -6px;269}270271.phabricator-main-menu-search-target div.jx-typeahead-results {272background: {$page.content};273word-wrap: break-word;274overflow-y: auto;275box-shadow: {$dropshadow};276border: 1px solid {$lightgreyborder};277border-radius: 3px;278margin-left: -64px;279}280281.device .phabricator-main-menu-search-target div.jx-typeahead-results {282margin-left: 28px;283}284285.phabricator-main-search-typeahead-result .phabricator-search-icon {286width: 28px;287height: 28px;288position: absolute;289top: 8px;290left: 8px;291font-size: 24px;292text-align: center;293vertical-align: bottom;294}295296.phabricator-main-search-typeahead-result {297display: block;298padding: 6px 8px 8px 44px;299background-position: 8px;300background-size: 30px 30px;301background-repeat: no-repeat;302position: relative;303}304305.phabricator-main-search-typeahead-result .result-name {306display: block;307font-size: {$normalfontsize};308font-weight: bold;309color: {$darkgreytext};310}311312.phabricator-main-search-typeahead-result.result-closed {313opacity: .8;314-webkit-filter: grayscale(100%);315filter: grayscale(100%);316}317318.phabricator-main-search-typeahead-result.result-closed319.result-name {320text-decoration: line-through;321color: {$lightgreytext};322}323324.phabricator-main-search-typeahead-result.has-image {325padding-left: 48px;326}327328.phabricator-main-search-typeahead-result .result-type {329color: {$lightgreytext};330font-size: {$smallestfontsize};331font-weight: normal;332}333334.device .phabricator-application-menu-expanded.phabricator-search-menu-expanded335.phabricator-search-menu {336padding: 0;337}338339.device-phone .phabricator-main-search-typeahead-result .result-name {340font-size: {$biggestfontsize};341}342343.device-phone .phabricator-main-search-typeahead-result .result-type {344font-size: {$normalfontsize};345}346347348/* - Alert ---------------------------------------------------------------------349350Alert menus are like icon menus but don't obey collapse rules.351352*/353354.phabricator-main-menu-alerts {355display: inline-block;356float: left;357padding: 4px 0;358}359360.alert-notifications {361float: left;362}363364.alert-notifications .phui-icon-view {365color: {$hoverwhite};366}367368.device-desktop .alert-notifications:hover {369margin-top: -2px;370transition-duration: .2s;371372/* See T13508. Avoid animation flickering behavior if the user's cursor is373at the very bottom of the element. */374padding-bottom: 2px;375}376377.device-desktop .alert-notifications:hover .phui-icon-view {378color: #fff;379}380381.phabricator-main-menu-alert-icon,382.phabricator-main-menu-message-icon,383.phabricator-main-menu-setup-icon {384width: 18px;385height: 18px;386float: left;387padding: 8px 6px 8px 4px;388color: #fff;389font-size: 18px;390line-height: 20px;391text-align: right;392}393394.phui-icon-view.menu-icon-selected {395color: #fff;396}397398.phabricator-main-menu-alert-icon {399font-size: 16px;400margin-top: 2px;401}402403.setup-unread .phui-icon-view.phabricator-main-menu-setup-icon {404color: #ecf36c;405font-size: 16px;406margin-top: 2px;407width: 15px;408}409410.setup-unread .phabricator-main-menu-setup-count {411color: #ecf36c;412margin-top: 10px;413}414415.device-desktop .alert-notifications.setup-unread:hover .phui-icon-view {416color: #ecf36c;417}418419.phabricator-main-menu-alert-count,420.phabricator-main-menu-message-count,421.phabricator-main-menu-setup-count {422color: #fff;423text-align: center;424display: none;425float: left;426margin: 11px 6px 0 -2px;427font-size: {$smallerfontsize};428}429430.device-phone .alert-unread .phabricator-main-menu-alert-count,431.device-phone .message-unread .phabricator-main-menu-message-count,432.device-phone .setup-unread .phabricator-main-menu-setup-count {433display: none;434}435436.alert-unread .phabricator-main-menu-alert-icon,437.message-unread .phabricator-main-menu-message-icon,438.setup-unread .phabricator-main-menu-setup-icon {439color: #fff;440}441442.alert-unread .phabricator-main-menu-alert-count,443.message-unread .phabricator-main-menu-message-count,444.setup-unread .phabricator-main-menu-setup-count {445display: block;446}447448449/* - Core Menu -----------------------------------------------------------------450451Styles unique to the core menu (left button on mobile).452453*/454455.device .phabricator-search-menu {456display: none;457}458459.device-desktop .phabricator-search-menu {460float: right;461}462463.device .phabricator-search-menu-expanded .phabricator-search-menu {464display: block;465position: absolute;466top: 38px;467left: 8px;468right: 8px;469border: 1px solid {$lightblueborder};470border-radius: 3px;471box-shadow: {$dropshadow};472background: {$page.background};473}474475.device-desktop .phabricator-application-menu {476float: right;477}478479.device-desktop .phabricator-application-menu .phui-list-item-view,480.device-desktop .phabricator-application-menu .phui-list-item-name {481display: none;482}483484.phabricator-application-menu .phui-list-item-href {485display: block;486}487488.phabricator-application-menu .phui-list-item-icon.phui-font-fa {489font-size: 20px;490height: 20px;491width: 20px;492color: {$hoverwhite};493margin: 8px;494text-align: center;495vertical-align: middle;496}497498.device .phabricator-application-menu .phui-list-item-icon.phui-font-fa {499margin: 4px 12px 4px 0;500}501502.phabricator-application-menu .phui-list-item-icon.fa-plus {503line-height: 22px;504}505506.device-desktop .phabricator-application-menu507.core-menu-item.phui-list-item-view:hover508.phui-list-item-icon.phui-font-fa {509color: #fff;510}511512.device-desktop .phabricator-application-menu513.phui-list-item-view.core-menu-item {514display: block;515}516517.device-desktop .phabricator-application-menu .phui-list-item-view {518float: left;519position: relative;520min-width: 36px;521height: 36px;522margin-top: 4px;523}524525.device-desktop .phabricator-core-menu-icon {526top: 4px;527left: 4px;528}529530.device .phabricator-core-menu-icon {531left: 16px;532height: 24px;533width: 24px;534background-size: 24px;535margin: 2px;536}537538.phabricator-core-menu-icon {539position: absolute;540display: block;541width: 28px;542height: 28px;543}544545.phabricator-main-menu-dropdown.phui-list-sidenav {546position: absolute;547background: #fff;548top: 42px;549padding: 6px 0;550margin: 0 20px 0 0;551box-shadow: {$dropshadow};552border: 1px solid {$lightblueborder};553border-radius: 3px;554}555556.phabricator-main-menu-dropdown.phui-list-sidenav .phui-list-item-has-icon557.phui-list-item-href {558padding: 4px 40px 4px 12px;559white-space: nowrap;560}561562.phabricator-main-menu-dropdown.phui-list-sidenav .phui-list-item-type-label563.phui-list-item-name {564padding-left: 12px;565}566567/* - User Menu -----------------------------------------------------------------568569Styles unique to the user profile menu.570571*/572573.phabricator-core-user-menu {574float: right;575display: inline-block;576padding: 9px 24px 0 8px;577height: 35px;578position: relative;579}580581.phabricator-core-user-mobile-menu {582display: none;583}584585.phabricator-core-user-menu span.phui-icon-view.phuihead-small {586height: 24px;587width: 24px;588background-size: 24px;589border-radius: 3px;590display: inline-block;591margin: 1px 0 0 0;592}593594.phabricator-core-user-menu .phui-icon-view {595color: {$hoverwhite};596font-size: 18px;597margin: 4px 0 0 0;598}599600.phabricator-core-user-menu .caret {601position: absolute;602right: 17px;603top: 13px;604border: none;605margin: 1px;606color: {$hoverwhite};607}608609.phabricator-core-login-button {610float: right;611display: inline-block;612padding: 4px 12px;613border-radius: 3px;614margin: 8px 6px 4px;615border: 1px solid {$hoverwhite};616color: {$hoverwhite};617}618619.device-desktop .phabricator-core-login-button:hover {620border: 1px solid #fff;621color: #fff;622}623624.device-desktop .phabricator-core-user-menu:hover .caret,625.device-desktop .phabricator-core-user-menu:hover .phui-icon-view {626color: #fff;627}628629.device .phabricator-core-user-menu .caret {630display: none;631}632633.device .phabricator-core-user-mobile-menu {634display: block;635}636637.device .phabricator-core-user-menu {638padding: 9px 8px 0 8px;639}640641.device .phabricator-core-user-menu .phui-icon-view {642font-size: 20px;643margin: 3px 0 0 0;644}645646ul.phabricator-core-user-profile-object .phui-oi-objname {647font-size: {$biggestfontsize};648}649650ul.phabricator-core-user-profile-object li.phui-oi,651ul.phabricator-core-user-profile-object .phui-oi-name,652ul.phabricator-core-user-profile-object .phui-oi-content,653ul.phabricator-core-user-profile-object .phui-oi-subhead {654padding: 0;655margin: 0;656background: transparent;657}658659ul.phabricator-core-user-profile-object.phui-oi-list-simple .phui-oi-image {660height: 36px;661width: 36px;662}663664ul.phabricator-core-user-profile-object.phui-oi-list-simple665.phui-oi-content-box {666margin-left: 44px;667}668669670671/* - Print ---------------------------------------------------------------------672*/673674!print .phabricator-main-menu {675display: none;676}677678679