2013-08-27 12:14:00 +02:00
|
|
|
/**
|
|
|
|
* @provides diviner-shared-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.diviner-monospace {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2013-09-04 20:50:57 +02:00
|
|
|
.diviner-table-view {
|
|
|
|
margin: 0 16px 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .diviner-table-view {
|
|
|
|
margin: 0 8px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-table-header {
|
|
|
|
padding: 4px 16px;
|
|
|
|
background-color: {$greybackground};
|
|
|
|
border-left: 1px solid {$lightblueborder};
|
|
|
|
border-right: 1px solid {$lightblueborder};
|
|
|
|
border-top: 1px solid {$lightblueborder};
|
|
|
|
display: inline-block;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|
|
|
|
|
2013-08-27 12:14:00 +02:00
|
|
|
.diviner-return-table-view,
|
|
|
|
.diviner-parameter-table-view {
|
|
|
|
width: 100%;
|
2013-09-04 20:50:57 +02:00
|
|
|
background: {$lightgreybackground};
|
|
|
|
border: 1px solid {$lightblueborder};
|
2013-08-27 12:14:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-return-table-type,
|
|
|
|
.diviner-parameter-table-type {
|
2013-09-04 20:50:57 +02:00
|
|
|
padding: 6px 8px 6px 12px;
|
2013-08-27 12:14:00 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
2013-09-04 20:50:57 +02:00
|
|
|
color: {$bluetext};
|
2013-08-27 12:14:00 +02:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-parameter-table-name {
|
2013-09-04 20:50:57 +02:00
|
|
|
padding: 6px 8px;
|
2013-08-27 12:14:00 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-return-table-docs,
|
|
|
|
.diviner-parameter-table-docs {
|
2013-09-04 20:50:57 +02:00
|
|
|
padding: 6px 12px 6px 8px;
|
2013-08-27 12:14:00 +02:00
|
|
|
width: 80%;
|
2013-09-04 20:50:57 +02:00
|
|
|
background-color: #fff;
|
2013-08-27 12:14:00 +02:00
|
|
|
}
|
2013-09-05 21:29:07 +02:00
|
|
|
|
|
|
|
.diviner-document-section {
|
|
|
|
padding: 0 0 16px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .diviner-document-section {
|
|
|
|
padding: 0 8px 16px 0;
|
|
|
|
}
|
|
|
|
|
2013-09-17 18:12:37 +02:00
|
|
|
body .diviner-document-section .phui-header-view {
|
2013-09-10 16:26:00 +02:00
|
|
|
width: 100%;
|
2014-03-06 20:28:24 +01:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 400;
|
2013-09-10 16:26:00 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-view + .diviner-document-section {
|
2013-09-17 18:12:37 +02:00
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
2013-09-08 18:13:46 +02:00
|
|
|
.diviner-message-not-documented {
|
2013-09-05 21:29:07 +02:00
|
|
|
color: {$lightgreytext};
|
2013-09-08 18:13:46 +02:00
|
|
|
font-style: italic;
|
|
|
|
margin: 16px;
|
2013-09-05 21:29:07 +02:00
|
|
|
}
|
|
|
|
|
2013-09-08 18:11:59 +02:00
|
|
|
.diviner-atom-signature {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-atom-signature-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-09-08 18:12:33 +02:00
|
|
|
|
|
|
|
.diviner-list .diviner-atom-signature {
|
2014-03-06 20:28:24 +01:00
|
|
|
color: {$violet};
|
|
|
|
margin-left: -16px;
|
2013-09-08 18:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-list a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-09-08 18:15:22 +02:00
|
|
|
|
|
|
|
.diviner-method-implementation-header {
|
|
|
|
color: {$greytext};
|
|
|
|
margin-bottom: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-method-implementation-inherited {
|
|
|
|
color: {$darkgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-method-implementation-inherited .diviner-method-implementation-header {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Fix excessive padding between method headers and method documentation for
|
|
|
|
* methods with no inherited context.
|
|
|
|
*/
|
2013-09-17 18:12:37 +02:00
|
|
|
.diviner-document-section .phui-header-shell + .phabricator-remarkup {
|
2013-09-08 18:15:22 +02:00
|
|
|
padding-top: 0;
|
|
|
|
}
|
2013-09-08 18:16:55 +02:00
|
|
|
|
2014-03-06 20:28:24 +01:00
|
|
|
.diviner-list {
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
|
2013-09-10 16:26:00 +02:00
|
|
|
.diviner-list li {
|
2014-03-06 20:28:24 +01:00
|
|
|
line-height: 20px;
|
|
|
|
padding-bottom: 12px;
|
2013-09-10 16:26:00 +02:00
|
|
|
}
|
|
|
|
|
2013-09-10 18:39:50 +02:00
|
|
|
/* - Book Index ----------------------------------------------------------------
|
|
|
|
|
|
|
|
How big lists of book indexes get displayed
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
.diviner-book-item {
|
|
|
|
display: block;
|
2014-03-06 20:28:24 +01:00
|
|
|
padding: 6px 16px;
|
|
|
|
margin: 4px -16px;
|
2013-09-10 18:39:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-book-item:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .diviner-book-item:hover {
|
2014-03-06 20:28:24 +01:00
|
|
|
background-color: #F5EEFF;
|
2013-09-10 18:39:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-book-item-title {
|
2014-03-06 20:28:24 +01:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
color: {$darkbluetext};
|
2013-09-10 18:39:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-book-item-type {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
padding-left: 8px
|
|
|
|
}
|
|
|
|
|
|
|
|
.diviner-book-item-subtitle {
|
|
|
|
display: block;
|
2014-03-06 20:28:24 +01:00
|
|
|
line-height: 20px;
|
|
|
|
color: {$lightgreytext};
|
2013-09-10 18:39:50 +02:00
|
|
|
}
|