source: extensions/Random_Header/admin/admin.css @ 16017

Last change on this file since 16017 was 10938, checked in by repie38, 13 years ago

2.2.x compatible

File size: 539 bytes
Line 
1.randomHeader_fieldset legend{color:#ff3363;font-weight:bold;}
2.rh_input{width:335px;}
3
4.black_overlay{
5        display: none;
6        position: absolute;
7        top: 0%;
8        left: 0%;
9        width: 100%;
10        height: 100%;
11        background-color: black;
12        z-index:1001;
13        -moz-opacity: 0.8;
14        opacity:.80;
15        filter: alpha(opacity=80);
16}
17 
18.rhconfpanel {
19        display: none;
20        position: fixed;
21        min-width: 480px;
22        max-width: 71%;
23        top: 25%;
24        left: 25%;
25        padding: 6px;
26        border: 1px solid #444444;
27        background-color: #222222;
28        z-index:1002;
29        overflow: auto;
30}
Note: See TracBrowser for help on using the repository browser.