799 lines
20 KiB
CSS
799 lines
20 KiB
CSS
/*
|
|
* Javadoc style sheet
|
|
*/
|
|
|
|
@import url('resources/fonts/dejavu.css');
|
|
|
|
/*
|
|
* Styles for individual HTML elements.
|
|
*
|
|
* These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
|
|
* HTML element throughout the page.
|
|
*/
|
|
|
|
body {
|
|
background-color:#ffffff;
|
|
color:#353833;
|
|
font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
|
|
font-size:14px;
|
|
margin:0;
|
|
padding:0;
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
iframe {
|
|
margin:0;
|
|
padding:0;
|
|
height:100%;
|
|
width:100%;
|
|
overflow-y:scroll;
|
|
border:none;
|
|
}
|
|
a:link, a:visited {
|
|
text-decoration:none;
|
|
color:#4A6782;
|
|
}
|
|
a[href]:hover, a[href]:focus {
|
|
text-decoration:none;
|
|
color:#bb7a2a;
|
|
}
|
|
a[name] {
|
|
color:#353833;
|
|
}
|
|
pre {
|
|
font-family:'DejaVu Sans Mono', monospace;
|
|
font-size:14px;
|
|
}
|
|
h1 {
|
|
font-size:20px;
|
|
}
|
|
h2 {
|
|
font-size:18px;
|
|
}
|
|
h3 {
|
|
font-size:16px;
|
|
}
|
|
h4 {
|
|
font-size:13px;
|
|
}
|
|
h5 {
|
|
font-size:12px;
|
|
}
|
|
h6 {
|
|
font-size:11px;
|
|
}
|
|
ul {
|
|
list-style-type:disc;
|
|
}
|
|
code, tt {
|
|
font-family:'DejaVu Sans Mono', monospace;
|
|
font-size:14px;
|
|
padding-top:4px;
|
|
margin-top:8px;
|
|
line-height:1.4em;
|
|
}
|
|
dt code {
|
|
font-family:'DejaVu Sans Mono', monospace;
|
|
font-size:14px;
|
|
padding-top:4px;
|
|
}
|
|
table tr td dt code {
|
|
font-family:'DejaVu Sans Mono', monospace;
|
|
font-size:14px;
|
|
vertical-align:top;
|
|
padding-top:4px;
|
|
}
|
|
sup {
|
|
font-size:8px;
|
|
}
|
|
button {
|
|
font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
/*
|
|
* Styles for HTML generated by javadoc.
|
|
*
|
|
* These are style classes that are used by the standard doclet to generate HTML documentation.
|
|
*/
|
|
|
|
/*
|
|
* Styles for document title and copyright.
|
|
*/
|
|
.clear {
|
|
clear:both;
|
|
height:0px;
|
|
overflow:hidden;
|
|
}
|
|
.aboutLanguage {
|
|
float:right;
|
|
padding:0px 21px;
|
|
font-size:11px;
|
|
z-index:200;
|
|
margin-top:-9px;
|
|
}
|
|
.legalCopy {
|
|
margin-left:.5em;
|
|
}
|
|
.tab {
|
|
background-color:#0066FF;
|
|
color:#ffffff;
|
|
padding:8px;
|
|
width:5em;
|
|
font-weight:bold;
|
|
}
|
|
/*
|
|
* Styles for navigation bar.
|
|
*/
|
|
@media screen {
|
|
.flexBox {
|
|
position:fixed;
|
|
display:flex;
|
|
flex-direction:column;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.flexHeader {
|
|
flex: 0 0 auto;
|
|
}
|
|
.flexContent {
|
|
flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
.topNav {
|
|
background-color:#4D7A97;
|
|
color:#FFFFFF;
|
|
float:left;
|
|
padding:0;
|
|
width:100%;
|
|
clear:right;
|
|
height:2.8em;
|
|
padding-top:10px;
|
|
overflow:hidden;
|
|
font-size:12px;
|
|
}
|
|
.bottomNav {
|
|
margin-top:10px;
|
|
background-color:#4D7A97;
|
|
color:#FFFFFF;
|
|
float:left;
|
|
padding:0;
|
|
width:100%;
|
|
clear:right;
|
|
height:2.8em;
|
|
padding-top:10px;
|
|
overflow:hidden;
|
|
font-size:12px;
|
|
}
|
|
.subNav {
|
|
background-color:#dee3e9;
|
|
float:left;
|
|
width:100%;
|
|
overflow:hidden;
|
|
font-size:12px;
|
|
}
|
|
.subNav div {
|
|
clear:left;
|
|
float:left;
|
|
padding:0 0 5px 6px;
|
|
text-transform:uppercase;
|
|
}
|
|
.subNav .navList {
|
|
padding-top:5px;
|
|
}
|
|
ul.navList, ul.subNavList {
|
|
float:left;
|
|
margin:0 25px 0 0;
|
|
padding:0;
|
|
}
|
|
ul.navList li{
|
|
list-style:none;
|
|
float:left;
|
|
padding: 5px 6px;
|
|
text-transform:uppercase;
|
|
}
|
|
.subNav .navListSearch {
|
|
float:right;
|
|
margin:0 0 0 0;
|
|
padding:5px 6px;
|
|
clear:none;
|
|
}
|
|
.navListSearch label {
|
|
position:relative;
|
|
right:-16px;
|
|
}
|
|
ul.subNavList li {
|
|
list-style:none;
|
|
float:left;
|
|
padding-top:10px;
|
|
}
|
|
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
|
|
color:#FFFFFF;
|
|
text-decoration:none;
|
|
text-transform:uppercase;
|
|
}
|
|
.topNav a:hover, .bottomNav a:hover {
|
|
text-decoration:none;
|
|
color:#bb7a2a;
|
|
text-transform:uppercase;
|
|
}
|
|
.navBarCell1Rev {
|
|
background-color:#F8981D;
|
|
color:#253441;
|
|
margin: auto 5px;
|
|
}
|
|
.skipNav {
|
|
position:absolute;
|
|
top:auto;
|
|
left:-9999px;
|
|
overflow:hidden;
|
|
}
|
|
/*
|
|
* Hide navigation links and search box in print layout
|
|
*/
|
|
@media print {
|
|
ul.navList, div.subNav {
|
|
display:none;
|
|
}
|
|
}
|
|
/*
|
|
* Styles for page header and footer.
|
|
*/
|
|
.header {
|
|
clear:both;
|
|
margin:0 20px;
|
|
padding:5px 0 0 0;
|
|
}
|
|
.title {
|
|
color:#2c4557;
|
|
margin:10px 0;
|
|
}
|
|
.subTitle {
|
|
margin:5px 0 0 0;
|
|
}
|
|
.header ul {
|
|
margin:0 0 15px 0;
|
|
padding:0;
|
|
}
|
|
.header ul li, .footer ul li {
|
|
list-style:none;
|
|
font-size:13px;
|
|
}
|
|
/*
|
|
* Styles for headings.
|
|
*/
|
|
body.class-declaration .summary h2,
|
|
body.class-declaration .details h2,
|
|
body.class-use h2,
|
|
body.module-declaration .blockList h2 {
|
|
font-style: italic;
|
|
padding:0;
|
|
margin:15px 0;
|
|
}
|
|
body.class-declaration .summary h3,
|
|
body.class-declaration .details h3,
|
|
body.class-declaration .summary .inheritedList h2 {
|
|
background-color:#dee3e9;
|
|
border:1px solid #d0d9e0;
|
|
margin:0 0 6px -8px;
|
|
padding:7px 5px;
|
|
}
|
|
/*
|
|
* Styles for page layout containers.
|
|
*/
|
|
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer,
|
|
.allClassesContainer, .allPackagesContainer, .systemPropertiesContainer {
|
|
clear:both;
|
|
padding:10px 20px;
|
|
position:relative;
|
|
}
|
|
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
margin:10px 0 0 0;
|
|
color:#4E4E4E;
|
|
}
|
|
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
|
|
margin:5px 0 10px 0px;
|
|
font-size:14px;
|
|
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
|
|
}
|
|
.serializedFormContainer dl.nameValue dt {
|
|
margin-left:1px;
|
|
font-size:1.1em;
|
|
display:inline;
|
|
font-weight:bold;
|
|
}
|
|
.serializedFormContainer dl.nameValue dd {
|
|
margin:0 0 0 1px;
|
|
font-size:1.1em;
|
|
display:inline;
|
|
}
|
|
/*
|
|
* Styles for lists.
|
|
*/
|
|
li.circle {
|
|
list-style:circle;
|
|
}
|
|
ul.horizontal li {
|
|
display:inline;
|
|
font-size:0.9em;
|
|
}
|
|
div.inheritance {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
div.inheritance div.inheritance {
|
|
margin-left:2em;
|
|
}
|
|
ul.blockList {
|
|
margin:10px 0 10px 0;
|
|
padding:0;
|
|
}
|
|
ul.blockList li.blockList {
|
|
list-style:none;
|
|
margin-bottom:15px;
|
|
line-height:1.4;
|
|
}
|
|
table tr td dl, table tr td dl dt, table tr td dl dd {
|
|
margin-top:0;
|
|
margin-bottom:1px;
|
|
}
|
|
/*
|
|
* Styles for tables.
|
|
*/
|
|
.overviewSummary table, .memberSummary table, .typeSummary table, .useSummary table, .constantsSummary table, .deprecatedSummary table,
|
|
.requiresSummary table, .packagesSummary table, .providesSummary table, .usesSummary table, .systemPropertiesSummary table {
|
|
width:100%;
|
|
border-spacing:0;
|
|
border-left:1px solid #EEE;
|
|
border-right:1px solid #EEE;
|
|
border-bottom:1px solid #EEE;
|
|
}
|
|
.overviewSummary table, .memberSummary table, .requiresSummary table, .packagesSummary table,
|
|
.providesSummary table, .usesSummary table, .systemPropertiesSummary table {
|
|
padding:0px;
|
|
}
|
|
.overviewSummary caption, .memberSummary caption, .typeSummary caption,
|
|
.useSummary caption, .constantsSummary caption, .deprecatedSummary caption,
|
|
.requiresSummary caption, .packagesSummary caption, .providesSummary caption,
|
|
.usesSummary caption, .systemPropertiesSummary caption {
|
|
position:relative;
|
|
text-align:left;
|
|
background-repeat:no-repeat;
|
|
color:#253441;
|
|
font-weight:bold;
|
|
clear:none;
|
|
overflow:hidden;
|
|
padding:0px;
|
|
padding-top:10px;
|
|
padding-left:1px;
|
|
margin:0px;
|
|
white-space:pre;
|
|
}
|
|
.constantsSummary caption a:link, .constantsSummary caption a:visited,
|
|
.useSummary caption a:link, .useSummary caption a:visited {
|
|
color:#1f389c;
|
|
}
|
|
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
|
|
.deprecatedSummary caption a:link,
|
|
.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link,
|
|
.usesSummary caption a:link,
|
|
.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
|
|
.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
|
|
.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover,
|
|
.usesSummary caption a:hover,
|
|
.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
|
|
.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
|
|
.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
|
|
.usesSummary caption a:active,
|
|
.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
|
|
.deprecatedSummary caption a:visited,
|
|
.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited,
|
|
.usesSummary caption a:visited {
|
|
color:#FFFFFF;
|
|
}
|
|
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
|
|
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
|
|
.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
|
|
.usesSummary caption span, .systemPropertiesSummary caption span {
|
|
white-space:nowrap;
|
|
padding-top:5px;
|
|
padding-left:12px;
|
|
padding-right:12px;
|
|
padding-bottom:7px;
|
|
display:inline-block;
|
|
float:left;
|
|
background-color:#F8981D;
|
|
border: none;
|
|
height:16px;
|
|
}
|
|
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
|
|
.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd,
|
|
.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd {
|
|
display:none;
|
|
width:5px;
|
|
position:relative;
|
|
float:left;
|
|
background-color:#F8981D;
|
|
}
|
|
.overviewSummary [role=tablist] button, .memberSummary [role=tablist] button,
|
|
.typeSummary [role=tablist] button, .packagesSummary [role=tablist] button {
|
|
border: none;
|
|
cursor: pointer;
|
|
padding: 5px 12px 7px 12px;
|
|
font-weight: bold;
|
|
margin-right: 3px;
|
|
}
|
|
.overviewSummary [role=tablist] .activeTableTab, .memberSummary [role=tablist] .activeTableTab,
|
|
.typeSummary [role=tablist] .activeTableTab, .packagesSummary [role=tablist] .activeTableTab {
|
|
background: #F8981D;
|
|
color: #253441;
|
|
}
|
|
.overviewSummary [role=tablist] .tableTab, .memberSummary [role=tablist] .tableTab,
|
|
.typeSummary [role=tablist] .tableTab, .packagesSummary [role=tablist] .tableTab {
|
|
background: #4D7A97;
|
|
color: #FFFFFF;
|
|
}
|
|
.rowColor th, .altColor th {
|
|
font-weight:normal;
|
|
}
|
|
.overviewSummary td, .memberSummary td, .typeSummary td,
|
|
.useSummary td, .constantsSummary td, .deprecatedSummary td,
|
|
.requiresSummary td, .packagesSummary td, .providesSummary td,
|
|
.usesSummary td, .systemPropertiesSummary td {
|
|
text-align:left;
|
|
padding:0px 0px 12px 10px;
|
|
}
|
|
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th,
|
|
.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td,
|
|
.constantsSummary td, .systemPropertiesSummary th {
|
|
vertical-align:top;
|
|
padding-right:0px;
|
|
padding-top:8px;
|
|
padding-bottom:3px;
|
|
}
|
|
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th,
|
|
.packagesSummary th {
|
|
background:#dee3e9;
|
|
text-align:left;
|
|
padding:8px 3px 3px 7px;
|
|
}
|
|
td.colFirst, th.colFirst {
|
|
font-size:13px;
|
|
}
|
|
td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast {
|
|
font-size:13px;
|
|
}
|
|
.constantsSummary th, .packagesSummary th {
|
|
font-size:13px;
|
|
}
|
|
.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst,
|
|
.providesSummary td.colLast {
|
|
white-space:normal;
|
|
font-size:13px;
|
|
}
|
|
.overviewSummary td.colFirst, .overviewSummary th.colFirst,
|
|
.requiresSummary td.colFirst, .requiresSummary th.colFirst,
|
|
.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th,
|
|
.usesSummary td.colFirst, .usesSummary th.colFirst,
|
|
.providesSummary td.colFirst, .providesSummary th.colFirst,
|
|
.memberSummary td.colFirst, .memberSummary th.colFirst,
|
|
.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName,
|
|
.typeSummary td.colFirst, .typeSummary th.colFirst {
|
|
vertical-align:top;
|
|
}
|
|
.packagesSummary th.colLast, .packagesSummary td.colLast {
|
|
white-space:normal;
|
|
}
|
|
td.colFirst a:link, td.colFirst a:visited,
|
|
td.colSecond a:link, td.colSecond a:visited,
|
|
th.colFirst a:link, th.colFirst a:visited,
|
|
th.colSecond a:link, th.colSecond a:visited,
|
|
th.colConstructorName a:link, th.colConstructorName a:visited,
|
|
th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited,
|
|
.constantValuesContainer td a:link, .constantValuesContainer td a:visited,
|
|
.allClassesContainer td a:link, .allClassesContainer td a:visited,
|
|
.allPackagesContainer td a:link, .allPackagesContainer td a:visited {
|
|
font-weight:bold;
|
|
}
|
|
.tableSubHeadingColor {
|
|
background-color:#EEEEFF;
|
|
}
|
|
.altColor, .altColor th {
|
|
background-color:#FFFFFF;
|
|
}
|
|
.rowColor, .rowColor th {
|
|
background-color:#EEEEEF;
|
|
}
|
|
/*
|
|
* Styles for contents.
|
|
*/
|
|
.description pre {
|
|
margin-top:0;
|
|
}
|
|
.deprecatedContent {
|
|
margin:0;
|
|
padding:10px 0;
|
|
}
|
|
div.block {
|
|
font-size:14px;
|
|
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
|
|
}
|
|
td.colLast div {
|
|
padding-top:0px;
|
|
}
|
|
td.colLast a {
|
|
padding-bottom:3px;
|
|
}
|
|
div.memberSignature {
|
|
font-family:'DejaVu Sans Mono', monospace;
|
|
font-size:14px;
|
|
margin:14px 0;
|
|
white-space: pre-wrap;
|
|
}
|
|
div.memberSignature span.annotations {
|
|
white-space: pre-wrap;
|
|
}
|
|
div.memberSignature span.typeParametersLong,
|
|
div.memberSignature span.arguments,
|
|
div.memberSignature span.exceptions {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
white-space: pre;
|
|
}
|
|
div.memberSignature span.typeParameters {
|
|
white-space: normal;
|
|
}
|
|
/*
|
|
* Styles for formatting effect.
|
|
*/
|
|
.sourceLineNo {
|
|
color:green;
|
|
padding:0 30px 0 0;
|
|
}
|
|
h1.hidden {
|
|
visibility:hidden;
|
|
overflow:hidden;
|
|
font-size:10px;
|
|
}
|
|
.block {
|
|
display:block;
|
|
margin:0 10px 5px 0;
|
|
color:#474747;
|
|
}
|
|
.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
|
|
.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
|
|
.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
|
|
.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
|
|
font-weight:bold;
|
|
}
|
|
.deprecationComment, .emphasizedPhrase, .interfaceName {
|
|
font-style:italic;
|
|
}
|
|
.deprecationBlock {
|
|
font-size:14px;
|
|
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
|
|
border-style:solid;
|
|
border-width:thin;
|
|
border-radius:10px;
|
|
padding:10px;
|
|
margin-bottom:10px;
|
|
margin-right:10px;
|
|
display:inline-block;
|
|
}
|
|
div.block div.deprecationComment, div.block div.block span.emphasizedPhrase,
|
|
div.block div.block span.interfaceName {
|
|
font-style:normal;
|
|
}
|
|
/*
|
|
* Styles specific to HTML5 elements.
|
|
*/
|
|
main, nav, header, footer, section {
|
|
display:block;
|
|
}
|
|
/*
|
|
* Styles for javadoc search.
|
|
*/
|
|
.ui-autocomplete-category {
|
|
font-weight:bold;
|
|
font-size:15px;
|
|
padding:7px 0 7px 3px;
|
|
background-color:#4D7A97;
|
|
color:#FFFFFF;
|
|
}
|
|
.resultItem {
|
|
font-size:13px;
|
|
}
|
|
.ui-autocomplete {
|
|
max-height:85%;
|
|
max-width:65%;
|
|
overflow-y:scroll;
|
|
overflow-x:scroll;
|
|
white-space:nowrap;
|
|
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
|
|
}
|
|
ul.ui-autocomplete {
|
|
position:fixed;
|
|
z-index:999999;
|
|
}
|
|
ul.ui-autocomplete li {
|
|
float:left;
|
|
clear:both;
|
|
width:100%;
|
|
}
|
|
.resultHighlight {
|
|
font-weight:bold;
|
|
}
|
|
#search {
|
|
background-image:url('resources/glass.png');
|
|
background-size:13px;
|
|
background-repeat:no-repeat;
|
|
background-position:2px 3px;
|
|
padding-left:20px;
|
|
position:relative;
|
|
right:-18px;
|
|
width:400px;
|
|
}
|
|
#reset {
|
|
background-color: rgb(255,255,255);
|
|
background-image:url('resources/x.png');
|
|
background-position:center;
|
|
background-repeat:no-repeat;
|
|
background-size:12px;
|
|
border:0 none;
|
|
width:16px;
|
|
height:16px;
|
|
position:relative;
|
|
left:-4px;
|
|
top:-4px;
|
|
font-size:0px;
|
|
}
|
|
.watermark {
|
|
color:#545454;
|
|
}
|
|
.searchTagDescResult {
|
|
font-style:italic;
|
|
font-size:11px;
|
|
}
|
|
.searchTagHolderResult {
|
|
font-style:italic;
|
|
font-size:12px;
|
|
}
|
|
.searchTagResult:target {
|
|
background-color:yellow;
|
|
}
|
|
.moduleGraph span {
|
|
display:none;
|
|
position:absolute;
|
|
}
|
|
.moduleGraph:hover span {
|
|
display:block;
|
|
margin: -100px 0 0 100px;
|
|
z-index: 1;
|
|
}
|
|
.inheritedList {
|
|
margin: 10px 0 10px 0;
|
|
}
|
|
section.description {
|
|
line-height: 1.4;
|
|
}
|
|
.summary section[class$="Summary"], .details section[class$="Details"],
|
|
.classUses .detail, .serializedClassDetails {
|
|
padding: 0px 20px 5px 10px;
|
|
border: 1px solid #ededed;
|
|
background-color: #f8f8f8;
|
|
}
|
|
.inheritedList, section[class$="Details"] .detail {
|
|
padding:0 0 5px 8px;
|
|
background-color:#ffffff;
|
|
border:none;
|
|
}
|
|
.verticalSeparator {
|
|
padding: 0 5px;
|
|
}
|
|
/*
|
|
* Indicator icon for external links.
|
|
*/
|
|
main a[href*="://"]::after {
|
|
content:"";
|
|
display:inline-block;
|
|
background-image:url('data:image/svg+xml; utf8, \
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
|
|
<path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
|
|
132-240 240 120 120 240-240 132 132V0z" fill="%234a6782"/>\
|
|
</svg>');
|
|
background-size:100% 100%;
|
|
width:7px;
|
|
height:7px;
|
|
margin-left:2px;
|
|
margin-bottom:4px;
|
|
}
|
|
main a[href*="://"]:hover::after,
|
|
main a[href*="://"]:focus::after {
|
|
background-image:url('data:image/svg+xml; utf8, \
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
|
|
<path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
|
|
132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\
|
|
</svg>');
|
|
}
|
|
|
|
/*
|
|
* Styles for user-provided tables.
|
|
*
|
|
* borderless:
|
|
* No borders, vertical margins, styled caption.
|
|
* This style is provided for use with existing doc comments.
|
|
* In general, borderless tables should not be used for layout purposes.
|
|
*
|
|
* plain:
|
|
* Plain borders around table and cells, vertical margins, styled caption.
|
|
* Best for small tables or for complex tables for tables with cells that span
|
|
* rows and columns, when the "striped" style does not work well.
|
|
*
|
|
* striped:
|
|
* Borders around the table and vertical borders between cells, striped rows,
|
|
* vertical margins, styled caption.
|
|
* Best for tables that have a header row, and a body containing a series of simple rows.
|
|
*/
|
|
|
|
table.borderless,
|
|
table.plain,
|
|
table.striped {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
table.borderless > caption,
|
|
table.plain > caption,
|
|
table.striped > caption {
|
|
font-weight: bold;
|
|
font-size: smaller;
|
|
}
|
|
table.borderless th, table.borderless td,
|
|
table.plain th, table.plain td,
|
|
table.striped th, table.striped td {
|
|
padding: 2px 5px;
|
|
}
|
|
table.borderless,
|
|
table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
|
|
table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
|
|
border: none;
|
|
}
|
|
table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
|
|
background-color: transparent;
|
|
}
|
|
table.plain {
|
|
border-collapse: collapse;
|
|
border: 1px solid black;
|
|
}
|
|
table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
|
|
background-color: transparent;
|
|
}
|
|
table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
|
|
table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
|
|
border: 1px solid black;
|
|
}
|
|
table.striped {
|
|
border-collapse: collapse;
|
|
border: 1px solid black;
|
|
}
|
|
table.striped > thead {
|
|
background-color: #E3E3E3;
|
|
}
|
|
table.striped > thead > tr > th, table.striped > thead > tr > td {
|
|
border: 1px solid black;
|
|
}
|
|
table.striped > tbody > tr:nth-child(even) {
|
|
background-color: #EEE
|
|
}
|
|
table.striped > tbody > tr:nth-child(odd) {
|
|
background-color: #FFF
|
|
}
|
|
table.striped > tbody > tr > th, table.striped > tbody > tr > td {
|
|
border-left: 1px solid black;
|
|
border-right: 1px solid black;
|
|
}
|
|
table.striped > tbody > tr > th {
|
|
font-weight: normal;
|
|
}
|