Changeset 19022 for extensions/PwgCarbon


Ignore:
Timestamp:
Nov 15, 2012, 9:40:25 AM (11 years ago)
Author:
Miklfe
Message:
 
Location:
extensions/PwgCarbon/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/PwgCarbon/admin/admin.tpl

    r18843 r19022  
    99               
    1010                        $('input:radio').screwDefaultButtons({
    11                                 image: 'url("themes/PwgCarbon/admin/images/radioSmall_Blue.jpg")',
     11                                image: 'url("themes/PwgCarbon/admin/images/radioSmall_Blue.png")',
    1212                                width: 35,
    1313                                height: 35
  • extensions/PwgCarbon/admin/theme.css

    r18843 r19022  
     1H3.ima{color:#000;font-size:15px}
     2H3.imanoir{color: #FFF;font-size:15px}
     3tr.ton{margin:10px}
     4td.check{text-align:center}
     5td.imag{text-align:right;width:100px;height:25px;vertical-align:bottom;line-height:1px}
     6th{padding-left:10px;padding-right:10px}
     7TABLE{margin-right:0px}
     8#style,#option{float:left;padding-left:20px}
     9#color{float:right;padding-left:15%}
     10#theme{float:left;padding-left:15%}
     11#optMenuIdent{width:50%;float:right}
     12.check{padding-left:10px}
     13* html a:hover{background:none}
     14.lytetip{z-index:24;text-decoration:none;outline:medium none}
     15.lytetip span{color:#000;position:absolute;top:2em;left:0;padding: 0.5em 0.8em;background:#F4F5FB;border:1px solid #888888;border-radius:5px;box-shadow:1px 2px 3px 0px #949494;opacity:0.95;text-align:left;display:none;width:400px;margin-left:-400px;font: 8pt "Trebuchet MS",Arial,Helvetica,sans-serif!important}
     16a.lytetip:hover{border:none}
     17.lytetip:hover{z-index:25;text-decoration:none}
     18.lytetip:hover span{display:block}
     19.lytetip:hover em{font-size:1.2em;font-weight:bold;display:block;padding: 0px 0px 0.6em}
     20.lytetip:hover .lbTipImg{border:none;margin:-20px 0 0 -36px;float:left;position:absolute;height:32px;width:32px}
     21span.lbCustom{padding: 0.5em 0.8em 0.5em 1.5em!important}
     22span.lbIEFix{padding:0.5em 0.8em!important}
     23.lytetip .lbInfo{background:#DFDFDF}
     24.lytebox  table{border-collapse:collapse;width:400px;font-size:8pt}
     25.lytebox th,.lytebox td{border:1px solid black;width:100px;background:#efefef;text-align:center}
    126
    227
    3 H3.ima {
    4     color: #000000;
    5     font-size: 15px;
    6 }
    7 
    8 H3.imanoir {
    9     color: #FFFFFF;
    10     font-size: 15px;
    11 }
    12 
    13 tr.ton {
    14     margin: 10px;
    15 }
    16 
    17 td.check {
    18     text-align: center;
    19 }
    20 
    21 td.imag {
    22     text-align: right;
    23     width: 100px;
    24     height: 25px;
    25     vertical-align: bottom;
    26     line-height: 1px;
    27 }
    28 
    29 th {
    30     padding-left: 10px;
    31     padding-right: 10px;
    32 }
    33 
    34 TABLE {
    35     margin-right: 0px;
    36 }
    37 
    38 #style, #option {
    39     float: left;
    40     padding-left: 20px;
    41 }
    42 
    43 #color {
    44     float: right;
    45     padding-left: 15%;
    46 }
    47 
    48 #theme {
    49     float: left;
    50     padding-left: 15%;
    51 }
    52 
    53 #optMenuIdent {
    54     width: 50%;
    55         float:right;
    56 }
    57 
    58 .jquery-checkbox {
    59     display: inline;
    60     font-size: 20px;
    61     line-height: 20px;
    62     cursor: pointer;
    63 }
    64 
    65 .jquery-checkbox .mark {
    66     display: inline;
    67 }
    68 
    69 .jquery-checkbox img {
    70     vertical-align: middle;
    71     width: 60px;
    72     height: 20px;
    73 }
    74 
    75 .jquery-checkbox img {
    76     background: url("images/checkbox.png") no-repeat scroll 0% 0% transparent;
    77 }
    78 
    79 .jquery-checkbox img {
    80     background-position: 0px 0px;
    81 }
    82 
    83 .jquery-checkbox-hover img {
    84     background-position: 0px -20px;
    85 }
    86 
    87 .jquery-checkbox-checked img {
    88     background-position: 0px -40px;
    89 }
    90 
    91 .jquery-checkbox-checked .jquery-checkbox-hover img {
    92     background-position: 0px -60px;
    93 }
    94 
    95 .jquery-checkbox-disabled img {
    96     background-position: 0px -80px;
    97 }
    98 
    99 .jquery-checkbox-checked .jquery-checkbox-disabled img {
    100     background-position: 0px -100px;
    101 }
    102 
    103 /* Lytetip */
    104 * html a:hover {
    105     background: none repeat scroll 0% 0% transparent;
    106 }
    107 
    108 .lytetip {
    109     z-index: 24;
    110     text-decoration: none;
    111     outline: medium none;
    112 }
    113 
    114 .lytetip span {
    115     color: #000000;
    116     position: absolute;
    117     top: 2em;
    118     left: 0px;
    119     padding: 0.5em 0.8em;
    120     background: none repeat scroll 0% 0% #F4F5FB;
    121     border: 1px solid #888888;
    122     border-radius: 5px 5px 5px 5px;
    123     box-shadow: 1px 2px 3px 0px #949494;
    124     opacity: 0.95;
    125     text-align: left;
    126     display: none;
    127     width: 400px;
    128     margin-left: -400px;
    129     font: 8pt "Trebuchet MS",Arial,Helvetica,sans-serif ! important;
    130 }
    131 
    132 a.lytetip:hover {
    133     border: medium none;
    134 }
    135 
    136 .lytetip:hover {
    137     z-index: 25;
    138     text-decoration: none;
    139 }
    140 
    141 .lytetip:hover span {
    142     display: block;
    143 }
    144 
    145 .lytetip:hover em {
    146     font-size: 1.2em;
    147     font-weight: bold;
    148     display: block;
    149     padding: 0px 0px 0.6em;
    150 }
    151 
    152 .lytetip:hover .lbTipImg {
    153     border: 0px none;
    154     margin: -20px 0px 0px -36px;
    155     float: left;
    156     position: absolute;
    157     height: 32px;
    158     width: 32px;
    159 }
    160 
    161 span.lbCustom {
    162     padding: 0.5em 0.8em 0.5em 1.5em ! important;
    163 }
    164 
    165 span.lbIEFix {
    166     padding: 0.5em 0.8em ! important;
    167 }
    168 
    169 .lytetip .lbInfo {
    170     background: none repeat scroll 0% 0% #DFDFDF;
    171 }
    172 
    173 .lytebox{
    174        
    175 }
    176 
    177 .lytebox  table{
    178         border-collapse:collapse;
    179         width:400px;
    180         font-size: 8pt;
    181 }
    182 
    183 .lytebox th, .lytebox td {
    184         border:1px solid black;
    185         width:100px;
    186         background-color:#efefef;
    187         text-align:center;
    188 }
    189 
    190 
Note: See TracChangeset for help on using the changeset viewer.