Blame view

sources/apps/gallery/css/public.css 1.49 KB
d1bafeea1   Kload   [fix] Upgrade to ...
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
  /*body {*/
  	/*background:#ddd;*/
  /*}*/
  
  #header {
  	background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
  	height:32px;
  	left:0;
  	line-height:32px;
  	position:fixed;
  	right:0;
  	top:0;
  	z-index:100;
  	padding:7px;
  }
  
  #gallery {
  	margin-top: 45px;
  }
  
  .header-right {
  	padding: 0;
  	height: 32px;
  }
  
  #details {
  	color:#fff;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	opacity: .5;
  	padding-right: 5px;
  }
  
  #public_upload,
  #download {
  	font-weight:700;
  	margin: 0 0.4em 0 0;
  	padding: 0 5px;
  	height: 32px;
  	float: left;
  
  }
  
  body {
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	text-align: center;
  	background: #404040 url('%webroot%/core/img/noise.png') repeat;
  }
  
  /* toggle for opening shared picture view as file list */
  #openAsFileListButton {
  	position: absolute;
  	right: 0;
  	top: 0;
  	font-weight: normal;
  }
  #openAsFileListButton img {
  	vertical-align: text-top;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	opacity: .5;
  }
  
  
  /* transfer to core after body has the id #body-public / #body-public-dark */
  
  footer {
  	text-align: center;
  	color: #ccc;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  	filter: alpha(opacity=60);
  	opacity: .6;
  }
  footer p.info a {
  	font-weight: bold;
  	color: #ccc;
  	padding: 13px;
  	margin: -13px;
  }
  
  /* Sticky footer */
  body .wrapper {
  	min-height: 86%;
  	margin: 0 auto -50px;
  }
  body footer, body .push {
  	height: 70px;
  }
  footer p.info {
  	padding-top: 30px;
  }