import theme
[scpubgit/SCS.git] / share / static / one_off.css
CommitLineData
7460370d 1/* ------------------------------------------------\r
2 TRADING CARD LAYOUT TAG\r
3------------------------------------------------ */\r
4\r
5#trading_card_image {
6 width: 600px;
7 height: 1000px;
8 overflow: scroll;
9 margin: 20px 0px 10px 130px;
10}\r
11
12#header_table {
13 width: 500px;
14 height: 64px;
15 overflow: scroll;
16 background: url(images/blank.jpg) no-repeat;
17 padding: 6px 0px 0px 0px;
18 margin: 0px 0px 0px 0px;
19}
20
21/* ------------------------------------------------\r
22 PLAYER TAGS\r
23------------------------------------------------ */
24
25#player {
26 margin: 10px 10px 10px 10px;
27}
28
29
30/* ------------------------------------------------\r
31 FRONT PAGE TABLE\r
32------------------------------------------------ */
33
34
35td.td1 {\r
36 padding: 5px;\r
37 height: 120px;\r
38 background: url(http://ironman.enlightenedperl.org/munger/mybadge/male/mst.png) no-repeat;\r
39 background-position: center;\r
40 border-right: 1px solid #000000;\r
41}\r
42\r
43td.td2 {\r
44 padding: 5px;\r
45 height: 120px;\r
46 background: url(images/you_small.png) no-repeat;\r
47 background-position: center;\r
48}\r
49\r
50td.td3 {\r
51 padding: 5px;\r
52 height: 120px;\r
53 background: url(images/front-small.jpg) no-repeat;\r
54 background-position: center;\r
55 border-right: 1px solid #000000;\r
56}\r
57\r
58td.td4 {\r
59 padding: 5px;\r
60 height: 120px;\r
61 background: url(images/you_small.png) no-repeat;\r
62 background-position: center;\r
63}\r
64\r
65\r
66\r
67\r