summaryrefslogtreecommitdiffstats
path: root/ice
diff options
context:
space:
mode:
Diffstat (limited to 'ice')
-rw-r--r--ice/h1.pngbin0 -> 167 bytes
-rw-r--r--ice/h2.pngbin0 -> 159 bytes
-rw-r--r--ice/h3.pngbin0 -> 159 bytes
-rw-r--r--ice/ice-ie.css5
-rw-r--r--ice/ice.css407
-rw-r--r--ice/menu_item.pngbin0 -> 143 bytes
-rw-r--r--ice/menu_item_hover.pngbin0 -> 202 bytes
-rw-r--r--ice/shadow-side.pngbin0 -> 98 bytes
-rw-r--r--ice/shadow-top.pngbin0 -> 109 bytes
-rw-r--r--ice/watermark.jpgbin0 -> 5798 bytes
10 files changed, 412 insertions, 0 deletions
diff --git a/ice/h1.png b/ice/h1.png
new file mode 100644
index 0000000..f8cffd8
--- /dev/null
+++ b/ice/h1.png
Binary files differ
diff --git a/ice/h2.png b/ice/h2.png
new file mode 100644
index 0000000..4b25139
--- /dev/null
+++ b/ice/h2.png
Binary files differ
diff --git a/ice/h3.png b/ice/h3.png
new file mode 100644
index 0000000..87d62cd
--- /dev/null
+++ b/ice/h3.png
Binary files differ
diff --git a/ice/ice-ie.css b/ice/ice-ie.css
new file mode 100644
index 0000000..cb607fc
--- /dev/null
+++ b/ice/ice-ie.css
@@ -0,0 +1,5 @@
+#nav ul li ul li {
+ margin-top: -3px;
+ margin-bottom: -3px;
+}
+
diff --git a/ice/ice.css b/ice/ice.css
new file mode 100644
index 0000000..3a4f66e
--- /dev/null
+++ b/ice/ice.css
@@ -0,0 +1,407 @@
+/*----------------------------------------------------------------------------------
+ * IMPORT
+ *----------------------------------------------------------------------------------
+ */
+
+@import url("ice_general.cssxxx");
+@import url("ice_ie.css");
+/*@import url("ice_ff.css"); */
+
+
+/* .css - Alpine ACF */
+
+/*----------------------------------------------------------------------------------
+ * GENERAL
+ *----------------------------------------------------------------------------------
+ */
+
+.hide {
+ display: none;
+}
+
+a {
+ text-decoration: none;
+ color: #072966;
+}
+a:visited {
+ color: #072966;
+}
+a:hover {
+ color: red;
+}
+input {
+ border: 1px solid #ccc;
+}
+hr {
+ background-color: white;
+ height: 3px;
+}
+.error {
+ font-weight: bold;
+ font-style: italic;
+ color: #f33;
+}
+input.error,select.error,textarea.error {
+ font-weight: normal;
+ font-style: normal;
+}
+
+.mute {
+ color: #777;
+}
+.header {
+ background: #eee;
+ border-bottom: 3px double #999;
+ font-weight: bold;
+ vertical-align: bottom;
+}
+pre {
+ font-family: monospace;
+ font-size: 10pt;
+ padding: 5px;
+}
+input[type=text][disabled] {
+ color: #755;
+ background: #eee;
+}
+/*----------------------------------------------------------------------------------
+ * BODY & PAGE
+ *----------------------------------------------------------------------------------
+ */
+body {
+ margin: 0px 0px 0px 0px;
+ padding: 0px 0px 0px 0px;
+ font-family: Liberation Sans, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular;
+ font-size: 12pt;
+ background-image: url("/static/watermark.jpg");
+ background-repeat: no-repeat;
+ background-position: 400px 140px;
+}
+#page {
+ position: relative;
+ left: 0px;
+ top: 0px;
+ margin: 10px 5% 0% 5%;
+}
+
+/*----------------------------------------------------------------------------------
+ * PAGE > HEADER
+ *----------------------------------------------------------------------------------
+ */
+#header {
+ width: 100%;
+ height: 75px;
+ margin: 0px 0px 0px 0px;
+ padding: 0px 0px 0px 0px;
+
+ background-image: url("/static/alpine.jpg");
+ background-repeat: repeat-x;
+ border: 1px solid #ddd;
+ padding: 0px 0px 0px 0px;
+ margin: 0px 0px 0px 0px;
+}
+#header p {
+ float: right;
+ font-size: 14px;
+ padding: 0px 0px 0px 0px;
+ margin-right: 5px;
+ margin-top: 5px;
+}
+#header .tailer {
+ position: absolute;
+ background-image: url(shadow-top.png);
+ background-repeat: repeat-x;
+ top: 76px;
+ height: 10px;
+ width: 100%;
+ margin: 0px 0px 0px 0px;
+ padding: 0px 0px 0px 0px;
+}
+
+/*----------------------------------------------------------------------------------
+ * PAGE > HEADER > LOGO
+ *----------------------------------------------------------------------------------
+ */
+#logo h1 {
+ position: absolute;
+ top: 10px;
+ left: 10px;
+ font-size: 40px;
+}
+#logo p {
+ position: absolute;
+ top: 55px;
+ left: 10px;
+ font-size: 14px;
+}
+
+/*----------------------------------------------------------------------------------
+ * PAGE > MAIN
+ *----------------------------------------------------------------------------------
+ */
+#main {
+ clear: both;
+ margin-top: 20px;
+ margin-left: 200px;
+}
+
+/*----------------------------------------------------------------------------------
+ * PAGE > MAIN > NAV
+ *----------------------------------------------------------------------------------
+ */
+#nav {
+ position: absolute;
+ top: 97px;
+ left: 0px;
+ width: 180px;
+ margin: 0px 0px 0px 9px;
+ padding: 0px 10px 0px 0px;
+ background: white;
+ background-image: url(shadow-side.png);
+ background-repeat: repeat-y;
+ background-position: right;
+}
+#nav ul {
+ list-style-type: none;
+}
+#nav ul li {
+ color: white;
+ font-size: 16px;
+ font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
+ background: #6688AA;
+ border-top: 1px solid #7799BB;
+}
+#nav ul li ul {
+ margin-top: 5px;
+}
+#nav ul li ul li {
+ padding-bottom: 0px;
+ height: 21px;
+ font-weight: normal;
+ font-size: 10pt;
+ white-space: nowrap;
+ overflow: hidden;
+ border-bottom: 1px solid #cacaca;
+ border-top: 1px solid #ccc;
+ border-left: 1px solid #ddd;
+ background-image: url(menu_item.png);
+}
+#nav ul li ul li.selected {
+ background: #dff;
+ font-weight: bold;
+}
+#nav ul li ul li a {
+ clear: right;
+ display: list-item;
+ padding-left: 5px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+#nav ul li ul li a:hover {
+ background-image: url(menu_item_hover.png);
+}
+#nav ul li ul li.selected a:hover {
+ background-image: none;
+}
+
+/*----------------------------------------------------------------------------------
+ * PAGE > MAIN > POSTNAV
+ *----------------------------------------------------------------------------------
+ */
+#postnav h2 {
+ clear: both;
+ padding: 2px 0px 2px 5px;
+ background: #6688AA;
+ color: white;
+ font-size: 16px;
+ font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
+ background-image: url(shadow-side.png);
+ background-repeat: repeat-y;
+ background-position: right;
+ border: none;
+ margin-right: 0px;
+}
+#postnav p {
+ position: absolute;
+ top: 80px;
+ left: 0px;
+ width: 100%;
+ color: #999;
+ font-size: 11px;
+ font-weight: verdana, arial;
+ font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
+ background: transparent;
+ padding: 0px 5px 0px 10px;
+}
+/*----------------------------------------------------------------------------------
+ * PAGE > MAIN > SUBNAV
+ *----------------------------------------------------------------------------------
+ */
+#subnav {
+ position: absolute;
+ top: 55px;
+ height: 40px;
+ left: 200px;
+ padding-top: 2px;
+}
+#subnav a {
+ height: 40px;
+ margin: 0px 0px 5px 0px;
+ padding: 3px 5px 2px 5px;
+ font-size: 12px;
+ background-image: url(menu_item.png);
+ border: 1px solid #bbb;
+ border-bottom: none;
+}
+
+#subnav a.selected {
+ background: #dff;
+}
+
+/*----------------------------------------------------------------------------------
+ * PAGE > MAIN > CONTENT
+ *----------------------------------------------------------------------------------
+ */
+#content {
+ background-image: url(shadow-side.png);
+ background-repeat: repeat-y;
+ background-position: right;
+ margin-top: -20px;
+ padding-right: 10px;
+ border-left: 1px solid #cacaca;
+}
+#content h1,h2,h3,h4,h5 {
+ clear: both;
+ padding-top: 3px;
+ border-bottom: 1px solid #cacaca;
+ border-top: 1px solid #cacaca;
+ font-weight: bold;
+ font-size: 14px;
+ white-space: nowrap;
+ overflow: hidden;
+}
+#content h1 {
+ margin-top: 20px;
+ height: 17px;
+ background-image: url(h1.png);
+ padding-left: 5px;
+}
+#content h2 {
+ height: 18px;
+ background-image: url(h2.png);
+ padding-left: 10px;
+}
+#content h3 {
+ height: 14px;
+ background-image: url(h3.png);
+ font-size: 12px;
+ padding-left: 15px;
+}
+#content .descr {
+ clear: both;
+}
+
+#content .value {
+ display: inline;
+ padding-left: 200px;
+}
+#content dl {
+ margin: 0px;
+ padding: 0px;
+ margin-bottom: 10px;
+ margin-top: 2px;
+ width: 98%;
+ display: block;
+ clear: right;
+}
+#content dt {
+ width: 220px;
+ font-size: 12px;
+ text-align: left;
+ font-weight: bold;
+ margin-top: 1px;
+ margin-left: 0px;
+ padding-left: 5px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ border-top: 1px solid #ddd;
+}
+#content dd {
+ margin-top: -17px;
+ font-size: 12px;
+ margin-left: 230px;
+ padding-bottom: 5px;
+}
+#content .tailer {
+ clear: both;
+ border-bottom: 3px solid #cacaca;
+ margin-left: 0px;
+}
+#content .submit {
+ width: 100px;
+ border-right: 1px solid #cacaca;
+ border-bottom: 1px solid #cacaca;
+ background: #eee;
+}
+#content textarea {
+ border-right: 1px solid #cacaca;
+ border-bottom: 1px solid #cacaca;
+}
+#content p,input.text,select,textarea,input.password {
+ width: 97%;
+}
+#content table {
+ width: 100%;
+}
+#content input.short {
+ width: 200px;
+ margin-right: 10px;
+ display: inline;
+}
+
+#content textarea {
+ height: 300px;
+}
+#content dd textarea {
+ height: 100px;
+}
+#content form select.radio {
+ border: none;
+}
+#content table td {
+ padding-right: 10px;
+ white-space: normal;
+ border-bottom: 1px solid #ccc;
+}
+
+
+/*----------------------------------------------------------------------------------
+ * PAGE > FOOTER
+ *----------------------------------------------------------------------------------
+ */
+
+#footer {
+/* float: right; */
+ margin-top: 20px;
+ margin-left: 200px;
+ margin-right: 10px;
+ padding: 5px;
+ clear: both;
+ text-align: center;
+ border-top: 1px solid #d6d6d6;
+ font-size: 10px;
+ color: #aaa;
+
+/* position: relative;
+ clear: both;
+ width: 100%;
+ padding: 5px 0px 5px 0px;
+ margin: 15px 0px 0px 10px; */
+}
+
diff --git a/ice/menu_item.png b/ice/menu_item.png
new file mode 100644
index 0000000..e56a394
--- /dev/null
+++ b/ice/menu_item.png
Binary files differ
diff --git a/ice/menu_item_hover.png b/ice/menu_item_hover.png
new file mode 100644
index 0000000..1ddac37
--- /dev/null
+++ b/ice/menu_item_hover.png
Binary files differ
diff --git a/ice/shadow-side.png b/ice/shadow-side.png
new file mode 100644
index 0000000..bae16f4
--- /dev/null
+++ b/ice/shadow-side.png
Binary files differ
diff --git a/ice/shadow-top.png b/ice/shadow-top.png
new file mode 100644
index 0000000..68b17fa
--- /dev/null
+++ b/ice/shadow-top.png
Binary files differ
diff --git a/ice/watermark.jpg b/ice/watermark.jpg
new file mode 100644
index 0000000..e76142e
--- /dev/null
+++ b/ice/watermark.jpg
Binary files differ