aboutsummaryrefslogtreecommitdiffstats
path: root/docs/resources/iciql.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/resources/iciql.css')
-rw-r--r--docs/resources/iciql.css152
1 files changed, 152 insertions, 0 deletions
diff --git a/docs/resources/iciql.css b/docs/resources/iciql.css
new file mode 100644
index 0000000..7f8a48b
--- /dev/null
+++ b/docs/resources/iciql.css
@@ -0,0 +1,152 @@
+/*
+ iciql css.
+*/
+html, body, table, dl, dt, dd, ol, ul, li, form, a, span, tr, th, td, div, em {
+ font-family: verdana, sans-serif;
+ font-size: 12px;
+ line-height: 1.35em;
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+}
+
+body {
+ width: 980px;
+ margin: 5px;
+ background-color: #ffffff;
+ color: #000000;
+ margin-right: auto;
+ margin-left: auto;
+ padding: 0px;
+ background: url(background.png) repeat-x scroll 0 0 #FFFFFF;
+}
+
+iframe {
+ margin-top:5px;
+ /*border: 1px solid #ccc;*/
+}
+
+pre, code, pre.prettyprint {
+ color: black;
+ font-family: monospace;
+ font-size:12px;
+ border:0px;
+}
+
+pre.prettyprint {
+ background-color: #fdfdfd !important;
+ border: 1px solid #ccc !important;
+}
+
+pre, pre.prettyprint {
+ margin-left: 5px;
+ margin-right: 5px;
+}
+
+table {
+ border-collapse: collapse;
+ empty-cells: show;
+ font-size: 1em;
+}
+
+td, th {
+ background-color: inherit;
+ border: 1px solid #CCCCCC;
+ padding: 6px 12px;
+ text-align: left;
+ vertical-align: top;
+ margin: 0;
+}
+
+img.inlineIcon {
+ padding-left: 1px;
+ padding-right: 1px;
+}
+
+img.overview {
+ float:right;
+ border:1px solid #CCCCCC;
+}
+
+a {
+ color: #0000cc;
+}
+
+a:hover, a:visited, a:active {
+ color: #880000;
+}
+
+img.logo {
+ margin-top:-8px;
+ float: right;
+ border-width: 0px;
+}
+
+div.page_header {
+ height: 26px;
+ padding: 5px;
+ font-family: sans-serif;
+ font-weight: bold;
+ font-size: 200%;
+ color: #888;
+ background: transparent;
+}
+
+div.page_header span {
+ font-family: inherit;
+ font-size: inherit;
+}
+
+div.page_footer {
+ clear: both;
+ height: 17px;
+ color: black;
+ background-color: #ffffff;
+ padding: 5px;
+ border-top: 1px solid #bbb;
+ font-style: italic;
+}
+
+div.page_nav {
+ margin-top:10px;
+ padding: 5px;
+ border-radius: 3px;
+ background-color: #fdfdfd;
+ border: 1px solid #ccc;
+ color: #ccc;
+}
+
+div.page_nav a {
+ text-decoration: none;
+ color: blue;
+}
+
+div.page_nav a:hover {
+ text-decoration: underline;
+}
+
+div.page_nav em {
+ font-style: normal;
+}
+
+div.javadoc_nav {
+ text-align: center;
+ margin-top:0px;
+ padding: 5px;
+ border-bottom: 1px solid #ccc;
+ color: #ccc;
+}
+
+div.javadoc_nav a {
+ text-decoration: none;
+ color: blue;
+}
+
+div.javadoc_nav a:hover {
+ text-decoration: underline;
+}
+
+div.javadoc_nav em {
+ font-style: normal;
+} \ No newline at end of file