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

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

moved conf file to db (_config table)
small fix on admin panel
new maintain procedures including upgrade from 2.1 or earlier (get conf from file and delete it)
deleted themes conf is no more stocked

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