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

style.old.css « css « demo « jquery.scrollto « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf3e75fca1f4d0a47c600420f9d59611844b865f (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
60
61
62
63
64
65
66
67
68
69
body{
	background-color: #DDD;
}
.container li,div.pane{
	height:200px;
	font-weight:bolder;
	position:relative;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
.container a{
	color:black;
	position:absolute;
	bottom:10px;
}
p{
	margin:0;
}
.container{
	border:1px black solid;
	margin:30px;
	overflow:auto;
	position:relative;
	width:80%;
	height:300px;
}
	.container ul{
		padding:0;
	}
#x{
	height:217px;
}
	#x li,#xy li{
		width:300px;
		float:left;
	}

h1{
	color:#5B739C;
}
h1 strong{
	font-size:13px;
	color:#777;
}

#links{
	border:1px solid black;
	width:210px;
	padding:10px;
	float:right;
	margin-top:-55px;
	background-color:white;
}
	#links h3{
		color:#933;
		margin:5px;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}