summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
diff options
context:
space:
mode:
authorJayaram Pai2013-12-19 05:28:37 +0530
committerJayaram Pai2013-12-19 05:28:37 +0530
commit4a929add0e1c1dce95e6829f6d39f37ae5960afb (patch)
treef0f0b5cbfbdbbd5a9141d5016095bcddc64a3775 /static/website/css/main.css
downloadscilab-on-cloud-4a929add0e1c1dce95e6829f6d39f37ae5960afb.tar.gz
scilab-on-cloud-4a929add0e1c1dce95e6829f6d39f37ae5960afb.tar.bz2
scilab-on-cloud-4a929add0e1c1dce95e6829f6d39f37ae5960afb.zip
initial commit
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r--static/website/css/main.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
new file mode 100644
index 0000000..0a0eca5
--- /dev/null
+++ b/static/website/css/main.css
@@ -0,0 +1,79 @@
+/* Skeleton Overide */
+.clearfix {
+ clear: both;
+}
+select {
+ margin-bottom: 15px;
+}
+/* Main Styles */
+body, html {
+ border: 0px;
+ margin: 0px;
+ padding: 0px;
+ height: 100%;
+ position: relative;
+ width: 100%;
+}
+#topbar{
+ min-height: 50px;
+ background: #4E3419;
+}
+#selectors {
+ margin: 15px 0 0 15px;
+}
+#content {
+ position: absolute;
+ top: 200px;
+ bottom: 20px;
+ width: 100%;
+ min-height: 400px;
+ bottom: 50px;
+ background: #f5f5f5;
+}
+#input {
+ position: absolute;
+ top: 5px;
+ bottom: 60px;
+ left: 15px;
+ width: 48%;
+ height: auto;
+}
+#output {
+ position: absolute;
+ top: 5px;
+ bottom: 60px;
+ right: 15px;
+ width: 48%;
+ height: auto;
+}
+#input textarea, #output textarea{
+ position: absolute;
+ width: 100%;
+ height: 99%;
+ font-size: 100%;
+ font-family: inherit;
+}
+#execute {
+ position: absolute;
+ left: 15px;
+ bottom: -15px;
+}
+#bug {
+ position: absolute;
+ right: 15px;
+ bottom: -15px;
+}
+#credits {
+ position: absolute;
+ bottom: -50px;
+ width: 100%;
+ height: 50px;
+ background: #4E3419;
+ color: #ffffff;
+ font-family: monospace;
+ text-align: center;
+}
+#credits small {
+ font-size: .6em;
+ display: block;
+}