X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=statpages%2Fscreen.css;h=16c19642efe5e133fd4b29955004a4cc05f264a2;hb=b19d5c38c97cf895fc3379a918b5dcf1f3f2031e;hp=302a5d30d88a9c1dccae104e57a9ddf5160ddc25;hpb=25711c9fa9afd97fb11fd0679a9f796e0fc8b1cb;p=jabaws.git diff --git a/statpages/screen.css b/statpages/screen.css index 302a5d3..16c1964 100644 --- a/statpages/screen.css +++ b/statpages/screen.css @@ -3,6 +3,19 @@ @import url("alternative.css"); +#mainpage { + margin-left: auto; + margin-right: auto; +} + +.center { + margin: 0 auto; +} + +h2 { + font-size: 1.5em; line-height: 1em; margin-bottom: -0.3em; + } + body,input,select,td,textarea { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; @@ -18,12 +31,12 @@ h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr } a,a:visited,a:hover { - color: #666; - text-decoration: none; + color: black; + text-decoration: underline; } a:hover { - text-decoration: underline; + color: #666; } img { @@ -114,4 +127,40 @@ hr { border-top: 1px dotted #ccc; margin: 20px 0 20px 0; width: 50%; -} \ No newline at end of file +} + +/* open/closed box related styles */ + +.source { + display:block; + margin:15px 0; + overflow:visible; +} + +/* OPEN state styles */ +.source .body { + padding:7px 15px; +/* white-space:pre-wrap; */ + white-space:normal; +/* word-wrap:break-word; # this prop does not exits*/ +} + +.source .header { + cursor:pointer; + font-weight:bold; + padding:0 15px 0 15px; + text-decoration: underline ; +} + + +/* CLOSED state styles */ +.source .body.collapsed { + display:none; +} + +.source .header.collapsed { + padding:0 15px 0 15px; + text-decoration: underline; +} + +