source: ether_statistics/web/resources/css/etimbo-jquery-print-preview-plugin/print-preview.css @ 659

Last change on this file since 659 was 659, checked in by vmipsl, 12 years ago

etimbo jquery print

File size: 1.1 KB
Line 
1#print-modal {
2    background: #FFF;
3    position: absolute;
4    left: 50%;
5    margin: 0 0 0 -465px;
6    padding: 0 68px;
7    width: 794px;
8    box-shadow: 0 0 20px #000;
9        -moz-box-shadow: 0 0 20px #000;
10        -webkit-box-shadow: 0 0 10px #000;
11}
12
13#print-modal-content {
14    margin: 68px 0;
15    border: none;
16    height: 100%;
17    overflow: hidden;
18    width: 100%;
19}
20
21#print-modal-controls {
22    border: 1px solid #ccc;
23    border-radius: 8px;
24        -webkit-border-radius: 8px;
25        -moz-border-radius: 8px;
26    top: 15px;
27    left: 50%;
28    margin: 0 0 0 -81px;
29    position: fixed;
30    padding: 5px 0;
31    background: rgba(250, 250, 250, 0.75);
32}
33
34    #print-modal-controls a {
35        color: #FFF;
36        display: block;
37        float: left;
38        height: 32px;
39        text-decoration: none;
40        text-indent: -999em;
41        width: 80px;
42    }
43   
44    #print-modal-controls a:hover {
45        opacity: 0.75;
46    }
47   
48    #print-modal-controls a.print {
49        background: url(images/icon-print.png) no-repeat 50% 50%;
50    }
51    #print-modal-controls a.close {
52        background: url(images/icon-close.png) no-repeat 50% 50%;
53    }
Note: See TracBrowser for help on using the repository browser.