source: extensions/Random_Header/admin/rh_admin.css @ 7330

Last change on this file since 7330 was 7330, checked in by repie38, 14 years ago

New admin panel

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