Files
MagicSetEditor2/data/magic-spoiler.mse-export-template/style.css
T
twanvl f2c57907c2 A first export template, work in progress
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@434 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-06-26 15:10:25 +00:00

48 lines
701 B
CSS

ul {
list-style: none;
margin: 0;
padding: 0;
}
.card {
margin-top: 1em;
}
.card span {
display: block;
}
.card .name {
font-weight: bold;
display: inline;
font-family: "Matrix";
font-size: larger;
}
.card .casting-cost {
display: inline;
font-family: "Magic Symbols", "Magic Symbols 2004";
font-size: larger;
}
.card .flavor-text {
font-style: italic;
}
.card .card-number {
color: rgb(128,128,128);
font-size: smaller;
}
.card {
margin-top: 1.1em;
min-height: 100px;
margin-left: 90px;
position: relative;
}
.card .image {
height: 100px;
position: absolute;
left: -85px;
top: 3px;
border: none;
}