X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Frelationship.css;h=fbe46ce448747a25edb9f200d13393e03ffd365a;hb=2d34519e7ea7d01377d355f858030a9faa5d014b;hp=a2604145a995df73902765f309df1610cd5a34b8;hpb=9529f69c72560a7231412a41b952eefc60ce9817;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/relationship.css b/root/css/relationship.css index a260414..fbe46ce 100644 --- a/root/css/relationship.css +++ b/root/css/relationship.css @@ -5,13 +5,8 @@ body { font-size: 85%; background: #EDF1FA; } -.error { - color: red; -} #topbanner { - width: 100%; - height: 100px; - margin-top: 20px; + padding: 0px; } #logoimg { float: left; @@ -23,6 +18,14 @@ body { 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; @@ -65,15 +68,37 @@ span.apimore { 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; @@ -86,7 +111,7 @@ span.apimore { width: 46px; margin-top: 17px; border: none; - background-image: url('/images/act_icons.png'); + background-image: url('../images/act_icons.png'); background-position: 0px 44px; background-color: none; background-repeat: none; @@ -143,7 +168,7 @@ span.apimore { top: 140px; border: 2px solid #B0C6F7; background: #fff; - background: url("/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png"); + background: url("cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png"); background-repeat: repeat-x; background-scroll: scroll; background-position: 50% top; @@ -161,3 +186,54 @@ span.apimore { 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 */ +} + +.error { + color: red; +}