Différences entre les versions de « Les Skins de Maxthon v2.0 »

De Wiki Francophone de Maxthon
Aller à la navigation Aller à la recherche
Ligne 1 : Ligne 1 :
Version: 2.0.4<br /> Last Modified: 2006-07-25 5:21 PM
Version: 2.0.4<br /> Last Modified: 2006-07-25 5:21 PM


==''Overview''==
''Maxthon Browser's new skin package consists of multiple image files and a text file.''
''From version 2.0, we use PNG files with complete transparence support for toolbar & other interface elements images.''
''The text file should have the extension of INI. And the file with name “mskin.ini” will be used as the default style of your skin.''
''Note: Please save the INI file in Unicode(UTF-8) encoding.''


==Vue d'ensemble==
==Vue d'ensemble==
Ligne 19 : Ligne 10 :


Note : Sauvegardez le fichier INI au format Unicode(UTF-8).
Note : Sauvegardez le fichier INI au format Unicode(UTF-8).
==''Requirement of Images''==
''We recommend authors of skins use PNG format as their image format.''
''Although the old bmp format is still supported, we do not recommend the use of it since the mask transparence support of bmp is no longer supported''




Ligne 31 : Ligne 16 :


L'ancien format BMP est toujours supporté, mais nous vous recommandons de ne pas l'utiliser car le support du masque de la transparence des BMP n'est plus supporté
L'ancien format BMP est toujours supporté, mais nous vous recommandons de ne pas l'utiliser car le support du masque de la transparence des BMP n'est plus supporté
==''Protocols Used in This Document''==
'' '''Keyword'''<nowiki>: Keywords are setting names and its properties. Case-insensive. </nowiki><br /> e.g. <span style="color: #000066; font-weight: bold;">Version</span> or <span style="color: #000066; font-weight: bold;">version</span>''
'' '''Flag'''<nowiki>: Flags are predefined alias for certain values. Case-sensive.</nowiki><br /> e.g. <span style="color: #990000;">System</span>''
'' '''String'''<nowiki>: The most common value type.</nowiki><br /> e.g. <span style="color: #0000FF;">This is a String</span>''
'' '''Number'''<nowiki>: All number used in skin definition file is integer.</nowiki><br /> e.g. <span style="color: #FF6600;">32</span> and <span style="color: #FF6600;">16</span>''
'' '''Boolean'''<nowiki>: Presents by number 1 (True) and 0 (False). </nowiki><br /> e.g. <span style="color: #CC0000;font-weight: bold;">1</span> and''
'' '''Color Value'''<nowiki>: Color Values can be HEX web color, comma seperated RGB value and system color names(See </nowiki>[#_Supported_System_Color_Names Appendix: Supported System Color Names]).<br /> e.g. <span style="color: #660066;"><nowiki>#FEFEFE</nowiki></span> or <span style="color: #660066;">255,210,76</span> or <span style="color: #660066;">$COLOR_HIGHLIGHTTEXT</span>''




Ligne 59 : Ligne 30 :


'''Valeur de couleur'''<nowiki>: La valeur de couleur peut être une couleur au format HEXA, des valeurs RGB séparées par des virgules et des noms de couleur système (Cf. </nowiki>[#_Supported_System_Color_Names Appendix: Supported System Color Names]).<br /> ex. <span style="color: #660066;"><nowiki>#FEFEFE</nowiki></span> ou <span style="color: #660066;">255,210,76</span> ou <span style="color: #660066;">$COLOR_HIGHLIGHTTEXT</span>
'''Valeur de couleur'''<nowiki>: La valeur de couleur peut être une couleur au format HEXA, des valeurs RGB séparées par des virgules et des noms de couleur système (Cf. </nowiki>[#_Supported_System_Color_Names Appendix: Supported System Color Names]).<br /> ex. <span style="color: #660066;"><nowiki>#FEFEFE</nowiki></span> ou <span style="color: #660066;">255,210,76</span> ou <span style="color: #660066;">$COLOR_HIGHLIGHTTEXT</span>
==''Skin INI File Structure''==
''The INI File is where you instruct Maxthon how to process your skin files. You can build your own skin by following this guide or by modifying an exist skin.''
''Note: If you want to use characters other than ASCII, please save the INI file in Unicode(UTF-8) format.''
''Below is the detailed description of all skin INI elements.''




Ligne 75 : Ligne 39 :
Vous trouverez ci-dessous la description détaillée des tous les éléments du fichier INI d'un Skin.
Vous trouverez ci-dessous la description détaillée des tous les éléments du fichier INI d'un Skin.


====''[General] Section''====
This section is used as a summary description for your skin.


====Section [General]====
====Section [General]====
Cette section est utilisée comme une description sommaire de votre Skin.
Cette section est utilisée comme une description sommaire de votre Skin.
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Name</span><nowiki>=</nowiki><span style="color: #0000FF;">''Maxthon Default''</span>
| ''The name of your skin''
|-
| <span style="color: #000066; font-weight: bold;">Version</span><nowiki>=</nowiki><span style="color: #0000FF;">''1.0.1''</span>
| ''Version number of your skin, used for checking updates<br /> The format is #.#.# where # is an integer from 0-9''
|-
| <span style="color: #000066; font-weight: bold;">Style</span><nowiki>=</nowiki><span style="color: #0000FF;">''Large Icon''</span>
| ''Sub Style of your skin, used for multiple skin INI files <span style="optional">(Optional)'' </span>
|}


{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
Ligne 103 : Ligne 52 :
| <span style="color: #000066; font-weight: bold;">Style</span><nowiki>=</nowiki><span style="color: #0000FF;">Large Icon</span>
| <span style="color: #000066; font-weight: bold;">Style</span><nowiki>=</nowiki><span style="color: #0000FF;">Large Icon</span>
| Sous style de votre Skin, utilisé pour des fichiers INI multiples <span style="optional">(Optionnel) </span>
| Sous style de votre Skin, utilisé pour des fichiers INI multiples <span style="optional">(Optionnel) </span>
|}
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Author</span><nowiki>=</nowiki><span style="color: #0000FF;">''SiC''</span>
| ''The author name of this skin <span style="optional">(Optional)'' </span>
|-
| <span style="color: #000066; font-weight: bold;">Email</span><nowiki>=</nowiki><span style="color: #0000FF;">''null@null.com''</span>
| ''Author's email address <span style="optional">(Optional)'' </span>
|-
| <span style="color: #000066; font-weight: bold;">Website</span><nowiki>=</nowiki><span style="color: #0000FF;">''http://www.null.com/''</span>
| ''Author's website regarding this skin <span style="optional">(Optional)'' </span>
|-
| <span style="color: #000066; font-weight: bold;">UpdateURL</span><nowiki>=</nowiki><span style="color: #0000FF;">''http://www.null.com/skin/''</span>
| ''Update URL for this skin <span style="optional">(Optional)'' </span>
|-
| <span style="color: #000066; font-weight: bold;">License</span><nowiki>=</nowiki><span style="color: #0000FF;">''GPL''</span>
| ''License information of this skin <span style="optional">(Optional)'' </span>
|}
|}


Ligne 140 : Ligne 71 :
| Information sur la licence de ce Skin <span style="optional">(Optionnel) </span>
| Information sur la licence de ce Skin <span style="optional">(Optionnel) </span>
|}
|}
====''[Global] Section''====
''This section is used for common settings shared between elements.''


====Section [Global]====
====Section [Global]====
Cette section est utilisée pour les réglages communs partagés entre les différents éléments.
Cette section est utilisée pour les réglages communs partagés entre les différents éléments.
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">''BaseTheme''</span><nowiki>=</nowiki><span style="color: #990000;">''Custom''</span>
| colspan="2" | ''The base theme of your skin. Valid values are:<br /><span style="color: #990000;">System</span> – Standard Windows Theme with Visual Style support<br /><span style="color: #990000;">Custom</span> – Fully Customized Theme<br /><span style="color: #990000;">Office2000</span> – Office 2000 Theme<br /><span style="color: #990000;">OfficeXP</span> - Office XP Theme<br /><span style="color: #990000;">Office2003</span> – Office 2003 Theme <br /><br /> If you use a <span style="color: #000066; font-weight: bold;">BaseTheme</span> other than <span style="color: #990000;">Custom</span>, only the Icons and some special part of the skin settings will take effects.''
|}


{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">BaseTheme</span><nowiki>=</nowiki><span style="color: #990000;">Custom</span>
| <span style="color: #000066; font-weight: bold;">BaseTheme</span><nowiki>=</nowiki><span style="color: #990000;">Custom</span>
| colspan="2" | Le thème de base de votre Skin. Les valeurs valides sont :<br /><span style="color: #990000;">System</span> – Thème standard de Windows avec le support de style visuel<br /><span style="color: #990000;">Custom</span> – Thème entièrement personnalisable<br /><span style="color: #990000;">Office2000</span> – Thème Office 2000<br /><span style="color: #990000;">OfficeXP</span> - Thème Office XP<br /><span style="color: #990000;">Office2003</span> – Thème Office 2003<br /><br /> Si vous utilisez un <span style="color: #000066; font-weight: bold;">BaseTheme</span> différent de <span style="color: #990000;">Custom</span>, seul les icônes et quelques parties spéciales des réglages du Skin seront affectées.
| colspan="2" | Le thème de base de votre Skin. Les valeurs valides sont :<br /><span style="color: #990000;">System</span> – Thème standard de Windows avec le support de style visuel<br /><span style="color: #990000;">Custom</span> – Thème entièrement personnalisable<br /><span style="color: #990000;">Office2000</span> – Thème Office 2000<br /><span style="color: #990000;">OfficeXP</span> - Thème Office XP<br /><span style="color: #990000;">Office2003</span> – Thème Office 2003<br /><br /> Si vous utilisez un <span style="color: #000066; font-weight: bold;">BaseTheme</span> différent de <span style="color: #990000;">Custom</span>, seul les icônes et quelques parties spéciales des réglages du Skin seront affectées.
|}
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">''DefaultIconSize''</span><nowiki>=</nowiki><span style="color: #FF6600;">''24 24''</span>
| ''The default size for toolbar images, used on some special occusions.''
|}
|}


Ligne 168 : Ligne 84 :
| <span style="color: #000066; font-weight: bold;">DefaultIconSize</span><nowiki>=</nowiki><span style="color: #FF6600;">24 24</span>
| <span style="color: #000066; font-weight: bold;">DefaultIconSize</span><nowiki>=</nowiki><span style="color: #FF6600;">24 24</span>
| La taille par défaut des images de la barre d'outils, utilisée dans quelques occasions spéciales.
| La taille par défaut des images de la barre d'outils, utilisée dans quelques occasions spéciales.
|}
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">''CustomFrame''</span><nowiki>=</nowiki><span style="color: #CC0000;font-weight: bold;">''1''</span>
| colspan="2" | ''Enable Custom Frame Style in '''No ''''''Window Frame''' Mode.<br /> This Setting only have effect when <span style="color: #000066; font-weight: bold;">BaseTheme</span><nowiki>=</nowiki><span style="color: #990000;">Custom</span>.''
|-
| <span style="color: #000066; font-weight: bold;">''CustomFrame.Width''</span><nowiki>=</nowiki><span style="color: #FF6600;">''3''</span>
| colspan="2" | ''The width of main windows frame''
|-
| rowspan="2" | <span style="color: #000066; font-weight: bold;">''CustomFrame.Style''</span><nowiki>=</nowiki><span style="color: #990000;">''Image''</span>
| colspan="2" | ''The style of frame, it can be: <span style="color: #990000;">GFill</span>, <span style="color: #990000;">Image</span> (<span style="color: #990000;">3Image</span> is not available for this Property) <br /> When set to <span style="color: #990000;">Image</span>, besides the <span style="color: #000066; font-weight: bold;">CustomFrame</span><span style="color: #000066; font-weight: bold;">.Image</span> Property, the following extra property must be set:''
|-
| <span style="color: #000066; font-weight: bold;">''CustomFrame.CornerSize''</span><nowiki>=</nowiki><span style="color: #FF6600;">''6''</span>
| ''The Width and Height of corner image slice size, both share the same value, in '''Pixel'''.<br /> Default is .''
|-
| <span style="color: #000066; font-weight: bold;">''CustomFrame.CornerRadius''</span><nowiki>=</nowiki><span style="color: #FF6600;">''6''</span>
| colspan="2" | ''The radius for cutting round corner, in '''Pixel'''.<br /> Default is .''
|}
|}


Ligne 204 : Ligne 102 :
| <span style="color: #000066; font-weight: bold;">CustomFrame.CornerRadius</span><nowiki>=</nowiki><span style="color: #FF6600;">6</span>
| <span style="color: #000066; font-weight: bold;">CustomFrame.CornerRadius</span><nowiki>=</nowiki><span style="color: #FF6600;">6</span>
| colspan="2" | Le rayon de courbure du coin de l'image, en '''Pixel'''.<br /> La valeur par défaut est .
| colspan="2" | Le rayon de courbure du coin de l'image, en '''Pixel'''.<br /> La valeur par défaut est .
|}
''(A Example Image should be here)''
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">''AnimateLoading''</span><nowiki>=</nowiki><span style="color: #0000FF;">''control/loading.png''</span>
| colspan="2" | ''The Loading Animation Icon Image on menus.<br /> Must be a series of '''16x16 pixels images '''.<br /> Default is no icon.''
|}
|}


Ligne 221 : Ligne 111 :
| colspan="2" | L'image de l'icône animée du chargement des menus.<br /> Doit être une série d''''images de 16x16 pixels'''.<br /> La valeur par défaut est : pas d'icône.
| colspan="2" | L'image de l'icône animée du chargement des menus.<br /> Doit être une série d''''images de 16x16 pixels'''.<br /> La valeur par défaut est : pas d'icône.
|}
|}
====''[Icons] Section''====
''This section contain a list of all icon images that are on main toolbar.''
''Every image's width and height can be variant. Maxthon Browser will use the actual size of the image file for display.''
''There are several extra properties that can be set for indivual icons:''


====Section [Icons]====
====Section [Icons]====
Ligne 235 : Ligne 118 :


Il y a plusieurs extension de propriétés qui peuvent être définies pour chaque icône :
Il y a plusieurs extension de propriétés qui peuvent être définies pour chaque icône :
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">.Hover</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/hover/back.png</span>
| ''Hover Image for Icon. If set, the normal toolbar button hover background box will not be drawn.''
|-
| <span style="color: #000066; font-weight: bold;">.Disable</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/disable/back.png</span>
| ''Disabled image for icon. Only have effect on icon which has a disabled state.''
|-
| <span style="color: #000066; font-weight: bold;">.Offset</span><nowiki>=</nowiki><span style="color: #FF6600;">0 8</span>
| ''Set an icon’s offset regarding to the normal toolbar item box.<br /> The value format is '''XOffset YOffset''' , relative to '''Top Left''' corner.''
|-
| <span style="color: #000066; font-weight: bold;">.Padding</span><nowiki>=</nowiki><span style="color: #FF6600;">2 2 2 2</span>
| ''Set Padding of button image.<br />'''Image Size'''+'''Padding Area Size'''<nowiki>=</nowiki>'''Final Button Size'''<br /> The value format is '''Top Right Bottom Left''', just like CSS.''
|}


{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
Ligne 264 : Ligne 132 :
| Défini le remplissage autour de l'image du bouton.<br />'''La taille de l'image'''+'''la taille de l'aire du remplissage'''<nowiki>=</nowiki>'''Taille du bouton final'''<br /> Le format de la valeur est '''Haut droite bas gauche''', comme les CSS.
| Défini le remplissage autour de l'image du bouton.<br />'''La taille de l'image'''+'''la taille de l'aire du remplissage'''<nowiki>=</nowiki>'''Taille du bouton final'''<br /> Le format de la valeur est '''Haut droite bas gauche''', comme les CSS.
|}
|}
=====''Common icons:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Back</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_back.png</span>
| ''Navigation > Back''
|-
| <span style="color: #000066; font-weight: bold;">Forward</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_forward.png</span>
| ''Navigation > Forward''
|-
| <span style="color: #000066; font-weight: bold;">HistoryMenu</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar\18_history.png</span>
| ''Navigation > History Menu <br /> This is a special icon used to show a History Drop Down Menu for Back/Forward.<br /> Generally, it has a smaller size to save screen space.''
|-
| <span style="color: #000066; font-weight: bold;">Refresh</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_refresh.png</span>
| ''Navigation > Refresh''
|-
| <span style="color: #000066; font-weight: bold;">Stop</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_stop.png</span>
| ''Navigation > Stop''
|-
| <span style="color: #000066; font-weight: bold;">Home</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_home.png</span>
| ''Navigation > Home''
|-
| <span style="color: #000066; font-weight: bold;">New</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_new.png</span>
| ''Navigation > New Tab''
|-
| <span style="color: #000066; font-weight: bold;">Undo</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_undo.png</span>
| ''Navigation > Undo Close Page''
|-
| <span style="color: #000066; font-weight: bold;">Favorites</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_favorites.png</span>
| ''View > Sidebar > Favorites<br /> Also the Add/Edit Favorites Window''
|-
| <span style="color: #000066; font-weight: bold;">Feed</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_feed.png</span>
| ''View > Sidebar > Feed<br /> Also the Add/Edit Feeds Window''
|-
| <span style="color: #000066; font-weight: bold;">History</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_history.png</span>
| ''View > Sidebar > History <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Layout</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_layout.png</span>
| ''View > Layout<br /> The Interface Layout Switch button (Fullscreen etc.)''
|-
| <span style="color: #000066; font-weight: bold;">FontSize</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_fontsize.png</span>
| ''View > Font Size <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Encoding</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_encoding.png</span>
| ''View > Encoding <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Zoom</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_page_zoom.png</span>
| ''View > Page Zoom <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Proxy</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_proxy.png</span>
| ''Tools > Proxy''
|-
| <span style="color: #000066; font-weight: bold;">Tools</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_tools.png</span>
| ''Tools > Utilities''
|-
| <span style="color: #000066; font-weight: bold;">Plugins</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_plugins.png</span>
| ''Tools > Plugins''
|-
| <span style="color: #000066; font-weight: bold;">Security</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_security.png</span>
| ''Tools > Security <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">PageContent</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_page_content.png</span>
| ''Tools > Page Content Control <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Edit</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_edit.png</span>
| ''Tools > Edit Page <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Save</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_save.png</span>
| ''File > Save As <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">Options</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_options.png</span>
| ''Tools > Maxthon Options <span style="optional">(Optional) </span>''
|}
''If you don't want to draw several icons listed above (such as the seldom used icons marked <span style="optional">Optional</span> above), you can set their value to the 16x16 image instead.''




Ligne 414 : Ligne 207 :


Si vous ne voulez pas afficher certaines icônes listées ci-dessus (comme les icône marquées <span style="optional">Optionnel</span> above), vous pouvez définir la valeur de l'image en 16x16.
Si vous ne voulez pas afficher certaines icônes listées ci-dessus (comme les icône marquées <span style="optional">Optionnel</span> above), vous pouvez définir la valeur de l'image en 16x16.
=====''Special Icons:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">TabOptions</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_options.png</span>
| ''Tab Bar Button > Tab Bar Options''
|-
| <span style="color: #000066; font-weight: bold;">TabToolbar</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_toolbar.png</span>
| ''Tab Bar Button > Toggle Web Toolbar''
|-
| <span style="color: #000066; font-weight: bold;">TabSidebar</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_sidebar.png</span>
| ''Tab Bar Button > Toggle Sidebar''
|-
| <span style="color: #000066; font-weight: bold;">TabManager</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_manager.png</span>
| ''Tab Bar Button > Tab Manager''
|-
| <span style="color: #000066; font-weight: bold;">TabNew</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_new.png</span>
| ''Tab Bar Button > New Tab''
|}




Ligne 450 : Ligne 225 :
| <span style="color: #000066; font-weight: bold;">TabNew</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_new.png</span>
| <span style="color: #000066; font-weight: bold;">TabNew</span><nowiki>=</nowiki><span style="color: #0000FF;">control/tab_new.png</span>
| Bouton de la barre d'onglet > Nouvel onglet
| Bouton de la barre d'onglet > Nouvel onglet
|}
=====''No Frame Mode Window Control Icons:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">SkinSelect</span><nowiki>=</nowiki><span style="color: #0000FF;">control\16_skin_selector.png</span>
| ''Skin Select Button''
|-
| <span style="color: #000066; font-weight: bold;">MenuMinimize</span><nowiki>=</nowiki><span style="color: #0000FF;">control\16_minimize.png</span>
| ''Minimize Window Button''
|-
| <span style="color: #000066; font-weight: bold;">MenuMaximum</span><nowiki>=</nowiki><span style="color: #0000FF;">control\16_maximum.png</span>
| ''Maximum Window Button''
|-
| <span style="color: #000066; font-weight: bold;">MenuRestore</span><nowiki>=</nowiki><span style="color: #0000FF;">control\16_restore.png</span>
| ''Restore Window Button''
|-
| <span style="color: #000066; font-weight: bold;">MenuClose</span><nowiki>=</nowiki><span style="color: #0000FF;">control\16_close.png</span>
| ''Close Window Button''
|}
|}


Ligne 489 : Ligne 245 :
| Bouton de fermeture de la fenêtre
| Bouton de fermeture de la fenêtre
|}
|}
====''[Icon16] Section''====
''Icons in this section is used in different parts of Maxthon Browser interface.<br /> Each icon's size should be '''16x16 pixels''' or it will be stretched.''
''In order to keep a consistence presentation of small icons, the <span style="color: #000066; font-weight: bold;">.Offset</span> and <span style="color: #000066; font-weight: bold;">.Padding</span> properties described in '''[Icons]''' section are disabled.''




Ligne 500 : Ligne 251 :


Afin de conserver une présentation constante des petites icônes, l'<span style="color: #000066; font-weight: bold;">.Offset</span> et la propriété <span style="color: #000066; font-weight: bold;">.Padding</span> qui sont décrites dans la section '''[Icons]''' sont désactivés.
Afin de conserver une présentation constante des petites icônes, l'<span style="color: #000066; font-weight: bold;">.Offset</span> et la propriété <span style="color: #000066; font-weight: bold;">.Padding</span> qui sont décrites dans la section '''[Icons]''' sont désactivés.
=====''Common icons (Required):''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Back</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_back.png</span>
| ''Navigation > Back''
|-
| <span style="color: #000066; font-weight: bold;">Forward</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_forward.png</span>
| ''Navigation > Forward''
|-
| <span style="color: #000066; font-weight: bold;">HistoryMenu</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar\16_history_menu.png</span>
| ''Navigation > History Menu''
|-
| <span style="color: #000066; font-weight: bold;">Refresh</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_refresh.png</span>
| ''Navigation > Refresh''
|-
| <span style="color: #000066; font-weight: bold;">Stop</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_stop.png</span>
| ''Navigation > Stop''
|-
| <span style="color: #000066; font-weight: bold;">Home</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_home.png</span>
| ''Navigation > Home''
|-
| <span style="color: #000066; font-weight: bold;">New</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_new.png</span>
| ''Navigation > New Tab''
|-
| <span style="color: #000066; font-weight: bold;">Undo</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_undo.png</span>
| ''Navigation > Undo Close Page''
|-
| <span style="color: #000066; font-weight: bold;">Favorites</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_favorites.png</span>
| ''View > Sidebar > Favorites''
|-
| <span style="color: #000066; font-weight: bold;">Feed</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_feed.png</span>
| ''View > Sidebar > Feed''
|-
| <span style="color: #000066; font-weight: bold;">History</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_history.png</span>
| ''View > Sidebar > History''
|-
| <span style="color: #000066; font-weight: bold;">Layout</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_layout.png</span>
| ''View > Layout''
|-
| <span style="color: #000066; font-weight: bold;">FontSize</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_fontsize.png</span>
| ''View > Font Size''
|-
| <span style="color: #000066; font-weight: bold;">Encoding</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_encoding.png</span>
| ''View > Encoding''
|-
| <span style="color: #000066; font-weight: bold;">Zoom</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_page_zoom.png</span>
| ''View > Page Zoom''
|-
| <span style="color: #000066; font-weight: bold;">Proxy</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_proxy.png</span>
| ''Tools > Proxy''
|-
| <span style="color: #000066; font-weight: bold;">Tools</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_tools.png</span>
| ''Tools > Utilities''
|-
| <span style="color: #000066; font-weight: bold;">Plugins</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_plugins.png</span>
| ''Tools > Plugins''
|-
| <span style="color: #000066; font-weight: bold;">Security</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_security.png</span>
| ''Tools > Security''
|-
| <span style="color: #000066; font-weight: bold;">PageContent</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_page_content.png</span>
| ''Tools > Page Content Control''
|-
| <span style="color: #000066; font-weight: bold;">Edit</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_edit.png</span>
| ''Tools > Edit Page''
|-
| <span style="color: #000066; font-weight: bold;">Save</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_save.png</span>
| ''File > Save As''
|-
| <span style="color: #000066; font-weight: bold;">Options</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_options.png</span>
| ''Tools > Maxthon Options''
|}




Ligne 645 : Ligne 323 :
| <span style="color: #000066; font-weight: bold;">Options</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_options.png</span>
| <span style="color: #000066; font-weight: bold;">Options</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/32_options.png</span>
| Outils > Options de Maxthon
| Outils > Options de Maxthon
|}
=====''General Icons:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Page</span><nowiki>=</nowiki><span style="color: #0000FF;">toolbar/16_page.png</span>
| ''Default Icon for Page and Links.<br /> (Favorites Manager, Favorites Bar, Favorites Menu, etc.)''
|-
| <span style="color: #000066; font-weight: bold;">AddressBar</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_page.png</span>
| ''Default Page Icon on Address Bar. <span style="optional">(Optional) </span><br /> Default is to use the same icon as <span style="color: #000066; font-weight: bold;">Page</span>.''
|-
| <span style="color: #000066; font-weight: bold;">DefaultTabIcon</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_page.png</span>
| ''Default Page Icon on Tab Bar. <span style="optional">(Optional) </span><br /> Default is to use the same icon as <span style="color: #000066; font-weight: bold;">Page</span>.''
|-
| <span style="color: #000066; font-weight: bold;">Search</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_search.png</span>
| ''Search Engine Icon (Search Box DropDown Menu)''
|-
| <span style="color: #000066; font-weight: bold;">SearchBar</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_search.png</span>
| ''Default Search Engine Icon on Search Box. <span style="optional">(Optional) </span><br /> Default is to use the same icon as <span style="color: #000066; font-weight: bold;">Search</span>.''
|-
| <span style="color: #000066; font-weight: bold;">FolderOpen</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_folder_open.png</span>
| ''Open Folder''
|-
| <span style="color: #000066; font-weight: bold;">FolderClose</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_folder_closed.png</span>
| ''Closed Folder''
|-
| <span style="color: #000066; font-weight: bold;">Group</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_group.png</span>
| ''Favorites Group''
|-
| <span style="color: #000066; font-weight: bold;">FeedChannel</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_feed_channel.png</span>
| ''Feed Channel''
|-
| <span style="color: #000066; font-weight: bold;">FeedItem</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_feed_item.png</span>
| ''Feed Item''
|-
| <span style="color: #000066; font-weight: bold;">FeedItemEnclosure</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_feed_item_enclosure.png</span>
| ''Feed Item with Enclosure''
|-
| <span style="color: #000066; font-weight: bold;">FeedDiscover</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_feed_discover.png</span>
| ''Found New Feed icon on Address Bar''
|-
| <span style="color: #000066; font-weight: bold;">Secure</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_secure.png</span>
| ''Secure Icon on Address Bar''
|-
| <span style="color: #000066; font-weight: bold;">Insecure</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_secure.png</span>
| ''Insecure Icon on Address Bar <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">Skin</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_skin.png</span>
| ''Default Skin Icon''
|-
| <span style="color: #000066; font-weight: bold;">Plugin</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_plugin.png</span>
| ''Default Plugin Icon''
|}
|}


Ligne 748 : Ligne 375 :
| <span style="color: #000066; font-weight: bold;">Plugin</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_plugin.png</span>
| <span style="color: #000066; font-weight: bold;">Plugin</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_plugin.png</span>
| Icône par défaut du Plugin
| Icône par défaut du Plugin
|}
=====''Function Icons:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Go</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_go.png</span>
| ''Go button on Address Bar''
|-
| <span style="color: #000066; font-weight: bold;">UpLevel</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_up_level.png</span>
| ''Go Up One Level button on Tab Toolbar''
|-
| <span style="color: #000066; font-weight: bold;">HotFav</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_hot_fav.png</span>
| ''Hot Favorites Drop Down Menu Button on Favorites Bar''
|-
| <span style="color: #000066; font-weight: bold;">Highlight</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_highlight.png</span>
| ''Highlight Button on Find in Page toolbar''
|-
| <span style="color: #000066; font-weight: bold;">Validate</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_validate.png</span>
| ''Validate (Check URL, Check Proxy)''
|-
| <span style="color: #000066; font-weight: bold;">ScriptError</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_script_error.png</span>
| ''Script Error Indicator on Status Bar''
|-
| <span style="color: #000066; font-weight: bold;">Profile</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_profile.png</span>
| ''User Profile''
|-
| <span style="color: #000066; font-weight: bold;">Collector</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_collector.png</span>
| ''Simple Collector Icon on Status Bar''
|-
| <span style="color: #000066; font-weight: bold;">AdHunter</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_adhunter.png</span>
| ''Ad Hunter Icon on Status Bar''
|}
|}


Ligne 809 : Ligne 406 :
| <span style="color: #000066; font-weight: bold;">AdHunter</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_adhunter.png</span>
| <span style="color: #000066; font-weight: bold;">AdHunter</span><nowiki>=</nowiki><span style="color: #0000FF;">misc/16_adhunter.png</span>
| Icône du tueur de pub sur la barre d'état
| Icône du tueur de pub sur la barre d'état
|}
=====''Shared Icons:''=====
''Icons listed below is used in different part of program, such as dialog toolbars.''
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">_Add</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_add.png</span>
| ''Add''
|-
| <span style="color: #000066; font-weight: bold;">_Edit</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_edit.png</span>
| ''Edit''
|-
| <span style="color: #000066; font-weight: bold;">_Delete</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_delete.png</span>
| ''Delete''
|-
| <span style="color: #000066; font-weight: bold;">_Save</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_save.png</span>
| ''Save''
|-
| <span style="color: #000066; font-weight: bold;">_Refresh</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_refresh.png</span>
| ''Refresh''
|-
| <span style="color: #000066; font-weight: bold;">_Options</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_options.png</span>
| ''Options''
|-
| <span style="color: #000066; font-weight: bold;">_Search</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_search.png</span>
| ''Search''
|-
| <span style="color: #000066; font-weight: bold;">_View</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_view.png</span>
| ''View Switch''
|-
| <span style="color: #000066; font-weight: bold;">_Execute</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_execute.png</span>
| ''Execute''
|-
| <span style="color: #000066; font-weight: bold;">_InProgress</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_in_progress.png</span>
| ''In Progress Indicator''
|-
| <span style="color: #000066; font-weight: bold;">_Stop</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_stop.png</span>
| ''Stop''
|-
| <span style="color: #000066; font-weight: bold;">_Question</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_question.png</span>
| ''Question Indicator''
|-
| <span style="color: #000066; font-weight: bold;">_dInfo</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_info.png</span>
| ''Info Indicator''
|-
| <span style="color: #000066; font-weight: bold;">_Alert</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_alert.png</span>
| ''Alert Indicator''
|-
| <span style="color: #000066; font-weight: bold;">_Error</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_error.png</span>
| ''Error Indicator''
|-
| <span style="color: #000066; font-weight: bold;">_OK</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_ok.png</span>
| ''OK Indicator''
|}
|}


Ligne 916 : Ligne 460 :
| <span style="color: #000066; font-weight: bold;">_OK</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_ok.png</span>
| <span style="color: #000066; font-weight: bold;">_OK</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_ok.png</span>
| Indicateur OK
| Indicateur OK
|}
=====''Control Icons:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Caption</span><nowiki>=</nowiki><span style="color: #0000FF;">control\caption_icon.png</span>
| ''Caption Icon in '''Compact Window Frame Mode'''''
|-
| <span style="color: #000066; font-weight: bold;">CloseToolbar</span><nowiki>=</nowiki><span style="color: #0000FF;">shared\16_close.png</span>
| ''Close Button on Toolbar''
|}
|}


Ligne 937 : Ligne 471 :
| Bouton Fermer sur la barre d'outils
| Bouton Fermer sur la barre d'outils
|}
|}
====''[Colors] Section''====
''This section defined color styles for buttons on toolbars, menus, panels.''




====Section [Colors]====
====Section [Colors]====
Cette section définie les styles de couleur pour les boutons sur les barres d'outils, les menus, les panneaux.
Cette section définie les styles de couleur pour les boutons sur les barres d'outils, les menus, les panneaux.
=====''Caption Bar:''=====
''The following settings only have effects in '''Custom Window Frame''' mode.''
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">CaptionBar.Normal.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_BTNTEXT</span>
| ''Normal Caption Bar Text Color''
|-
| <span style="color: #000066; font-weight: bold;">CaptionBar.Inactive.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_BTNTEXT</span>
| ''Inactive Caption Bar Text Color''
|}




Ligne 968 : Ligne 486 :
| <span style="color: #000066; font-weight: bold;">CaptionBar.Inactive.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_BTNTEXT</span>
| <span style="color: #000066; font-weight: bold;">CaptionBar.Inactive.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_BTNTEXT</span>
| Couleur du texte de la légende inactive de la barre
| Couleur du texte de la légende inactive de la barre
|}
=====''Toolbars:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">ToolBar</span>
| ''The global object for Normal Toolbars (Docked)''
|-
| <span style="color: #000066; font-weight: bold;">FloatBar</span>
| ''The global object for Floating Toolbars (Undocked)''
|-
| <span style="color: #000066; font-weight: bold;">FavBar</span>
| ''The object for Favorites Bar, Use Default Style when not set <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">WebBar</span>
| ''The object for Web Page Toolbar, Use Default Style when not set <span style="optional">(Optional) </span>''
|-
| <span style="color: #000066; font-weight: bold;">StatusBar</span>
| ''The object for Status Bar, Use Default Style when not set <span style="optional">(Optional) </span>''
|}
|}


Ligne 1 006 : Ligne 505 :
| <span style="color: #000066; font-weight: bold;">StatusBar</span>
| <span style="color: #000066; font-weight: bold;">StatusBar</span>
| L'object pour la barre d'état, utilise le style par défaut lorsque non défini <span style="optional">(Optionnel) </span>
| L'object pour la barre d'état, utilise le style par défaut lorsque non défini <span style="optional">(Optionnel) </span>
|}
''All the objects listed above can have the following attributes:''
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Normal.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span><br />
| ''Normal Color for Toolbar Text''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Disable.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Disable Color for Toolbar Text''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Gripper.Style</span><nowiki>=</nowiki><span style="color: #990000;">Dashed</span>
|
''Toolbar Gripper Style'' <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span><br />[#_Global_Style_Flags See Appendix: Global Style Flags]''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Separator.Style</span><nowiki>=</nowiki><span style="color: #990000;">Solid</span>
|
''Toolbar Separator Style <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span><br />[#_Global_Style_Flags See Appendix: Global Style Flags]''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Hover.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Hovered Button Text''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Hover.Border</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#83B8F3</nowiki></span>
| ''Hovered Button border''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Hover.Start</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#C9E0FA</nowiki></span>
| ''Hovered Button Background Gradient Start Color''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Hover.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#83B8F3</nowiki></span>
| ''Hovered Button Background Gradient End Color''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Checked.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Same as Above, for Checked Button <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Checked.Border</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#83B8F3</nowiki></span>
| ''Same as Above, for Checked Button <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Checked.Start</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#E9DCD0</nowiki></span>
| ''Same as Above, for Checked Button <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Checked.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| ''Same as Above, for Checked Button <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Pressed.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Same as Above, for Pressed Button''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Pressed.Border</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#83B8F3</nowiki></span>
| ''Same as Above, for Pressed Button <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Pressed.Start</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#E9DCD0</nowiki></span>
| ''Same as Above, for Pressed Button''
|-
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Pressed.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| ''Same as Above, for Pressed Button''
|}
|}


Ligne 1 116 : Ligne 560 :
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Pressed.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| <span style="color: #000066; font-weight: bold;">''Toolbar''.Pressed.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| Comme ci-dessus, pour un bouton enfoncé
| Comme ci-dessus, pour un bouton enfoncé
|}
=====''Menu Bar:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Menu.Normal.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Normal Color for Menu Item Text''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Disable.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Disable Color for Menu Item Text''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Border</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#999999</nowiki></span>
| ''Menu Border Color <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Separator.Style</span><nowiki>=</nowiki><span style="color: #990000;">Solid</span>
|
''Menu Seperator Style <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span><br />[#_Global_Style_Flags See Appendix: Global Style Flags]''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Hover.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Hovered Menu Item Text''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Hover.Border</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Hovered Menu Item border''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Hover.Start</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#C9E0FA</nowiki></span>
| ''Hovered Menu Item Background Gradient Start Color''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Hover.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#83B8F3</nowiki></span>
| ''Hovered Menu Item Background Gradient End Color''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Checked.Text</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Same as Above, for Check box of Menu Item<span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Checked.Border</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#000000</nowiki></span>
| ''Same as Above, for Check box of Menu Item <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Checked.Start</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#E9DCD0</nowiki></span>
| ''Same as Above, for Check box of Menu Item <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|-
| <span style="color: #000066; font-weight: bold;">Menu.Checked.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| ''Same as Above, for Check box of Menu Item <span style="color: #FFFFFF;background-color: #CC0000;">Not Implemented </span>''
|}
|}


Ligne 1 197 : Ligne 601 :
| <span style="color: #000066; font-weight: bold;">Menu.Checked.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| <span style="color: #000066; font-weight: bold;">Menu.Checked.End</span><nowiki>=</nowiki><span style="color: #660066;"><nowiki>#A3A0A0</nowiki></span>
| Comme ci-dessus, pour les cases à cocher des élément du menu <span style="color: #FFFFFF;background-color: #CC0000;">Non implémenté </span>
| Comme ci-dessus, pour les cases à cocher des élément du menu <span style="color: #FFFFFF;background-color: #CC0000;">Non implémenté </span>
|}
=====''Tabs:''=====
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| style="color: #000066; font-weight: bold;" | Tab
| ''The object for Tab Bar Tabs''
|-
| style="color: #000066; font-weight: bold;" | SidebarTab
| ''The object for Sidebar Tabs''
|}
|}


Ligne 1 216 : Ligne 611 :
| style="color: #000066; font-weight: bold;" | SidebarTab
| style="color: #000066; font-weight: bold;" | SidebarTab
| L'object pour les onglets de la barre latérale
| L'object pour les onglets de la barre latérale
|}
''All the objects listed above can have the following attributes:''
{| style="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066; font-weight: bold;">Tab.Normal.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_BTNTEXT</span>
| ''Normal Tab Text Color''
|-
| <span style="color: #000066; font-weight: bold;">Tab.Hover.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_HOTLIGHT</span>
| ''Hovered Tab Text Color''
|-
| <span style="color: #000066; font-weight: bold;">Tab.Active.Text</span><nowiki>=</nowiki><span style="color: #660066;">$COLOR_BTNTEXT</span>
| ''Active Tab Text Color''
|}
|}


Ligne 1 247 : Ligne 628 :




<center><< [[Base de connaissances de Maxthon 2.0]] | [[Les Skins de Maxthon v2.0 suite]] >></center>
<center>[[Base de connaissances de Maxthon 2.0]]</center>

Version du 18 septembre 2006 à 12:47

Version: 2.0.4
Last Modified: 2006-07-25 5:21 PM


Vue d'ensemble

Le nouveau système de Skin de Maxthon est constitué de plusieurs fichiers image et d'un fichier texte.

Depuis la version 2.0, nous utilisons des fichiers PNG avec le support complet de la transparence ou des images de la barre d'outils & des autres éléments de l'interface.

Le fichier texte doit avoir l'extension INI. Et le fichier qui se nomme “mskin.ini” sera utilisé comme style par défaut de votre Skin.

Note : Sauvegardez le fichier INI au format Unicode(UTF-8).


Exigences des images

Nous recommendons aux auteurs de Skins d'utiliser le format PNG comme format d'image.

L'ancien format BMP est toujours supporté, mais nous vous recommandons de ne pas l'utiliser car le support du masque de la transparence des BMP n'est plus supporté


Conventions utilisées dans ce document

Mot-clé: Les mots-clé sont les noms des réglages et de ses propriétés. Sensible à la casse.
ex. Version ou version

Drapeau: Les drapeaux sont des alias prédéfinis pour certaines valeurs. Sensible à la casse.
ex. System

Chaîne: Le type de valeur le plus commun.
ex. Ceci est une chaîne

Nombre: Tous les nombres utilisés dans le fichier de définition du Skin sont des entiers.
ex. 32 et 16

Booléen: Représenté par un nombre 1 (Vrai) et 0 (Faux).
ex. 0 et 1

Valeur de couleur: La valeur de couleur peut être une couleur au format HEXA, des valeurs RGB séparées par des virgules et des noms de couleur système (Cf. [#_Supported_System_Color_Names Appendix: Supported System Color Names]).
ex. #FEFEFE ou 255,210,76 ou $COLOR_HIGHLIGHTTEXT


Structure du fichier INI d'un Skin

Le fichier INI est l'endroit où vous indiquez à Maxthon comment utiliser vos fichiers de skin. Vous pouvez construire votre propre Skin en suivant ce guide ou en modifiant un Skin existant.

Note : Si vous souhaitez utiliser des caractères auttres que ASCII, sauvegardez le fichier INI au format Unicode(UTF-8).

Vous trouverez ci-dessous la description détaillée des tous les éléments du fichier INI d'un Skin.


Section [General]

Cette section est utilisée comme une description sommaire de votre Skin.

Name=Maxthon Default Le nom de votre Skin
Version=1.0.1 Le numéro de version de votre Skin, utilisé pour tester les mises à jour
Le format est #.#.# où # est un entier entre 0-9
Style=Large Icon Sous style de votre Skin, utilisé pour des fichiers INI multiples (Optionnel)


Author=SiC Le nom de l'auteur de ce Skin (Optionnel)
Email=null@null.com L'adresse email de l'auteur (Optionnel)
Website=http://www.null.com/ Le site Web de l'auteur de ce Skin (Optionnel)
UpdateURL=http://www.null.com/skin/ L'adresse URL pour la mise à jour de ce Skin (Optionnel)
License=GPL Information sur la licence de ce Skin (Optionnel)

Section [Global]

Cette section est utilisée pour les réglages communs partagés entre les différents éléments.

BaseTheme=Custom Le thème de base de votre Skin. Les valeurs valides sont :
System – Thème standard de Windows avec le support de style visuel
Custom – Thème entièrement personnalisable
Office2000 – Thème Office 2000
OfficeXP - Thème Office XP
Office2003 – Thème Office 2003

Si vous utilisez un BaseTheme différent de Custom, seul les icônes et quelques parties spéciales des réglages du Skin seront affectées.


DefaultIconSize=24 24 La taille par défaut des images de la barre d'outils, utilisée dans quelques occasions spéciales.


CustomFrame=1 Active le style de frame personnalisable dans le mode No 'Window Frame'.
Ce réglage n'a qu'un effet lorsque BaseTheme=Custom.
CustomFrame.Width=3 La largeur de la fenêtre de la frame principale
CustomFrame.Style=Image Le style de la frame, peut être : GFill, Image (3Image n'est pas disponible pour cette propriété)
Lorsque que Image est définie, derrière la propriété CustomFrame.Image, l'extension de la propriété suivante doit être définie :
CustomFrame.CornerSize=6 La largeur et la hauteur de la taille de coupe du coin de l'image, les deux partagent la même valeur, en Pixel.
La valeur par défaut est .
CustomFrame.CornerRadius=6 Le rayon de courbure du coin de l'image, en Pixel.
La valeur par défaut est .


(Un exemple d'image devrait se trouver ici)

AnimateLoading=control/loading.png L'image de l'icône animée du chargement des menus.
Doit être une série d'images de 16x16 pixels.
La valeur par défaut est : pas d'icône.

Section [Icons]

Cette section contient une liste de toutes les images des icônes qui sont sur la barre d'outils principale.

Toutes les largeurs et les hauteurs des images peuvent être différentes. Maxthon utilisera la taille actuelle des fichiers images pour l'affichage.

Il y a plusieurs extension de propriétés qui peuvent être définies pour chaque icône :

.Hover=toolbar/hover/back.png Image pour l'icône survolé. Si définie, l'arrière plan de survole normal du bouton de la barre d'outils ne sera pas dessiné.
.Disable=toolbar/disable/back.png Image pour l'icône désactivé. N'a un effet que sur les icônes qui ont un état désactivé.
.Offset=0 8 Défini un excentrage de l'îcone par rapport à l'élément de la barre d'outils normale.
Le format de la valeur est XOffset YOffset , relatif au coin en haut à gauche.
.Padding=2 2 2 2 Défini le remplissage autour de l'image du bouton.
La taille de l'image+la taille de l'aire du remplissage=Taille du bouton final
Le format de la valeur est Haut droite bas gauche, comme les CSS.


Icônes communes :
Back=toolbar/32_back.png Navigation > Précédent
Forward=toolbar/32_forward.png Navigation > Suivant
HistoryMenu=toolbar\18_history.png Navigation > Menu historique
C'est une icône spéciale utilisée pour afficher le menu déroulant de l'historique pour Précédent/Suivant.
Générallement, elle est de plus petite taille pour économiser de l'espace.
Refresh=toolbar/32_refresh.png Navigation > Actualiser
Stop=toolbar/32_stop.png Navigation > Arrêter
Home=toolbar/32_home.png Navigation > Accueil
New=toolbar/32_new.png Navigation > Nouvel onglet
Undo=toolbar/32_undo.png Navigation > Annuler Fermer Page
Favorites=toolbar/32_favorites.png Affichage > Barre latérale > Favoris
Aussi la fenêtre des Favoris Ajouter/Supprimer
Feed=toolbar/32_feed.png Affichage > Barre latérale > Flux RSS
Aussi la fenêtre des flux RSS Ajouter/Supprimer
History=toolbar/32_history.png Affichage > Barre latérale > Historique (Optionnel)
Layout=toolbar/32_layout.png Affichage > Disposition
Le bouton de changement de disposition(Plein écran, etc.)
FontSize=toolbar/32_fontsize.png Affichage > Taille du texte (Optionnel)
Encoding=toolbar/32_encoding.png Affichage > Codage (Optionnel)
Zoom=toolbar/32_page_zoom.png Affichage > Zoom (Optionnel)
Proxy=toolbar/32_proxy.png Outils > Proxy
Tools=toolbar/32_tools.png Outils > Utilitaires
Plugins=toolbar/32_plugins.png Outils > Plugins
Security=toolbar/32_security.png Outils > Sécurité (Optionnel)
PageContent=toolbar/32_page_content.png Outils > Contrôle du contenu de la page (Optionnel)
Edit=toolbar/32_edit.png Outils > Editer la page (Optionnel)
Save=toolbar/32_save.png Fichier > Enregistrer sous (Optionnel)
Options=toolbar/32_options.png Outils > Options de Maxthon (Optionnel)

Si vous ne voulez pas afficher certaines icônes listées ci-dessus (comme les icône marquées Optionnel above), vous pouvez définir la valeur de l'image en 16x16.


Icônes spéciales :
TabOptions=control/tab_options.png Bouton de la barre d'onglet > Options de la barre d'onglets
TabToolbar=control/tab_toolbar.png Bouton de la barre d'onglet > Basculer la barre d'outils Web
TabSidebar=control/tab_sidebar.png Bouton de la barre d'onglet > Basculer la barre latérale
TabManager=control/tab_manager.png Bouton de la barre d'onglet > Gestionnaire des onglets
TabNew=control/tab_new.png Bouton de la barre d'onglet > Nouvel onglet


Contrôle des icônes d'une fenêtre sans frame :
SkinSelect=control\16_skin_selector.png Bouton de sélection des Skins
MenuMinimize=control\16_minimize.png Bouton de réduction de la fenêtre
MenuMaximum=control\16_maximum.png Bouton d'agrandissement de la fenêtre
MenuRestore=control\16_restore.png Bouton de restauration de la fenêtre
MenuClose=control\16_close.png Bouton de fermeture de la fenêtre


Section [Icon16]

Les icônes dans cette section sont utilisées dans différentes parties de l'interface de Maxthon.
La taille de chaque icône doit être de 16x16 pixels ou elle sera étirée.

Afin de conserver une présentation constante des petites icônes, l'.Offset et la propriété .Padding qui sont décrites dans la section [Icons] sont désactivés.


Icônes Communes (Obligatoire):
Back=toolbar/16_back.png Navigation > Précédent
Forward=toolbar/16_forward.png Navigation > Suivant
HistoryMenu=toolbar\16_history_menu.png Navigation > Menu historique
Refresh=toolbar/16_refresh.png Navigation > Actualiser
Stop=toolbar/16_stop.png Navigation > Arrêter
Home=toolbar/16_home.png Navigation > Accueil
New=toolbar/16_new.png Navigation > Nouvel onglet
Undo=toolbar/16_undo.png Navigation > Annuler fermer
Favorites=toolbar/16_favorites.png Affichage > Barre latérale > Favoris
Feed=toolbar/16_feed.png Affichage > Barre latérale > Flux RSS
History=toolbar/16_history.png Affichage > Barre latérale > Historique
Layout=toolbar/16_layout.png Affichage > Disposition
FontSize=toolbar/32_fontsize.png Affichage > Taille du texte
Encoding=toolbar/32_encoding.png Affichage > Codage
Zoom=toolbar/32_page_zoom.png Affichage > Zoom
Proxy=toolbar/16_proxy.png Outils > Proxy
Tools=toolbar/16_tools.png Outils > Utilitaires
Plugins=toolbar/16_plugins.png Outils > Plugins
Security=toolbar/16_security.png Outils > Sécurité
PageContent=toolbar/32_page_content.png Outils > Contrôle du contenu de la page
Edit=toolbar/32_edit.png Outils > Editer la page
Save=toolbar/32_save.png Fichier > Enregistrer sous
Options=toolbar/32_options.png Outils > Options de Maxthon


Icônes générales :
Page=toolbar/16_page.png L'icône par défaut pour la page et les liens.
(Gestionnaire des Favoris, Barre des Favoris, Menu des Favoris, etc.)
AddressBar=misc/16_page.png L'icône de la page par défaut sur la barre d'adresse. (Optionnel)
La même icône que Page par défaut.
DefaultTabIcon=misc/16_page.png L'icône de la page par défaut sur la barre la barre d'onglet. (Optionnel)
La même icône que Page par défaut.
Search=misc/16_search.png Icône du moteur de recherche (Menu déroulant de la boîte de recherche)
SearchBar=misc/16_search.png Icône du moteur de recherche par défaut sur la boîte de recherche. (Optionnel)
La même icône que Search par défaut.
FolderOpen=misc/16_folder_open.png Ouvrir un dossier
FolderClose=misc/16_folder_closed.png Fermer un dossier
Group=misc/16_group.png Groupe des Favoris
FeedChannel=misc/16_feed_channel.png Chaîne de flux
FeedItem=misc/16_feed_item.png Elément d'un flux
FeedItemEnclosure=misc/16_feed_item_enclosure.png Elément d'un flux avec inclusion
FeedDiscover=misc/16_feed_discover.png Icône d'un nouveau flux trouvé sur la barre d'adresse
Secure=misc/16_secure.png Icône de sécurité sur la barre d'adresse
Insecure=misc/16_secure.png Icône d'insécurité sur la barre d'adresse Non implémenté
Skin=misc/16_skin.png Icône par défaut du Skin
Plugin=misc/16_plugin.png Icône par défaut du Plugin


Icônes de fonctions :
Go=misc/16_go.png Bouton "Aller" sur la barre d'adresse
UpLevel=misc/16_up_level.png Bouton "vers le haut d'un niveau" sur la barre d'outils
HotFav=misc/16_hot_fav.png Bouton du menu déroulant "Favoris préférés" sur la barre des Favoris
Highlight=misc/16_highlight.png Bouton de "mise en surbrillance" sur la barre de recherche dans la page
Validate=misc/16_validate.png Validation (Tester les URL, Tester les Proxy)
ScriptError=misc/16_script_error.png Indicateur d'erreur de script sur la barre d'état
Profile=misc/16_profile.png Profil utilisateur
Collector=misc/16_collector.png Icône du Post'It sur la barre d'état
AdHunter=misc/16_adhunter.png Icône du tueur de pub sur la barre d'état


Icônes partagées :

Les icônes listées ci-dessous sont utilisées dans différente parties du programme, comme les info-bulles de la barre d'outils.

_Add=shared\16_add.png Ajouter
_Edit=shared\16_edit.png Editer
_Delete=shared\16_delete.png Supprimer
_Save=shared\16_save.png Enregistrer
_Refresh=shared\16_refresh.png Actualiser
_Options=shared\16_options.png Options
_Search=shared\16_search.png Rechercher
_View=shared\16_view.png Afficher bouton
_Execute=shared\16_execute.png Exécuter
_InProgress=shared\16_in_progress.png Indicateur En cours
_Stop=shared\16_stop.png Arrêter
_Question=shared\16_question.png Indicator Question
_dInfo=shared\16_info.png Indicateur Info
_Alert=shared\16_alert.png Indicateur Alerte
_Error=shared\16_error.png Indicateur Erreur
_OK=shared\16_ok.png Indicateur OK


Icônes de contrôle :
Caption=control\caption_icon.png Légende de l'icône dans le mode fenêtre compacte
CloseToolbar=shared\16_close.png Bouton Fermer sur la barre d'outils


Section [Colors]

Cette section définie les styles de couleur pour les boutons sur les barres d'outils, les menus, les panneaux.


Légendes des barrres :

Les réglages suivants ont seulement un effet dans le mode Frame des fenêtres personnalisées.

CaptionBar.Normal.Text=$COLOR_BTNTEXT Couleur du texte de la légende normale de la barre
CaptionBar.Inactive.Text=$COLOR_BTNTEXT Couleur du texte de la légende inactive de la barre


Barres d'outils :
ToolBar L'objet global pour les barres d'outils normale (Attachés)
FloatBar L'objet global pour les barres d'outils flottantes (Détachés)
FavBar L'object pour la barre des Favoris, utilise le style par défaut lorsque non défini (Optionnel)
WebBar L'object pour la barre des pages Web, utilise le style par défaut lorsque non défini (Optionnel)
StatusBar L'object pour la barre d'état, utilise le style par défaut lorsque non défini (Optionnel)


Tous les objects listés ci-dessus peuvent avoir les attributs suivants :

Toolbar.Normal.Text=#000000
Couleur normale pour le texte de la barre d'outils
Toolbar.Disable.Text=#000000 Couleur désactivée pour le texte de la barre d'outils
Toolbar.Gripper.Style=Dashed

Style des gripper de la barre d'outils Non implémenté
[#_Global_Style_Flags Cf. Appendix : Global Style Flags]

Toolbar.Separator.Style=Solid

Style des séparateur de la barre d'outils Non implémenté
[#_Global_Style_Flags Cf. Appendix: Global Style Flags]

Toolbar.Hover.Text=#000000 Texte du bouton survolé
Toolbar.Hover.Border=#83B8F3 Bord du bouton survolé
Toolbar.Hover.Start=#C9E0FA Couleur du début du dégradé du fond du bouton survolé
Toolbar.Hover.End=#83B8F3 Couleur de fin du dégradé du fond du bouton survolé
Toolbar.Checked.Text=#000000 Comme ci-dessus, pour un bouton coché Non implémenté
Toolbar.Checked.Border=#83B8F3 Comme ci-dessus, pour un bouton coché Non implémenté
Toolbar.Checked.Start=#E9DCD0 Comme ci-dessus, pour un bouton coché Non implémenté
Toolbar.Checked.End=#A3A0A0 Comme ci-dessus, pour un bouton coché Non implémenté
Toolbar.Pressed.Text=#000000 Comme ci-dessus, pour un bouton enfoncé
Toolbar.Pressed.Border=#83B8F3 Comme ci-dessus, pour un bouton enfoncéNon implémenté
Toolbar.Pressed.Start=#E9DCD0 Comme ci-dessus, pour un bouton enfoncé
Toolbar.Pressed.End=#A3A0A0 Comme ci-dessus, pour un bouton enfoncé


Barre des menus :
Menu.Normal.Text=#000000 Couleur du texte des éléments du menu normal
Menu.Disable.Text=#000000 Couleur du texte de l'élément du menu désactivé
Menu.Border=#999999 Couleur de la bordure du menu Non implémenté
Menu.Separator.Style=Solid

Style du séparateur du menu Non implémenté
[#_Global_Style_Flags See Appendix: Global Style Flags]

Menu.Hover.Text=#000000 Texte de l'élément du menu survolé
Menu.Hover.Border=#000000 Bordure de l'élément du menu survolé
Menu.Hover.Start=#C9E0FA Couleur de début du dégradé du fond de l'élément du menu survolé
Menu.Hover.End=#83B8F3 Couleur de la fin du dégradé du fond de l'élément du menu survolé
Menu.Checked.Text=#000000 Comme ci-dessus, pour les cases à cocher des élément du menu Non implémenté
Menu.Checked.Border=#000000 Comme ci-dessus, pour les cases à cocher des élément du menu Non implémenté
Menu.Checked.Start=#E9DCD0 Comme ci-dessus, pour les cases à cocher des élément du menu Non implémenté
Menu.Checked.End=#A3A0A0 Comme ci-dessus, pour les cases à cocher des élément du menu Non implémenté


Onglets :
Tab L'object pour les onglets de la barre d'onglets
SidebarTab L'object pour les onglets de la barre latérale


Tous les objects listés ci-dessus peuvent avoir les attributs suivants :

Tab.Normal.Text=$COLOR_BTNTEXT Couleur du texte de l'onglet normal
Tab.Hover.Text=$COLOR_HOTLIGHT Couleur du texte de l'onglet survolé
Tab.Active.Text=$COLOR_BTNTEXT Couleur du texte de l'onglet actif


Base de connaissances de Maxthon 2.0