Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
 
2
div.dt-button-info {
3
	position: fixed;
4
	top: 50%;
5
	left: 50%;
6
	width: 400px;
7
	margin-top: -100px;
8
	margin-left: -200px;
9
	background-color: white;
10
	border: 2px solid #111;
11
	box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.3);
12
	border-radius: 3px;
13
	text-align: center;
14
	z-index: 21;
15
 
16
	h2 {
17
		padding: 0.5em;
18
		margin: 0;
19
		font-weight: normal;
20
		border-bottom: 1px solid #ddd;
21
		background-color: #f3f3f3;
22
	}
23
 
24
	> div {
25
		padding: 1em;
26
	}
27
}