git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1225 0fc631ac-6414-0410-93d0-97cfa31319b6

This commit is contained in:
artfreakwiu
2008-10-21 03:23:17 +00:00
parent 7f49e569f1
commit 370b977b82
2 changed files with 45 additions and 19 deletions
+38 -12
View File
@@ -17,26 +17,52 @@ ul {
display: block;
}
.card .full_name {
.card .name {
font-weight: bold;
display: inline;
font-family: "Percolator Expert";
font-size: larger;
font-size: 12pt;
}
.card .version {
font-style: italic;
font-size: 10pt;
}
.card .cost {
display: inline;
font-family: "Eurostile", "Eurostile";
font-size: larger;
font-size: 10pt;
margin-left: .5em;
vertical-align: middle;
}
.card .team full {
font-size: 9pt;
}
.card .team full 2 {
font-size: 9pt;
}
.card .fro {
font-style: bold;
font-size: 8pt;
}
.card .rule-text {
font-size: 8pt;
}
.card .flavor-text {
font-style: italic;
font-size: 8pt;
}
.card .number_line {
color: rgb(128,128,128);
font-size: smaller;
.card .attack {
font-style: bold;
font-size: 10pt;
}
.card .rarity {
font-style: italic;
font-size: 6pt;
}
.card .illustrator {
font-size: 6pt;
}
.card .card-number {
font-style: bold;
font-size: 6pt;
}
@@ -76,7 +102,7 @@ h2 {
width: 100%;
height: 100%;
cursor: pointer;
position: absolute;
position: fixed;
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
@@ -87,7 +113,7 @@ h2 {
width: 100%;
height: 100%;
cursor: pointer;
position: absolute;
position: fixed;
}
#preview {
position: fixed;
@@ -97,5 +123,5 @@ h2 {
height: 100%;
}
* html #preview {
position: absolute;
position: fixed;
}