Revision 1256
Added by Luisehahne almost 16 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 | 14 |
21-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| 15 |
# fix wrong settings in image browser dialog |
|
| 16 |
21-Jan-2010 Dietmar Woellbrink (Luisehahne) |
|
| 15 | 17 |
# Ticket #912 fix Search Template bug |
| 16 | 18 |
21-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| 17 | 19 |
# Ticket #915 fix bug in search (utf-8 characters corrupted)(thanks to Thorn) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 55 | 55 |
|
| 56 | 56 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 57 | 57 |
if(!defined('VERSION')) define('VERSION', '2.8.1');
|
| 58 |
if(!defined('REVISION')) define('REVISION', '1255');
|
|
| 58 |
if(!defined('REVISION')) define('REVISION', '1256');
|
|
| 59 | 59 |
|
| 60 | 60 |
?> |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about.html | ||
|---|---|---|
| 118 | 118 |
<tr> |
| 119 | 119 |
<td align="center" valign="middle"> |
| 120 | 120 |
<span fcklang="DlgAboutModule" style="font-size: 12px" dir="ltr"> |
| 121 |
Modified for Website Baker Version 2.8.x<br />Modulversion 2.9.3
|
|
| 121 |
Modified for Website Baker Version 2.8.x<br />Modulversion 2.9.4
|
|
| 122 | 122 |
</span> |
| 123 | 123 |
</td> |
| 124 | 124 |
<td> </td> |
| ... | ... | |
| 129 | 129 |
<b><a href="http://www.websitebaker.org" target="_blank" title="Visit the Website Baker web site"> |
| 130 | 130 |
Support <b>Website Baker</b> CMS</a></b> </span> |
| 131 | 131 |
<div style="padding-top:15px"> |
| 132 |
<img alt="" src="fck_about/wb-logo.gif" /> |
|
| 132 |
<a href="http://club.websitebakers.com/" target="_blank" title="The club is named Website Baker Org The club shall appear in the register of associations and then bear the additional e.V."> |
|
| 133 |
<img alt="Website Baker Org e.V." src="fck_about/wb-logo.gif" title="The association has its seat in Schwanewede, Germany." /> |
|
| 134 |
</a> |
|
| 133 | 135 |
</div> |
| 134 | 136 |
</td> |
| 135 | 137 |
<td></td> |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image.html | ||
|---|---|---|
| 192 | 192 |
</div> |
| 193 | 193 |
<div> |
| 194 | 194 |
<span fckLang="DlgGenContRel">Advisory Relation</span><br /> |
| 195 |
<select id="cmbAttContentRel">
|
|
| 195 |
<select id="cmbLnkContentRel">
|
|
| 196 | 196 |
<option value="" fckLang="DlgGenNotSet" selected><not set></option> |
| 197 | 197 |
<option value="fancybox" fckLang="Fancybox">Fancybox</option> |
| 198 | 198 |
<option value="prettyPhoto" fckLang="PrettyPhoto">PrettyPhoto</option> |
| ... | ... | |
| 218 | 218 |
<tr> |
| 219 | 219 |
<td valign="top"> |
| 220 | 220 |
<span fckLang="DlgGenClass">Stylesheet Classes</span><br /> |
| 221 |
<input id="txtAttClasses" style="WIDTH: 100%" type="text" />
|
|
| 221 |
<input id="txtLnkClasses" style="WIDTH: 100%" type="text" />
|
|
| 222 | 222 |
</td> |
| 223 | 223 |
<td></td> |
| 224 | 224 |
<td valign="top" width="50%"> |
| 225 | 225 |
<span fckLang="DlgGenId">Id</span><br /> |
| 226 |
<input id="txtAttId" style="WIDTH: 100%" type="text" />
|
|
| 226 |
<input id="txtLnkId" style="WIDTH: 100%" type="text" />
|
|
| 227 | 227 |
</td> |
| 228 | 228 |
</tr> |
| 229 | 229 |
</table> |
| ... | ... | |
| 231 | 231 |
<tr> |
| 232 | 232 |
<td> |
| 233 | 233 |
<span fckLang="DlgGenStyle">Style</span><br /> |
| 234 |
<input id="txtAttStyle" style="WIDTH: 100%" type="text" />
|
|
| 234 |
<input id="txtLnkStyle" style="WIDTH: 100%" type="text" />
|
|
| 235 | 235 |
</td> |
| 236 | 236 |
</tr> |
| 237 | 237 |
<tr> |
| 238 | 238 |
<td valign="top" width="100%"> |
| 239 | 239 |
<span fckLang="DlgGenTitle">Advisory Title</span><br /> |
| 240 |
<input id="txtAttTitle" style="WIDTH: 100%" type="text" />
|
|
| 240 |
<input id="txtLnkTitle" style="WIDTH: 100%" type="text" />
|
|
| 241 | 241 |
</td> |
| 242 | 242 |
</tr> |
| 243 | 243 |
</table> |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/en-au.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "License", |
| 526 | 526 |
DlgAboutVersion : "version", |
| 527 | 527 |
DlgAboutInfo : "For further information go to", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "General", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/hu.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Licensz", |
| 526 | 526 |
DlgAboutVersion : "verzió", |
| 527 | 527 |
DlgAboutInfo : "További információkért látogasson el ide:", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "General", //MISSING |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/sk.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Licencia", |
| 526 | 526 |
DlgAboutVersion : "verzia", |
| 527 | 527 |
DlgAboutInfo : "Viac informácií získate na", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "Hlavné", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/uk.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Ліцензія", |
| 526 | 526 |
DlgAboutVersion : "Версія", |
| 527 | 527 |
DlgAboutInfo : "Додаткову інформацію дивіться на ", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "Загальна", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/en-uk.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "License", |
| 526 | 526 |
DlgAboutVersion : "version", |
| 527 | 527 |
DlgAboutInfo : "For further information go to", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "General", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/ru.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Лицензия", |
| 526 | 526 |
DlgAboutVersion : "Версия", |
| 527 | 527 |
DlgAboutInfo : "Для большей информации, посетите", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "Информация", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/fr-ca.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "License", |
| 526 | 526 |
DlgAboutVersion : "Version", |
| 527 | 527 |
DlgAboutInfo : "Pour plus d'informations, visiter", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "Général", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/en.js | ||
|---|---|---|
| 526 | 526 |
DlgAboutLicenseTab : "License", |
| 527 | 527 |
DlgAboutVersion : "version", |
| 528 | 528 |
DlgAboutInfo : "For further information go to", |
| 529 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.3",
|
|
| 529 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4",
|
|
| 530 | 530 |
|
| 531 | 531 |
// Div Dialog |
| 532 | 532 |
DlgDivGeneralTab : "General", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/fr.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Licence", |
| 526 | 526 |
DlgAboutVersion : "Version", |
| 527 | 527 |
DlgAboutInfo : "Pour plus d'informations, aller à", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "Général", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/hr.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Licenca", |
| 526 | 526 |
DlgAboutVersion : "inačica", |
| 527 | 527 |
DlgAboutInfo : "Za više informacija posjetite", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "Općenito", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/nl.js | ||
|---|---|---|
| 526 | 526 |
DlgAboutLicenseTab : "Licentie", |
| 527 | 527 |
DlgAboutVersion : "Versie", |
| 528 | 528 |
DlgAboutInfo : "Voor meer informatie ga naar ", |
| 529 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 529 | 530 |
|
| 530 | 531 |
// Div Dialog |
| 531 | 532 |
DlgDivGeneralTab : "Algemeen", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/pl.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "Licencja", |
| 526 | 526 |
DlgAboutVersion : "wersja", |
| 527 | 527 |
DlgAboutInfo : "Więcej informacji uzyskasz pod adresem", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "General", //MISSING |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/en-ca.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "License", |
| 526 | 526 |
DlgAboutVersion : "version", |
| 527 | 527 |
DlgAboutInfo : "For further information go to", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "General", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/bg.js | ||
|---|---|---|
| 525 | 525 |
DlgAboutLicenseTab : "License", //MISSING |
| 526 | 526 |
DlgAboutVersion : "версия", |
| 527 | 527 |
DlgAboutInfo : "За повече информация посетете", |
| 528 |
DlgAboutModule : "Developed for Website Baker<br />modul version 2.9.4", |
|
| 528 | 529 |
|
| 529 | 530 |
// Div Dialog |
| 530 | 531 |
DlgDivGeneralTab : "General", //MISSING |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/lang/de.js | ||
|---|---|---|
| 526 | 526 |
DlgAboutLicenseTab : "Lizenz", |
| 527 | 527 |
DlgAboutVersion : "Version", |
| 528 | 528 |
DlgAboutInfo : "Für weitere Informationen siehe", |
| 529 |
DlgAboutModule : "Anpassung für Website Baker<br />Modul Version 2.9.3",
|
|
| 529 |
DlgAboutModule : "Anpassung für Website Baker<br />Modul Version 2.9.4",
|
|
| 530 | 530 |
|
| 531 | 531 |
// Div Dialog |
| 532 | 532 |
DlgDivGeneralTab : "Allgemein", |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/skins/office2003/fck_editor.css | ||
|---|---|---|
| 1 |
@charset "UTF-8"; |
|
| 1 | 2 |
/* |
| 2 | 3 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net |
| 3 | 4 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben |
| ... | ... | |
| 20 | 21 |
* |
| 21 | 22 |
* Styles used by the editor IFRAME and Toolbar. |
| 22 | 23 |
*/ |
| 23 |
|
|
| 24 | 24 |
/* |
| 25 | 25 |
### Basic Editor IFRAME Styles. |
| 26 | 26 |
*/ |
| 27 |
|
|
| 28 |
body |
|
| 29 |
{
|
|
| 30 |
padding: 1px; |
|
| 31 |
margin: 0; |
|
| 32 |
background-color: #ffffff; |
|
| 33 |
} |
|
| 34 |
|
|
| 35 |
#xEditingArea |
|
| 36 |
{
|
|
| 37 |
border: #696969 1px solid; |
|
| 38 |
} |
|
| 39 |
|
|
| 40 |
.SourceField |
|
| 41 |
{
|
|
| 42 |
padding: 5px; |
|
| 43 |
margin: 0px; |
|
| 44 |
font-family: Monospace; |
|
| 45 |
} |
|
| 46 |
|
|
| 27 |
body { padding: 1px; margin: 0; background-color: #ffffff; }
|
|
| 28 |
#xEditingArea { border: #696969 1px solid; }
|
|
| 29 |
.SourceField { padding: 5px; margin: 0px; font-family: Monospace; }
|
|
| 47 | 30 |
/* |
| 48 | 31 |
Toolbar |
| 49 | 32 |
*/ |
| 50 |
|
|
| 51 |
.TB_ToolbarSet, .TB_Expand, .TB_Collapse |
|
| 52 |
{
|
|
| 53 |
cursor: default; |
|
| 54 |
background-color: #f7f8fd; |
|
| 55 |
} |
|
| 56 |
|
|
| 57 |
.TB_ToolbarSet |
|
| 58 |
{
|
|
| 59 |
border-top: #f7f8fd 1px outset; |
|
| 60 |
border-bottom: #f7f8fd 1px outset; |
|
| 61 |
} |
|
| 62 |
|
|
| 63 |
.TB_ToolbarSet TD |
|
| 64 |
{
|
|
| 65 |
font-size: 11px; |
|
| 66 |
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; |
|
| 67 |
} |
|
| 68 |
|
|
| 69 |
.TB_Toolbar |
|
| 70 |
{
|
|
| 71 |
background-color: #d6dff7; |
|
| 72 |
background-image: url(images/toolbar.bg.gif); |
|
| 73 |
background-repeat: repeat-x; |
|
| 74 |
display: inline-table; |
|
| 75 |
} |
|
| 76 |
|
|
| 77 |
.TB_Separator |
|
| 78 |
{
|
|
| 79 |
width: 1px; |
|
| 80 |
height: 16px; |
|
| 81 |
margin: 2px; |
|
| 82 |
background-color: #B2CBFF; |
|
| 83 |
} |
|
| 84 |
|
|
| 85 |
.TB_Start |
|
| 86 |
{
|
|
| 87 |
background-image: url(images/toolbar.start.gif); |
|
| 88 |
background-repeat: no-repeat; |
|
| 89 |
background-position: center center; |
|
| 90 |
margin: 0px; |
|
| 91 |
width: 7px; |
|
| 92 |
height: 24px; |
|
| 93 |
} |
|
| 94 |
|
|
| 95 |
.TB_End |
|
| 96 |
{
|
|
| 97 |
background-image: url(images/toolbar.end.gif); |
|
| 98 |
background-repeat: no-repeat; |
|
| 99 |
background-position: center left; |
|
| 100 |
height: 24px; |
|
| 101 |
width: 4px; |
|
| 102 |
} |
|
| 103 |
|
|
| 104 |
.TB_ExpandImg |
|
| 105 |
{
|
|
| 106 |
background-image: url(images/toolbar.expand.gif); |
|
| 107 |
background-repeat: no-repeat; |
|
| 108 |
} |
|
| 109 |
|
|
| 110 |
.TB_CollapseImg |
|
| 111 |
{
|
|
| 112 |
background-image: url(images/toolbar.collapse.gif); |
|
| 113 |
background-repeat: no-repeat; |
|
| 114 |
} |
|
| 115 |
|
|
| 116 |
.TB_SideBorder |
|
| 117 |
{
|
|
| 118 |
background-color: #696969; |
|
| 119 |
} |
|
| 120 |
|
|
| 121 |
.TB_Expand, .TB_Collapse |
|
| 122 |
{
|
|
| 123 |
padding: 2px 2px 2px 2px; |
|
| 124 |
border: #f7f8fd 1px outset; |
|
| 125 |
} |
|
| 126 |
|
|
| 127 |
.TB_Collapse |
|
| 128 |
{
|
|
| 129 |
width: 5px; |
|
| 130 |
} |
|
| 131 |
|
|
| 132 |
.TB_Break |
|
| 133 |
{
|
|
| 134 |
height: 24px; /* IE needs the height to be set, otherwise no break */ |
|
| 135 |
} |
|
| 136 |
|
|
| 33 |
.TB_ToolbarSet, .TB_Expand, .TB_Collapse { background-color: #f7f8fd; cursor: default; }
|
|
| 34 |
.TB_ToolbarSet { border-top: #f7f8fd 1px outset; border-bottom: #f7f8fd 1px outset; }
|
|
| 35 |
.TB_Toolbar { display: inline-table; background-color: #d6dff7; background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; }
|
|
| 36 |
.TB_Separator { width: 1px; margin: 2px; background-color: #B2CBFF; height: 16px; }
|
|
| 37 |
.TB_Start { margin: 0px; width: 7px; background-image: url(images/toolbar.start.gif); background-repeat: no-repeat; background-position: center center; height: 24px; }
|
|
| 38 |
.TB_End { width: 4px; background-image: url(images/toolbar.end.gif); background-repeat: no-repeat; background-position: center left; height: 24px; }
|
|
| 39 |
.TB_ExpandImg { background-image: url(images/toolbar.expand.gif); background-repeat: no-repeat; }
|
|
| 40 |
.TB_CollapseImg { background-image: url(images/toolbar.collapse.gif); background-repeat: no-repeat; }
|
|
| 41 |
.TB_SideBorder { background-color: #696969; }
|
|
| 42 |
.TB_Expand, .TB_Collapse { padding: 2px 2px 2px 2px; border: #f7f8fd 1px outset; }
|
|
| 43 |
.TB_Collapse { width: 5px; }
|
|
| 44 |
.TB_Break { height: 24px; /* IE needs the height to be set, otherwise no break */ }
|
|
| 137 | 45 |
/* |
| 138 | 46 |
Toolbar Button |
| 139 | 47 |
*/ |
| 140 |
|
|
| 141 |
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled |
|
| 142 |
{
|
|
| 143 |
margin: 1px; |
|
| 144 |
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ |
|
| 145 |
} |
|
| 146 |
|
|
| 147 |
.TB_Button_On |
|
| 148 |
{
|
|
| 149 |
margin: 0px; |
|
| 150 |
border: #316ac5 1px solid; |
|
| 151 |
background-color: #c1d2ee; |
|
| 152 |
} |
|
| 153 |
|
|
| 154 |
.TB_Button_On_Over, .TB_Button_Off_Over |
|
| 155 |
{
|
|
| 156 |
margin: 0px ; |
|
| 157 |
border: #316ac5 1px solid; |
|
| 158 |
background-color: #dff1ff; |
|
| 159 |
} |
|
| 160 |
|
|
| 161 |
.TB_Button_Off |
|
| 162 |
{
|
|
| 163 |
filter: alpha(opacity=70); /* IE */ |
|
| 164 |
opacity: 0.70; /* Safari, Opera and Mozilla */ |
|
| 165 |
} |
|
| 166 |
|
|
| 167 |
.TB_Button_Disabled |
|
| 168 |
{
|
|
| 169 |
filter: gray() alpha(opacity=30); /* IE */ |
|
| 170 |
opacity: 0.30; /* Safari, Opera and Mozilla */ |
|
| 171 |
} |
|
| 172 |
|
|
| 173 |
.TB_Button_Padding |
|
| 174 |
{
|
|
| 175 |
visibility: hidden; |
|
| 176 |
width: 3px; |
|
| 177 |
height: 22px; |
|
| 178 |
} |
|
| 179 |
|
|
| 180 |
.TB_Button_Image |
|
| 181 |
{
|
|
| 182 |
overflow: hidden; |
|
| 183 |
width: 16px; |
|
| 184 |
height: 16px; |
|
| 185 |
margin: 3px; |
|
| 186 |
background-repeat: no-repeat; |
|
| 187 |
} |
|
| 188 |
|
|
| 189 |
.TB_Button_Image img |
|
| 190 |
{
|
|
| 191 |
position: relative; |
|
| 192 |
} |
|
| 193 |
|
|
| 194 |
.TB_Button_Off .TB_Button_Text |
|
| 195 |
{
|
|
| 196 |
background-color: #d6dff7; /* Needed because of a bug on ClearType */ |
|
| 197 |
background-image: url(images/toolbar.bg.gif); |
|
| 198 |
background-repeat: repeat-x; |
|
| 199 |
} |
|
| 200 |
|
|
| 201 |
.TB_ConnectionLine |
|
| 202 |
{
|
|
| 203 |
background-color: #f7f8fd; |
|
| 204 |
height: 1px; |
|
| 205 |
margin-left: 1px; /* ltr */ |
|
| 206 |
margin-right: 1px; /* rtl */ |
|
| 207 |
} |
|
| 208 |
|
|
| 209 |
.TB_Button_Off .TB_Text |
|
| 210 |
{
|
|
| 211 |
background-color: #d6dff7; /* Needed because of a bug on ClearType */ |
|
| 212 |
background-image: url(images/toolbar.bg.gif); |
|
| 213 |
background-repeat: repeat-x; |
|
| 214 |
} |
|
| 215 |
|
|
| 216 |
.TB_Button_On_Over .TB_Text |
|
| 217 |
{
|
|
| 218 |
background-color: #dff1ff ; /* Needed because of a bug on ClearType */ |
|
| 219 |
} |
|
| 220 |
|
|
| 48 |
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled { margin: 1px; height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ }
|
|
| 49 |
.TB_Button_On { margin: 0px; border: #316ac5 1px solid; background-color: #c1d2ee; }
|
|
| 50 |
.TB_Button_On_Over, .TB_Button_Off_Over { margin: 0px; border: #316ac5 1px solid; background-color: #dff1ff; }
|
|
| 51 |
.TB_Button_Padding { width: 3px; visibility: hidden; height: 22px; }
|
|
| 52 |
.TB_Button_Image { width: 16px; margin: 3px; background-repeat: no-repeat; overflow: hidden; height: 16px; }
|
|
| 53 |
.TB_Button_Image img { position: relative; }
|
|
| 54 |
.TB_ConnectionLine { margin-left: 1px; /* ltr */ margin-right: 1px; /* rtl */ background-color: #f7f8fd; height: 1px; }
|
|
| 55 |
.TB_Button_On_Over .TB_Text { background-color: #dff1ff; /* Needed because of a bug on ClearType */ }
|
|
| 221 | 56 |
/* |
| 222 | 57 |
Menu |
| 223 | 58 |
*/ |
| 224 |
|
|
| 225 |
.MN_Menu |
|
| 226 |
{
|
|
| 227 |
border: 1px solid #8f8f73; |
|
| 228 |
padding: 2px; |
|
| 229 |
background-color: #f7f8fd; |
|
| 230 |
cursor: default; |
|
| 231 |
} |
|
| 232 |
|
|
| 233 |
.MN_Menu, .MN_Menu .MN_Label |
|
| 234 |
{
|
|
| 235 |
font-size: 11px; |
|
| 236 |
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; |
|
| 237 |
} |
|
| 238 |
|
|
| 239 |
.MN_Item_Padding |
|
| 240 |
{
|
|
| 241 |
visibility: hidden; |
|
| 242 |
width: 3px; |
|
| 243 |
height: 20px; |
|
| 244 |
} |
|
| 245 |
|
|
| 246 |
.MN_Icon |
|
| 247 |
{
|
|
| 248 |
background-color: #d6dff7; |
|
| 249 |
text-align: center; |
|
| 250 |
height: 20px; |
|
| 251 |
} |
|
| 252 |
|
|
| 253 |
.MN_Label |
|
| 254 |
{
|
|
| 255 |
padding-left: 3px; |
|
| 256 |
padding-right: 3px; |
|
| 257 |
} |
|
| 258 |
|
|
| 259 |
.MN_Separator |
|
| 260 |
{
|
|
| 261 |
height: 3px; |
|
| 262 |
} |
|
| 263 |
|
|
| 264 |
.MN_Separator_Line |
|
| 265 |
{
|
|
| 266 |
border-top: #b9b99d 1px solid; |
|
| 267 |
} |
|
| 268 |
|
|
| 269 |
.MN_Item .MN_Icon IMG |
|
| 270 |
{
|
|
| 271 |
filter: alpha(opacity=70); |
|
| 272 |
opacity: 0.70; |
|
| 273 |
} |
|
| 274 |
|
|
| 275 |
.MN_Item_Over |
|
| 276 |
{
|
|
| 277 |
color: #ffffff; |
|
| 278 |
background-color: #7096FA; |
|
| 279 |
} |
|
| 280 |
|
|
| 281 |
.MN_Item_Over .MN_Icon |
|
| 282 |
{
|
|
| 283 |
background-color: #466ca6; |
|
| 284 |
} |
|
| 285 |
|
|
| 286 |
.MN_Item_Disabled IMG |
|
| 287 |
{
|
|
| 288 |
filter: gray() alpha(opacity=30); /* IE */ |
|
| 289 |
opacity: 0.30; /* Safari, Opera and Mozilla */ |
|
| 290 |
} |
|
| 291 |
|
|
| 292 |
.MN_Item_Disabled .MN_Label |
|
| 293 |
{
|
|
| 294 |
color: #b7b7b7; |
|
| 295 |
} |
|
| 296 |
|
|
| 297 |
.MN_Arrow |
|
| 298 |
{
|
|
| 299 |
padding-right: 3px; |
|
| 300 |
padding-left: 3px; |
|
| 301 |
} |
|
| 302 |
|
|
| 303 |
.MN_ConnectionLine |
|
| 304 |
{
|
|
| 305 |
background-color: #f7f8fd; |
|
| 306 |
} |
|
| 307 |
|
|
| 308 |
.Menu .TB_Button_On, .Menu .TB_Button_On_Over |
|
| 309 |
{
|
|
| 310 |
border: #8f8f73 1px solid; |
|
| 311 |
background-color: #f7f8fd; |
|
| 312 |
} |
|
| 313 |
|
|
| 59 |
.MN_Menu { border: 1px solid #8f8f73; padding: 2px; background-color: #f7f8fd; cursor: default; }
|
|
| 60 |
.MN_Item_Padding { width: 3px; visibility: hidden; height: 20px; }
|
|
| 61 |
.MN_Icon { background-color: #d6dff7; text-align: center; height: 20px; }
|
|
| 62 |
.MN_Separator { height: 3px; }
|
|
| 63 |
.MN_Separator_Line { border-top: #b9b99d 1px solid; }
|
|
| 64 |
.MN_Item_Over { color: #ffffff; background-color: #7096FA; }
|
|
| 65 |
.MN_Item_Over .MN_Icon { background-color: #466ca6; }
|
|
| 66 |
.MN_Item_Disabled .MN_Label { color: #b7b7b7; }
|
|
| 67 |
.MN_ConnectionLine { background-color: #f7f8fd; }
|
|
| 68 |
.Menu .TB_Button_On, .Menu .TB_Button_On_Over { border: #8f8f73 1px solid; background-color: #f7f8fd; }
|
|
| 314 | 69 |
/* |
| 315 | 70 |
### Panel Styles |
| 316 | 71 |
*/ |
| 317 |
|
|
| 318 |
.FCK_Panel |
|
| 319 |
{
|
|
| 320 |
border: #8f8f73 1px solid; |
|
| 321 |
padding: 2px; |
|
| 322 |
background-color: #f7f8fd; |
|
| 323 |
} |
|
| 324 |
|
|
| 325 |
.FCK_Panel, .FCK_Panel TD |
|
| 326 |
{
|
|
| 327 |
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; |
|
| 328 |
font-size: 11px; |
|
| 329 |
} |
|
| 330 |
|
|
| 72 |
.FCK_Panel { border: #8f8f73 1px solid; padding: 2px; background-color: #f7f8fd; }
|
|
| 331 | 73 |
/* |
| 332 | 74 |
### Special Combos |
| 333 | 75 |
*/ |
| 334 |
|
|
| 335 |
.SC_Panel |
|
| 336 |
{
|
|
| 337 |
overflow: auto; |
|
| 338 |
white-space: nowrap; |
|
| 339 |
cursor: default; |
|
| 340 |
border: 1px solid #8f8f73; |
|
| 341 |
padding-left: 2px; |
|
| 342 |
padding-right: 2px; |
|
| 343 |
} |
|
| 344 |
|
|
| 345 |
.SC_Panel, .SC_Panel TD |
|
| 346 |
{
|
|
| 347 |
font-size: 11px; |
|
| 348 |
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; |
|
| 349 |
} |
|
| 350 |
|
|
| 351 |
.SC_Item, .SC_ItemSelected |
|
| 352 |
{
|
|
| 353 |
margin-top: 2px; |
|
| 354 |
margin-bottom: 2px; |
|
| 355 |
background-position: left center; |
|
| 356 |
padding-left: 11px; |
|
| 357 |
padding-right: 3px; |
|
| 358 |
padding-top: 2px; |
|
| 359 |
padding-bottom: 2px; |
|
| 360 |
text-overflow: ellipsis; |
|
| 361 |
overflow: hidden; |
|
| 362 |
background-repeat: no-repeat; |
|
| 363 |
border: #dddddd 1px solid; |
|
| 364 |
} |
|
| 365 |
|
|
| 366 |
.SC_Item *, .SC_ItemSelected * |
|
| 367 |
{
|
|
| 368 |
margin-top: 0px; |
|
| 369 |
margin-bottom: 0px; |
|
| 370 |
} |
|
| 371 |
|
|
| 372 |
.SC_ItemSelected |
|
| 373 |
{
|
|
| 374 |
border: #9a9afb 1px solid; |
|
| 375 |
background-image: url(images/toolbar.arrowright.gif); |
|
| 376 |
} |
|
| 377 |
|
|
| 378 |
.SC_ItemOver |
|
| 379 |
{
|
|
| 380 |
border: #316ac5 1px solid; |
|
| 381 |
} |
|
| 382 |
|
|
| 383 |
.SC_Field |
|
| 384 |
{
|
|
| 385 |
margin-top: 2px ; |
|
| 386 |
border: #b7b7a6 1px solid; |
|
| 387 |
cursor: default; |
|
| 388 |
} |
|
| 389 |
|
|
| 390 |
.SC_FieldCaption |
|
| 391 |
{
|
|
| 392 |
overflow: visible; |
|
| 393 |
padding-right: 5px; |
|
| 394 |
padding-left: 5px; |
|
| 395 |
opacity: 0.75; /* Safari, Opera and Mozilla */ |
|
| 396 |
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */ |
|
| 397 |
height: 23px; |
|
| 398 |
background-color: #d6dff7; /* Needed because of a bug on ClearType */ |
|
| 399 |
background-image: url(images/toolbar.bg.gif); |
|
| 400 |
background-repeat: repeat-x; |
|
| 401 |
/* background-color: inherit; Maybe this is needed wait to check */ |
|
| 402 |
} |
|
| 403 |
|
|
| 404 |
.SC_FieldLabel |
|
| 405 |
{
|
|
| 406 |
white-space: nowrap; |
|
| 407 |
padding: 2px; |
|
| 408 |
width: 100%; |
|
| 409 |
cursor: default; |
|
| 410 |
background-color: #ffffff; |
|
| 411 |
text-overflow: ellipsis; |
|
| 412 |
overflow: hidden; |
|
| 413 |
} |
|
| 414 |
|
|
| 415 |
.SC_FieldButton |
|
| 416 |
{
|
|
| 417 |
background-position: center center; |
|
| 418 |
background-image: url(images/toolbar.buttonarrow.gif); |
|
| 419 |
border-left: #b7b7a6 1px solid; |
|
| 420 |
width: 14px; |
|
| 421 |
background-repeat: no-repeat; |
|
| 422 |
} |
|
| 423 |
|
|
| 424 |
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text |
|
| 425 |
{
|
|
| 426 |
opacity: 0.30; /* Safari, Opera and Mozilla */ |
|
| 427 |
filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */ |
|
| 428 |
} |
|
| 429 |
|
|
| 430 |
.SC_FieldOver |
|
| 431 |
{
|
|
| 432 |
border: #316ac5 1px solid; |
|
| 433 |
} |
|
| 434 |
|
|
| 435 |
.SC_FieldOver .SC_FieldButton |
|
| 436 |
{
|
|
| 437 |
border-left: #316ac5 1px solid; |
|
| 438 |
} |
|
| 439 |
|
|
| 76 |
.SC_Panel { border: 1px solid #8f8f73; padding-left: 2px; padding-right: 2px; white-space: nowrap; overflow: auto; cursor: default; }
|
|
| 77 |
.SC_Item, .SC_ItemSelected { margin-top: 2px; margin-bottom: 2px; padding-left: 11px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px; border: #dddddd 1px solid; background-position: left center; background-repeat: no-repeat; overflow: hidden; text-overflow: ellipsis; }
|
|
| 78 |
.SC_Item *, .SC_ItemSelected * { margin-top: 0px; margin-bottom: 0px; }
|
|
| 79 |
.SC_ItemSelected { border: #9a9afb 1px solid; background-image: url(images/toolbar.arrowright.gif); }
|
|
| 80 |
.SC_Field { margin-top: 2px; border: #b7b7a6 1px solid; cursor: default; }
|
|
| 81 |
.SC_FieldCaption { padding-right: 5px; padding-left: 5px; background-color: #d6dff7; /* Needed because of a bug on ClearType */ background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; /* background-color: inherit; Maybe this is needed wait to check */ overflow: visible; height: 23px; /* -moz-opacity: 0.75; Mozilla (Old) */ opacity: 0.75; /* Safari, Opera and Mozilla */ filter: alpha(opacity=70); /* IE */ }
|
|
| 82 |
.SC_FieldLabel { padding: 2px; width: 100%; white-space: nowrap; background-color: #ffffff; cursor: default; overflow: hidden; text-overflow: ellipsis; }
|
|
| 83 |
.SC_FieldButton { border-left: #b7b7a6 1px solid; width: 14px; background-position: center center; background-image: url(images/toolbar.buttonarrow.gif); background-repeat: no-repeat; }
|
|
| 84 |
.SC_FieldOver .SC_FieldButton { border-left: #316ac5 1px solid; }
|
|
| 440 | 85 |
/* |
| 441 | 86 |
### Color Selector Panel |
| 442 | 87 |
*/ |
| 443 |
|
|
| 444 |
.ColorBoxBorder |
|
| 445 |
{
|
|
| 446 |
border: #808080 1px solid; |
|
| 447 |
position: static; |
|
| 448 |
} |
|
| 449 |
|
|
| 450 |
.ColorBox |
|
| 451 |
{
|
|
| 452 |
font-size: 1px; |
|
| 453 |
width: 10px; |
|
| 454 |
position: static; |
|
| 455 |
height: 10px; |
|
| 456 |
} |
|
| 457 |
|
|
| 458 |
.ColorDeselected, .ColorSelected |
|
| 459 |
{
|
|
| 460 |
cursor: default; |
|
| 461 |
} |
|
| 462 |
|
|
| 463 |
.ColorDeselected |
|
| 464 |
{
|
|
| 465 |
border: #ffffff 1px solid; |
|
| 466 |
padding: 2px; |
|
| 467 |
float: left; |
|
| 468 |
} |
|
| 469 |
|
|
| 470 |
.ColorSelected |
|
| 471 |
{
|
|
| 472 |
border: #330066 1px solid; |
|
| 473 |
padding: 2px; |
|
| 474 |
float: left; |
|
| 475 |
background-color: #c4cdd6; |
|
| 476 |
} |
|
| 88 |
.ColorBoxBorder { border: #808080 1px solid; position: static; }
|
|
| 89 |
.ColorBox { width: 10px; font-size: 1px; position: static; height: 10px; }
|
|
| 90 |
.ColorDeselected, .ColorSelected { cursor: default; }
|
|
| 91 |
.ColorDeselected { border: #ffffff 1px solid; padding: 2px; float: left; }
|
|
| 92 |
.ColorSelected { border: #330066 1px solid; padding: 2px; float: left; background-color: #c4cdd6; }
|
|
| 93 |
.TB_Button_Off, .MN_Item .MN_Icon IMG { filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ }
|
|
| 94 |
.TB_Button_Off .TB_Button_Text, .TB_Button_Off .TB_Text { background-color: #d6dff7; /* Needed because of a bug on ClearType */ background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; }
|
|
| 95 |
.MN_Label, .MN_Arrow { padding-left: 3px; padding-right: 3px; }
|
|
| 96 |
.SC_ItemOver, .SC_FieldOver { border: #316ac5 1px solid; }
|
|
| 97 |
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text, .TB_Button_Disabled, .MN_Item_Disabled IMG { opacity: 0.30; /* Safari, Opera and Mozilla */ filter: gray() alpha(opacity=30); /* IE */ }
|
|
| 98 |
.TB_ToolbarSet TD, .MN_Menu, .MN_Menu .MN_Label, .FCK_Panel, .FCK_Panel TD, .SC_Panel, .SC_Panel TD { font-size: 11px; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; }
|
|
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/skins/office2003/fck_dialog.css | ||
|---|---|---|
| 1 |
@charset "UTF-8"; |
|
| 1 | 2 |
/* |
| 2 | 3 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net |
| 3 | 4 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben |
| ... | ... | |
| 20 | 21 |
* |
| 21 | 22 |
* Styles used by the dialog boxes. |
| 22 | 23 |
*/ |
| 23 |
|
|
| 24 |
html, body |
|
| 25 |
{
|
|
| 26 |
background-color: transparent; |
|
| 27 |
margin: 0px; |
|
| 28 |
padding: 0px; |
|
| 29 |
} |
|
| 30 |
|
|
| 31 |
body |
|
| 32 |
{
|
|
| 33 |
padding: 10px; |
|
| 34 |
} |
|
| 35 |
|
|
| 36 |
body, td, input, select, textarea |
|
| 37 |
{
|
|
| 38 |
font-size: 11px; |
|
| 39 |
font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; |
|
| 40 |
} |
|
| 41 |
|
|
| 42 |
body, .BackColor |
|
| 43 |
{
|
|
| 44 |
background-color: #f7f8fd; |
|
| 45 |
} |
|
| 46 |
|
|
| 47 |
.PopupBody |
|
| 48 |
{
|
|
| 49 |
height: 100%; |
|
| 50 |
width: 100%; |
|
| 51 |
overflow: hidden; |
|
| 52 |
background-color: transparent; |
|
| 53 |
padding: 0px; |
|
| 54 |
} |
|
| 55 |
|
|
| 56 |
#header |
|
| 57 |
{
|
|
| 58 |
cursor: move; |
|
| 59 |
} |
|
| 60 |
|
|
| 61 |
.PopupTitle |
|
| 62 |
{
|
|
| 63 |
font-weight: bold; |
|
| 64 |
font-size: 14pt; |
|
| 65 |
color: #0e3460; |
|
| 66 |
background-color: #8cb2fd; |
|
| 67 |
padding: 3px 10px 3px 10px; |
|
| 68 |
} |
|
| 69 |
|
|
| 70 |
.PopupButtons |
|
| 71 |
{
|
|
| 72 |
position: absolute; |
|
| 73 |
right: 0px; |
|
| 74 |
left: 0px; |
|
| 75 |
bottom: 0px; |
|
| 76 |
border-top: #466ca6 1px solid; |
|
| 77 |
background-color: #8cb2fd; |
|
| 78 |
padding: 7px 10px 7px 10px; |
|
| 79 |
} |
|
| 80 |
|
|
| 81 |
.Button |
|
| 82 |
{
|
|
| 83 |
border: #1c3460 1px solid; |
|
| 84 |
color: #000a28; |
|
| 85 |
background-color: #7096d3; |
|
| 86 |
} |
|
| 87 |
|
|
| 88 |
#btnOk |
|
| 89 |
{
|
|
| 90 |
width: 100px; |
|
| 91 |
} |
|
| 92 |
|
|
| 93 |
.DarkBackground |
|
| 94 |
{
|
|
| 95 |
background-color: #eaf2f8; |
|
| 96 |
} |
|
| 97 |
|
|
| 98 |
.LightBackground |
|
| 99 |
{
|
|
| 100 |
background-color: #ffffbe; |
|
| 101 |
} |
|
| 102 |
|
|
| 103 |
.PopupTitleBorder |
|
| 104 |
{
|
|
| 105 |
border-bottom: #d5d59d 1px solid; |
|
| 106 |
} |
|
| 107 |
|
|
| 108 |
.PopupTabArea |
|
| 109 |
{
|
|
| 110 |
color: #0e3460; |
|
| 111 |
background-color: #8cb2fd; |
|
| 112 |
} |
|
| 113 |
|
|
| 114 |
.PopupTabEmptyArea |
|
| 115 |
{
|
|
| 116 |
padding-left: 10px ; |
|
| 117 |
border-bottom: #466ca6 1px solid; |
|
| 118 |
} |
|
| 119 |
|
|
| 120 |
.PopupTab, .PopupTabSelected |
|
| 121 |
{
|
|
| 122 |
border-right: #466ca6 1px solid; |
|
| 123 |
border-top: #466ca6 1px solid; |
|
| 124 |
border-left: #466ca6 1px solid; |
|
| 125 |
padding: 3px 5px 3px 5px; |
|
| 126 |
color: #0e3460; |
|
| 127 |
} |
|
| 128 |
|
|
| 129 |
.PopupTab |
|
| 130 |
{
|
|
| 131 |
margin-top: 1px; |
|
| 132 |
border-bottom: #466ca6 1px solid; |
|
| 133 |
cursor: pointer; |
|
| 134 |
cursor: hand; |
|
| 135 |
} |
|
| 136 |
|
|
| 137 |
.PopupTabSelected |
|
| 138 |
{
|
|
| 139 |
font-weight: bold; |
|
| 140 |
cursor: default; |
|
| 141 |
padding-top: 4px; |
|
| 142 |
border-bottom: #f7f8fd 1px solid; |
|
| 143 |
background-color: #f7f8fd; |
|
| 144 |
} |
|
| 145 |
|
|
| 146 |
.PopupSelectionBox |
|
| 147 |
{
|
|
| 148 |
border: #1e90ff 1px solid !important; |
|
| 149 |
background-color: #add8e6 !important; |
|
| 150 |
cursor: pointer; |
|
| 151 |
cursor: hand; |
|
| 152 |
} |
|
| 153 |
|
|
| 154 |
#tdBrowse |
|
| 155 |
{
|
|
| 156 |
vertical-align: bottom; |
|
| 157 |
} |
|
| 158 |
|
|
| 24 |
html, body { margin: 0px; padding: 0px; background-color: transparent; }
|
|
| 25 |
body { padding: 10px; }
|
|
| 26 |
body, td, input, select, textarea { font-size: 11px; font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; }
|
|
| 27 |
body, .BackColor { background-color: #f7f8fd; }
|
|
| 28 |
.PopupBody { width: 100%; padding: 0px; background-color: transparent; height: 100%; overflow: hidden; }
|
|
| 29 |
#header { cursor: move; }
|
|
| 30 |
.PopupTitle { padding: 3px 10px 3px 10px; color: #0e3460; background-color: #8cb2fd; font-weight: bold; font-size: 14pt; }
|
|
| 31 |
.PopupButtons { border-top: #466ca6 1px solid; padding: 7px 10px 7px 10px; background-color: #8cb2fd; position: absolute; right: 0px; left: 0px; bottom: 0px; }
|
|
| 32 |
.Button { border: #1c3460 1px solid; color: #000a28; background-color: #7096d3; }
|
|
| 33 |
#btnOk { width: 100px; }
|
|
| 34 |
.DarkBackground { background-color: #eaf2f8; }
|
|
| 35 |
.LightBackground { background-color: #ffffbe; }
|
|
| 36 |
.PopupTitleBorder { border-bottom: #d5d59d 1px solid; }
|
|
| 37 |
.PopupTabArea { color: #0e3460; background-color: #8cb2fd; }
|
|
| 38 |
.PopupTabEmptyArea { padding-left: 10px; border-bottom: #466ca6 1px solid; }
|
|
| 39 |
.PopupTab, .PopupTabSelected { border-right: #466ca6 1px solid; border-top: #466ca6 1px solid; border-left: #466ca6 1px solid; padding: 3px 5px 3px 5px; color: #0e3460; }
|
|
| 40 |
.PopupTab { margin-top: 1px; border-bottom: #466ca6 1px solid; cursor: pointer; cursor: hand; }
|
|
| 41 |
.PopupTabSelected { padding-top: 4px; border-bottom: #f7f8fd 1px solid; background-color: #f7f8fd; font-weight: bold; cursor: default; }
|
|
| 42 |
.PopupSelectionBox { border: #1e90ff 1px solid !important; background-color: #add8e6 !important; cursor: pointer; cursor: hand; }
|
|
| 43 |
#tdBrowse { vertical-align: bottom; }
|
|
| 159 | 44 |
/** |
| 160 | 45 |
* Dialog frame related styles. |
| 161 | 46 |
*/ |
| 162 |
|
|
| 163 |
.contents |
|
| 164 |
{
|
|
| 165 |
position: absolute; |
|
| 166 |
top: 2px; |
|
| 167 |
left: 16px; |
|
| 168 |
right: 16px; |
|
| 169 |
bottom: 20px; |
|
| 170 |
background-color: #f7f8fD; |
|
| 171 |
overflow: hidden; |
|
| 172 |
z-index: 1; |
|
| 173 |
} |
|
| 174 |
|
|
| 175 |
.tl, .tr, .tc, .bl, .br, .bc |
|
| 176 |
{
|
|
| 177 |
position: absolute; |
|
| 178 |
background-image: url(images/sprites.png); |
|
| 179 |
background-repeat: no-repeat; |
|
| 180 |
} |
|
| 181 |
|
|
| 182 |
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc |
|
| 183 |
{
|
|
| 184 |
background-image: url(images/sprites.gif); |
|
| 185 |
} |
|
| 186 |
|
|
| 187 |
.ml, .mr |
|
| 188 |
{
|
|
| 189 |
position: absolute; |
|
| 190 |
background-image: url(images/dialog.sides.png); |
|
| 191 |
background-repeat: repeat-y; |
|
| 192 |
} |
|
| 193 |
|
|
| 194 |
* html .ml, * html .mr |
|
| 195 |
{
|
|
| 196 |
background-image: url(images/dialog.sides.gif); |
|
| 197 |
} |
|
| 198 |
|
|
| 199 |
.rtl .ml, .rtl .mr |
|
| 200 |
{
|
|
| 201 |
position: absolute; |
|
| 202 |
background-image: url(images/dialog.sides.rtl.png); |
|
| 203 |
background-repeat: repeat-y; |
|
| 204 |
} |
|
| 205 |
|
|
| 206 |
* html .rtl .ml, * html .rtl .mr |
|
| 207 |
{
|
|
| 208 |
background-image: url(images/dialog.sides.gif); |
|
| 209 |
} |
|
| 210 |
|
|
| 211 |
.tl |
|
| 212 |
{
|
|
| 213 |
top: 0px; |
|
| 214 |
left: 0px; |
|
| 215 |
width: 16px; |
|
| 216 |
height: 16px; |
|
| 217 |
background-position: -16px -16px; |
|
| 218 |
} |
|
| 219 |
|
|
| 220 |
.rtl .tl |
|
| 221 |
{
|
|
| 222 |
background-position: -16px -397px; |
|
| 223 |
} |
|
| 224 |
|
|
| 225 |
.tr |
|
| 226 |
{
|
|
| 227 |
top: 0px; |
|
| 228 |
right: 0px; |
|
| 229 |
width: 16px; |
|
| 230 |
height: 16px; |
|
| 231 |
background-position: -16px -76px; |
|
| 232 |
} |
|
| 233 |
|
|
| 234 |
.rtl .tr |
|
| 235 |
{
|
|
| 236 |
background-position: -16px -457px; |
|
| 237 |
} |
|
| 238 |
|
|
| 239 |
.tc |
|
| 240 |
{
|
|
| 241 |
top: 0px; |
|
| 242 |
right: 16px; |
|
| 243 |
left: 16px; |
|
| 244 |
height: 16px; |
|
| 245 |
background-position: 0px -136px; |
|
| 246 |
background-repeat: repeat-x; |
|
| 247 |
} |
|
| 248 |
|
|
| 249 |
.ml |
|
| 250 |
{
|
|
| 251 |
top: 16px; |
|
| 252 |
left: 0px; |
|
| 253 |
width: 16px; |
|
| 254 |
bottom: 51px; |
|
| 255 |
background-position: 0px 0px; |
|
| 256 |
} |
|
| 257 |
|
|
| 258 |
.mr |
|
| 259 |
{
|
|
| 260 |
top: 16px; |
|
| 261 |
right: 0px; |
|
| 262 |
width: 16px; |
|
| 263 |
bottom: 51px; |
|
| 264 |
background-position: -16px 0px; |
|
| 265 |
} |
|
| 266 |
|
|
| 267 |
.bl |
|
| 268 |
{
|
|
| 269 |
bottom: 0px; |
|
| 270 |
left: 0px; |
|
| 271 |
width: 30px; |
|
| 272 |
height: 51px; |
|
| 273 |
background-position: -16px -196px; |
|
| 274 |
} |
|
| 275 |
|
|
| 276 |
.rtl .bl |
|
| 277 |
{
|
|
| 278 |
background-position: -16px -517px; |
|
| 279 |
} |
|
| 280 |
|
|
| 281 |
.br |
|
| 282 |
{
|
|
| 283 |
bottom: 0px; |
|
| 284 |
right: 0px; |
|
| 285 |
width: 30px; |
|
| 286 |
height: 51px; |
|
| 287 |
background-position: -16px -263px; |
|
| 288 |
} |
|
| 289 |
|
|
| 290 |
.rtl .br |
|
| 291 |
{
|
|
| 292 |
background-position: -16px -584px; |
|
| 293 |
} |
|
| 294 |
|
|
| 295 |
.bc |
|
| 296 |
{
|
|
| 297 |
bottom: 0px; |
|
| 298 |
right: 30px; |
|
| 299 |
left: 30px; |
|
| 300 |
height: 51px; |
|
| 301 |
background-position: 0px -330px; |
|
| 302 |
background-repeat: repeat-x; |
|
| 303 |
} |
|
| 304 |
|
|
| 47 |
.contents { background-color: #f7f8fD; position: absolute; top: 2px; left: 16px; right: 16px; bottom: 20px; overflow: hidden; z-index: 1; }
|
|
| 48 |
.tl, .tr, .tc, .bl, .br, .bc { background-image: url(images/sprites.png); background-repeat: no-repeat; position: absolute; }
|
|
| 49 |
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc { background-image: url(images/sprites.gif); }
|
|
| 50 |
.ml, .mr { background-image: url(images/dialog.sides.png); background-repeat: repeat-y; position: absolute; }
|
|
| 51 |
.rtl .ml, .rtl .mr { background-image: url(images/dialog.sides.rtl.png); background-repeat: repeat-y; position: absolute; }
|
|
| 52 |
.tl { width: 16px; background-position: -16px -16px; top: 0px; left: 0px; height: 16px; }
|
|
| 53 |
.rtl .tl { background-position: -16px -397px; }
|
|
| 54 |
.tr { width: 16px; background-position: -16px -76px; top: 0px; right: 0px; height: 16px; }
|
|
| 55 |
.rtl .tr { background-position: -16px -457px; }
|
|
| 56 |
.tc { background-position: 0px -136px; background-repeat: repeat-x; top: 0px; right: 16px; left: 16px; height: 16px; }
|
|
| 57 |
.ml { width: 16px; background-position: 0px 0px; top: 16px; left: 0px; bottom: 51px; }
|
|
| 58 |
.mr { width: 16px; background-position: -16px 0px; top: 16px; right: 0px; bottom: 51px; }
|
|
| 59 |
.bl { width: 30px; background-position: -16px -196px; bottom: 0px; left: 0px; height: 51px; }
|
|
| 60 |
.rtl .bl { background-position: -16px -517px; }
|
|
| 61 |
.br { width: 30px; background-position: -16px -263px; bottom: 0px; right: 0px; height: 51px; }
|
|
| 62 |
.rtl .br { background-position: -16px -584px; }
|
|
| 63 |
.bc { background-position: 0px -330px; background-repeat: repeat-x; bottom: 0px; right: 30px; left: 30px; height: 51px; }
|
|
| 305 | 64 |
/* For IE6. Do not change it. */ |
| 306 |
* html .blocker |
|
| 307 |
{
|
|
| 308 |
position: absolute; |
|
| 309 |
width: 100%; |
|
| 310 |
height: 100%; |
|
| 311 |
z-index: 12; |
|
| 312 |
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); |
|
| 313 |
} |
|
| 314 |
|
|
| 65 |
* html .blocker { width: 100%; position: absolute; height: 100%; z-index: 12; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
|
|
| 315 | 66 |
/* The layer used to cover the dialog when opening a child dialog. */ |
| 316 |
.cover |
|
| 317 |
{
|
|
| 318 |
position: absolute; |
|
| 319 |
top: 0px; |
|
| 320 |
left: 14px; |
|
| 321 |
right: 14px; |
|
| 322 |
bottom: 18px; |
|
| 323 |
z-index: 11; |
|
| 324 |
} |
|
| 325 |
|
|
| 326 |
#closeButton |
|
| 327 |
{
|
|
| 328 |
position: absolute; |
|
| 329 |
right: 0px; |
|
| 330 |
top: 0px; |
|
| 331 |
margin-top: 5px; |
|
| 332 |
margin-right: 10px; |
|
| 333 |
width: 20px; |
|
| 334 |
height: 20px; |
|
| 335 |
cursor: pointer; |
|
| 336 |
background-image: url(images/sprites.png); |
|
| 337 |
background-repeat: no-repeat; |
|
| 338 |
background-position: -16px -651px; |
|
| 339 |
} |
|
| 340 |
|
|
| 341 |
* html #closeButton |
|
| 342 |
{
|
|
| 343 |
cursor: hand; |
|
| 344 |
background-image: url(images/sprites.gif); |
|
| 345 |
} |
|
| 346 |
|
|
| 347 |
.rtl #closeButton |
|
| 348 |
{
|
|
| 349 |
right: auto; |
|
| 350 |
left: 10px; |
|
| 351 |
margin-right: 0px; |
|
| 352 |
} |
|
| 353 |
|
|
| 354 |
#closeButton:hover |
|
| 355 |
{
|
|
| 356 |
background-position: -16px -687px; |
|
| 357 |
} |
|
| 358 |
|
|
| 359 |
#throbberBlock |
|
| 360 |
{
|
|
| 361 |
z-index: 10; |
|
| 362 |
} |
|
| 363 |
|
|
| 364 |
#throbberBlock div |
|
| 365 |
{
|
|
| 366 |
float: left; |
|
| 367 |
width: 8px; |
|
| 368 |
height: 9px; |
|
| 369 |
margin-left: 2px; |
|
| 370 |
margin-right: 2px; |
|
| 371 |
font-size: 1px; /* IE6 */ |
|
| 372 |
} |
|
| 373 |
|
|
| 67 |
.cover { position: absolute; top: 0px; left: 14px; right: 14px; bottom: 18px; z-index: 11; }
|
|
| 68 |
#closeButton { margin-top: 5px; margin-right: 10px; width: 20px; background-image: url(images/sprites.png); background-repeat: no-repeat; background-position: -16px -651px; position: absolute; right: 0px; top: 0px; height: 20px; cursor: pointer; }
|
|
| 69 |
* html #closeButton { background-image: url(images/sprites.gif); cursor: hand; }
|
|
| 70 |
.rtl #closeButton { margin-right: 0px; right: auto; left: 10px; }
|
|
| 71 |
#closeButton:hover { background-position: -16px -687px; }
|
|
| 72 |
#throbberBlock { z-index: 10; }
|
|
| 73 |
#throbberBlock div { float: left; width: 8px; margin-left: 2px; margin-right: 2px; font-size: 1px; /* IE6 */ height: 9px; }
|
|
| 374 | 74 |
/* |
| 375 | 75 |
Color Gradient Generator: |
| 376 | 76 |
http://www.herethere.net/~samson/php/color_gradient/?cbegin=0E3460&cend=8cb2fd&steps=4 |
| 377 | 77 |
*/ |
| 378 |
|
|
| 379 |
.throbber_1 |
|
| 380 |
{
|
|
| 381 |
background-color: #0E3460; |
|
| 382 |
} |
|
| 383 |
|
|
| 384 |
.throbber_2 |
|
| 385 |
{
|
|
| 386 |
background-color: #2D5387; |
|
| 387 |
} |
|
| 388 |
|
|
| 389 |
.throbber_3 |
|
| 390 |
{
|
|
| 391 |
background-color: #4D73AE; |
|
| 392 |
} |
|
| 393 |
|
|
| 394 |
.throbber_4 |
|
| 395 |
{
|
|
| 396 |
background-color: #6C92D5; |
|
| 397 |
} |
|
| 398 |
|
|
| 399 |
.throbber_5 |
|
| 400 |
{
|
|
| 401 |
background-color: #8CB2FD; |
|
| 402 |
} |
|
| 78 |
.throbber_1 { background-color: #0E3460; }
|
|
| 79 |
.throbber_2 { background-color: #2D5387; }
|
|
| 80 |
.throbber_3 { background-color: #4D73AE; }
|
|
| 81 |
.throbber_4 { background-color: #6C92D5; }
|
|
| 82 |
.throbber_5 { background-color: #8CB2FD; }
|
|
| 83 |
img { border: 0px; }
|
|
| 84 |
* html .ml, * html .mr, * html .rtl .ml, * html .rtl .mr { background-image: url(images/dialog.sides.gif); }
|
|
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/skins/default/fck_editor.css | ||
|---|---|---|
| 1 |
@charset "UTF-8"; |
|
| 1 | 2 |
/* |
| 2 | 3 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net |
| 3 | 4 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben |
| ... | ... | |
| 20 | 21 |
* |
| 21 | 22 |
* Styles used by the editor IFRAME and Toolbar. |
| 22 | 23 |
*/ |
| 23 |
|
|
| 24 | 24 |
/* |
| 25 | 25 |
### Basic Editor IFRAME Styles. |
| 26 | 26 |
*/ |
| 27 |
|
|
| 28 |
body |
|
| 29 |
{
|
|
| 30 |
padding: 1px; |
|
| 31 |
margin: 0; |
|
| 32 |
background-color: #ffffff; |
|
| 33 |
} |
|
| 34 |
|
|
| 35 |
#xEditingArea |
|
| 36 |
{
|
|
| 37 |
border: #696969 1px solid; |
|
| 38 |
} |
|
| 39 |
|
|
| 40 |
.SourceField |
|
| 41 |
{
|
|
| 42 |
padding: 5px; |
|
| 43 |
margin: 0px; |
|
| 44 |
font-family: Monospace; |
|
| 45 |
} |
|
| 46 |
|
|
| 27 |
body { padding: 1px; margin: 0; background-color: #ffffff; }
|
|
| 28 |
#xEditingArea { border: #696969 1px solid; }
|
|
| 29 |
.SourceField { padding: 5px; margin: 0px; font-family: Monospace; }
|
|
| 47 | 30 |
/* |
| 48 | 31 |
Toolbar |
| 49 | 32 |
*/ |
| 50 |
|
|
| 51 |
.TB_ToolbarSet, .TB_Expand, .TB_Collapse |
|
| 52 |
{
|
|
| 53 |
cursor: default; |
|
| 54 |
background-color: #efefde; |
|
| 55 |
} |
|
| 56 |
|
|
| 57 |
.TB_ToolbarSet |
|
| 58 |
{
|
|
| 59 |
border-top: #efefde 1px outset; |
|
| 60 |
border-bottom: #efefde 1px outset; |
|
| 61 |
} |
|
| 62 |
|
|
| 63 |
.TB_ToolbarSet TD |
|
| 64 |
{
|
|
| 65 |
font-size: 11px; |
|
| 66 |
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; |
|
| 67 |
} |
|
| 68 |
|
|
| 69 |
.TB_Toolbar |
|
| 70 |
{
|
|
| 71 |
height: 24px; |
|
| 72 |
display: inline-table; /* inline = Opera jumping buttons bug */ |
|
| 73 |
} |
|
| 74 |
|
|
| 75 |
.TB_Separator |
|
| 76 |
{
|
|
| 77 |
width: 1px; |
|
| 78 |
height: 16px; |
|
| 79 |
margin: 2px; |
|
| 80 |
background-color: #999966; |
|
| 81 |
} |
|
| 82 |
|
|
| 83 |
.TB_Start |
|
| 84 |
{
|
|
| 85 |
background-image: url(images/toolbar.start.gif); |
|
| 86 |
margin: 2px; |
|
| 87 |
width: 3px; |
|
| 88 |
background-repeat: no-repeat; |
|
| 89 |
height: 16px; |
|
| 90 |
} |
|
| 91 |
|
|
| 92 |
.TB_End |
|
| 93 |
{
|
|
| 94 |
display: none; |
|
| 95 |
} |
|
| 96 |
|
|
| 97 |
.TB_ExpandImg |
|
| 98 |
{
|
|
| 99 |
background-image: url(images/toolbar.expand.gif); |
|
| 100 |
background-repeat: no-repeat; |
|
| 101 |
} |
|
| 102 |
|
|
| 103 |
.TB_CollapseImg |
|
| 104 |
{
|
|
| 105 |
background-image: url(images/toolbar.collapse.gif); |
|
| 106 |
background-repeat: no-repeat; |
|
| 107 |
} |
|
| 108 |
|
|
| 109 |
.TB_SideBorder |
|
| 110 |
{
|
|
| 111 |
background-color: #696969; |
|
| 112 |
} |
|
| 113 |
|
|
| 114 |
.TB_Expand, .TB_Collapse |
|
| 115 |
{
|
|
| 116 |
padding: 2px 2px 2px 2px; |
|
| 117 |
border: #efefde 1px outset; |
|
| 118 |
} |
|
| 119 |
|
|
| 120 |
.TB_Collapse |
|
| 121 |
{
|
|
| 122 |
width: 5px; |
|
| 123 |
} |
|
| 124 |
|
|
| 125 |
.TB_Break |
|
| 126 |
{
|
|
| 127 |
height: 24px; /* IE needs the height to be set, otherwise no break */ |
|
| 128 |
} |
|
| 129 |
|
|
| 33 |
.TB_ToolbarSet, .TB_Expand, .TB_Collapse { background-color: #efefde; cursor: default; }
|
|
| 34 |
.TB_ToolbarSet { border-top: #efefde 1px outset; border-bottom: #efefde 1px outset; }
|
|
| 35 |
.TB_Toolbar { display: inline-table; /* inline = Opera jumping buttons bug */ height: 24px; }
|
|
| 36 |
.TB_Separator { width: 1px; margin: 2px; background-color: #999966; height: 16px; }
|
|
| 37 |
.TB_Start { margin: 2px; width: 3px; background-image: url(images/toolbar.start.gif); background-repeat: no-repeat; height: 16px; }
|
|
| 38 |
.TB_End { display: none; }
|
|
| 39 |
.TB_ExpandImg { background-image: url(images/toolbar.expand.gif); background-repeat: no-repeat; }
|
|
| 40 |
.TB_CollapseImg { background-image: url(images/toolbar.collapse.gif); background-repeat: no-repeat; }
|
|
| 41 |
.TB_SideBorder { background-color: #696969; }
|
|
| 42 |
.TB_Expand, .TB_Collapse { padding: 2px 2px 2px 2px; border: #efefde 1px outset; }
|
|
| 43 |
.TB_Collapse { width: 5px; }
|
|
| 44 |
.TB_Break { height: 24px; /* IE needs the height to be set, otherwise no break */ }
|
|
| 130 | 45 |
/* |
| 131 | 46 |
Toolbar Button |
| 132 | 47 |
*/ |
| 133 |
|
|
| 134 |
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled |
|
| 135 |
{
|
|
| 136 |
border: #efefde 1px solid; /* This is the default border */ |
|
| 137 |
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ |
|
| 138 |
} |
|
| 139 |
|
|
| 140 |
.TB_Button_On |
|
| 141 |
{
|
|
| 142 |
border: #316ac5 1px solid; |
|
| 143 |
background-color: #c1d2ee; |
|
| 144 |
} |
|
| 145 |
|
|
| 146 |
.TB_Button_On_Over, .TB_Button_Off_Over |
|
| 147 |
{
|
|
| 148 |
border: #316ac5 1px solid; |
|
| 149 |
background-color: #dff1ff; |
|
| 150 |
} |
|
| 151 |
|
|
| 152 |
.TB_Button_Off |
|
| 153 |
{
|
|
| 154 |
filter: alpha(opacity=70); /* IE */ |
|
| 155 |
opacity: 0.70; /* Safari, Opera and Mozilla */ |
|
| 156 |
} |
|
| 157 |
|
|
| 158 |
.TB_Button_Disabled |
|
| 159 |
{
|
|
| 160 |
filter: gray() alpha(opacity=30); /* IE */ |
|
| 161 |
opacity: 0.30; /* Safari, Opera and Mozilla */ |
|
| 162 |
} |
|
| 163 |
|
|
| 164 |
.TB_Button_Padding |
|
| 165 |
{
|
|
| 166 |
visibility: hidden; |
|
| 167 |
width: 3px; |
|
| 168 |
height: 22px; |
|
| 169 |
} |
|
| 170 |
|
|
| 171 |
.TB_Button_Image |
|
| 172 |
{
|
|
| 173 |
overflow: hidden; |
|
| 174 |
width: 16px; |
|
| 175 |
height: 16px; |
|
| 176 |
margin: 3px; |
|
| 177 |
background-repeat: no-repeat; |
|
| 178 |
} |
|
| 179 |
|
|
| 180 |
.TB_Button_Image img |
|
| 181 |
{
|
|
| 182 |
position: relative; |
|
| 183 |
} |
|
| 184 |
|
|
| 185 |
.TB_Button_Off .TB_Button_Text |
|
| 186 |
{
|
|
| 187 |
background-color: #efefde; /* Needed because of a bug on Clear Type */ |
|
| 188 |
} |
|
| 189 |
|
|
| 190 |
.TB_ConnectionLine |
|
| 191 |
{
|
|
| 192 |
background-color: #ffffff; |
|
| 193 |
height: 1px; |
|
| 194 |
margin-left: 1px; /* ltr */ |
|
| 195 |
margin-right: 1px; /* rtl */ |
|
| 196 |
} |
|
| 197 |
|
|
| 198 |
.TB_Text |
|
| 199 |
{
|
|
| 200 |
height: 22px; |
|
| 201 |
} |
|
| 202 |
|
|
| 203 |
.TB_Button_Off .TB_Text |
|
| 204 |
{
|
|
| 205 |
background-color: #efefde ; /* Needed because of a bug on ClearType */ |
|
| 206 |
} |
|
| 207 |
|
|
| 208 |
.TB_Button_On_Over .TB_Text |
|
| 209 |
{
|
|
| 210 |
background-color: #dff1ff ; /* Needed because of a bug on ClearType */ |
|
| 211 |
} |
|
| 212 |
|
|
| 48 |
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled { border: #efefde 1px solid; /* This is the default border */ height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ }
|
|
| 49 |
.TB_Button_On { border: #316ac5 1px solid; background-color: #c1d2ee; }
|
|
| 50 |
.TB_Button_On_Over, .TB_Button_Off_Over { border: #316ac5 1px solid; background-color: #dff1ff; }
|
|
| 51 |
.TB_Button_Padding { width: 3px; visibility: hidden; height: 22px; }
|
|
| 52 |
.TB_Button_Image { width: 16px; margin: 3px; background-repeat: no-repeat; overflow: hidden; height: 16px; }
|
|
| 53 |
.TB_Button_Image img { position: relative; }
|
|
| 54 |
.TB_ConnectionLine { margin-left: 1px; /* ltr */ margin-right: 1px; /* rtl */ background-color: #ffffff; height: 1px; }
|
|
| 55 |
.TB_Text { height: 22px; }
|
|
| 56 |
.TB_Button_On_Over .TB_Text { background-color: #dff1ff; /* Needed because of a bug on ClearType */ }
|
|
| 213 | 57 |
/* |
| 214 | 58 |
Menu |
| 215 | 59 |
*/ |
| 216 |
|
|
| 217 |
.MN_Menu |
|
| 218 |
{
|
|
| 219 |
border: 1px solid #8f8f73; |
|
| 220 |
padding: 2px; |
|
| 221 |
background-color: #ffffff; |
|
| 222 |
cursor: default; |
|
| 223 |
} |
|
| 224 |
|
|
| 225 |
.MN_Menu, .MN_Menu .MN_Label |
|
| 226 |
{
|
|
| 227 |
font-size: 11px; |
|
| 228 |
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; |
|
| 229 |
} |
|
| 230 |
|
|
| 231 |
.MN_Item_Padding |
|
| 232 |
{
|
|
| 233 |
visibility: hidden; |
|
| 234 |
width: 3px; |
|
| 235 |
height: 20px; |
|
| 236 |
} |
|
| 237 |
|
|
| 238 |
.MN_Icon |
|
| 239 |
{
|
|
| 240 |
background-color: #e3e3c7; |
|
| 241 |
text-align: center; |
|
| 242 |
height: 20px; |
|
| 243 |
} |
|
| 244 |
|
|
Also available in: Unified diff
fix wrong settings in image browser dialog