-
Notifications
You must be signed in to change notification settings - Fork 0
/
item-description.css
90 lines (78 loc) · 1.38 KB
/
item-description.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#ItemCover{
width:100%;
}
#ItemCover img{
width:90%;
border:10px solid black;
}
#ItemCoverContainer{
margin-left:0.5cm;
width:20%;
/*float:left;*/
display:table-cell;
}
#AddSubmitButton{
background-image:url("images/labels/Add2Cart.png");
height:53px;
width:161px;
}
#DeleteSubmitButton{
background-image:url("images/labels/delete.png");
height:83px;
width:85px;
background-repeat:no-repeat;
background-size:100%;
}
#ItemDescription{
width:100%;
/*float:left;*/
display:table-cell;
}
#SystemRequirements{
margin-left:0.5cm;
margin-top:0.5cm;
width:20%;
/*float:left;*/
display:table-cell;
}
#Prijs{
text-align:right;
}
#Quotes{
margin-left:0.5cm;
/*float:left;*/
width:20%;
display:table-cell;
}
#game-description-en-prijs{
margin-left:0.5cm;
min-width:25%;
max-width:70%;
display:table-cell;
/*float:left;*/
}
#variablewidth{
display:table;
}
.SystemRequirementsTable{
border-collapse:collapse;
}
.SystemRequirementsTable table, th, td{
border: 1pt solid blue;
}
.buffer{
display:table-cell;
width:2%;
}
.header{
height: 0.8cm;
width:100%;
border-top-left-radius: 0.4cm;
border-bottom-left-radius: 0.4cm;
border-top-right-radius: 0.4cm;
border-bottom-right-radius: 0.4cm;
padding-left: 0.25cm;
line-height: 0.7cm;
color: #FFFFFF;
background-color:#08C1FF;
}