Created
October 11, 2020 22:58
-
-
Save solonovamax/59a5b5bf1acfcb40f93a559d405a87c3 to your computer and use it in GitHub Desktop.
A dark theme for javadocs. Just a simple css file. Generated by just using dark reader, then using the console to get the css data. (All credit goes to dark reader)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.jfk-bubble.gtx-bubble { | |
filter: invert(100%) hue-rotate(180deg) contrast(90%) !important; | |
} | |
[data-darkreader-inline-bgcolor] { | |
background-color: var(--darkreader-inline-bgcolor) !important; | |
} | |
[data-darkreader-inline-bgimage] { | |
background-image: var(--darkreader-inline-bgimage) !important; | |
} | |
[data-darkreader-inline-border] { | |
border-color: var(--darkreader-inline-border) !important; | |
} | |
[data-darkreader-inline-border-bottom] { | |
border-bottom-color: var(--darkreader-inline-border-bottom) !important; | |
} | |
[data-darkreader-inline-border-left] { | |
border-left-color: var(--darkreader-inline-border-left) !important; | |
} | |
[data-darkreader-inline-border-right] { | |
border-right-color: var(--darkreader-inline-border-right) !important; | |
} | |
[data-darkreader-inline-border-top] { | |
border-top-color: var(--darkreader-inline-border-top) !important; | |
} | |
[data-darkreader-inline-boxshadow] { | |
box-shadow: var(--darkreader-inline-boxshadow) !important; | |
} | |
[data-darkreader-inline-color] { | |
color: var(--darkreader-inline-color) !important; | |
} | |
[data-darkreader-inline-fill] { | |
fill: var(--darkreader-inline-fill) !important; | |
} | |
[data-darkreader-inline-stroke] { | |
stroke: var(--darkreader-inline-stroke) !important; | |
} | |
[data-darkreader-inline-outline] { | |
outline-color: var(--darkreader-inline-outline) !important; | |
} | |
:root { | |
--darkreader-neutral-background: #181a1b; | |
--darkreader-neutral-text: #e8e6e3; | |
--darkreader-selection-background: #004daa; | |
--darkreader-selection-text: #e8e6e3; | |
} | |
html { | |
background-color: rgb(24, 26, 27) !important; | |
} | |
html, body, input, textarea, select, button { | |
background-color: rgb(24, 26, 27); | |
} | |
html, body, input, textarea, select, button { | |
border-color: rgb(115, 107, 94); | |
color: rgb(232, 230, 227); | |
} | |
a { | |
color: rgb(51, 145, 255); | |
} | |
table { | |
border-color: rgb(84, 91, 94); | |
} | |
::placeholder { | |
color: rgb(178, 171, 161); | |
} | |
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { | |
background-color: rgb(85, 91, 0) !important; | |
color: rgb(232, 230, 227) !important; | |
} | |
::-webkit-scrollbar { | |
background-color: rgb(32, 35, 36); | |
color: rgb(171, 164, 153); | |
} | |
::-webkit-scrollbar-thumb { | |
background-color: rgb(69, 74, 77); | |
} | |
::-webkit-scrollbar-thumb:hover { | |
background-color: rgb(87, 94, 98); | |
} | |
::-webkit-scrollbar-thumb:active { | |
background-color: rgb(72, 78, 81); | |
} | |
::-webkit-scrollbar-corner { | |
background-color: rgb(24, 26, 27); | |
} | |
* { | |
} | |
::selection { | |
background-color: rgb(0, 77, 170) !important; | |
color: rgb(232, 230, 227) !important; | |
} | |
@import url("resources/fonts/dejavu.css"); | |
body { | |
background-color: rgb(255, 255, 255); | |
color: rgb(53, 56, 51); | |
font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; | |
font-size: 14px; | |
margin: 0px; | |
padding: 0px; | |
height: 100%; | |
width: 100%; | |
} | |
iframe { | |
margin: 0px; | |
padding: 0px; | |
height: 100%; | |
width: 100%; | |
overflow-y: scroll; | |
border: none; | |
} | |
a:link, a:visited { | |
text-decoration: none; | |
color: rgb(74, 103, 130); | |
} | |
a[href]:hover, a[href]:focus { | |
text-decoration: none; | |
color: rgb(187, 122, 42); | |
} | |
a[name] { | |
color: rgb(53, 56, 51); | |
} | |
a[name]::before, a[name]:target, a[id]::before, a[id]:target { | |
content: ""; | |
display: inline-block; | |
position: relative; | |
padding-top: 129px; | |
margin-top: -129px; | |
} | |
pre { | |
font-family: "DejaVu Sans Mono", monospace; | |
font-size: 14px; | |
} | |
h1 { | |
font-size: 20px; | |
} | |
h2 { | |
font-size: 18px; | |
} | |
h3 { | |
font-size: 16px; | |
font-style: italic; | |
} | |
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; | |
} | |
.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: 0.5em; | |
} | |
.bar a, .bar a:link, .bar a:visited, .bar a:active { | |
color: rgb(255, 255, 255); | |
text-decoration: none; | |
} | |
.bar a:hover, .bar a:focus { | |
color: rgb(187, 122, 42); | |
} | |
.tab { | |
background-color: rgb(0, 102, 255); | |
color: rgb(255, 255, 255); | |
padding: 8px; | |
width: 5em; | |
font-weight: bold; | |
} | |
.bar { | |
background-color: rgb(77, 122, 151); | |
color: rgb(255, 255, 255); | |
padding: 0.8em 0.5em 0.4em 0.8em; | |
height: auto; | |
font-size: 11px; | |
margin: 0px; | |
} | |
.navPadding { | |
padding-top: 107px; | |
} | |
.fixedNav { | |
position: fixed; | |
width: 100%; | |
z-index: 999; | |
background-color: rgb(255, 255, 255); | |
} | |
.topNav { | |
background-color: rgb(77, 122, 151); | |
color: rgb(255, 255, 255); | |
float: left; | |
padding: 10px 0px 0px; | |
width: 100%; | |
clear: right; | |
height: 2.8em; | |
overflow: hidden; | |
font-size: 12px; | |
} | |
.bottomNav { | |
margin-top: 10px; | |
background-color: rgb(77, 122, 151); | |
color: rgb(255, 255, 255); | |
float: left; | |
padding: 10px 0px 0px; | |
width: 100%; | |
clear: right; | |
height: 2.8em; | |
overflow: hidden; | |
font-size: 12px; | |
} | |
.subNav { | |
background-color: rgb(222, 227, 233); | |
float: left; | |
width: 100%; | |
overflow: hidden; | |
font-size: 12px; | |
} | |
.subNav div { | |
clear: left; | |
float: left; | |
padding: 0px 0px 5px 6px; | |
text-transform: uppercase; | |
} | |
ul.navList, ul.subNavList { | |
float: left; | |
margin: 0px 25px 0px 0px; | |
padding: 0px; | |
} | |
ul.navList li { | |
list-style: none; | |
float: left; | |
padding: 5px 6px; | |
text-transform: uppercase; | |
} | |
ul.navListSearch { | |
float: right; | |
margin: 0px; | |
padding: 0px; | |
} | |
ul.navListSearch li { | |
list-style: none; | |
float: right; | |
padding: 5px 6px; | |
text-transform: uppercase; | |
} | |
ul.navListSearch li label { | |
position: relative; | |
right: -16px; | |
} | |
ul.subNavList li { | |
list-style: none; | |
float: left; | |
} | |
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { | |
color: rgb(255, 255, 255); | |
text-decoration: none; | |
text-transform: uppercase; | |
} | |
.topNav a:hover, .bottomNav a:hover { | |
text-decoration: none; | |
color: rgb(187, 122, 42); | |
text-transform: uppercase; | |
} | |
.navBarCell1Rev { | |
background-color: rgb(248, 152, 29); | |
color: rgb(37, 52, 65); | |
margin: auto 5px; | |
} | |
.skipNav { | |
position: absolute; | |
top: auto; | |
left: -9999px; | |
overflow: hidden; | |
} | |
.header, .footer { | |
clear: both; | |
margin: 0px 20px; | |
padding: 5px 0px 0px; | |
} | |
.indexNav { | |
position: relative; | |
font-size: 12px; | |
background-color: rgb(222, 227, 233); | |
} | |
.indexNav ul { | |
margin-top: 0px; | |
padding: 5px; | |
} | |
.indexNav ul li { | |
display: inline; | |
list-style-type: none; | |
padding-right: 10px; | |
text-transform: uppercase; | |
} | |
.indexNav h1 { | |
font-size: 13px; | |
} | |
.title { | |
color: rgb(44, 69, 87); | |
margin: 10px 0px; | |
} | |
.subTitle { | |
margin: 5px 0px 0px; | |
} | |
.header ul { | |
margin: 0px 0px 15px; | |
padding: 0px; | |
} | |
.footer ul { | |
margin: 20px 0px 5px; | |
} | |
.header ul li, .footer ul li { | |
list-style: none; | |
font-size: 13px; | |
} | |
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { | |
background-color: rgb(222, 227, 233); | |
border: 1px solid rgb(208, 217, 224); | |
margin: 0px 0px 6px -8px; | |
padding: 7px 5px; | |
} | |
ul.blockList ul.blockList ul.blockList li.blockList h3 { | |
background-color: rgb(222, 227, 233); | |
border: 1px solid rgb(208, 217, 224); | |
margin: 0px 0px 6px -8px; | |
padding: 7px 5px; | |
} | |
ul.blockList ul.blockList li.blockList h3 { | |
padding: 0px; | |
margin: 15px 0px; | |
} | |
ul.blockList li.blockList h2 { | |
padding: 0px 0px 20px; | |
} | |
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer, .allClassesContainer, .allPackagesContainer { | |
clear: both; | |
padding: 10px 20px; | |
position: relative; | |
} | |
.indexContainer { | |
margin: 10px; | |
position: relative; | |
font-size: 12px; | |
} | |
.indexContainer h2 { | |
font-size: 13px; | |
padding: 0px 0px 3px; | |
} | |
.indexContainer ul { | |
margin: 0px; | |
padding: 0px; | |
} | |
.indexContainer ul li { | |
list-style: none; | |
padding-top: 2px; | |
} | |
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { | |
font-size: 12px; | |
font-weight: bold; | |
margin: 10px 0px 0px; | |
color: rgb(78, 78, 78); | |
} | |
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { | |
margin: 5px 0px 10px; | |
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: 0px 0px 0px 1px; | |
font-size: 1.1em; | |
display: inline; | |
} | |
li.circle { | |
list-style: circle; | |
} | |
ul.horizontal li { | |
display: inline; | |
font-size: 0.9em; | |
} | |
ul.inheritance { | |
margin: 0px; | |
padding: 0px; | |
} | |
ul.inheritance li { | |
display: inline; | |
list-style: none; | |
} | |
ul.inheritance li ul.inheritance { | |
margin-left: 15px; | |
padding-left: 15px; | |
padding-top: 1px; | |
} | |
ul.blockList, ul.blockListLast { | |
margin: 10px 0px; | |
padding: 0px; | |
} | |
ul.blockList li.blockList, ul.blockListLast li.blockList { | |
list-style: none; | |
margin-bottom: 15px; | |
line-height: 1.4; | |
} | |
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { | |
padding: 0px 20px 5px 10px; | |
border: 1px solid rgb(237, 237, 237); | |
background-color: rgb(248, 248, 248); | |
} | |
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { | |
padding: 0px 0px 5px 8px; | |
background-color: rgb(255, 255, 255); | |
border: none; | |
} | |
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { | |
margin-left: 0px; | |
padding-left: 0px; | |
padding-bottom: 15px; | |
border: none; | |
} | |
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { | |
list-style: none; | |
border-bottom: none; | |
padding-bottom: 0px; | |
} | |
table tr td dl, table tr td dl dt, table tr td dl dd { | |
margin-top: 0px; | |
margin-bottom: 1px; | |
} | |
.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary { | |
width: 100%; | |
border-spacing: 0px; | |
border-left: 1px solid rgb(238, 238, 238); | |
border-right: 1px solid rgb(238, 238, 238); | |
border-bottom: 1px solid rgb(238, 238, 238); | |
} | |
.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary { | |
padding: 0px; | |
} | |
.overviewSummary caption, .memberSummary caption, .typeSummary caption, .useSummary caption, .constantsSummary caption, .deprecatedSummary caption, .requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption { | |
position: relative; | |
text-align: left; | |
background-repeat: no-repeat; | |
color: rgb(37, 52, 65); | |
font-weight: bold; | |
clear: none; | |
overflow: hidden; | |
padding: 10px 0px 0px 1px; | |
margin: 0px; | |
white-space: pre; | |
} | |
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, .constantsSummary 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, .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, .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, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited, .requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited, .usesSummary caption a:visited { | |
color: rgb(255, 255, 255); | |
} | |
.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active, .useSummary caption a:visited { | |
color: rgb(31, 56, 156); | |
} | |
.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 { | |
white-space: nowrap; | |
padding: 5px 12px 7px; | |
display: inline-block; | |
float: left; | |
background-color: rgb(248, 152, 29); | |
border: none; | |
height: 16px; | |
} | |
.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span, .overviewSummary caption span.activeTableTab span, .typeSummary caption span.activeTableTab span { | |
white-space: nowrap; | |
padding-top: 5px; | |
padding-left: 12px; | |
padding-right: 12px; | |
margin-right: 3px; | |
display: inline-block; | |
float: left; | |
background-color: rgb(248, 152, 29); | |
height: 16px; | |
} | |
.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span, .overviewSummary caption span.tableTab span, .typeSummary caption span.tableTab span { | |
white-space: nowrap; | |
padding-top: 5px; | |
padding-left: 12px; | |
padding-right: 12px; | |
margin-right: 3px; | |
display: inline-block; | |
float: left; | |
background-color: rgb(77, 122, 151); | |
height: 16px; | |
} | |
.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab, .packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab, .overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab, .typeSummary caption span.tableTab, .typeSummary caption span.activeTableTab { | |
padding-top: 0px; | |
padding-left: 0px; | |
padding-right: 0px; | |
background-image: none; | |
float: none; | |
display: inline; | |
} | |
.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: rgb(248, 152, 29); | |
} | |
.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd, .overviewSummary .activeTableTab .tabEnd, .typeSummary .activeTableTab .tabEnd { | |
display: none; | |
width: 5px; | |
margin-right: 3px; | |
position: relative; | |
float: left; | |
background-color: rgb(248, 152, 29); | |
} | |
.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd, .overviewSummary .tableTab .tabEnd, .typeSummary .tableTab .tabEnd { | |
display: none; | |
width: 5px; | |
margin-right: 3px; | |
position: relative; | |
background-color: rgb(77, 122, 151); | |
float: left; | |
} | |
.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 { | |
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 { | |
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: rgb(222, 227, 233); | |
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: rgb(238, 238, 255); | |
} | |
.altColor, .altColor th { | |
background-color: rgb(255, 255, 255); | |
} | |
.rowColor, .rowColor th { | |
background-color: rgb(238, 238, 239); | |
} | |
.description pre { | |
margin-top: 0px; | |
} | |
.deprecatedContent { | |
margin: 0px; | |
padding: 10px 0px; | |
} | |
.docSummary { | |
padding: 0px; | |
} | |
ul.blockList ul.blockList ul.blockList li.blockList h3 { | |
font-style: normal; | |
} | |
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; | |
} | |
.sourceLineNo { | |
color: green; | |
padding: 0px 30px 0px 0px; | |
} | |
h1.hidden { | |
visibility: hidden; | |
overflow: hidden; | |
font-size: 10px; | |
} | |
.block { | |
display: block; | |
margin: 3px 10px 2px 0px; | |
color: rgb(71, 71, 71); | |
} | |
.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; | |
} | |
div.contentContainer ul.blockList li.blockList h2 { | |
padding-bottom: 0px; | |
} | |
.mainContainer { | |
margin: 0px auto; | |
padding: 0px; | |
height: 100%; | |
width: 100%; | |
position: fixed; | |
top: 0px; | |
left: 0px; | |
} | |
.leftContainer { | |
height: 100%; | |
position: fixed; | |
width: 320px; | |
} | |
.leftTop { | |
position: relative; | |
float: left; | |
width: 315px; | |
top: 0px; | |
left: 0px; | |
height: 30%; | |
border-right: 6px solid rgb(204, 204, 204); | |
border-bottom: 6px solid rgb(204, 204, 204); | |
} | |
.leftBottom { | |
position: relative; | |
float: left; | |
width: 315px; | |
bottom: 0px; | |
left: 0px; | |
height: 70%; | |
border-right: 6px solid rgb(204, 204, 204); | |
border-top: 1px solid rgb(0, 0, 0); | |
} | |
.rightContainer { | |
position: absolute; | |
left: 320px; | |
top: 0px; | |
bottom: 0px; | |
height: 100%; | |
right: 0px; | |
border-left: 1px solid rgb(0, 0, 0); | |
} | |
.rightIframe { | |
margin: 0px 0px 30px; | |
padding: 0px; | |
height: 100%; | |
right: 30px; | |
width: 100%; | |
overflow: visible; | |
} | |
main, nav, header, footer, section { | |
display: block; | |
} | |
.ui-autocomplete-category { | |
font-weight: bold; | |
font-size: 15px; | |
padding: 7px 0px 7px 3px; | |
background-color: rgb(77, 122, 151); | |
color: rgb(255, 255, 255); | |
} | |
.resultItem { | |
font-size: 13px; | |
} | |
.ui-autocomplete { | |
max-height: 85%; | |
max-width: 65%; | |
overflow: scroll; | |
white-space: nowrap; | |
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; | |
} | |
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; | |
} | |
#reset { | |
background-color: rgb(255, 255, 255); | |
background-image: url("resources/x.png"); | |
background-position: center center; | |
background-repeat: no-repeat; | |
background-size: 12px; | |
border: 0px none; | |
width: 16px; | |
height: 17px; | |
position: relative; | |
left: -4px; | |
top: -4px; | |
font-size: 0px; | |
} | |
.watermark { | |
color: rgb(84, 84, 84); | |
} | |
.searchTagDescResult { | |
font-style: italic; | |
font-size: 11px; | |
} | |
.searchTagHolderResult { | |
font-style: italic; | |
font-size: 12px; | |
} | |
.searchTagResult::before, .searchTagResult:target { | |
color: red; | |
} | |
.moduleGraph span { | |
display: none; | |
position: absolute; | |
} | |
.moduleGraph:hover span { | |
display: block; | |
margin: -100px 0px 0px 100px; | |
z-index: 1; | |
} | |
.methodSignature { | |
white-space: normal; | |
} | |
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: rgb(227, 227, 227); | |
} | |
table.striped > thead > tr > th, table.striped > thead > tr > td { | |
border: 1px solid black; | |
} | |
table.striped > tbody > tr:nth-child(2n) { | |
background-color: rgb(238, 238, 238); | |
} | |
table.striped > tbody > tr:nth-child(2n+1) { | |
background-color: rgb(255, 255, 255); | |
} | |
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; | |
} | |
body { | |
background-color: rgb(24, 26, 27); | |
color: rgb(198, 193, 186); | |
} | |
iframe { | |
border-color: initial; | |
} | |
a:link, a:visited { | |
text-decoration-color: initial; | |
color: rgb(145, 171, 192); | |
} | |
a[href]:hover, a[href]:focus { | |
text-decoration-color: initial; | |
color: rgb(216, 156, 82); | |
} | |
a[name] { | |
color: rgb(198, 193, 186); | |
} | |
.bar a, .bar a:link, .bar a:visited, .bar a:active { | |
color: rgb(232, 230, 227); | |
text-decoration-color: initial; | |
} | |
.bar a:hover, .bar a:focus { | |
color: rgb(216, 156, 82); | |
} | |
.tab { | |
background-color: rgb(0, 82, 204); | |
color: rgb(232, 230, 227); | |
} | |
.bar { | |
background-color: rgb(62, 98, 121); | |
color: rgb(232, 230, 227); | |
} | |
.fixedNav { | |
background-color: rgb(24, 26, 27); | |
} | |
.topNav { | |
background-color: rgb(62, 98, 121); | |
color: rgb(232, 230, 227); | |
} | |
.bottomNav { | |
background-color: rgb(62, 98, 121); | |
color: rgb(232, 230, 227); | |
} | |
.subNav { | |
background-color: rgb(40, 43, 44); | |
} | |
ul.navList li { | |
list-style-image: initial; | |
} | |
ul.navListSearch li { | |
list-style-image: initial; | |
} | |
ul.subNavList li { | |
list-style-image: initial; | |
} | |
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { | |
color: rgb(232, 230, 227); | |
text-decoration-color: initial; | |
} | |
.topNav a:hover, .bottomNav a:hover { | |
text-decoration-color: initial; | |
color: rgb(216, 156, 82); | |
} | |
.navBarCell1Rev { | |
background-color: rgb(185, 106, 6); | |
color: rgb(184, 201, 214); | |
} | |
.indexNav { | |
background-color: rgb(40, 43, 44); | |
} | |
.title { | |
color: rgb(169, 194, 211); | |
} | |
.header ul li, .footer ul li { | |
list-style-image: initial; | |
} | |
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { | |
background-color: rgb(40, 43, 44); | |
border-color: rgb(59, 64, 66); | |
} | |
ul.blockList ul.blockList ul.blockList li.blockList h3 { | |
background-color: rgb(40, 43, 44); | |
border-color: rgb(59, 64, 66); | |
} | |
.indexContainer ul li { | |
list-style-image: initial; | |
} | |
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { | |
color: rgb(183, 176, 167); | |
} | |
li.circle { | |
list-style-image: initial; | |
} | |
ul.inheritance li { | |
list-style-image: initial; | |
} | |
ul.blockList li.blockList, ul.blockListLast li.blockList { | |
list-style-image: initial; | |
} | |
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { | |
border-color: rgb(53, 58, 60); | |
background-color: rgb(28, 30, 31); | |
} | |
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { | |
background-color: rgb(24, 26, 27); | |
border-color: initial; | |
} | |
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { | |
border-color: initial; | |
} | |
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { | |
list-style-image: initial; | |
border-bottom-color: initial; | |
} | |
.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary { | |
border-left-color: rgb(53, 57, 59); | |
border-right-color: rgb(53, 57, 59); | |
border-bottom-color: rgb(53, 57, 59); | |
} | |
.overviewSummary caption, .memberSummary caption, .typeSummary caption, .useSummary caption, .constantsSummary caption, .deprecatedSummary caption, .requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption { | |
color: rgb(184, 201, 214); | |
} | |
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, .constantsSummary 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, .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, .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, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited, .requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited, .usesSummary caption a:visited { | |
color: rgb(232, 230, 227); | |
} | |
.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active, .useSummary caption a:visited { | |
color: rgb(119, 167, 228); | |
} | |
.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 { | |
background-color: rgb(185, 106, 6); | |
border-color: initial; | |
} | |
.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span, .overviewSummary caption span.activeTableTab span, .typeSummary caption span.activeTableTab span { | |
background-color: rgb(185, 106, 6); | |
} | |
.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span, .overviewSummary caption span.tableTab span, .typeSummary caption span.tableTab span { | |
background-color: rgb(62, 98, 121); | |
} | |
.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab, .packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab, .overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab, .typeSummary caption span.tableTab, .typeSummary caption span.activeTableTab { | |
background-image: none; | |
} | |
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, .useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd, .requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd { | |
background-color: rgb(185, 106, 6); | |
} | |
.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd, .overviewSummary .activeTableTab .tabEnd, .typeSummary .activeTableTab .tabEnd { | |
background-color: rgb(185, 106, 6); | |
} | |
.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd, .overviewSummary .tableTab .tabEnd, .typeSummary .tableTab .tabEnd { | |
background-color: rgb(62, 98, 121); | |
} | |
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th, .packagesSummary th { | |
background-image: initial; | |
background-color: rgb(40, 43, 44); | |
} | |
.tableSubHeadingColor { | |
background-color: rgb(29, 31, 32); | |
} | |
.altColor, .altColor th { | |
background-color: rgb(24, 26, 27); | |
} | |
.rowColor, .rowColor th { | |
background-color: rgb(33, 36, 37); | |
} | |
.sourceLineNo { | |
color: rgb(114, 255, 114); | |
} | |
.block { | |
color: rgb(187, 181, 172); | |
} | |
.leftTop { | |
border-right-color: rgb(62, 68, 70); | |
border-bottom-color: rgb(62, 68, 70); | |
} | |
.leftBottom { | |
border-right-color: rgb(62, 68, 70); | |
border-top-color: rgb(140, 130, 115); | |
} | |
.rightContainer { | |
border-left-color: rgb(140, 130, 115); | |
} | |
.ui-autocomplete-category { | |
background-color: rgb(62, 98, 121); | |
color: rgb(232, 230, 227); | |
} | |
.ui-autocomplete { | |
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; | |
} | |
#search { | |
background-image: url("http://localhost:63342/Omnivox-Scraper/build/docs/javadoc/resources/glass.png"); | |
} | |
#reset { | |
background-color: rgb(24, 26, 27); | |
background-image: url("http://localhost:63342/Omnivox-Scraper/build/docs/javadoc/resources/x.png"); | |
border-color: initial; | |
} | |
.watermark { | |
color: rgb(179, 172, 162); | |
} | |
.searchTagResult::before, .searchTagResult:target { | |
color: rgb(255, 26, 26); | |
} | |
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-color: initial; | |
} | |
table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { | |
background-color: transparent; | |
} | |
table.plain { | |
border-color: rgb(140, 130, 115); | |
} | |
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-color: rgb(140, 130, 115); | |
} | |
table.striped { | |
border-color: rgb(140, 130, 115); | |
} | |
table.striped > thead { | |
background-color: rgb(40, 43, 45); | |
} | |
table.striped > thead > tr > th, table.striped > thead > tr > td { | |
border-color: rgb(140, 130, 115); | |
} | |
table.striped > tbody > tr:nth-child(2n) { | |
background-color: rgb(34, 36, 38); | |
} | |
table.striped > tbody > tr:nth-child(2n+1) { | |
background-color: rgb(24, 26, 27); | |
} | |
table.striped > tbody > tr > th, table.striped > tbody > tr > td { | |
border-left-color: rgb(140, 130, 115); | |
border-right-color: rgb(140, 130, 115); | |
} | |
.ui-helper-hidden { | |
display: none; | |
} | |
.ui-helper-hidden-accessible { | |
border: 0px; | |
clip: rect(0px, 0px, 0px, 0px); | |
height: 1px; | |
margin: -1px; | |
overflow: hidden; | |
padding: 0px; | |
position: absolute; | |
width: 1px; | |
} | |
.ui-helper-reset { | |
margin: 0px; | |
padding: 0px; | |
border: 0px; | |
outline: 0px; | |
line-height: 1.3; | |
text-decoration: none; | |
font-size: 100%; | |
list-style: none; | |
} | |
.ui-helper-clearfix::before, .ui-helper-clearfix::after { | |
content: ""; | |
display: table; | |
border-collapse: collapse; | |
} | |
.ui-helper-clearfix::after { | |
clear: both; | |
} | |
.ui-helper-zfix { | |
width: 100%; | |
height: 100%; | |
top: 0px; | |
left: 0px; | |
position: absolute; | |
opacity: 0; | |
} | |
.ui-front { | |
z-index: 100; | |
} | |
.ui-state-disabled { | |
pointer-events: none; | |
cursor: default !important; | |
} | |
.ui-icon { | |
display: inline-block; | |
vertical-align: middle; | |
margin-top: -0.25em; | |
position: relative; | |
text-indent: -99999px; | |
overflow: hidden; | |
background-repeat: no-repeat; | |
} | |
.ui-widget-icon-block { | |
left: 50%; | |
margin-left: -8px; | |
display: block; | |
} | |
.ui-widget-overlay { | |
position: fixed; | |
top: 0px; | |
left: 0px; | |
width: 100%; | |
height: 100%; | |
} | |
.ui-autocomplete { | |
position: absolute; | |
top: 0px; | |
left: 0px; | |
cursor: default; | |
} | |
.ui-menu { | |
list-style: none; | |
padding: 0px; | |
margin: 0px; | |
display: block; | |
outline: 0px; | |
} | |
.ui-menu .ui-menu { | |
position: absolute; | |
} | |
.ui-menu .ui-menu-item { | |
margin: 0px; | |
cursor: pointer; | |
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
} | |
.ui-menu .ui-menu-item-wrapper { | |
position: relative; | |
padding: 3px 1em 3px 0.4em; | |
} | |
.ui-menu .ui-menu-divider { | |
margin: 5px 0px; | |
height: 0px; | |
font-size: 0px; | |
line-height: 0; | |
border-width: 1px 0px 0px; | |
} | |
.ui-menu .ui-state-focus, .ui-menu .ui-state-active { | |
margin: -1px; | |
} | |
.ui-menu-icons { | |
position: relative; | |
} | |
.ui-menu-icons .ui-menu-item-wrapper { | |
padding-left: 2em; | |
} | |
.ui-menu .ui-icon { | |
position: absolute; | |
top: 0px; | |
bottom: 0px; | |
left: 0.2em; | |
margin: auto 0px; | |
} | |
.ui-menu .ui-menu-icon { | |
left: auto; | |
right: 0px; | |
} | |
.ui-widget { | |
font-family: Verdana, Arial, sans-serif; | |
font-size: 1.1em; | |
} | |
.ui-widget .ui-widget { | |
font-size: 1em; | |
} | |
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { | |
font-family: Verdana, Arial, sans-serif; | |
font-size: 1em; | |
} | |
.ui-widget.ui-widget-content { | |
border: 1px solid rgb(211, 211, 211); | |
} | |
.ui-widget-content { | |
border: 1px solid rgb(170, 170, 170); | |
background: rgb(255, 255, 255); | |
color: rgb(34, 34, 34); | |
} | |
.ui-widget-content a { | |
color: rgb(34, 34, 34); | |
} | |
.ui-widget-header { | |
border: 1px solid rgb(170, 170, 170); | |
background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x rgb(204, 204, 204); | |
color: rgb(34, 34, 34); | |
font-weight: bold; | |
} | |
.ui-widget-header a { | |
color: rgb(34, 34, 34); | |
} | |
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { | |
border: 1px solid rgb(211, 211, 211); | |
background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x rgb(230, 230, 230); | |
font-weight: normal; | |
color: rgb(85, 85, 85); | |
} | |
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { | |
color: rgb(85, 85, 85); | |
text-decoration: none; | |
} | |
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { | |
border: 1px solid rgb(153, 153, 153); | |
background: url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x rgb(218, 218, 218); | |
font-weight: normal; | |
color: rgb(33, 33, 33); | |
} | |
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { | |
color: rgb(33, 33, 33); | |
text-decoration: none; | |
} | |
.ui-visual-focus { | |
box-shadow: rgb(94, 158, 214) 0px 0px 3px 1px; | |
} | |
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { | |
border: 1px solid rgb(170, 170, 170); | |
background: url("images/ui-bg_glass_65_dadada_1x400.png") 50% 50% repeat-x rgb(218, 218, 218); | |
font-weight: normal; | |
color: rgb(33, 33, 33); | |
} | |
.ui-icon-background, .ui-state-active .ui-icon-background { | |
border: rgb(170, 170, 170); | |
background-color: rgb(33, 33, 33); | |
} | |
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { | |
color: rgb(33, 33, 33); | |
text-decoration: none; | |
} | |
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { | |
border: 1px solid rgb(252, 239, 161); | |
background: url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x rgb(251, 249, 238); | |
color: rgb(54, 54, 54); | |
} | |
.ui-state-checked { | |
border: 1px solid rgb(252, 239, 161); | |
background: rgb(251, 249, 238); | |
} | |
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { | |
color: rgb(54, 54, 54); | |
} | |
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { | |
border: 1px solid rgb(205, 10, 10); | |
background: url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x rgb(254, 241, 236); | |
color: rgb(205, 10, 10); | |
} | |
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { | |
color: rgb(205, 10, 10); | |
} | |
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { | |
color: rgb(205, 10, 10); | |
} | |
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { | |
font-weight: bold; | |
} | |
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { | |
opacity: 0.7; | |
font-weight: normal; | |
} | |
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { | |
opacity: 0.35; | |
background-image: none; | |
} | |
.ui-state-disabled .ui-icon { | |
} | |
.ui-icon { | |
width: 16px; | |
height: 16px; | |
} | |
.ui-icon, .ui-widget-content .ui-icon { | |
background-image: url("images/ui-icons_222222_256x240.png"); | |
} | |
.ui-widget-header .ui-icon { | |
background-image: url("images/ui-icons_222222_256x240.png"); | |
} | |
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon { | |
background-image: url("images/ui-icons_454545_256x240.png"); | |
} | |
.ui-state-active .ui-icon, .ui-button:active .ui-icon { | |
background-image: url("images/ui-icons_454545_256x240.png"); | |
} | |
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon { | |
background-image: url("images/ui-icons_2e83ff_256x240.png"); | |
} | |
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { | |
background-image: url("images/ui-icons_cd0a0a_256x240.png"); | |
} | |
.ui-button .ui-icon { | |
background-image: url("images/ui-icons_888888_256x240.png"); | |
} | |
.ui-icon-blank { | |
background-position: 16px 16px; | |
} | |
.ui-icon-caret-1-n { | |
background-position: 0px 0px; | |
} | |
.ui-icon-caret-1-ne { | |
background-position: -16px 0px; | |
} | |
.ui-icon-caret-1-e { | |
background-position: -32px 0px; | |
} | |
.ui-icon-caret-1-se { | |
background-position: -48px 0px; | |
} | |
.ui-icon-caret-1-s { | |
background-position: -65px 0px; | |
} | |
.ui-icon-caret-1-sw { | |
background-position: -80px 0px; | |
} | |
.ui-icon-caret-1-w { | |
background-position: -96px 0px; | |
} | |
.ui-icon-caret-1-nw { | |
background-position: -112px 0px; | |
} | |
.ui-icon-caret-2-n-s { | |
background-position: -128px 0px; | |
} | |
.ui-icon-caret-2-e-w { | |
background-position: -144px 0px; | |
} | |
.ui-icon-triangle-1-n { | |
background-position: 0px -16px; | |
} | |
.ui-icon-triangle-1-ne { | |
background-position: -16px -16px; | |
} | |
.ui-icon-triangle-1-e { | |
background-position: -32px -16px; | |
} | |
.ui-icon-triangle-1-se { | |
background-position: -48px -16px; | |
} | |
.ui-icon-triangle-1-s { | |
background-position: -65px -16px; | |
} | |
.ui-icon-triangle-1-sw { | |
background-position: -80px -16px; | |
} | |
.ui-icon-triangle-1-w { | |
background-position: -96px -16px; | |
} | |
.ui-icon-triangle-1-nw { | |
background-position: -112px -16px; | |
} | |
.ui-icon-triangle-2-n-s { | |
background-position: -128px -16px; | |
} | |
.ui-icon-triangle-2-e-w { | |
background-position: -144px -16px; | |
} | |
.ui-icon-arrow-1-n { | |
background-position: 0px -32px; | |
} | |
.ui-icon-arrow-1-ne { | |
background-position: -16px -32px; | |
} | |
.ui-icon-arrow-1-e { | |
background-position: -32px -32px; | |
} | |
.ui-icon-arrow-1-se { | |
background-position: -48px -32px; | |
} | |
.ui-icon-arrow-1-s { | |
background-position: -65px -32px; | |
} | |
.ui-icon-arrow-1-sw { | |
background-position: -80px -32px; | |
} | |
.ui-icon-arrow-1-w { | |
background-position: -96px -32px; | |
} | |
.ui-icon-arrow-1-nw { | |
background-position: -112px -32px; | |
} | |
.ui-icon-arrow-2-n-s { | |
background-position: -128px -32px; | |
} | |
.ui-icon-arrow-2-ne-sw { | |
background-position: -144px -32px; | |
} | |
.ui-icon-arrow-2-e-w { | |
background-position: -160px -32px; | |
} | |
.ui-icon-arrow-2-se-nw { | |
background-position: -176px -32px; | |
} | |
.ui-icon-arrowstop-1-n { | |
background-position: -192px -32px; | |
} | |
.ui-icon-arrowstop-1-e { | |
background-position: -208px -32px; | |
} | |
.ui-icon-arrowstop-1-s { | |
background-position: -224px -32px; | |
} | |
.ui-icon-arrowstop-1-w { | |
background-position: -240px -32px; | |
} | |
.ui-icon-arrowthick-1-n { | |
background-position: 1px -48px; | |
} | |
.ui-icon-arrowthick-1-ne { | |
background-position: -16px -48px; | |
} | |
.ui-icon-arrowthick-1-e { | |
background-position: -32px -48px; | |
} | |
.ui-icon-arrowthick-1-se { | |
background-position: -48px -48px; | |
} | |
.ui-icon-arrowthick-1-s { | |
background-position: -64px -48px; | |
} | |
.ui-icon-arrowthick-1-sw { | |
background-position: -80px -48px; | |
} | |
.ui-icon-arrowthick-1-w { | |
background-position: -96px -48px; | |
} | |
.ui-icon-arrowthick-1-nw { | |
background-position: -112px -48px; | |
} | |
.ui-icon-arrowthick-2-n-s { | |
background-position: -128px -48px; | |
} | |
.ui-icon-arrowthick-2-ne-sw { | |
background-position: -144px -48px; | |
} | |
.ui-icon-arrowthick-2-e-w { | |
background-position: -160px -48px; | |
} | |
.ui-icon-arrowthick-2-se-nw { | |
background-position: -176px -48px; | |
} | |
.ui-icon-arrowthickstop-1-n { | |
background-position: -192px -48px; | |
} | |
.ui-icon-arrowthickstop-1-e { | |
background-position: -208px -48px; | |
} | |
.ui-icon-arrowthickstop-1-s { | |
background-position: -224px -48px; | |
} | |
.ui-icon-arrowthickstop-1-w { | |
background-position: -240px -48px; | |
} | |
.ui-icon-arrowreturnthick-1-w { | |
background-position: 0px -64px; | |
} | |
.ui-icon-arrowreturnthick-1-n { | |
background-position: -16px -64px; | |
} | |
.ui-icon-arrowreturnthick-1-e { | |
background-position: -32px -64px; | |
} | |
.ui-icon-arrowreturnthick-1-s { | |
background-position: -48px -64px; | |
} | |
.ui-icon-arrowreturn-1-w { | |
background-position: -64px -64px; | |
} | |
.ui-icon-arrowreturn-1-n { | |
background-position: -80px -64px; | |
} | |
.ui-icon-arrowreturn-1-e { | |
background-position: -96px -64px; | |
} | |
.ui-icon-arrowreturn-1-s { | |
background-position: -112px -64px; | |
} | |
.ui-icon-arrowrefresh-1-w { | |
background-position: -128px -64px; | |
} | |
.ui-icon-arrowrefresh-1-n { | |
background-position: -144px -64px; | |
} | |
.ui-icon-arrowrefresh-1-e { | |
background-position: -160px -64px; | |
} | |
.ui-icon-arrowrefresh-1-s { | |
background-position: -176px -64px; | |
} | |
.ui-icon-arrow-4 { | |
background-position: 0px -80px; | |
} | |
.ui-icon-arrow-4-diag { | |
background-position: -16px -80px; | |
} | |
.ui-icon-extlink { | |
background-position: -32px -80px; | |
} | |
.ui-icon-newwin { | |
background-position: -48px -80px; | |
} | |
.ui-icon-refresh { | |
background-position: -64px -80px; | |
} | |
.ui-icon-shuffle { | |
background-position: -80px -80px; | |
} | |
.ui-icon-transfer-e-w { | |
background-position: -96px -80px; | |
} | |
.ui-icon-transferthick-e-w { | |
background-position: -112px -80px; | |
} | |
.ui-icon-folder-collapsed { | |
background-position: 0px -96px; | |
} | |
.ui-icon-folder-open { | |
background-position: -16px -96px; | |
} | |
.ui-icon-document { | |
background-position: -32px -96px; | |
} | |
.ui-icon-document-b { | |
background-position: -48px -96px; | |
} | |
.ui-icon-note { | |
background-position: -64px -96px; | |
} | |
.ui-icon-mail-closed { | |
background-position: -80px -96px; | |
} | |
.ui-icon-mail-open { | |
background-position: -96px -96px; | |
} | |
.ui-icon-suitcase { | |
background-position: -112px -96px; | |
} | |
.ui-icon-comment { | |
background-position: -128px -96px; | |
} | |
.ui-icon-person { | |
background-position: -144px -96px; | |
} | |
.ui-icon-print { | |
background-position: -160px -96px; | |
} | |
.ui-icon-trash { | |
background-position: -176px -96px; | |
} | |
.ui-icon-locked { | |
background-position: -192px -96px; | |
} | |
.ui-icon-unlocked { | |
background-position: -208px -96px; | |
} | |
.ui-icon-bookmark { | |
background-position: -224px -96px; | |
} | |
.ui-icon-tag { | |
background-position: -240px -96px; | |
} | |
.ui-icon-home { | |
background-position: 0px -112px; | |
} | |
.ui-icon-flag { | |
background-position: -16px -112px; | |
} | |
.ui-icon-calendar { | |
background-position: -32px -112px; | |
} | |
.ui-icon-cart { | |
background-position: -48px -112px; | |
} | |
.ui-icon-pencil { | |
background-position: -64px -112px; | |
} | |
.ui-icon-clock { | |
background-position: -80px -112px; | |
} | |
.ui-icon-disk { | |
background-position: -96px -112px; | |
} | |
.ui-icon-calculator { | |
background-position: -112px -112px; | |
} | |
.ui-icon-zoomin { | |
background-position: -128px -112px; | |
} | |
.ui-icon-zoomout { | |
background-position: -144px -112px; | |
} | |
.ui-icon-search { | |
background-position: -160px -112px; | |
} | |
.ui-icon-wrench { | |
background-position: -176px -112px; | |
} | |
.ui-icon-gear { | |
background-position: -192px -112px; | |
} | |
.ui-icon-heart { | |
background-position: -208px -112px; | |
} | |
.ui-icon-star { | |
background-position: -224px -112px; | |
} | |
.ui-icon-link { | |
background-position: -240px -112px; | |
} | |
.ui-icon-cancel { | |
background-position: 0px -128px; | |
} | |
.ui-icon-plus { | |
background-position: -16px -128px; | |
} | |
.ui-icon-plusthick { | |
background-position: -32px -128px; | |
} | |
.ui-icon-minus { | |
background-position: -48px -128px; | |
} | |
.ui-icon-minusthick { | |
background-position: -64px -128px; | |
} | |
.ui-icon-close { | |
background-position: -80px -128px; | |
} | |
.ui-icon-closethick { | |
background-position: -96px -128px; | |
} | |
.ui-icon-key { | |
background-position: -112px -128px; | |
} | |
.ui-icon-lightbulb { | |
background-position: -128px -128px; | |
} | |
.ui-icon-scissors { | |
background-position: -144px -128px; | |
} | |
.ui-icon-clipboard { | |
background-position: -160px -128px; | |
} | |
.ui-icon-copy { | |
background-position: -176px -128px; | |
} | |
.ui-icon-contact { | |
background-position: -192px -128px; | |
} | |
.ui-icon-image { | |
background-position: -208px -128px; | |
} | |
.ui-icon-video { | |
background-position: -224px -128px; | |
} | |
.ui-icon-script { | |
background-position: -240px -128px; | |
} | |
.ui-icon-alert { | |
background-position: 0px -144px; | |
} | |
.ui-icon-info { | |
background-position: -16px -144px; | |
} | |
.ui-icon-notice { | |
background-position: -32px -144px; | |
} | |
.ui-icon-help { | |
background-position: -48px -144px; | |
} | |
.ui-icon-check { | |
background-position: -64px -144px; | |
} | |
.ui-icon-bullet { | |
background-position: -80px -144px; | |
} | |
.ui-icon-radio-on { | |
background-position: -96px -144px; | |
} | |
.ui-icon-radio-off { | |
background-position: -112px -144px; | |
} | |
.ui-icon-pin-w { | |
background-position: -128px -144px; | |
} | |
.ui-icon-pin-s { | |
background-position: -144px -144px; | |
} | |
.ui-icon-play { | |
background-position: 0px -160px; | |
} | |
.ui-icon-pause { | |
background-position: -16px -160px; | |
} | |
.ui-icon-seek-next { | |
background-position: -32px -160px; | |
} | |
.ui-icon-seek-prev { | |
background-position: -48px -160px; | |
} | |
.ui-icon-seek-end { | |
background-position: -64px -160px; | |
} | |
.ui-icon-seek-start { | |
background-position: -80px -160px; | |
} | |
.ui-icon-seek-first { | |
background-position: -80px -160px; | |
} | |
.ui-icon-stop { | |
background-position: -96px -160px; | |
} | |
.ui-icon-eject { | |
background-position: -112px -160px; | |
} | |
.ui-icon-volume-off { | |
background-position: -128px -160px; | |
} | |
.ui-icon-volume-on { | |
background-position: -144px -160px; | |
} | |
.ui-icon-power { | |
background-position: 0px -176px; | |
} | |
.ui-icon-signal-diag { | |
background-position: -16px -176px; | |
} | |
.ui-icon-signal { | |
background-position: -32px -176px; | |
} | |
.ui-icon-battery-0 { | |
background-position: -48px -176px; | |
} | |
.ui-icon-battery-1 { | |
background-position: -64px -176px; | |
} | |
.ui-icon-battery-2 { | |
background-position: -80px -176px; | |
} | |
.ui-icon-battery-3 { | |
background-position: -96px -176px; | |
} | |
.ui-icon-circle-plus { | |
background-position: 0px -192px; | |
} | |
.ui-icon-circle-minus { | |
background-position: -16px -192px; | |
} | |
.ui-icon-circle-close { | |
background-position: -32px -192px; | |
} | |
.ui-icon-circle-triangle-e { | |
background-position: -48px -192px; | |
} | |
.ui-icon-circle-triangle-s { | |
background-position: -64px -192px; | |
} | |
.ui-icon-circle-triangle-w { | |
background-position: -80px -192px; | |
} | |
.ui-icon-circle-triangle-n { | |
background-position: -96px -192px; | |
} | |
.ui-icon-circle-arrow-e { | |
background-position: -112px -192px; | |
} | |
.ui-icon-circle-arrow-s { | |
background-position: -128px -192px; | |
} | |
.ui-icon-circle-arrow-w { | |
background-position: -144px -192px; | |
} | |
.ui-icon-circle-arrow-n { | |
background-position: -160px -192px; | |
} | |
.ui-icon-circle-zoomin { | |
background-position: -176px -192px; | |
} | |
.ui-icon-circle-zoomout { | |
background-position: -192px -192px; | |
} | |
.ui-icon-circle-check { | |
background-position: -208px -192px; | |
} | |
.ui-icon-circlesmall-plus { | |
background-position: 0px -208px; | |
} | |
.ui-icon-circlesmall-minus { | |
background-position: -16px -208px; | |
} | |
.ui-icon-circlesmall-close { | |
background-position: -32px -208px; | |
} | |
.ui-icon-squaresmall-plus { | |
background-position: -48px -208px; | |
} | |
.ui-icon-squaresmall-minus { | |
background-position: -64px -208px; | |
} | |
.ui-icon-squaresmall-close { | |
background-position: -80px -208px; | |
} | |
.ui-icon-grip-dotted-vertical { | |
background-position: 0px -224px; | |
} | |
.ui-icon-grip-dotted-horizontal { | |
background-position: -16px -224px; | |
} | |
.ui-icon-grip-solid-vertical { | |
background-position: -32px -224px; | |
} | |
.ui-icon-grip-solid-horizontal { | |
background-position: -48px -224px; | |
} | |
.ui-icon-gripsmall-diagonal-se { | |
background-position: -64px -224px; | |
} | |
.ui-icon-grip-diagonal-se { | |
background-position: -80px -224px; | |
} | |
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { | |
border-top-left-radius: 4px; | |
} | |
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { | |
border-top-right-radius: 4px; | |
} | |
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { | |
border-bottom-left-radius: 4px; | |
} | |
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { | |
border-bottom-right-radius: 4px; | |
} | |
.ui-widget-overlay { | |
background: rgb(170, 170, 170); | |
opacity: 0.3; | |
} | |
.ui-widget-shadow { | |
box-shadow: rgb(170, 170, 170) -8px -8px 8px; | |
} | |
.ui-helper-hidden-accessible { | |
border-color: initial; | |
} | |
.ui-helper-reset { | |
border-color: initial; | |
outline-color: initial; | |
text-decoration-color: initial; | |
list-style-image: initial; | |
} | |
.ui-menu { | |
list-style-image: initial; | |
outline-color: initial; | |
} | |
.ui-menu .ui-menu-item { | |
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
} | |
.ui-widget.ui-widget-content { | |
border-color: rgb(60, 65, 68); | |
} | |
.ui-widget-content { | |
border-color: rgb(72, 78, 81); | |
background-image: initial; | |
background-color: rgb(24, 26, 27); | |
color: rgb(211, 207, 201); | |
} | |
.ui-widget-content a { | |
color: rgb(211, 207, 201); | |
} | |
.ui-widget-header { | |
border-color: rgb(72, 78, 81); | |
background-image: url("blob:http://localhost:63342/6b362406-5082-4019-a8d7-2d418c5a4a65"); | |
background-color: rgb(53, 57, 59); | |
color: rgb(211, 207, 201); | |
} | |
.ui-widget-header a { | |
color: rgb(211, 207, 201); | |
} | |
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { | |
border-color: rgb(60, 65, 68); | |
background-image: url("blob:http://localhost:63342/587cc01e-39cb-4876-9d3e-17be46e849f4"); | |
background-color: rgb(38, 41, 43); | |
color: rgb(178, 172, 162); | |
} | |
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { | |
color: rgb(178, 172, 162); | |
text-decoration-color: initial; | |
} | |
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { | |
border-color: rgb(77, 83, 86); | |
background-image: url("blob:http://localhost:63342/3479ecdd-3469-4730-874f-40dd65138f07"); | |
background-color: rgb(45, 49, 51); | |
color: rgb(211, 207, 202); | |
} | |
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { | |
color: rgb(211, 207, 202); | |
text-decoration-color: initial; | |
} | |
.ui-visual-focus { | |
box-shadow: rgb(35, 90, 137) 0px 0px 3px 1px; | |
} | |
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { | |
border-color: rgb(72, 78, 81); | |
background-image: url("blob:http://localhost:63342/6619ecc2-6019-47a6-b00a-be1eed942f31"); | |
background-color: rgb(45, 49, 51); | |
color: rgb(211, 207, 202); | |
} | |
.ui-icon-background, .ui-state-active .ui-icon-background { | |
border-color: rgb(72, 78, 81); | |
background-color: rgb(25, 27, 28); | |
} | |
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { | |
color: rgb(211, 207, 202); | |
text-decoration-color: initial; | |
} | |
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { | |
border-color: rgb(127, 109, 4); | |
background-image: url("blob:http://localhost:63342/1c2f7b18-bfa1-4403-bd77-04f3183fd6e7"); | |
background-color: rgb(51, 45, 12); | |
color: rgb(198, 193, 185); | |
} | |
.ui-state-checked { | |
border-color: rgb(127, 109, 4); | |
background-image: initial; | |
background-color: rgb(51, 45, 12); | |
} | |
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { | |
color: rgb(198, 193, 185); | |
} | |
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { | |
border-color: rgb(182, 9, 9); | |
background-image: url("blob:http://localhost:63342/fd6d8965-cd3a-41e0-812e-28af4d8844e1"); | |
background-color: rgb(60, 19, 3); | |
color: rgb(246, 63, 63); | |
} | |
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { | |
color: rgb(246, 63, 63); | |
} | |
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { | |
color: rgb(246, 63, 63); | |
} | |
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { | |
background-image: none; | |
} | |
.ui-icon, .ui-widget-content .ui-icon { | |
background-image: url("blob:http://localhost:63342/f36d2366-7b56-41f6-a393-4df77ed13156"); | |
} | |
.ui-widget-header .ui-icon { | |
background-image: url("blob:http://localhost:63342/dc7ec5f7-c0c2-4626-b2f5-0008f0582376"); | |
} | |
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon { | |
background-image: url("blob:http://localhost:63342/189f1c33-becf-4aea-889a-696a714fcc67"); | |
} | |
.ui-state-active .ui-icon, .ui-button:active .ui-icon { | |
background-image: url("blob:http://localhost:63342/5d498126-75a6-4a5b-b5f3-4fd122789787"); | |
} | |
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon { | |
background-image: url("http://localhost:63342/Omnivox-Scraper/build/docs/javadoc/jquery/images/ui-icons_2e83ff_256x240.png"); | |
} | |
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { | |
background-image: url("blob:http://localhost:63342/5d42726e-8680-41a5-8b85-5bc2c7dce4f7"); | |
} | |
.ui-button .ui-icon { | |
background-image: url("http://localhost:63342/Omnivox-Scraper/build/docs/javadoc/jquery/images/ui-icons_888888_256x240.png"); | |
} | |
.ui-widget-overlay { | |
background-image: initial; | |
background-color: rgb(72, 78, 81); | |
} | |
.ui-widget-shadow { | |
box-shadow: rgb(72, 78, 81) -8px -8px 8px; | |
} | |
.vimvixen-hint { | |
background-color: rgb(123, 83, 0) !important; | |
border-color: rgb(216, 176, 19) !important; | |
color: rgb(243, 232, 200) !important; | |
} | |
::placeholder { | |
opacity: 0.5 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment