Path: blob/master/webroot/rsrc/css/application/base/standard-page-view.css
12242 views
/**1* @provides phabricator-standard-page-view2*/34.phabricator-anchor-view,5.phabricator-anchor-navigation-marker {6position: absolute;7margin-top: -15px;8}910.phabricator-chromeless-page .phabricator-standard-page {11background: transparent;12border-width: 0px;13}1415.phabricator-standard-page-body {16clear: both;17}1819body.white-background {20background: {$page.content};21}2223.phabricator-standard-page-footer {24text-align: right;25margin: 44px 16px 16px;26padding: 12px 0;27border-top: 1px solid rgba({$alphagrey},.1);28color: {$greytext};29}3031.with-durable-column .phabricator-standard-page-footer {32margin: 36px 16px 28px;33}3435.device .phabricator-standard-page-footer {36margin: 24px 8px 16px;37}3839!print .phabricator-standard-page-footer {40display: none;41}4243.device-desktop .has-local-nav + .phabricator-standard-page-footer {44margin-left: 221px;45}4647.device .phabricator-side-menu-home + .phabricator-standard-page-footer {48display: none;49}5051.keyboard-shortcut-help {52margin: 4px 12px;53}5455.keyboard-shortcut-help td,56.keyboard-shortcut-help th {57padding: 6px;58vertical-align: middle;59}6061.keyboard-shortcut-help th {62white-space: nowrap;63color: {$greytext};64}6566.keyboard-shortcut-key {67display: inline-block;68min-width: 1em;69min-height: 1em;70padding: 4px 6px;71font-weight: normal;72text-align: center;73text-decoration: none;74border-radius: 3px;75box-shadow: inset 0 -1px 0 rgba({$alphablue}, 0.08);76user-select: none;77color: {$darkgreytext};78background: {$lightgreybackground};79border: 1px solid {$lightgreyborder};80}8182.keyboard-focus-focus-reticle {83position: absolute;8485box-sizing: border-box;86border-width: 0 6px 0 0;87border-style: solid;88border-color: {$yellow};89background: {$lightyellow};90}9192a.handle-status-closed {93text-decoration: line-through;94color: #676767;95}9697a.handle-status-closed:hover {98text-decoration: line-through;99color: #19558D;100}101102.handle-availability-none .perfect-circle {103color: {$red};104}105106.handle-availability-partial .perfect-circle {107color: {$orange};108}109110.handle-availability-no-email .perfect-circle {111color: {$violet};112}113114.handle-availability-disabled .perfect-circle {115color: {$greytext};116}117118.aphront-developer-error-callout {119position: relative;120padding: 2em;121background: #aa0000;122color: white;123text-align: center;124font-size: {$smallerfontsize};125}126127.phui-handle.phui-link-person {128/* Prevent linebreaks between user availability markers and usernames. */129white-space: nowrap;130}131132.phui-handle .phui-icon-view {133display: inline-block;134margin: 2px 2px -2px 0;135}136137.jx-scrollbar-frame {138position: relative;139overflow: hidden;140}141142.jx-scrollbar-viewport {143position: absolute;144overflow-x: hidden;145overflow-y: scroll;146top: 0;147bottom: 0;148left: 0;149right: 0;150}151152.jx-scrollbar-test {153position: absolute;154left: -300px;155}156157.jx-scrollbar-bar {158position: absolute;159top: 0;160right: 0;161bottom: 7px;162width: 11px;163}164165.jx-scrollbar-bar .jx-scrollbar-handle {166position: absolute;167right: 2px;168-webkit-border-radius: 7px;169-moz-border-radius: 7px;170border-radius: 7px;171min-height: 10px;172width: 7px;173opacity: 0;174-webkit-transition: opacity 0.2s linear;175-moz-transition: opacity 0.2s linear;176-o-transition: opacity 0.2s linear;177-ms-transition: opacity 0.2s linear;178transition: opacity 0.2s linear;179background: #6c6e71;180-webkit-background-clip: padding-box;181-moz-background-clip: padding;182}183184.jx-scrollbar-bar:hover .jx-scrollbar-handle {185opacity: 0.7;186-webkit-transition: opacity 0 linear;187-moz-transition: opacity 0 linear;188-o-transition: opacity 0 linear;189-ms-transition: opacity 0 linear;190transition: opacity 0 linear;191}192193.jx-scrollbar-bar .jx-scrollbar-visible {194opacity: 0.7;195}196197.jx-scrollbar-link {198position: absolute;199left: -50px;200}201202.phabricator-standard-page-tabs {203padding: 0 32px;204margin-bottom: 32px;205background: {$page.content};206box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);207}208209.device .phabricator-standard-page-tabs {210margin-bottom: 20px;211padding: 0 12px;212}213214.device-phone .phabricator-standard-page-tabs {215text-align: center;216}217218.device-phone219.phabricator-standard-page-tabs.phui-list-view.phui-list-tabbar > li {220display: inline-block;221float: none;222}223224.phabricator-standard-page-tabs.phui-list-tabbar .phui-list-item-href {225padding: 12px 24px;226}227228229