summaryrefslogtreecommitdiffstats
path: root/manas/public
diff options
context:
space:
mode:
Diffstat (limited to 'manas/public')
-rw-r--r--manas/public/css/style.css206
-rw-r--r--manas/public/favicon.icobin0 -> 1104 bytes
-rw-r--r--manas/public/images/error.pngbin0 -> 1471 bytes
-rw-r--r--manas/public/images/grad_blue_7x80.pngbin0 -> 3346 bytes
-rw-r--r--manas/public/images/grad_orange_11x100.pngbin0 -> 3136 bytes
-rw-r--r--manas/public/images/header_inner.pngbin0 -> 37537 bytes
-rw-r--r--manas/public/images/info.pngbin0 -> 1672 bytes
-rw-r--r--manas/public/images/logo.gifbin0 -> 23864 bytes
-rw-r--r--manas/public/images/logo.pngbin0 -> 20663 bytes
-rw-r--r--manas/public/images/ok.pngbin0 -> 1519 bytes
-rw-r--r--manas/public/images/star.pngbin0 -> 2332 bytes
-rw-r--r--manas/public/images/strype.pngbin0 -> 1378 bytes
-rw-r--r--manas/public/images/tg2_04.gifbin0 -> 22775 bytes
-rw-r--r--manas/public/images/tg_under_the_hood.pngbin0 -> 4010 bytes
-rw-r--r--manas/public/images/under_the_hood_blue.pngbin0 -> 2667 bytes
15 files changed, 206 insertions, 0 deletions
diff --git a/manas/public/css/style.css b/manas/public/css/style.css
new file mode 100644
index 0000000..4da3dd8
--- /dev/null
+++ b/manas/public/css/style.css
@@ -0,0 +1,206 @@
+/*
+ * Quick mash-up of CSS for the TG quick start page.
+ */
+
+html, body {
+ color: black;
+ background-color: #ddd;
+ font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
+ font-size: 83%;
+ margin: 0;
+ padding: 0;
+}
+
+td, th {padding:3px;border:none;}
+tr th {text-align:left;background-color:#f0f0f0;color:#333;}
+tr.odd td {background-color:#edf3fe;}
+tr.even td {background-color:#fff;}
+
+
+a.link, a, a.active {
+ color: #369;
+}
+
+.white {
+ color: white;
+}
+
+h1,h2,h3,h4,h5,h6 {
+ font-family: "Century Schoolbook L", Georgia, serif;
+ font-weight: bold;
+}
+
+
+#main_content {
+ color: black;
+ font-size: 127%;
+ background-color: white;
+ width: 757px;
+ margin: 0 auto 1em auto;
+ border: 1px solid #aaa;
+ border-top: 0px solid #aaa;
+ padding: 10px;
+ clear: both;
+}
+
+
+.sidebar {
+ border: 1px solid #cce;
+ background-color: #ffffab;
+ margin: 0.5em;
+ margin-left: 1.5em;
+ padding: 1em;
+ float: right;
+ width: 200px;
+ font-size: 88%;
+ background-color:#fffe1;
+ background-repeat:repeat-x;
+}
+
+.sidebar h2 {
+ margin-top: 0;
+ color: black;
+}
+
+.sidebar ul {
+ margin-left: 1.5em;
+ padding-left: 0;
+}
+
+
+
+#sb_top {
+ clear: right;
+}
+
+#sb_bottom {
+ clear: right;
+}
+
+#getting_started {
+ margin-left: 20px;
+}
+
+#getting_started_steps a {
+ text-decoration: none;
+}
+
+#getting_started_steps a:hover {
+ text-decoration: underline;
+}
+
+#getting_started_steps li {
+ font-size: 80%;
+ margin-bottom: 0.5em;
+}
+
+#getting_started_steps h2 {
+ font-size: 120%;
+}
+
+#getting_started_steps p {
+ font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
+}
+
+#getting_started_steps,.alogo,.headtext {
+ font-family: "Century Schoolbook L", Georgia, serif;
+ font-weight: bold;
+}
+
+
+#header {
+ height: 125px;
+ width: 777px;
+ background: blue URL('../images/strype.png') repeat-x;
+ border-left: 1px solid #aaa;
+ border-right: 1px solid #aaa;
+ margin: 0 auto 0 auto;
+ color: white;
+}
+
+.alogo {
+ font-size: 36px;
+ padding-left: 5px;
+ padding-top: 5px;
+ padding-right: 20px;
+ float: left;
+}
+
+.headtext {
+ color: white;
+ font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
+ font-size: 44px;
+ padding-left: 20px;
+ padding-top: 20px;
+ padding-right: 20px;
+ margin-bottom: 0px;
+}
+
+.currentpage {
+ color: white;
+ font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
+ font-size: 18px;
+ padding-top: 20px;
+ padding-right: 20px;
+ margin-bottom: 0px;
+ float: left;
+}
+
+#footer {
+ border: 0px solid #aaa;
+ color: #888;
+ background-color: white;
+ padding: 10px;
+ font-size: 90%;
+ text-align: center;
+ width: 600px;
+ margin-left: 40px;
+}
+
+.flogo {
+ padding-left: 20px;
+ padding-top: 0px;
+ padding-right: 20px;
+ margin-bottom: 0px;
+ float: left;
+}
+
+.foottext{
+}
+
+.code {
+ font-family: monospace;
+ font-size: 127%;
+}
+
+span.code {
+ font-weight: bold;
+ background: #eee;
+}
+
+#status_block {
+ margin: 0 auto 0.5em auto;
+ padding: 5px 15px 15px 55px;
+ background: #eef URL('../images/ok.png') left center no-repeat;
+ border: 1px solid #cce;
+ width: 680px;
+ font-size: 120%;
+ font-weight: bolder;
+}
+
+.notice {
+ margin: 0.5em auto 0.5em auto;
+ padding: 15px 10px 15px 55px;
+ width: 680px;
+ background: #eef URL('../images/info.png') left center no-repeat;
+ border: 1px solid #cce;
+}
+
+.fielderror {
+ color: red;
+ font-weight: bold;
+}
+
+div.clearingdiv {
+ clear:both;
+}
diff --git a/manas/public/favicon.ico b/manas/public/favicon.ico
new file mode 100644
index 0000000..840986e
--- /dev/null
+++ b/manas/public/favicon.ico
Binary files differ
diff --git a/manas/public/images/error.png b/manas/public/images/error.png
new file mode 100644
index 0000000..73c7d7f
--- /dev/null
+++ b/manas/public/images/error.png
Binary files differ
diff --git a/manas/public/images/grad_blue_7x80.png b/manas/public/images/grad_blue_7x80.png
new file mode 100644
index 0000000..8eb30fa
--- /dev/null
+++ b/manas/public/images/grad_blue_7x80.png
Binary files differ
diff --git a/manas/public/images/grad_orange_11x100.png b/manas/public/images/grad_orange_11x100.png
new file mode 100644
index 0000000..5b9a1d0
--- /dev/null
+++ b/manas/public/images/grad_orange_11x100.png
Binary files differ
diff --git a/manas/public/images/header_inner.png b/manas/public/images/header_inner.png
new file mode 100644
index 0000000..2b2d87d
--- /dev/null
+++ b/manas/public/images/header_inner.png
Binary files differ
diff --git a/manas/public/images/info.png b/manas/public/images/info.png
new file mode 100644
index 0000000..668f9c0
--- /dev/null
+++ b/manas/public/images/info.png
Binary files differ
diff --git a/manas/public/images/logo.gif b/manas/public/images/logo.gif
new file mode 100644
index 0000000..593126c
--- /dev/null
+++ b/manas/public/images/logo.gif
Binary files differ
diff --git a/manas/public/images/logo.png b/manas/public/images/logo.png
new file mode 100644
index 0000000..767021d
--- /dev/null
+++ b/manas/public/images/logo.png
Binary files differ
diff --git a/manas/public/images/ok.png b/manas/public/images/ok.png
new file mode 100644
index 0000000..c402ac5
--- /dev/null
+++ b/manas/public/images/ok.png
Binary files differ
diff --git a/manas/public/images/star.png b/manas/public/images/star.png
new file mode 100644
index 0000000..f9b5aaa
--- /dev/null
+++ b/manas/public/images/star.png
Binary files differ
diff --git a/manas/public/images/strype.png b/manas/public/images/strype.png
new file mode 100644
index 0000000..fd03dd5
--- /dev/null
+++ b/manas/public/images/strype.png
Binary files differ
diff --git a/manas/public/images/tg2_04.gif b/manas/public/images/tg2_04.gif
new file mode 100644
index 0000000..5e71843
--- /dev/null
+++ b/manas/public/images/tg2_04.gif
Binary files differ
diff --git a/manas/public/images/tg_under_the_hood.png b/manas/public/images/tg_under_the_hood.png
new file mode 100644
index 0000000..bc9c79c
--- /dev/null
+++ b/manas/public/images/tg_under_the_hood.png
Binary files differ
diff --git a/manas/public/images/under_the_hood_blue.png b/manas/public/images/under_the_hood_blue.png
new file mode 100644
index 0000000..90e84b7
--- /dev/null
+++ b/manas/public/images/under_the_hood_blue.png
Binary files differ