Path: blob/master/webroot/rsrc/css/diviner/diviner-shared.css
12241 views
/**1* @provides diviner-shared-css2*/34.diviner-monospace {5font-family: monospace;6font-size: 13px;7}89.diviner-table-view {10margin: 0 0 24px;11}1213.device-phone .diviner-table-view {14margin: 0 8px 16px;15}1617.diviner-table-header {18padding: 4px 16px;19background-color: {$greybackground};20border-left: 1px solid {$lightblueborder};21border-right: 1px solid {$lightblueborder};22border-top: 1px solid {$lightblueborder};23display: inline-block;24border-top-left-radius: 3px;25border-top-right-radius: 3px;26font-weight: bold;27color: {$bluetext};28}2930.diviner-return-table-view,31.diviner-parameter-table-view {32width: 100%;33background: {$lightgreybackground};34border: 1px solid {$lightblueborder};35}3637.diviner-return-table-type,38.diviner-parameter-table-type {39padding: 6px 8px 6px 12px;40white-space: nowrap;41text-align: right;42color: {$bluetext};43width: 20%;44}4546.diviner-parameter-table-name {47padding: 6px 8px;48white-space: nowrap;49font-weight: bold;50}5152.diviner-return-table-docs,53.diviner-parameter-table-docs {54padding: 6px 12px 6px 8px;55width: 80%;56background-color: #fff;57}5859.diviner-document-section {60padding: 0 0 16px 0;61}6263.device-phone .diviner-document-section {64padding: 0 8px 16px 0;65}6667.phui-header-shell.diviner-section-header .phui-header-header {68color: {$blacktext};69font-size: 20px;70}7172body .diviner-view .diviner-document-section73.phui-header-shell.diviner-section-header {74padding: 0 24px 8px 0;75border-bottom: 1px solid {$thinblueborder};76margin: 32px 0 16px;77}7879body .diviner-document-section .phui-header-shell.phui-bleed-header {80padding: 16px 0 0 0;81border-bottom: none;82}8384body .diviner-view .diviner-section-content .phui-header-shell {85margin: 24px 0 8px;86padding: 0;87border: none;88}8990.diviner-message-not-documented {91color: {$lightgreytext};92font-style: italic;93margin: 12px 0 32px;94font-size: {$biggerfontsize};95}9697.diviner-document-section .diviner-message-not-documented {98margin-left: 0;99margin-right: 0;100}101102.phui-document-content .phabricator-remarkup.diviner-remarkup-section {103padding: 16px 0 32px 0;104}105106.diviner-atom-signature-name {107font-weight: bold;108color: {$violet};109}110111.diviner-atom-signature {112font-weight: normal;113color: #000;114}115116.phui-header-view .phui-header-header a.diviner-atom-signature-name {117color: {$violet};118}119120.phui-header-view .phui-header-header a.diviner-atom-signature-name:hover {121text-decoration: underline !important;122}123124.diviner-list .diviner-atom-signature {125margin-left: -16px;126}127128.diviner-list a {129font-weight: bold;130}131132.diviner-method-implementation-header {133color: {$greytext};134margin-bottom: -8px;135}136137.diviner-method-implementation-inherited {138color: {$darkgreytext};139}140141.diviner-method-implementation-inherited .diviner-method-implementation-header {142color: {$lightgreytext};143}144145/**146* Fix excessive padding between method headers and method documentation for147* methods with no inherited context.148*/149.diviner-document-section .phui-header-shell + .phabricator-remarkup {150padding-top: 0;151}152153.diviner-list {154padding-left: 17px;155}156157.diviner-list li {158line-height: 20px;159padding-bottom: 12px;160}161162/* - Book Index ----------------------------------------------------------------163164How big lists of book indexes get displayed165166*/167168.diviner-book-item {169display: block;170padding: 6px 16px;171margin: 4px -16px;172}173174a.diviner-book-item:hover {175text-decoration: none;176}177178.device-desktop .diviner-book-item:hover .diviner-book-item-title {179color: {$violet};180}181182.diviner-book-item-title {183font-weight: bold;184font-size: 15px;185color: {$darkbluetext};186}187188.diviner-book-item-type {189color: {$lightgreytext};190padding-left: 8px191}192193.diviner-book-item-subtitle {194display: block;195line-height: 20px;196color: {$lightgreytext};197}198199200