@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Restrict header Remarkup color to phui-source-sans only

Summary: These colors only apply to documents, not normal Remarkup (like tasks). Also fix an issue where headers and ToCs are first.

Test Plan: view a number of different layouts in Phriction, Maniphest.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12585

+20 -11
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '305f7c85', 10 + 'core.pkg.css' => '5ca11af3', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => '6d16ff19', 13 13 'differential.pkg.css' => '3500921f', ··· 108 108 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 109 109 'rsrc/css/application/uiexample/example.css' => '528b19de', 110 110 'rsrc/css/core/core.css' => '76e8ee93', 111 - 'rsrc/css/core/remarkup.css' => '4203633b', 111 + 'rsrc/css/core/remarkup.css' => 'a59502c9', 112 112 'rsrc/css/core/syntax.css' => '56c1ba38', 113 113 'rsrc/css/core/z-index.css' => '5a2b9d9d', 114 114 'rsrc/css/diviner/diviner-shared.css' => '38813222', ··· 131 131 'rsrc/css/phui/phui-crumbs-view.css' => '594d719e', 132 132 'rsrc/css/phui/phui-document.css' => '94d5dcd8', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', 134 - 'rsrc/css/phui/phui-fontkit.css' => '81dab066', 134 + 'rsrc/css/phui/phui-fontkit.css' => 'ce228013', 135 135 'rsrc/css/phui/phui-form-view.css' => 'b147d2ed', 136 136 'rsrc/css/phui/phui-form.css' => 'f535f938', 137 137 'rsrc/css/phui/phui-header-view.css' => 'da4586b1', ··· 746 746 'phabricator-phtize' => 'd254d646', 747 747 'phabricator-prefab' => '6920d200', 748 748 'phabricator-profile-css' => '1a20dcbf', 749 - 'phabricator-remarkup-css' => '4203633b', 749 + 'phabricator-remarkup-css' => 'a59502c9', 750 750 'phabricator-search-results-css' => '15c71110', 751 751 'phabricator-shaped-request' => '7cbe244b', 752 752 'phabricator-side-menu-view-css' => '7e8c6341', ··· 789 789 'phui-document-view-css' => '94d5dcd8', 790 790 'phui-feed-story-css' => 'c9f3a0b5', 791 791 'phui-font-icon-base-css' => '3dad2ae3', 792 - 'phui-fontkit-css' => '81dab066', 792 + 'phui-fontkit-css' => 'ce228013', 793 793 'phui-form-css' => 'f535f938', 794 794 'phui-form-view-css' => 'b147d2ed', 795 795 'phui-header-view-css' => 'da4586b1',
+6 -6
webroot/rsrc/css/core/remarkup.css
··· 98 98 font-size: 1.625em; 99 99 line-height: 1.625em; 100 100 margin: 16px 0 4px; 101 - color: {$bluetext}; 102 101 } 103 102 104 103 .phabricator-remarkup h2.remarkup-header { 105 104 font-size: 1.5em; 106 105 line-height: 1.5em; 107 106 margin: 16px 0 4px; 108 - color: {$bluetext}; 109 107 } 110 108 111 109 .phabricator-remarkup h3.remarkup-header { 112 110 font-size: 1.375em; 113 111 line-height: 1.375em; 114 112 margin: 16px 0 4px; 115 - color: {$bluetext}; 116 113 } 117 114 118 115 .phabricator-remarkup h4.remarkup-header { 119 116 font-size: 1.25em; 120 117 line-height: 1.25em; 121 118 margin: 8px 0 4px; 122 - color: {$bluetext}; 123 119 } 124 120 125 121 .phabricator-remarkup h5.remarkup-header { 126 122 font-size: 1.125em; 127 123 line-height: 1.125em; 128 124 margin: 4px 0; 129 - color: {$bluetext}; 130 125 } 131 126 132 127 .phabricator-remarkup h6.remarkup-header { 133 128 font-size: 1em; 134 129 line-height: 1em; 135 130 margin: 4px 0; 136 - color: {$bluetext}; 137 131 } 138 132 139 133 .phabricator-remarkup blockquote { ··· 326 320 .phabricator-remarkup table.remarkup-table td { 327 321 background: #ffffff; 328 322 padding: 3px 6px; 323 + } 324 + 325 + body div.phabricator-remarkup.remarkup-has-toc 326 + .phabricator-remarkup-toc + .remarkup-header { 327 + margin-top: 0; 328 + padding-top: 0; 329 329 } 330 330 331 331 .phabricator-remarkup p:first-child,
+9
webroot/rsrc/css/phui/phui-fontkit.css
··· 34 34 line-height: 1.3em; 35 35 } 36 36 37 + .phui-font-source-sans .phabricator-remarkup h1.remarkup-header, 38 + .phui-font-source-sans .phabricator-remarkup h2.remarkup-header, 39 + .phui-font-source-sans .phabricator-remarkup h3.remarkup-header, 40 + .phui-font-source-sans .phabricator-remarkup h4.remarkup-header, 41 + .phui-font-source-sans .phabricator-remarkup h5.remarkup-header, 42 + .phui-font-source-sans .phabricator-remarkup h6.remarkup-header { 43 + color: {$bluetext}; 44 + } 45 + 37 46 .phui-font-source-sans .phabricator-remarkup h2.remarkup-header { 38 47 padding: 24px 24px 8px 0; 39 48 border-bottom: 1px solid {$thinblueborder};