diff gis_gui/lib/blocks.css @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children a0a715552e3a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gis_gui/lib/blocks.css	Fri Nov 05 18:52:55 2010 +0100
@@ -0,0 +1,144 @@
+body {
+    background-color: #eee;
+    font-family:arial, sans serif;
+}
+
+#rail {
+    width:900px;
+    min-height:100%;
+    margin:0px auto;
+    background-color:#bbb;
+}
+
+#moduleslot {
+    width:1000px;
+    margin:-50px;
+    margin-top:10px;
+}
+
+div.block {
+    border: 1px solid black;
+    padding: 0px;
+    background-color: #ffffff;
+    margin: 0px;
+    margin-bottom:10px;
+    margin-top:10px;
+}
+
+div.block div.titlebar {
+    margin:0px;
+    margin-bottom:3px;
+    padding: 2px;
+
+    /*width: 800px;*/
+    height: 40px;
+    
+    background-color:#bbbbff;
+    text-align: center;
+}
+
+div.block div.titlebar h1 {
+    font-size:20px;
+    padding-top: 10px;
+    padding-bottom: 10px;
+    margin:0px;
+}
+
+
+div.block div.body {
+
+}
+
+div.block div.body div.menu {
+    margin:0px;
+    margin-bottom:15px;
+    padding:0px;
+    background-color: #ccccff;
+    height:20px;
+}
+
+div.block div.body div.content {
+    overflow:hidden;
+    min-height:120px;
+    padding:0px;
+    whitespace: nowrap;
+}
+
+div.content h1 {
+    padding:8px;
+}
+
+div.subscreen {
+/*    display: block; 
+    width: 1000px;
+    height: 400px;*/
+    /*position: relative; */
+    margin:0px;
+/*    border: 1px solid black;*/
+    float:left;
+
+}
+
+
+.folded div.body {
+
+}
+
+.folded div.titlebar {
+    color: #666;
+    background-color: #aaaadd !important;
+}
+
+
+div.close_button {
+    border: 3px solid black;
+    width: 20px;
+    height:20px;
+    float:right;
+    
+    position:relative;
+    top:-40px;
+    left:-20px;
+}
+
+div.type_icon {
+    color:white;
+    border: 3px solid white;
+    width: 20px;
+    height:20px;
+    float:left;
+    
+    position:relative;
+    top:-40px;
+    left:20px;
+}
+
+
+div.head {
+    border: 1px solid black;
+    background-color: #fff;
+    text-align: center;
+    height:50px;
+    padding:10px;
+    margin-left:-50px;
+    margin-right:-50px;
+
+}
+
+#login {
+    background-color: #ffcccc;
+    width: 280px;
+    float:right;
+    padding:10px;
+    text-align:center;
+}
+
+
+h5 {
+    margin-top: 30px;
+    clear:both;
+}
+
+a:visited {
+    color: blue;
+}
\ No newline at end of file