summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles
diff options
context:
space:
mode:
Diffstat (limited to 'web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles')
-rw-r--r--web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/jsdoc-default.css283
-rw-r--r--web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-jsdoc.css111
-rw-r--r--web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-tomorrow.css132
-rw-r--r--web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/searchstyle.css174
4 files changed, 0 insertions, 700 deletions
diff --git a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/jsdoc-default.css b/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/jsdoc-default.css
deleted file mode 100644
index ea49f6077..000000000
--- a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/jsdoc-default.css
+++ /dev/null
@@ -1,283 +0,0 @@
-html
-{
- overflow: auto;
- background-color: #fff;
-}
-
-body
-{
- font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
- line-height: 130%;
- color: #000;
- background-color: #fff;
-}
-
-a {
- color: #444;
-}
-
-a:visited {
- color: #444;
-}
-
-a:active {
- color: #444;
-}
-
-header
-{
- display: block;
- padding: 6px 4px;
-}
-
-.class-description {
- font-style: italic;
- font-family: Palatino, 'Palatino Linotype', serif;
- font-size: 130%;
- line-height: 140%;
- margin-bottom: 1em;
- margin-top: 1em;
-}
-
-#main {
- float: left;
- width: 100%;
-}
-
-section
-{
- display: block;
-
- background-color: #fff;
- padding: 12px 24px;
- border-bottom: 1px solid #ccc;
- margin-right: 240px;
-}
-
-.variation {
- display: none;
-}
-
-.optional:after {
- content: "opt";
- font-size: 60%;
- color: #aaa;
- font-style: italic;
- font-weight: lighter;
-}
-
-nav
-{
- display: block;
- float: left;
- margin-left: -230px;
- margin-top: 28px;
- width: 220px;
- border-left: 1px solid #ccc;
- padding-left: 9px;
-}
-
-nav ul {
- font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
- font-size: 100%;
- line-height: 17px;
- padding:0;
- margin:0;
- list-style-type:none;
-}
-
-nav h2 a, nav h2 a:visited {
- color: #A35A00;
- text-decoration: none;
-}
-
-nav h3 {
- margin-top: 12px;
-}
-
-nav li {
- margin-top: 6px;
-}
-
-nav a {
- color: #5C5954;
-}
-
-nav a:visited {
- color: #5C5954;
-}
-
-nav a:active {
- color: #5C5954;
-}
-
-footer {
- display: block;
- padding: 6px;
- margin-top: 12px;
- font-style: italic;
- font-size: 90%;
-}
-
-h1
-{
- font-size: 200%;
- font-weight: bold;
- letter-spacing: -0.01em;
- margin: 6px 0 9px 0;
-}
-
-h2
-{
- font-size: 170%;
- font-weight: bold;
- letter-spacing: -0.01em;
- margin: 6px 0 3px 0;
-}
-
-h3
-{
- font-size: 150%;
- font-weight: bold;
- letter-spacing: -0.01em;
- margin-top: 16px;
- margin: 6px 0 3px 0;
-}
-
-h4
-{
- font-size: 130%;
- font-weight: bold;
- letter-spacing: -0.01em;
- margin-top: 16px;
- margin: 18px 0 3px 0;
- color: #A35A00;
-}
-
-h5, .container-overview .subsection-title
-{
- font-size: 120%;
- font-weight: bold;
- letter-spacing: -0.01em;
- margin: 8px 0 3px -16px;
-}
-
-h6
-{
- font-size: 100%;
- letter-spacing: -0.01em;
- margin: 6px 0 3px 0;
- font-style: italic;
-}
-
-.ancestors { color: #999; }
-.ancestors a
-{
- color: #999 !important;
- text-decoration: none;
-}
-
-.important
-{
- font-weight: bold;
- color: #950B02;
-}
-
-.yes-def {
- text-indent: -1000px;
-}
-
-.type-signature {
- color: #aaa;
-}
-
-.name, .signature {
- font-family: Consolas, "Lucida Console", Monaco, monospace;
-}
-
-.details { margin-top: 14px; }
-.details dt { width:100px; float:left; border-left: 2px solid #DDD; padding-left: 10px; padding-top: 6px; }
-.details dd { margin-left: 50px; }
-.details ul { margin: 0; }
-.details ul { list-style-type: none; }
-.details li { margin-left: 30px; padding-top: 6px; }
-
-.description {
- margin-bottom: 1em;
- margin-left: -16px;
- margin-top: 1em;
-}
-
-.code-caption
-{
- font-style: italic;
- font-family: Palatino, 'Palatino Linotype', serif;
- font-size: 107%;
- margin: 0;
-}
-
-.prettyprint
-{
- border: 1px solid #ddd;
- width: 80%;
- overflow: auto;
-}
-
-.prettyprint.source {
- width: inherit;
-}
-
-.prettyprint code
-{
- font-family: Consolas, 'Lucida Console', Monaco, monospace;
- font-size: 100%;
- line-height: 18px;
- display: block;
- padding: 4px 12px;
- margin: 0;
- background-color: #fff;
- color: #000;
- border-left: 3px #ddd solid;
-}
-
-.params, .props
-{
- border-spacing: 0;
- border: 0;
- border-collapse: collapse;
-}
-
-.params .name, .props .name, .name code {
- color: #A35A00;
- font-family: Consolas, 'Lucida Console', Monaco, monospace;
- font-size: 100%;
-}
-
-.params td, .params th, .props td, .props th
-{
- border: 1px solid #ddd;
- margin: 0px;
- text-align: left;
- vertical-align: top;
- padding: 4px 6px;
- display: table-cell;
-}
-
-.params thead tr, .props thead tr
-{
- background-color: #ddd;
- font-weight: bold;
-}
-
-.params .params thead tr, .props .props thead tr
-{
- background-color: #fff;
- font-weight: bold;
-}
-
-.params th, .props th { border-right: 1px solid #aaa; }
-.params thead .last, .props thead .last { border-right: 1px solid #ddd; }
-
-.disabled {
- color: #454545;
-}
diff --git a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-jsdoc.css b/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-jsdoc.css
deleted file mode 100644
index 5a2526e37..000000000
--- a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-jsdoc.css
+++ /dev/null
@@ -1,111 +0,0 @@
-/* JSDoc prettify.js theme */
-
-/* plain text */
-.pln {
- color: #000000;
- font-weight: normal;
- font-style: normal;
-}
-
-/* string content */
-.str {
- color: #006400;
- font-weight: normal;
- font-style: normal;
-}
-
-/* a keyword */
-.kwd {
- color: #000000;
- font-weight: bold;
- font-style: normal;
-}
-
-/* a comment */
-.com {
- font-weight: normal;
- font-style: italic;
-}
-
-/* a type name */
-.typ {
- color: #000000;
- font-weight: normal;
- font-style: normal;
-}
-
-/* a literal value */
-.lit {
- color: #006400;
- font-weight: normal;
- font-style: normal;
-}
-
-/* punctuation */
-.pun {
- color: #000000;
- font-weight: bold;
- font-style: normal;
-}
-
-/* lisp open bracket */
-.opn {
- color: #000000;
- font-weight: bold;
- font-style: normal;
-}
-
-/* lisp close bracket */
-.clo {
- color: #000000;
- font-weight: bold;
- font-style: normal;
-}
-
-/* a markup tag name */
-.tag {
- color: #006400;
- font-weight: normal;
- font-style: normal;
-}
-
-/* a markup attribute name */
-.atn {
- color: #006400;
- font-weight: normal;
- font-style: normal;
-}
-
-/* a markup attribute value */
-.atv {
- color: #006400;
- font-weight: normal;
- font-style: normal;
-}
-
-/* a declaration */
-.dec {
- color: #000000;
- font-weight: bold;
- font-style: normal;
-}
-
-/* a variable name */
-.var {
- color: #000000;
- font-weight: normal;
- font-style: normal;
-}
-
-/* a function name */
-.fun {
- color: #000000;
- font-weight: bold;
- font-style: normal;
-}
-
-/* Specify class=linenums on a pre to get line numbering */
-ol.linenums {
- margin-top: 0;
- margin-bottom: 0;
-}
diff --git a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-tomorrow.css b/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-tomorrow.css
deleted file mode 100644
index aa2908c25..000000000
--- a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/prettify-tomorrow.css
+++ /dev/null
@@ -1,132 +0,0 @@
-/* Tomorrow Theme */
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
-/* Pretty printing styles. Used with prettify.js. */
-/* SPAN elements with the classes below are added by prettyprint. */
-/* plain text */
-.pln {
- color: #4d4d4c; }
-
-@media screen {
- /* string content */
- .str {
- color: #718c00; }
-
- /* a keyword */
- .kwd {
- color: #8959a8; }
-
- /* a comment */
- .com {
- color: #8e908c; }
-
- /* a type name */
- .typ {
- color: #4271ae; }
-
- /* a literal value */
- .lit {
- color: #f5871f; }
-
- /* punctuation */
- .pun {
- color: #4d4d4c; }
-
- /* lisp open bracket */
- .opn {
- color: #4d4d4c; }
-
- /* lisp close bracket */
- .clo {
- color: #4d4d4c; }
-
- /* a markup tag name */
- .tag {
- color: #c82829; }
-
- /* a markup attribute name */
- .atn {
- color: #f5871f; }
-
- /* a markup attribute value */
- .atv {
- color: #3e999f; }
-
- /* a declaration */
- .dec {
- color: #f5871f; }
-
- /* a variable name */
- .var {
- color: #c82829; }
-
- /* a function name */
- .fun {
- color: #4271ae; } }
-/* Use higher contrast and text-weight for printable form. */
-@media print, projection {
- .str {
- color: #060; }
-
- .kwd {
- color: #006;
- font-weight: bold; }
-
- .com {
- color: #600;
- font-style: italic; }
-
- .typ {
- color: #404;
- font-weight: bold; }
-
- .lit {
- color: #044; }
-
- .pun, .opn, .clo {
- color: #440; }
-
- .tag {
- color: #006;
- font-weight: bold; }
-
- .atn {
- color: #404; }
-
- .atv {
- color: #060; } }
-/* Style */
-/*
-pre.prettyprint {
- background: white;
- font-family: Menlo, Monaco, Consolas, monospace;
- font-size: 12px;
- line-height: 1.5;
- border: 1px solid #ccc;
- padding: 10px; }
-*/
-
-/* Specify class=linenums on a pre to get line numbering */
-ol.linenums {
- margin-top: 0;
- margin-bottom: 0; }
-
-/* IE indents via margin-left */
-li.L0,
-li.L1,
-li.L2,
-li.L3,
-li.L4,
-li.L5,
-li.L6,
-li.L7,
-li.L8,
-li.L9 {
- /* */ }
-
-/* Alternate shading for lines */
-li.L1,
-li.L3,
-li.L5,
-li.L7,
-li.L9 {
- /* */ }
diff --git a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/searchstyle.css b/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/searchstyle.css
deleted file mode 100644
index a3d51d436..000000000
--- a/web/server/h2o/libh2o/misc/oktavia/templates/jsdoc3/static/styles/searchstyle.css
+++ /dev/null
@@ -1,174 +0,0 @@
-form.oktavia_form {
- position: relative;
- display: block;
- width: 240px;
- height: 25px;
-}
-
-input.oktavia_search {
- -webkit-appearance: searchfield;
- -webkit-user-select: text;
- cursor: auto;
- background-color: white;
- color: black;
- line-height: normal;
- display: inline-block;
- padding: 1px;
- text-align: start;
- margin: 2px 0px 2px 0px;
- padding: 1px;
-}
-
-div.oktavia_searchresult_box {
- display: none;
- position: absolute;
- width: 500px;
- padding: 10px;
- right: 10px;
- background-color: #ffffff;
- -moz-border-radius: 8px;
- border-radius: 8px;
- -moz-box-shadow: 3px 3px 5px 5px #b5b2b2;
- box-shadow: 3px 3px 5px 5px #b5b2b2;
- opacity: 0.95;
- z-index: 100000;
-}
-
-div.oktavia_close_search_box {
- position: absolute;
- top: 10px;
- right: 10px;
- width: 20px;
- height: 20px;
- text-align: center;
- vertical-align: middle;
- color: #666;
-}
-
-div.oktavia_close_search_box:hover {
- background-color: #d1e8ff;
- border: 1px solid gray;
-}
-
-div.oktavia_close_search_box:active {
- background-color: #b4c8db;
- border: 1px solid gray;
-}
-
-
-div.oktavia_searchresult_summary {
- color: #444;
-}
-
-div.oktavia_searchresult .entry {
- margin: 10px 10px 10px 10px;
- color: black;
-}
-
-div.oktavia_searchresult .entry .title {
- font-size: normal;
-}
-
-div.oktavia_searchresult .entry .title a:link {
- color: #0000EE;
- text-decoration: underline;
-}
-
-div.oktavia_searchresult .entry .title a:visited {
- color: #551A8B;
- text-decoration: underline;
-}
-
-div.oktavia_searchresult .entry .title a:hover {
-}
-
-div.oktavia_searchresult .entry .title a:active {
- color: #FF0000;
- text-decoration: underline;
-}
-
-div.oktavia_searchresult .entry .url {
- font-size: 14px!important;
- color: #093;
- font-style: normal;
- font-family: arial,sans-serif;
-}
-
-div.oktavia_searchresult .entry .resultcontent {
- font-size: small;
- font-family: arial,sans-serif;
- color: #222;
-}
-
-div.oktavia_searchresult .entry .resultcontent .hit {
- font-weight: bolder;
- text-decoration: underline;
-}
-
-div.oktavia_searchresult .proposal {
- margin: 10px 10px 10px 10px;
- color: #222;
- font-size: small;
- font-family: arial,sans-serif;
-}
-
-div.oktavia_searchresult .proposal .option {
- background-color: #e8f4ff;
- border-bottom: 1px solid blue;
-}
-
-div.oktavia_searchresult .proposal .option:hover {
- background-color: #d1e8ff;
-}
-
-div.oktavia_searchresult .proposal .option:active {
- background-color: #b4c8db;
-}
-
-div.oktavia_searchresult_nav span.leader {
- color: #228;
-}
-
-div.oktavia_searchresult_nav span.page {
- background-color: #ffffff;
- border: 1px solid #888888;
- padding: 5px;
- margin: 5px;
- color: #222;
-}
-
-div.oktavia_searchresult_nav span.page:hover {
- background-color: #d1e8ff;
- border: 1px solid #7d98ff;
-}
-
-div.oktavia_searchresult_nav span.page:active {
- background-color: #b4c8db;
- border: 1px solid #6c83db;
-}
-
-div.oktavia_searchresult_nav span.selected {
- background-color: #b4c8db;
- border: 1px solid #6c83db;
-}
-
-div.oktavia_searchresult_nav span.selected:hover {
- background-color: #b4c8db;
- border: 1px solid #6c83db;
-}
-
-div.oktavia_searchresult_nav span.selected:active {
- background-color: #b4c8db;
- border: 1px solid #6c83db;
-}
-
-div.oktavia_searchresult_box span.pr {
- position: absolute;
- right: 10px;
- bottom: 10px;
- color: #555;
-}
-
-.highlighted {
- background-color: #fbe54e;
-}