9.0 TP1とTP2のmime.cssの比較メモ。
div.headers, div.plainpart, div.htmlpart, div.attachments /* Hack to avoid space between objects */
{
line-height: 0;
}
/* Attachments */
omf|attach
{
display: block;
margin : 4px;
}
omf|caption
{
background: Window;
display : none;
margin : 0 8px;
padding : 3px;
}
.attachments object
{
padding : 4px;
vertical-align : middle;
width : auto;
max-width : 98%;
height : auto;
}
/* div.headers {display:none;} Remove this line if you want HTML/CSS, not M2 Quick widgets, for header display */
のコメントアウトが消えた。
@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;
}
}
@media screen, projection
{
.attachments a
{
color : blue;
display : inline;
font : status-bar;
text-decoration : underline;
vertical-align : middle;
}
}
@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; }
}
@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