source: extensions/Piwecard/template/lightbox-form.css @ 9752

Last change on this file since 9752 was 8771, checked in by tiico, 13 years ago

First global commit for Piwecard plugin

  • Property svn:eol-style set to native
File size: 639 bytes
Line 
1
2#filter
3{
4        display: none;
5        position: absolute;
6        top: 0%;
7        left: 0%;
8        width: 100%;
9        height: 100%;
10        background-color: #CCA;
11        z-index:10;
12        opacity:0.5;
13        filter: alpha(opacity=50);
14}
15
16
17#box 
18{
19        display: none;
20        position: absolute;
21        top: 15%;
22        left: 20%;
23        width: 550px;
24        height: 500px;
25        padding: 0px;
26        margin:0;
27        border: 1px solid black;
28        background-color: black;
29        z-index:101;
30        overflow: none;
31}
32
33#boxtitle
34{
35        position:absolute;
36        float:center;
37        top:0;
38        left:0;
39        width:550px;
40        height:20px;
41        padding:0;
42        padding-top:4px;
43        left-padding:8px;
44        margin:0;
45        border-bottom:4px solid #3CF;
46        background-color: #09c;
47        color:white;
48        text-align:center;
49}
50
51
Note: See TracBrowser for help on using the repository browser.