Project

General

Profile

« Previous | Next » 

Revision 8627

Changed some of the font and stlyes of the metacat docs for easier reading and fixed a big where the metacat admin "configure" buttons were not working

View differences:

admin.css
44 44
     -webkit-background-size: cover;
45 45
	 -moz-background-size: cover;
46 46
	 -o-background-size: cover;
47
	 font: 400 1em/1.2em Source Sans Pro, Arial, sans-serif;
47
	 font-weight: 400;
48
	 font-size: 1em;
49
	 line-height: 1.2em;
50
	 font-family: "Helvetica", "Source Sans Pro", sans-serif;
51
	 overflow-x: hidden;
48 52
}
49 53

  
50
h1{
51
	font: 400 3em/3em "Oswald", Arial, sans-serif;
52
	-webkit-margin-before: 0.2em;
53
	-webkit-margin-after: 0.2em;
54
	display: block;
55
	clear: both;
56
}
57 54

  
58
h2 {
59
	font: 400 2.5em/2.5em "Oswald", Arial, sans-serif;
60
	-webkit-margin-before: 0.2em;
61
	-webkit-margin-after: 0.2em;
62
	display: block;
63
	clear: both;
64
}
65 55

  
66
h3 {
67
	font: 400 1.5em/1.5em "Oswald", Arial, sans-serif;
68
	-webkit-margin-before: 0.2em;
69
	-webkit-margin-after: 0.2em;
70
	display: block;
71
	clear: both;
72
	margin-top: 20px;
73
}
74

  
56
	h3 {
57
		font-size: 1.2em;
58
		line-height: 2em;
59
		display: block;
60
		clear: both;
61
		margin: 0px;
62
	}
63
	
64
	h2{
65
		font-size: 2em;
66
		line-height: 2.1em;
67
		font-weight: 400;
68
		display: block;
69
		clear: both;
70
		margin: 0px;
71
	}
72
	
73
	h1{
74
		font-size: 2.5em;
75
		line-height: 2.8em;
76
		display: inline-block;
77
		clear: both;
78
		margin: 0px;
79
	}
80
	
81
	h1 > a, 
82
	h2 > a,
83
	h3 > a,
84
	h4 > a{
85
		color: #333333;
86
	}
87
	
75 88
input {
76 89
	padding-left: 4px;
77 90
	width: 400px;
......
90 103
	height: 2em;
91 104
}
92 105

  
93
input[type="submit"] {
94
	width: 100px;
106
input[type="submit"],
107
input[type="button"] {
108
	min-width: 100px;
95 109
	margin-right: 5px;
96 110
	margin-top: 20px;
97 111
	cursor: pointer;
112
	background-color: #555;
113
	color: #FFF;
98 114
}
99 115

  
100 116
input[type="radio"] {
......
158 174
.footer li > a,
159 175
.header li > a{
160 176
	color: #FFFFFF;
161
	font: 400 2em/2em Oswald, Arial;
177
	font: 400 1.5em/1.5em Oswald, Arial;
162 178
	text-transform: uppercase;
163 179
}
164 180

  
......
168 184
	text-decoration: none;
169 185
}
170 186

  
171
.document{
172
	position: relative;
173
	margin-top: 20px;
174
	padding-bottom: 10px;
175
	min-height: 800px;
176
}
177

  
178 187
.header{
179 188
	height: 100px;
180 189
	margin: 10px;
......
213 222
	top: -5px;
214 223
}
215 224

  
216
.button, input[type="submit"], input[type="button"] {
217
	width: 100px;
218
	margin: 20px 5px 10px 0px;
219
	font: 400 1.2em/1.5em Oswald, Arial;
220
	cursor: pointer;
221
	height: 1.7em;
222
}
223 225

  
224 226

  
225 227
.checkradio-label-inline {
......
343 345
	background: none;
344 346
}
345 347

  
346
.configure-link {
348
.configure-link a{
347 349
	background: rgba(255, 255, 255, 0.7);
348 350
	border-radius: 10px;
349 351
	-moz-border-radius: 10px;
350 352
	-webkit-border-radius: 10px;
351 353
	color: #333333;
354
	width: 207px;
355
	display: block;
356
	text-align: center;
357
	padding-top: 5px;
358
	padding-bottom: 5px;
352 359
}
353 360

  
354
.configure-link.inactive{
355
	background: none;
356
}
357 361

  
358
.configure-link.inactive:hover{
359
	background: none;
360
	cursor: default;
361
	color: #333333;
362
}
363

  
364 362
.configure-link > i,
365 363
.configure-link > a{
366 364
	color: inherit;
367 365
	vertical-align: middle;
368 366
}
369 367

  
370
.configure-link:hover,
371
.configure-link:hover > a,
372
.configure-link:hover > i{
373
	background: rgba(255, 255, 255, 1);
374
	color: #166194;
375
	text-decoration: none;
376
	cursor: pointer;
377
}
378

  
379 368
.hiding-section {
380 369
	display: none;
381 370
	width: 100%;

Also available in: Unified diff