changeset 459 | 31c23016ab62 |
parent 395 | fa4c5ecb7c9a |
child 476 | f26a69c40431 |
458:c433348f3628 | 459:31c23016ab62 |
---|---|
1 /* Reset */ |
1 /* Reset */ |
2 .defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .text {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none; font-weight:normal; cursor:default; color:#000; vertical-align:baseline; width:auto; border-collapse:separate} |
2 .defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .text {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none; font-weight:normal; cursor:default; color:#000; vertical-align:baseline; width:auto; border-collapse:separate; text-align:left} |
3 .defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active {text-decoration:none; font-weight:normal; cursor:default; color:#000} |
3 .defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active {text-decoration:none; font-weight:normal; cursor:default; color:#000} |
4 .defaultSkin table td {vertical-align:middle} |
4 .defaultSkin table td {vertical-align:middle} |
5 |
5 |
6 /* Containers */ |
6 /* Containers */ |
7 .defaultSkin table {background:#F0F0EE} |
7 .defaultSkin table {background:#F0F0EE} |
26 .defaultSkin .mceStatusbar a.resize {display:block; position:absolute; top:0; right:0; background:url(../../img/icons.gif) -800px 0; width:20px; height:20px; cursor:se-resize} |
26 .defaultSkin .mceStatusbar a.resize {display:block; position:absolute; top:0; right:0; background:url(../../img/icons.gif) -800px 0; width:20px; height:20px; cursor:se-resize} |
27 .defaultSkin .mceStatusbar a:hover {text-decoration:underline} |
27 .defaultSkin .mceStatusbar a:hover {text-decoration:underline} |
28 .defaultSkin table.mceToolbar {margin-left:3px} |
28 .defaultSkin table.mceToolbar {margin-left:3px} |
29 .defaultSkin span.icon, .defaultSkin img.icon {display:block; width:20px; height:20px} |
29 .defaultSkin span.icon, .defaultSkin img.icon {display:block; width:20px; height:20px} |
30 .defaultSkin .icon {background:url(../../img/icons.gif) no-repeat 20px 20px} |
30 .defaultSkin .icon {background:url(../../img/icons.gif) no-repeat 20px 20px} |
31 .defaultSkin td.center table {margin:0 auto;} |
|
32 .defaultSkin td.right table {margin:0 0 0 auto;} |
|
31 |
33 |
32 /* Button */ |
34 /* Button */ |
33 .defaultSkin .mceButton {display:block; border:1px solid #F0F0EE; width:20px; height:20px; margin-right:1px;} |
35 .defaultSkin .mceButton {display:block; border:1px solid #F0F0EE; width:20px; height:20px; margin-right:1px;} |
34 .defaultSkin a.mceButtonEnabled:hover {border:1px solid #0A246A; background-color:#B2BBD0} |
36 .defaultSkin a.mceButtonEnabled:hover {border:1px solid #0A246A; background-color:#B2BBD0} |
35 .defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected {border:1px solid #0A246A; background-color:#C2CBE0} |
37 .defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected {border:1px solid #0A246A; background-color:#C2CBE0} |