X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstyle.css;h=0c83133c923982168f52a94b595d22b739ee2b0c;hb=10601e86f325701249b3297a795fdf76efcc4cde;hp=2fd019f2b7c58d1c0c4054037c7dd9b9a6ddf1a3;hpb=9e1f59ef0d9d306fe62ba5a2036449c0bdd017f8;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/style.css b/root/css/style.css index 2fd019f..0c83133 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -1,11 +1,42 @@ /* General site-wide layout */ body { margin: 0; - padding: 20px; - font: 1em Arial, Helvetica, sans-serif; + font: 1em "Open Sans", Arial, Helvetica, sans-serif; font-size: 85%; - color: #666; -} + background-color: #e6e6e6; + color: #444; +} +#main_page { + background: transparent url('../images/logo_001.png') no-repeat scroll -200px -100px; + background-size: 600px; + background-color: #ffffff; + width: 1124px; + padding-bottom: 30px; + margin: 0 auto; + margin-top: 48px; + +} +.clearfix:after { + content: "\00A0"; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} +.clearfix{ + display: inline-block; +} +html[xmlns] .clearfix { + display: block; +} +* html .clearfix{ + height: 1%; +} +.clearfix { + display: block +} + h1 { border-bottom: 1px solid #488dd2; color: #488dd2; @@ -84,7 +115,7 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { background: url("../images/button_left_28.png") no-repeat scroll right bottom transparent; } #topbanner { - width: 100%; + padding: 30px; } #bannerinfo { float: right; @@ -92,7 +123,7 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { margin-top: 15px; } .navlink { - color: #488dd2; + color: #ffffff; text-decoration: underline; } @@ -101,10 +132,12 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { /* Index page components */ #directory_container { - float: left; + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); + float: left; width: 300px; height: 450px; border: 1px #c6dcf1 solid; + margin-left: 30px; padding-left: 10px; padding-right: 10px; } @@ -128,21 +161,22 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { font-style: italic; } .mainnav { - position: absolute; - top: 10px; - right: 22px; font-size: 14px; font-weight: 100; - color: #488dd2; + background-color: #488dd2; + color: #ffffff; + padding: 5px; + float: right; } .mainnav a { - color: #488dd2; + color: #ffffff; } #textinfo_waitbox { float: left; 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,21 +201,36 @@ 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 { +#run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit, #open_stemweb_ui, #query_stemweb_ui { height: 32px; } #stemma_pager { height: 38px; } +.stemma_node_highlight { + stroke-width: 1.5px; + stroke: #415555; + fill: #d6e0f5; +} #open_textinfo_edit { float: right; height: 30px; @@ -207,6 +256,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; @@ -221,4 +274,15 @@ 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 +} +#root_tree_dialog { + position: absolute; + border: 2px solid #B2E0B2; + background: #e6f5e6; + padding: 4px 8px 4px 12px; + z-index: 200; + font-size: 75%; +} +#root_tree_dialog img { + vertical-align: middle; +}