Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.css « css « common « EDBG « atmel-docs « avrdude « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb1b8c24fb2b1f285253b198b27aaa626223a570 (plain)
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
body {
    font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.a {
	text-decoration: none;
}

.title {
	padding: 31px 0 0 0;
}

.group
{
    /*background-color: pink;*/
    width:966px;
}

.group_header {
	color: #0066CB;
	font: bold 14pt IntervalLight, sans-serif;
	text-decoration: none;
	padding: 8px;
	background-color: #EEEEEE;
	margin-top: 24px;
	/*margin-bottom: 8px;*/
}

.products 
{
    float:left;
    /*background:#FFF8F8;*/
}

.product {
	/*background: url("../images/panelbg.png") 0 0 no-repeat;*/
	width: 300px;
	height: 130px;
	/*margin-left: 20px;*/
	padding: 10px;
	border: 1px solid #EEEEEE;
    display:block;
    float: left;
}

.product span {
	font-size: 16px;
	color: #0066CB;
	margin-bottom: 8px;
	clear:both;
}

.product img 
{
    margin-right:12px;
    float:left;
}