Path: blob/master/webroot/rsrc/css/phui/phui-document-pro.css
12241 views
/**1* @provides phui-document-view-pro-css2*/34.phui-document-view.phui-document-view-pro {5max-width: 800px;6padding: 16px 16px 32px 16px;7margin: 0 auto;8}910.phui-document-view.phui-document-view-pro.has-curtain {11max-width: 1132px;12}1314.printable .phui-document-view.phui-document-view-pro.has-curtain {15max-width: none;16}1718.device-desktop .phui-document-inner {19overflow: hidden;20}2122.device-desktop .has-curtain .phui-document-content-view {23display: table-cell;24}2526.printable .phui-document-content-view {27padding-right: 0;28}2930.device-desktop .phui-document-content-outer {31display: table;32width: 100%;33layout: fixed;34}3536/* Force very wide content, like tables with many columns, to scroll inside37the frame. See T13202. */38.phui-document-content-view {39max-width: 800px;40}4142.device-desktop .phui-document-content-inner {43display: table-row;44}4546.device-desktop .phui-document-curtain {47display: table-cell;48width: 300px;49}5051.printable .phui-document-curtain {52display: none;53}5455.phui-document-container {56background-color: {$page.content};57position: relative;58border-bottom: 1px solid {$document.border};59}6061.phui-document-view-pro-box,62.phui-document-properties {63max-width: 800px;64margin: 0 auto;65}6667body.printable {68background-color: #fff;69}7071.printable .phui-document-view-pro-box {72display: none;73}7475.printable .phui-document-container {76border: none;77}7879.printable .phui-document-container .phui-header-view .phui-header-subheader {80display: none;81}8283.printable .phui-document-container .phui-header-view .phui-header-col3 {84display: none;85}8687.device .phui-document-view-pro-box {88margin: 0 8px;89}9091.phui-document-view-pro-box .phui-property-list-section {92margin: 16px auto;93}9495.device .phui-document-view-pro-box .phui-property-list-section {96margin: 0 8px 16px;97}9899.device .phui-document-view-pro-box .phui-property-list-container {100padding: 24px 0 0 0;101}102103.device-phone .phui-document-view.phui-document-view-pro {104padding: 0 12px;105margin: 0 auto;106}107108.phui-document-view-pro .phui-document-toc {109position: absolute;110top: 34px;111left: -44px;112}113114.printable .phui-document-view-pro a.phui-document-toc {115display: none;116}117118.phui-document-view-pro .phui-document-toc-list {119margin: 8px;120border: 1px solid {$lightgreyborder};121border-radius: 3px;122box-shadow: {$dropshadow};123width: 260px;124position: absolute;125z-index: 30;126background-color: {$page.content};127top: 52px;128left: -40px;129}130131.device .phui-document-view-pro .phui-document-toc {132display: none;133}134135.phui-document-toc-list {136display: none;137}138139.phui-document-toc-open .phui-document-toc-list {140display: block;141}142143.phui-document-toc-open .phui-document-toc {144border-color: {$blueborder};145}146147.phui-document-view-pro .phui-document-toc-content {148margin: 8px 16px;149}150151.phui-document-view-pro .phui-document-toc-header {152font-weight: bold;153color: {$bluetext};154margin-bottom: 8px;155text-transform: uppercase;156font-size: {$smallerfontsize};157}158159.phui-document-view-pro .phui-document-toc-content li {160margin: 4px 8px 4px 0;161}162163.phui-document-view-pro .phui-document-toc-content a {164padding: 2px 0;165display: block;166text-decoration: none;167color: {$darkbluetext};168text-overflow: ellipsis;169overflow: hidden;170white-space: nowrap;171}172173.phui-document-view-pro .phui-document-toc-content a:hover {174color: {$anchor};175text-decoration: underline;176}177178.phui-document-view-pro .phui-document-toc-content li + ul {179margin: 4px 0 4px 8px;180}181182.phui-document-view-pro .phui-document-content .phabricator-remarkup {183padding: 16px 0;184line-height: 1.7em;185}186187.device-desktop .phui-document-view.phui-document-view-pro {188border: 0;189}190191.phui-document-view.phui-document-view-pro .phui-header-shell {192background: transparent;193border-bottom: 1px solid {$thinblueborder};194}195196.phui-document-view.phui-document-view-pro .phui-header-shell {197margin: 0;198padding: 16px 0 32px;199}200201.device-phone .phui-document-view.phui-document-view-pro .phui-header-shell {202margin: 0;203padding: 16px 0 20px;204}205206.phui-document-view.phui-document-view-pro .phui-header-tall207.phui-header-header {208font-size: 24px;209line-height: 30px;210color: {$blacktext};211}212213.device-phone .phui-document-view.phui-document-view-pro .phui-header-tall214.phui-header-header {215font-size: 18px;216}217218.device-phone .phui-document-view-pro .phui-header-subheader {219display: block;220padding: 8px 0 0 0;221}222223.phui-document-view-pro .phui-info-view {224margin: 16px 0;225}226227.phui-document-view-pro .phabricator-remarkup-embed-image-wide {228margin-left: -200px;229margin-right: -200px;230width: auto;231}232233.phui-document-view-pro .phabricator-remarkup-embed-image-wide img {234max-width: 1200px;235}236237@media (max-width: 1200px) {238.phui-document-view-pro .phabricator-remarkup-embed-image-wide {239margin-left: 0;240margin-right: 0;241width: auto;242}243244.phui-document-view-pro .phabricator-remarkup-embed-image-wide img {245max-width: inherit;246}247}248249.phui-document-view-pro-box {250margin-bottom: 24px;251}252253.phui-document-view-pro-box .phui-timeline-view {254padding: 16px 0 0 0;255background: none;256}257258.phui-document-view-pro-box .phui-timeline-wedge {259display: none;260}261262.phui-document-view-pro-box .phui-timeline-major-event .phui-timeline-group {263border: none;264}265266.phui-document-view-pro-box .phui-timeline-major-event .phui-timeline-content {267border: none;268}269270.device-desktop .phui-document-view-pro-box271.phui-timeline-event-view.phui-timeline-minor-event {272margin-left: 62px;273}274275.phui-document-view-pro-box .phui-timeline-title {276border-top-right-radius: 3px;277border-top-left-radius: 3px;278background-color: {$page.content};279border-bottom: 1px solid #F1F1F4;280}281282.phui-document-view-pro-box .phui-timeline-title-with-icon {283padding-left: 12px;284}285286.phui-document-view-pro-box .phui-timeline-icon-fill {287display: none;288}289290.phui-document-view-pro-box .phui-object-box {291margin: 0;292}293294.phui-document-view-pro-box .phui-object-box .remarkup-assist-textarea {295height: 9em;296}297298.document-has-foot .phui-document-view-pro {299padding-bottom: 0;300}301302.phui-document-foot-content {303margin: 64px 0 32px;304}305306307