diff --git a/stylesheets/print.css b/stylesheets/print.css index c4ba8a3..4ad9441 100644 --- a/stylesheets/print.css +++ b/stylesheets/print.css @@ -1,74 +1,74 @@ html, body { margin-top: 0; margin-left: 2; padding: 0; } body { background-color:transparent; width:350px; text-align:center } article { word-wrap: break-word; padding: 2px; overflow: hidden; margin-bottom: 5px; background-color:Lavender; -moz-box-shadow: 0px 5px 12px rgba(000,000,000,0.5); -webkit-box-shadow:0px 5px 12px rgba(000,000,000,0.5); box-shadow:0px 5px 12px rgba(000,000,000,0.5); } table { text-align:center; width:99%; border-spacing:0; border:2px solid green; margin: 0; } td { text-align:center; } #aa { color:Maroon; background-color:Cyan; text-shadow:MediumSeaGreen 1px 1px 1px; font-size:26px; width:340px; height:200px; margin: 0; padding: 0; } #ab { color:Maroon; background-color:Cyan; text-shadow:MediumSeaGreen 1px 1px 1px; font-size:20px; width:280px; height:60px; margin: 0; padding: 0; } #teal { background-color:green; } #border { border-right:2px solid teal; border-top:2px solid teal; border-left:2px solid teal; border-bottom:2px solid teal; } div { width:350px; height:200px; position:relative; overflow:hidden; } iframe { position:absolute; width:330px; - height:200px; + height:150px; top:16px; right:-0px; }