Shishimushi

Opera 9.0 TP1とTP2のmime.css

9.0 TP1とTP2のmime.cssの比較メモ。

TP2で削除された箇所

TP1 mime.css 14行目

div.headers, div.plainpart, div.htmlpart, div.attachments /* Hack to avoid space between objects */
   {
   line-height: 0;
   }

TP1 mime.css 309行目

/* Attachments */
omf|attach
   {
   display: block;
   margin : 4px;
   }

omf|caption
   {
   background: Window;
   display   : none;
   margin    : 0 8px;
   padding   : 3px;
   }

TP2で追記された箇所

TP2 mime.css 21行目

.attachments object
   {
   padding		: 4px;
   vertical-align	: middle;
   width		: auto;
   max-width		: 98%;
   height		: auto;
   }

TP2で変更された箇所

TP1 mime.css 55行目

/* div.headers {display:none;} Remove this line if you want HTML/CSS, not M2 Quick widgets, for header display */

のコメントアウトが消えた。

削除というか追記というか変更というか…@media screen, projection

TP1 mime.css 324行目

@media screen, projection
 {
  omf|item
   {
   display		: block;
   padding		: 0.2em 0.3em;
   margin		: 0.1em;
   background-color	: ThreeDFace;
   border		: 1px outset ThreeDFace;
   float		: left;
   -o-link-source	: current;
   -o-link		: attr(href);
   }

  html|img
   {
   vertical-align	: middle;
   max-width	: 98%;
   }

  omf|filename
   {
   color		: blue;
   display		: inline;
   font		: status-bar; 
   text-decoration	: underline;
   vertical-align	: middle;
   }
 }

TP2 mime.css 313行目

@media screen, projection
 {
  .attachments a
   {
   color		: blue;
   display		: inline;
   font		: status-bar; 
   text-decoration	: underline;
   vertical-align	: middle;
   }
 }

削除というか追記というか変更というか…@media print

TP1 mime.css 355行目

@media print
 {
  omf|headers{ border: 1pt solid black; }
	
  omf|caption
   {
   border-top	: 0.5pt solid;
   display	: block;
   margin	: 1em 0 0;
   padding	: 0.3em 0;
   }

  omf|item, omf|filename
   {
   display	: inline;
   margin	: 0;
   padding	: 0;
   }

  omf|filename:before
   {
   content		: "  " counter(attachment) ". ";
   counter-increment	: attachment;
   }

  omf|icon { display: none; }
 }

TP2 mime.css 326行目

@media print
 {
  div.headers {visibility:visible;height:auto;}

  omf|headers{ border: 1pt solid black; }

  .attachments a:before
   {
   content		: "  " counter(attachment) ". ";
   counter-increment	: attachment;
   }

  .attachments>a>img {display: none;}
 }

投稿者:芦塚 | 投稿日時: 2006年 2月9日(木) 22:59

 トップページ 次へ