source: extensions/MyPiwiShop/template/piwitheme_style.css @ 27568

Last change on this file since 27568 was 27568, checked in by Miklfe, 10 years ago
File size: 810 bytes
Line 
1/*specifique theme piwitheme*/
2a.triggerPP{
3        position:absolute;
4        text-decoration:none;
5        left:0px;font-size:14px;
6        letter-spacing:-1px;
7        font-family:verdana,helvetica,arial,sans-serif;
8        color:#FFF;
9        font-weight:700;
10        background:#333;
11        border:1px solid #444;
12        border-top-right-radius:15px;
13        border-bottom-right-radius:15px;
14        display:block;
15        z-index:100000;
16        top:139px;
17        padding:10px 30px 10px 5px
18}
19a.triggerPP:hover{
20        background-color:#222
21}
22a.active.triggerPP{
23        background:#222
24}
25.panelPP{
26        position:absolute;
27        left:-40px;
28        display:none;
29        border:1px solid #111;
30        border-top-right-radius:20px;
31        border-bottom-right-radius:20px;
32        width:auto;min-width:330px;
33        height:auto;z-index:10000;
34        background:rgba(0, 0, 0, 0.7);
35        top:134px;color:#EFEFEF;
36        padding:10px 30px 30px 20px
37}
Note: See TracBrowser for help on using the repository browser.