Path: blob/master/webroot/rsrc/css/phui/phui-document.css
12241 views
/**1* @provides phui-document-view-css2*/34.phui-document-view {5margin-bottom: 16px;6border-radius: 3px;7position: relative;8}910.device-desktop .phui-document-view {11border: 1px solid {$lightblueborder};12max-width: 960px;13margin: 16px auto;14}1516.device-desktop .phui-document-box {17max-width: 996px;18margin: 24px auto;19}2021.device-desktop .phui-document-fluid .phui-document-view {22max-width: none;23margin: 16px;24}2526/* Fix so that Phriction Document preview is the same width as the document */27.device-desktop .phui-remarkup-preview .phui-document-view {28width: 800px;29}3031.phui-document-content .phui-header-shell {32border-top: none;33border-bottom: 1px solid {$lightblueborder};34}3536.phui-document-content37.phui-header-shell.phui-header-no-background {38border-bottom: 1px solid {$thinblueborder};39margin: 0 0 16px 0;40}4142.phui-document-content43.phui-header-shell.phui-header-no-background44.phui-header-view {45padding: 8px 0 4px;46}4748.legalpad .phui-document-content .phui-property-list-view {49border: none;50box-shadow: none;51border-radius: 3px;52margin: 16px 0 0 0;53background-color: {$bluebackground};54}5556.phui-document-content {57background: {$page.content};58}5960.phui-document-content .phabricator-remarkup {61padding: 16px;62font-size: 14px;63}6465.phui-document-view.has-no-curtain66.phui-header-action-links .phui-mobile-menu {67display: block;68}6970.device-phone .phui-document-content .phabricator-remarkup {71padding: 8px;72}7374.phui-document-content .phabricator-remarkup .remarkup-code-block {75clear: both;76margin: 16px 0;77}7879.phui-document-view .phui-info-severity-nodata {80background-color: {$lightgreybackground};81}8283.phui-document-view .phui-property-list-section-header {84padding: 20px 24px 0px;85border-top: none;86}8788.phui-document-view .phui-property-list-text-content {89padding: 0 24px 4px;90}9192.phui-document-view .PhabricatorMonospaced,93.phui-document-view .phabricator-remarkup .remarkup-code-block .remarkup-code {94font: 12px/18px "Menlo", "Consolas", "Monaco", monospace;95}9697.platform-windows .phui-document-view .PhabricatorMonospaced,98.platform-windows .phui-document-view .phabricator-remarkup .remarkup-code-block99.remarkup-code {100font: 13px/18px "Menlo", "Consolas", "Monaco", monospace;101}102103.phui-document-version-navigation {104text-align: center;105padding: 8px;106background-color: {$lightgreybackground};107}108109110