summaryrefslogtreecommitdiff
path: root/share/frontend/gallery-static/alternate.css
blob: baa26432653092daf1fb5207b5e4ae0a1a72072e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//html,body{width:100%;height:100%;margin:0;padding:0;}
//body
//  {
//  background-color: white;
//  padding: 0; margin: 0;
//  }
//#images
//  {
//  margin: 12px 0 0 8px;
//  }
//div, div img
//  {
//  padding: 0; margin: 0;
//  margin-left: -4px;
//  margin-top: -4px;
//  }
//body
//  {
//  background-color: #eee;
//  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.32, rgb(245,238,235)), color-stop(0.66, rgb(252,252,252)));
//  background-image: -moz-linear-gradient( center bottom, rgb(245,238,235) 32%, rgb(252,252,252) 66%); overflow-y: scroll;
//  }