Merge branch 'master' of github.com:tla/stemmaweb
[scpubgit/stemmaweb.git] / root / css / relationship.css
index 7d1f179..98f03b7 100644 (file)
@@ -5,14 +5,59 @@ body {
     font-size: 85%; 
     background: #EDF1FA;
 }
-.error {
-    color: red;
+#topbanner {
+       padding: 0px;
 }
-#graph_container {
-    height: 104px;
-    width: 90%;
-    margin-top: 5px;
-    border: 2px solid #B0C6F7;
+#logoimg {
+       float: left;
+       margin-left: 20px;
+}
+#logotitle {
+       float: left;
+       margin-left: 30px;
+       height: 55px;
+       padding-top: 40px;
+}
+.segment_guide {
+       color: #488dd2;
+       padding-left: 30px;
+       padding-right: 30px;
+}
+.selected {
+       background-color: #dadada;
+}
+h1.title a:link, h1.title a:visited, h1.title a:active {
+       color: #666;
+       font-weight: bold;
+       text-decoration: none;
+}
+h1.title a:hover {
+       color: #222;
+}
+h1.title {
+       margin: 0;
+       padding: 0;
+       letter-spacing: -1px;
+       line-height: 1.0em;
+       font-family: tahoma, arial, sans-serif;
+       font-size: 240%;
+}
+p.tagline {
+       margin: 0;
+       padding: 0;
+       font-size: 1.2em;
+       font-weight: bold;
+       color: #666;
+}
+.term {
+       font-style: italic;
+}
+p.api {
+       font-weight: bold;
+       font-family: Courier;
+}
+span.apimore {
+       font-family: Courier;
 }
 #enlargement_container {
     height: 504px;
@@ -23,30 +68,53 @@ body {
     padding-top: 5px;
     padding-bottom: 5px;    
 }
+#loading_overlay {
+       display: none;
+       position: absolute;
+       height: 500px;
+       width: 89%;
+       z-index: 2;
+       opacity: 0.7;
+    background-image: url("cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png");
+    background-repeat: repeat;
+    background-attachment: scroll;
+    background-position: 50% 50%;
+    background-color: #EEEEEE; 
+}
+#loading_message {
+       position: relative;
+       background-color: #EDF1FA;
+       color: #222222;
+    border: 2px solid #B0C6F7;
+       height: 20px;
+       width: 150px;
+       padding: 20px;
+}
 #dialog_overlay {
     display: none;
     position: absolute;
-    background-image: url("../css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png");
+    background-image: url("cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png");
     background-repeat: repeat;
     background-attachment: scroll;
     background-position: 50% 50%;
     background-color: #EEEEEE; 
-    opacity: 0.7;
+    opacity: 0.5;
     padding-bottom: 5px;
     padding-top: 5px;
     border: 2px solid #B0C6F7;
 }
 #update_workspace_button {
-    position: relative;
-    top: -538px;
-    left: 44%;
-    height: 17px;
-    width: 17px;
-    margin-top: 8px;
-    border: 1px solid #B0C6F7;
-    background-image: url('../images/act_arrs.gif');
-    background-position: 0px 0px;
-    background-color: #fcfcfc;
+    position: absolute;
+    left: 74.5%;
+    top: 126px;
+    height: 44px;
+    width: 46px;
+    margin-top: 17px;
+    border: none;
+    background-image: url('../images/act_icons.png');
+    background-position: 0px 44px;
+    background-color: none;
+    background-repeat: none;
     z-index: 50;
 }
 #workspace_container {
@@ -97,9 +165,14 @@ body {
 #keymap {
     position: absolute;
     left: 80%;
-    top: 100px;
+    top: 140px;
     border: 2px solid #B0C6F7;
     background: #fff;
+    background: url("cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png");
+    background-repeat: repeat-x;
+    background-scroll: scroll;
+    background-position: 50% top;
+    background-color: #F2F5F7;
 }
 #keymap ul {
     padding: 10px;
@@ -113,3 +186,50 @@ body {
     list-style: none;
     margin-bottom: 3px;
 }
+
+.draggable {
+       cursor:pointer;
+}
+
+.noselect {
+-webkit-touch-callout: none;
+-webkit-user-select: none;
+-khtml-user-select: none;
+-moz-user-select: none;
+-ms-user-select: none;
+user-select: none;
+}
+
+#normalization {
+       float: left;
+       padding: 10px;
+}
+#relemmatize_pending {
+       float: left;
+       padding: 10px;
+       display: none;
+}
+#morph_outer {
+       clear: both;
+       float: left;
+}
+#morphology {
+       text-align: right;
+       margin: 10px;
+}
+.key .key_tip_container {
+    visibility: hidden;
+    position:absolute; 
+    left:-150px; 
+    width:140px;
+}
+.key:hover .key_tip {
+    padding: 4px;
+    font-size: 60%;
+    position: relative;
+    top: -18px;
+    visibility: visible;
+    border: 1px solid #B2B26B;
+    background-color: #FFFFCC;
+    z-index: 51; /* Cf. #update_workspace_button */
+}