diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-17 22:49:33 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-17 22:49:33 -0800 |
| commit | ad0283d00256228d58828c878425d37398b9c05a (patch) | |
| tree | 78e7c097a88b04db3feb4fbca5cb585211bb5835 /share/frontend/gallery/alternate.css | |
| parent | 2f550032693af38a7a5b528336112c904d6b0792 (diff) | |
finishing gallery
Diffstat (limited to 'share/frontend/gallery/alternate.css')
| -rw-r--r-- | share/frontend/gallery/alternate.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/share/frontend/gallery/alternate.css b/share/frontend/gallery/alternate.css new file mode 100644 index 0000000..baa2643 --- /dev/null +++ b/share/frontend/gallery/alternate.css @@ -0,0 +1,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; +// } |
