Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/remarkup.css
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .phabricator-remarkup tt.remarkup-monospaced { | .phabricator-remarkup tt.remarkup-monospaced { | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| background: rgba({$alphablue},0.1); | background: rgba({$alphablue},0.1); | ||||
| padding: 1px 4px; | padding: 1px 4px; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| white-space: pre-wrap; | white-space: pre-wrap; | ||||
| /* See T13564. This is a narrow control for PDF printing behavior in | |||||
| Chrome. */ | |||||
| line-break: anywhere; | |||||
| overflow-wrap: anywhere; | |||||
| } | } | ||||
| /* NOTE: You can currently produce this with [[link | `name`]]. Restore the | /* NOTE: You can currently produce this with [[link | `name`]]. Restore the | ||||
| link color. */ | link color. */ | ||||
| .phabricator-remarkup a tt.remarkup-monospaced { | .phabricator-remarkup a tt.remarkup-monospaced { | ||||
| color: {$anchor}; | color: {$anchor}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 392 Lines • ▼ Show 20 Lines | .phabricator-remarkup-embed-image-wide img { | ||||
| height: auto; | height: auto; | ||||
| max-width: 100%; | max-width: 100%; | ||||
| } | } | ||||
| .phabricator-remarkup .remarkup-table-wrap { | .phabricator-remarkup .remarkup-table-wrap { | ||||
| overflow-x: auto; | overflow-x: auto; | ||||
| } | } | ||||
| !print .phabricator-remarkup .remarkup-table-wrap { | |||||
| overflow-x: hidden; | |||||
| } | |||||
| .phabricator-remarkup table.remarkup-table { | .phabricator-remarkup table.remarkup-table { | ||||
| border-collapse: separate; | border-collapse: separate; | ||||
| border-spacing: 1px; | border-spacing: 1px; | ||||
| background: {$lightblueborder}; | background: {$lightblueborder}; | ||||
| margin: 12px 0; | margin: 12px 0; | ||||
| word-break: normal; | word-break: normal; | ||||
| } | } | ||||
| .phabricator-remarkup table.remarkup-table th { | .phabricator-remarkup table.remarkup-table th { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| padding: 4px 6px; | padding: 4px 6px; | ||||
| background: {$lightbluebackground}; | background: {$lightbluebackground}; | ||||
| } | } | ||||
| .phabricator-remarkup table.remarkup-table td { | .phabricator-remarkup table.remarkup-table td { | ||||
| background: {$page.content}; | background: {$page.content}; | ||||
| padding: 3px 6px; | padding: 3px 6px; | ||||
| } | } | ||||
| !print .phabricator-remarkup table.remarkup-table td { | |||||
| /* See T13564. This is a narrow control for PDF printing behavior in | |||||
| Chrome. */ | |||||
| line-break: anywhere; | |||||
| overflow-wrap: anywhere; | |||||
| } | |||||
| body div.phabricator-remarkup.remarkup-has-toc | body div.phabricator-remarkup.remarkup-has-toc | ||||
| .phabricator-remarkup-toc + .remarkup-header { | .phabricator-remarkup-toc + .remarkup-header { | ||||
| margin-top: 0; | margin-top: 0; | ||||
| padding-top: 0; | padding-top: 0; | ||||
| } | } | ||||
| body .phabricator-standard-page div.phabricator-remarkup *:first-child, | body .phabricator-standard-page div.phabricator-remarkup *:first-child, | ||||
| body .phabricator-standard-page div.phabricator-remarkup .remarkup-header + * { | body .phabricator-standard-page div.phabricator-remarkup .remarkup-header + * { | ||||
| ▲ Show 20 Lines • Show All 377 Lines • Show Last 20 Lines | |||||