Setting tag plewww-5.2-4
[plewww.git] / plekit / toggle / toggle.css
1 /*
2  $Id$
3  */
4
5 /* containers - work with nifty corners*/
6 div.plc-toggle-container {
7 /*    background-color: #E6E6E6; */
8     background-color: #e8ffe8;
9     padding: 5px;
10     margin: 10px;
11 }
12
13 .plc-toggle-trigger {
14     padding: 0;
15     margin: 20px;
16     cursor: crosshair;
17     font: italic 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
18 }
19
20 /* the buttons */
21 img.plc-toggle-visible, img.plc-toggle-hidden {
22     height: 16px;
23     padding-right: 15px;
24 }
25
26 /* what goes on and off */
27 div.plc-toggle-area {
28 }
29