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

style.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: c7625fe1fd796868226b2a4a6d28a54ca122437b (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
body{
	padding:5px;
	height:1600px;
	font-family: Verdana, sans-serif;
	background-color: #DDD;
}
ul,li,h1,h2,h3,h4,p{
	list-style:none;
	padding:0;
	margin:0;
}
.part{
	border:1px solid black;
	background-color:white;
}
	.part h3,
	.part h4,
	.part h4 a {
		color:#933;
	}
#toc{
	display:block;
	padding:10px;
	position:relative;
	margin:15px 0;
	float:left;
	width:305px;
}
	#toc h3{
		padding-bottom:10px;
	}
	#toc h3 strong{
		font-size:13px;
		color:black;
	}
#links{
	border:1px solid black;
	width:210px;
	padding:10px;
	float:right;
	margin-top:-30px;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}
	
	#toc li, #links li{
		list-style-type:circle;
		padding-left:5px;
		margin-left:15px;
	}
		#toc a{
			color:#69C;
		}
.section{
	border:1px black solid;
	width:950px;
	padding:10px;
	margin: 5px 0;
	position:relative;
	clear:both;
}
	.section h3{
		margin-bottom:10px;
		margin-left: 8px;
	}
	.section h4{
		margin:10px 0 10px 8px;
	}
	.section li{
		float:left;
	}
	.pane{
		overflow:auto;
		clear:left;
		margin: 10px 0 0 10px;
		position:relative;
		width:826px;
		height:322px;
	}
ul.elements{
	background-color:#5B739C;
}
	ul.elements li{
		width:200px;
		height:100px;
		font-weight:bolder;
		border:1px black solid;
		text-align:center;
		padding:50px;
		position:relative;
		background-color:#DDD;
	}
		ul.elements li a{
			bottom:20px;
			color:#933;
			font-size:12px;
			left:125px;
			position:absolute;
		}
		ul.elements li p{
			color:#666;
		}
	#pane-settings ul.elements li{
		margin:5px;
	}
	#pane-settings{
		margin-bottom:10px;
	}
ul.links{
	height:20px;
	overflow:hidden;
	padding-left: 5px;
}
	ul.links a{
		color:#69C;
		margin:0 0 0 5px;
	}
.clear{
	clear:left;
}
h3 span{
	position:absolute;			
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}

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