themes/admin/css/default.css
changeset 79 5faff33a6580
parent 32 4d87aad3c4c0
child 646 55363ed1099e
equal deleted inserted replaced
78:4df25dfdde63 79:5faff33a6580
     9 div#header a                  { color: #C0D0F0; border-bottom: 1px dotted #a0c0f0; text-decoration: none; }
     9 div#header a                  { color: #C0D0F0; border-bottom: 1px dotted #a0c0f0; text-decoration: none; }
    10 div#header div.sitename       { color: #B0C8F0; font-family: georgia, serif; font-weight: normal; font-size: 22pt; margin: 0 10px 0 0; padding: 0; float: left; }
    10 div#header div.sitename       { color: #B0C8F0; font-family: georgia, serif; font-weight: normal; font-size: 22pt; margin: 0 10px 0 0; padding: 0; float: left; }
    11 div#header div.menulink       { float: right; padding: 0 10px 0 0; }
    11 div#header div.menulink       { float: right; padding: 0 10px 0 0; }
    12 div#header div.menulink a     { text-decoration: underline; color: #FFFFFF; border-bottom-width: 0; }
    12 div#header div.menulink a     { text-decoration: underline; color: #FFFFFF; border-bottom-width: 0; }
    13 
    13 
    14 div#sidebar                   { position: absolute; background-color: #000010; color: #FFFFFF; padding: 0px; width: 200px; display: none; }
    14 div#sidebar                   { padding: 0px; }
    15 div#sidebar h4                { background-color: #444444; margin: 0; padding: 5px; }
    15 div#sidebar h4                { margin: 0; padding: 5px; }
    16 div#sidebar ul                { margin: 0; padding: 0; list-style: none; }
    16 div#sidebar ul                { margin: 0; padding: 0; list-style: none; }
    17 div#sidebar ul li a           { display: block; padding: 5px 8px; text-decoration: none; color: #FFFFFF; }
    17 div#sidebar ul li a           { display: block; padding: 5px 8px; text-decoration: none; }
    18 div#sidebar ul li a:hover     { background-color: #303030; }
    18 div#sidebar ul li a:hover     { background-color: #E0E0E0; }
    19 
    19 
    20 div.footer                    { margin: 10px 0 0 0; padding: 7px; text-align: center; border: 1px solid #A0A0A0; background-color: #e0e0e0; color: #666; }
    20 div.footer                    { margin: 10px 0 0 0; padding: 7px; text-align: center; border: 1px solid #A0A0A0; background-color: #e0e0e0; color: #666; }
    21 div.footer a                  { color: #777; text-decoration: underline; }
    21 div.footer a                  { color: #777; text-decoration: underline; }
    22 
    22 
    23 table#wrapper                 { width: 100%; margin: 10px 0 0 0; }
    23 table#sidebarholder           { width: 100%; margin: 10px 0 0 0; }
    24 table#wrapper td.top-left     { width: 37px; height: 28px; background-image: url(../images/window-topcorners.png); background-repeat: no-repeat; }
    24 
    25 table#wrapper td.top          {              height: 28px; background-image: url(../images/window-top.png); background-repeat: repeat-x; }
    25 table.wrapper                 { Width: 100%; }
    26 table#wrapper td.top-right    { width: 37px; height: 28px; background-image: url(../images/window-topcorners.png); background-repeat: no-repeat; background-position: -37px 0px; }
    26 table.wrapper td.top-left     { width: 37px; height: 28px; background-image: url(../images/window-topcorners.png); background-repeat: no-repeat; }
    27 table#wrapper td.left         { width: 37px;               background-image: url(../images/window-left.png); background-repeat: repeat-y; }
    27 table.wrapper td.top          {              height: 28px; background-image: url(../images/window-top.png); background-repeat: repeat-x; }
    28 table#wrapper td.main         { background-color: #FFFFFF; }
    28 table.wrapper td.top-right    { width: 37px; height: 28px; background-image: url(../images/window-topcorners.png); background-repeat: no-repeat; background-position: -37px 0px; }
    29 table#wrapper td.right        { width: 37px;               background-image: url(../images/window-right.png); background-repeat: repeat-y; }
    29 table.wrapper td.left         { width: 37px;               background-image: url(../images/window-left.png); background-repeat: repeat-y; }
    30 table#wrapper td.bottom-left  { width: 37px; height: 44px; background-image: url(../images/window-bottomcorners.png); background-repeat: no-repeat; }
    30 table.wrapper td.main         { background-color: #FFFFFF; }
    31 table#wrapper td.bottom       {              height: 44px; background-image: url(../images/window-bottom.png); background-repeat: repeat-x; }
    31 table.wrapper td.right        { width: 37px;               background-image: url(../images/window-right.png); background-repeat: repeat-y; }
    32 table#wrapper td.bottom-right { width: 37px; height: 44px; background-image: url(../images/window-bottomcorners.png); background-repeat: no-repeat; background-position: -37px 0px; }
    32 table.wrapper td.bottom-left  { width: 37px; height: 44px; background-image: url(../images/window-bottomcorners.png); background-repeat: no-repeat; }
       
    33 table.wrapper td.bottom       {              height: 44px; background-image: url(../images/window-bottom.png); background-repeat: repeat-x; }
       
    34 table.wrapper td.bottom-right { width: 37px; height: 44px; background-image: url(../images/window-bottomcorners.png); background-repeat: no-repeat; background-position: -37px 0px; }
       
    35 
       
    36 /* Sidebar */
       
    37 td#td-sidebar                 { padding-right: 12px; height: 100%; }
       
    38 table#sidebar-show {
       
    39   display: none;
       
    40   width: 100%;
       
    41 }
       
    42 div#sidebar-hide {
       
    43   width: 10px;
       
    44   height: 100%;
       
    45   background-color: #6587B8;
       
    46   cursor: pointer;
       
    47   position: absolute;
       
    48   top: 0px;
       
    49   background-repeat: no-repeat;
       
    50   background-position: center center;
       
    51 }
       
    52 div#sidebar-hide:hover {
       
    53   background-color: #95B7E8;
       
    54 }
       
    55 div.expanded {
       
    56   background-image: url(../images/collapse.gif);
       
    57   right: 232px;
       
    58 }
       
    59 div.collapsed {
       
    60   background-image: url(../images/expand.gif);
       
    61   right: 0px;
       
    62 }
    33 
    63 
    34 /* Content area */
    64 /* Content area */
    35 table#wrapper td.main h2.pagename {
    65 table.wrapper td.main h2.pagename {
    36   border-bottom: 1px solid #456798;
    66   border-bottom: 1px solid #456798;
    37   margin-bottom: 0;
    67   margin-bottom: 0;
    38 }
    68 }
    39 
    69 
    40 table#wrapper td.main a {
    70 table.wrapper td.main a {
    41   color: #294F75;
    71   color: #294F75;
    42 }
    72 }
    43 table#wrapper td.main a:hover {
    73 table.wrapper td.main a:hover {
    44   color: #597FA5;
    74   color: #597FA5;
    45 }
    75 }
    46 
    76 
    47 /*
    77 /*
    48  * jBox menu system
    78  * jBox menu system