[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phriction-document-css 3 */ 4 5 .phriction-header { 6 background: #eeeeee; 7 border-bottom: 1px solid #dddddd; 8 padding: 1em; 9 } 10 11 .phriction-header a.button { 12 float: right; 13 margin: 0em 0em 0em 1%; 14 } 15 16 .phriction-header h1 { 17 margin: 4px 0; 18 } 19 20 .phriction-breadcrumbs { 21 font-size: 12px; 22 color: {$greytext}; 23 } 24 25 .phriction-document-crumbs a { 26 font-weight: bold; 27 } 28 29 .phriction-children ul { 30 margin-left: 30px; 31 padding-bottom: 10px; 32 list-style: circle; 33 color: {$lightgreytext}; 34 } 35 36 .phriction-children-header { 37 background: {$lightgreybackground}; 38 padding: 8px 0 8px 16px; 39 font-weight: bold; 40 margin-bottom: 15px; 41 border-bottom: 1px solid {$lightblueborder}; 42 color: {$bluetext}; 43 text-shadow: 0 1px 2px #fff; 44 } 45 46 .phriction-document-history-diff .phui-object-item-list-view { 47 padding: 0 16px; 48 } 49 50 .phriction-revert-table { 51 width: 100%; 52 } 53 54 .phriction-revert-table td { 55 text-align: center; 56 width: 50%; 57 padding: 8px 0; 58 margin: 0 16px; 59 background-color: {$lightbluebackground}; 60 border-top: 1px solid {$lightblueborder}; 61 } 62 63 .phriction-history-nav-table { 64 width: 100%; 65 } 66 67 .phriction-history-nav-table td { 68 width: 50%; 69 color: {$darkgreytext}; 70 } 71 72 .phriction-history-nav-table td { 73 padding: 0 12px 12px; 74 background-color: #E5E8EE; 75 } 76 77 .phriction-history-nav-table td.nav-next { 78 text-align: right; 79 } 80 81 .phui-document-content .phriction-link { 82 font-weight: bold; 83 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |