Page 1 of 1

Generic Black rounded edge card frames for HQ scans?

PostPosted: 11 Oct 2012, 14:53
by spades8
Hello I am totally new to this forum and the whole proxy process.

I noticed that the sample HQ scans shown on this website all have a very thin black border and the corners are not rounded like the regular MTG cards.

How do I go about getting a thicker rounded edge card frame on all the HQ scans from this website?

Thanks!

Re: Generic Black rounded edge card frames for HQ scans?

PostPosted: 12 Oct 2012, 02:04
by Ark
border: solid 10px #000;
border-radius: 18px;

Re: Generic Black rounded edge card frames for HQ scans?

PostPosted: 12 Oct 2012, 02:12
by Ark
Honestly, this HTML/CSS will generate a pretty good border for the HQ pics, as long as you view it in Firefox or Chrome.

Code: Select all
<div style="border: solid 10px #000; border-radius: 18px; width: 480px;">
<div style="background-color: #0ff; height: 680px;"></div>
</div>

Re: Generic Black rounded edge card frames for HQ scans?

PostPosted: 01 Nov 2012, 17:22
by spades8
Thanks Ark!