X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstyle.css;h=8bebe963a3b831b16567c5d265ebe1b16f1e771d;hb=2c514a6fa0b3eed98e8f978a4b1fa24eb7a7457f;hp=ef7034b137c38171b55d5a12b69e45e623e58572;hpb=ab0d1218acaa11e308f261bc450e0c5ac4e6d135;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/style.css b/root/css/style.css index ef7034b..8bebe96 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -5,6 +5,8 @@ body { font: 1em Arial, Helvetica, sans-serif; font-size: 85%; color: #666; + background: transparent url('../images/logo_001.png') no-repeat scroll -200px -100px; + background-size: 600px; } h1 { border-bottom: 1px solid #488dd2; @@ -101,6 +103,7 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { /* Index page components */ #directory_container { + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); float: left; width: 300px; height: 450px; @@ -143,6 +146,7 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { padding-left: 50px; } #textinfo_container { + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); border: 1px solid #C6DCF1; float: left; height: 510px; @@ -167,16 +171,27 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { margin-top: expression(( 450 - this.height ) / 2); } #stemma_graph svg { - z-index: -100; } +#stemma_graph_title { + bottom: 20px; + margin-left: 5px; + position: relative; +} +#stemma_identifier { + color: #488dd2; + font-size: 12px; + font-weight: bold; +} #textinfo_container_buttons { + z-index: 100; + width: 224px; float: right; left: -18px; position: relative; top: 15px; } -#run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit { - height: 18px; +#run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit, #open_stemweb_ui, #query_stemweb_ui { + height: 32px; } #stemma_pager { height: 38px; @@ -206,6 +221,10 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { font-weight: bold; color: #ff3333; } +.notification { + font-weight: bold; + color: #33ff33; +} #new_file { position: absolute; top: -50px; @@ -220,4 +239,4 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { #new_file_label { float: left; padding-right: 8px; -} \ No newline at end of file +}