summaryrefslogtreecommitdiff
path: root/www/resources
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2018-02-20 16:04:18 +0100
committerMarkus Krogh <markus@nordu.net>2018-02-20 16:04:18 +0100
commite8537d6c2e2b20a4b073f2b4eb66214e85c0c85a (patch)
treed8fee78c6da206e2fdc4dbf6fc143ba19ad4415b /www/resources
Initial import of data
Diffstat (limited to 'www/resources')
-rw-r--r--www/resources/NORDUnet.css321
-rw-r--r--www/resources/NORDUnetPrint.css60
-rw-r--r--www/resources/intro_bottom.jpgbin0 -> 564 bytes
-rw-r--r--www/resources/intro_top.jpgbin0 -> 807 bytes
-rw-r--r--www/resources/left_back.gifbin0 -> 1366 bytes
-rw-r--r--www/resources/main_nav_back.gifbin0 -> 4259 bytes
-rw-r--r--www/resources/main_nav_back_selected.gifbin0 -> 4521 bytes
-rw-r--r--www/resources/main_nav_back_selected.jpgbin0 -> 1384 bytes
-rw-r--r--www/resources/main_nav_left.gifbin0 -> 1272 bytes
-rw-r--r--www/resources/main_nav_left_selected.gifbin0 -> 1211 bytes
-rw-r--r--www/resources/nunoc_logo.pngbin0 -> 15715 bytes
-rw-r--r--www/resources/pipes.jpgbin0 -> 2730 bytes
-rw-r--r--www/resources/pipes_back.jpgbin0 -> 389 bytes
-rw-r--r--www/resources/search.gifbin0 -> 148 bytes
-rw-r--r--www/resources/subnavback.gifbin0 -> 198 bytes
-rw-r--r--www/resources/top_back.gifbin0 -> 1097 bytes
16 files changed, 381 insertions, 0 deletions
diff --git a/www/resources/NORDUnet.css b/www/resources/NORDUnet.css
new file mode 100644
index 0000000..71db7db
--- /dev/null
+++ b/www/resources/NORDUnet.css
@@ -0,0 +1,321 @@
+html {
+
+}
+
+body {
+ margin: 0;
+ padding: 0;
+
+}
+
+#container {
+ width: 100%;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #000;
+ background: #fff url('pipes_back.jpg') repeat-y top left;
+}
+
+#top {
+ display: block;
+ width: 100%;
+ background: #00B2E4 url('top_back.gif') repeat-x bottom left;
+ overflow: hidden;
+
+}
+#top_table {
+ margin:0;
+ padding:0;
+ margin-top: 33px;
+ width: 900px;
+ border-collapse: collapse;
+ margin-bottom: -1px;
+
+
+}
+
+#top_table td {
+ vertical-align:bottom;
+}
+
+#top_table td img {
+ margin-bottom: 20px;
+ display: block;
+ padding-right:10px;
+
+}
+
+#main_nav {
+ margin:0;
+ padding:0;
+ list-style:none;
+ color: #fff;
+ height: 40px;
+ display: block;
+
+}
+
+#main_nav li {
+ display: block;
+ float: left;
+ background: url('main_nav_left.gif') no-repeat bottom left;
+ padding: 0 0 0 11px;
+
+}
+#main_nav li#selectedPage {
+ background: url('main_nav_left_selected.gif') no-repeat bottom left;
+}
+#main_nav li a {
+ display: block;
+ float: left;
+ padding: 0 11px 0 0;
+ height: 40px;
+ color: #fff;
+ text-decoration: none;
+ outline: 0;
+ background: url('main_nav_back.gif') no-repeat bottom right;
+}
+
+#main_nav li#selectedPage a {
+ background: url('main_nav_back_selected.jpg') no-repeat bottom right;
+ color: #000;
+
+}
+#main_nav li a span {
+ vertical-align: middle;
+ display: block;
+ padding-top: 10px;
+
+}
+
+#left {
+ clear: both;
+ background: #fff url('left_back.gif') repeat-y top left;
+ width: 200px;
+ float: left;
+}
+
+#search_form {
+ padding-left: 8px;
+ width: 200px;
+ margin: 10px 0 20px 0;
+}
+
+#search_form .input_image {
+
+ vertical-align: middle;
+}
+
+#nav {
+
+ width: 200px;
+ font-size: 12px;
+ clear: both;
+}
+
+#nav #intro {
+ width: 179px;
+ background: #fff url('intro_top.jpg') no-repeat top left;
+ padding: 15px 10px 1px 10px;
+}
+
+#nav #intro_footer {
+ width: 199px;
+ height:27px;
+ background: #fff url('intro_bottom.jpg') no-repeat top left;
+}
+
+
+#nav ul.site_tree,
+#nav ul.site_tree ul,
+#nav ul.site_tree li {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+
+}
+#nav ul.site_tree {
+ background: transparent url(subnavback.gif) no-repeat bottom left;
+ padding-bottom:2px;
+}
+
+#nav ul.site_tree a {
+ color: #4F4E4E;
+ text-decoration: none;
+ display: block;
+}
+
+#nav ul.site_tree a:hover {
+ text-decoration: none;
+}
+
+#nav ul.site_tree strong.level1 {
+ color: #000;
+ display: block;
+ background-color: #59BAE7;
+}
+
+#nav ul.site_tree li.level2 {
+ background: transparent url(subnavback.gif) no-repeat top left;
+}
+
+
+#nav ul.site_tree a.level1,
+#nav ul.site_tree strong.level1 {
+ padding:5px 0 5px 10px;
+
+}
+
+#nav ul.site_tree li.level2 {
+ display:block;
+ padding: 5px 0 2px 15px;
+}
+
+#nav ul.site_tree a.level2 {
+
+}
+
+#nav #nav_pic {
+ display: block;
+ margin: 0;
+ padding: 0;
+}
+
+
+h1 {
+ font-size: 20px;
+ color: #004788;
+}
+
+h2 {
+ font-size: 18px;
+ color: #004788;
+}
+
+h3 {
+ font-size: 16px;
+ color: #004788;
+}
+
+h4 {
+ font-size: 14px;
+ color: #004788;
+}
+
+h5 {
+ font-size: 12px;
+ color: #004788;
+}
+
+p {
+ font-size: 12px;
+ color: #004788;
+
+}
+
+ul {
+ font-size: 12px;
+ color: #004788;
+
+}
+
+#ConfluenceContent {
+ margin-left: 200px;
+ padding: 20px;
+ width: auto;
+ line-height: 1.5em;
+}
+
+#ConfluenceContent table {
+ border-collapse: collapse;
+}
+
+#ConfluenceContent th {
+ background-color: #f0f0f0;
+ padding: 5px;
+ border: 1px solid #ccc;
+ color: #036;
+}
+
+#ConfluenceContent td {
+ vertical-align: top;
+ border: 1px solid #ccc;
+ padding: 5px;
+}
+
+*html #ConfluenceContent table { width:99%; }
+
+#footer {
+ clear: both;
+ width: 100%;
+ height: 35px;
+ background-color: #D8D8D8;
+ border-top: 1px solid #989898;
+ border-bottom: 1px solid #989898;
+}
+
+#footer p {
+ vertical-align: middle;
+ margin: 12px 10px 10px 200px;
+ font-size: 10px;
+ color: #848484;
+}
+
+#footer img {
+ float: left;
+ margin: 0px 0px 0px 2px;
+}
+
+hr {
+ border: 0;
+ color: #696969;
+ background-color:#696969;
+ height: 1px;
+}
+
+
+#intro img{
+ padding-top: 5px;
+ border: none;
+}
+
+/* Open trouble tickets */
+#opentickets {
+ margin-left: 200px;
+ padding: 0 20px 20px 20px;
+ width: auto;
+}
+
+.blue {
+background:#004788 none repeat scroll 0 0;
+}
+
+.text {
+ font-size: 12px;
+ color: #004788;
+}
+
+.group_heading {
+color:#004788;
+font-size:12px;
+font-weight:bolder;
+}
+
+.list_info {
+background-color:#D9EFFA;
+color:#004788;
+padding:0.6em;
+}
+
+.whitebold {
+color:#FFFFFF;
+font-size:12px;
+font-weight:bold;
+}
+
+iframe.fill {
+ width: 100%;
+ min-height: 600px;
+ height: -moz-available;
+ height: -webkit-fill-available;
+}
diff --git a/www/resources/NORDUnetPrint.css b/www/resources/NORDUnetPrint.css
new file mode 100644
index 0000000..e7b7657
--- /dev/null
+++ b/www/resources/NORDUnetPrint.css
@@ -0,0 +1,60 @@
+#container {
+ width: auto;
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background: white;
+}
+
+#top {
+ display: none;
+ }
+
+#left {
+ display: none;
+}
+
+#ConfluenceContent {
+ font-family: Georgia, "Times New Roman", serif;
+ font-size: 12pt;
+ line-height: 1.5em;
+ width: auto;
+ margin: 0 5px;
+ padding: 0;
+ border: 0;
+ float: none !important;
+ color: black;
+}
+
+
+#footer {
+ clear: both;
+ width: 100%;
+ border-top: 1px solid #989898;
+ border-bottom: 1px solid #989898;
+ text-align: center;
+ clear: both;
+ margin: 0;
+ padding: 0;
+ border-bottom: none;
+}
+
+#footer p {
+ font-size: 9px;
+ color: #000;
+ margin: 0;
+ padding: 0;
+ line-height: 35px;
+}
+
+#footer img {
+ float: left;
+ margin: 0px 0px 0px 2px;
+}
+
+hr {
+ border: 0;
+ color: #000;
+ background-color:#000;
+ height: 1px;
+}
diff --git a/www/resources/intro_bottom.jpg b/www/resources/intro_bottom.jpg
new file mode 100644
index 0000000..f1f01b5
--- /dev/null
+++ b/www/resources/intro_bottom.jpg
Binary files differ
diff --git a/www/resources/intro_top.jpg b/www/resources/intro_top.jpg
new file mode 100644
index 0000000..4579323
--- /dev/null
+++ b/www/resources/intro_top.jpg
Binary files differ
diff --git a/www/resources/left_back.gif b/www/resources/left_back.gif
new file mode 100644
index 0000000..bffe2f0
--- /dev/null
+++ b/www/resources/left_back.gif
Binary files differ
diff --git a/www/resources/main_nav_back.gif b/www/resources/main_nav_back.gif
new file mode 100644
index 0000000..c6ad535
--- /dev/null
+++ b/www/resources/main_nav_back.gif
Binary files differ
diff --git a/www/resources/main_nav_back_selected.gif b/www/resources/main_nav_back_selected.gif
new file mode 100644
index 0000000..8f4b32d
--- /dev/null
+++ b/www/resources/main_nav_back_selected.gif
Binary files differ
diff --git a/www/resources/main_nav_back_selected.jpg b/www/resources/main_nav_back_selected.jpg
new file mode 100644
index 0000000..8492215
--- /dev/null
+++ b/www/resources/main_nav_back_selected.jpg
Binary files differ
diff --git a/www/resources/main_nav_left.gif b/www/resources/main_nav_left.gif
new file mode 100644
index 0000000..122e91b
--- /dev/null
+++ b/www/resources/main_nav_left.gif
Binary files differ
diff --git a/www/resources/main_nav_left_selected.gif b/www/resources/main_nav_left_selected.gif
new file mode 100644
index 0000000..1e8a0c0
--- /dev/null
+++ b/www/resources/main_nav_left_selected.gif
Binary files differ
diff --git a/www/resources/nunoc_logo.png b/www/resources/nunoc_logo.png
new file mode 100644
index 0000000..d48c79e
--- /dev/null
+++ b/www/resources/nunoc_logo.png
Binary files differ
diff --git a/www/resources/pipes.jpg b/www/resources/pipes.jpg
new file mode 100644
index 0000000..378a45d
--- /dev/null
+++ b/www/resources/pipes.jpg
Binary files differ
diff --git a/www/resources/pipes_back.jpg b/www/resources/pipes_back.jpg
new file mode 100644
index 0000000..d492675
--- /dev/null
+++ b/www/resources/pipes_back.jpg
Binary files differ
diff --git a/www/resources/search.gif b/www/resources/search.gif
new file mode 100644
index 0000000..0010e5e
--- /dev/null
+++ b/www/resources/search.gif
Binary files differ
diff --git a/www/resources/subnavback.gif b/www/resources/subnavback.gif
new file mode 100644
index 0000000..799b35f
--- /dev/null
+++ b/www/resources/subnavback.gif
Binary files differ
diff --git a/www/resources/top_back.gif b/www/resources/top_back.gif
new file mode 100644
index 0000000..40ae535
--- /dev/null
+++ b/www/resources/top_back.gif
Binary files differ