User:Emma/common.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
mNo edit summary
mNo edit summary
Line 11: Line 11:
background-image:url('//zeldadungeon.net/wiki/images/0/08/Page-corner.png');
background-image:url('//zeldadungeon.net/wiki/images/0/08/Page-corner.png');
background-repeat:no-repeat;
background-repeat:no-repeat;
text-align:right;
width: 80px;
width: 80px;
height:80px;
height:80px;

Revision as of 10:02, January 17, 2012



table.letterhead{
border-width: 0px; 
width:100%;
border-spacing: 0;
border-collapse: separate;
page-break-inside:avoid
}
table.letterhead td{
background-image:url('//zeldadungeon.net/wiki/images/0/08/Page-corner.png');
background-repeat:no-repeat;
text-align:right;
width: 80px;
height:80px;
background-color: transparent;
padding: 0;
}
table.letterhead th{
text-align:center;
background-color:#faf9f2;
font-weight:bold
}
table.letterhead caption{
padding: 3em 2em;
background-color: #faf9f2;
font-size:1.2em;
}