new logo and design cleanup, printing improved

This commit is contained in:
zimoch
2014-05-02 15:09:49 +00:00
parent e131fcb32f
commit 240abd2788

View File

@ -5,8 +5,9 @@ a:hover {color: #FF0000;}
body { body {
margin-right:1em; margin-right:1em;
margin-left:15em; margin-left:15em;
margin-top:11ex; margin-top:70px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; padding-top:1px;
font-family: Helvetica, Arial, sans-serif;
font-size:14px; font-size:14px;
background-color:#ffffff; background-color:#ffffff;
} }
@ -30,26 +31,26 @@ dt {
} }
h1 { h1 {
font-size:225%; font-size:250%;
margin-top:0; margin-top:0;
font-style:italic; font-style:italic;
font-family:serif; font-weight:bold;
font-family:"Times New Roman", serif;
text-align:center; text-align:center;
position:fixed; position:fixed;
top:0; top:0;
left:0; left:0;
width:100%; width:100%;
min-height:60px;
height: 4ex;
line-height:190%; line-height:190%;
background-color:white; background-color:white;
border-top:6px solid #1b4486; border-width:0;
border-bottom:4px solid #1b4486; border-bottom:3px solid #1b4486;
white-space:nowrap; white-space:nowrap;
background-image:url(PSI.gif); background-image:url(PSI.png);
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:10px 2px; background-position:10px 5px;
text-shadow: .1em .1em .1em lightgray; text-shadow:.1em .1em .1em darkgray;
box-shadow:0 .3em .1em -.2em darkgray;
} }
h2 { h2 {
@ -91,7 +92,7 @@ code {
position:fixed; position:fixed;
left:0; left:0;
top:0; top:0;
padding-top:9ex; padding-top:70px;
width:14em; width:14em;
height:100%; height:100%;
border-style:solid; border-style:solid;
@ -115,13 +116,9 @@ a[target=ex]:hover:after {
} }
@media print { @media print {
a:link {color: black; text-decoration:none;} a:link {text-decoration:none;}
a:visited {color: black; text-decoration:none;}
a:hover {color: black; text-decoration:none;}
a[target=ex] {text-decoration:underline;}
a[target=ex]:after {content:" [" attr(href) "]";} a[target=ex]:after {content:" [" attr(href) "]";}
code {color: black; } body {margin:0 4em;}
body {margin-left:10px;} h1 {position:relative; background-position:0 0;}
h1 {position:absolute;}
#navleft {display:none;} #navleft {display:none;}
} }