Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ===================================================================
- #
- # Script: Style_Default
- #
- # $$COPYRIGHT$$
- #
- # This script defines all style-descriptors for the default-style. To create
- # a new style, just add a new script after "Style_Default" script and override
- # the style-descriptors you like to change.
- #
- # ===================================================================
- ###
- # Category name which is displayed on the left side in some settings menus like the audio
- # settings.
- ###
- ui.UIManager.styles.windowCategoryUIText = {
- "font": {
- "name": "Times New Roman",
- "size": gs.UIConstants.TEXT_SIZE_SMALL,
- "smallCaps": true,
- "italic": false,
- "color": [215, 215, 215, 255]
- }
- }
- ###
- # Title Screen text used for the title screen options like "New Game", etc.
- ###
- ui.UIManager.styles.titleText = {
- "font": {
- "name": "Times New Roman",
- "size": 45,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255],
- "outline": { "color": [0, 0, 0, 255], "size": 4 }
- },
- "anchor": [0.5, 0.5],
- "animations": [
- {
- "event": "onMouseEnter",
- "flow": [
- { "type": "zoomTo", "zoom": [110, 110], "duration": 10, "easing": "linear_inout", "wait": true }
- ]
- },
- {
- "event": "onMouseLeave",
- "clear": false,
- "flow": [
- { "type": "zoomTo", "zoom": [100, 100], "duration": 10, "easing": "linear_inout" }
- ]
- }
- ]
- }
- ui.UIManager.styles["titleText:hover"] = {
- "font": {
- "name": "Times New Roman",
- "size": 45,
- "smallCaps": true,
- "italic": false,
- "color": [205, 205, 255, 255],
- "outline": { "color": [0, 0, 0, 255], "size": 4 }
- }
- }
- ui.UIManager.styles["titleText:focused"] = {
- "font": {
- "name": "Times New Roman",
- "size": 45,
- "smallCaps": true,
- "italic": false,
- "color": [205, 205, 255, 255],
- "outline": { "color": [0, 0, 0, 255], "size": 4 }
- }
- }
- ui.UIManager.styles.choiceBoxEntry = {
- "opacity": 180
- }
- ui.UIManager.styles["choiceBoxEntry:enabled"] = {
- "opacity": 255
- }
- ui.UIManager.styles.messageOptionButton = {
- "image": gs.UIConstants.OPTION_BUTTON_MSG_IMAGE_OFF,
- "opacity": 100
- }
- ui.UIManager.styles["messageOptionButton:selected"] = {
- "image": gs.UIConstants.OPTION_BUTTON_MSG_IMAGE_ON,
- "opacity": 255
- }
- ui.UIManager.styles["messageOptionButton:enabled"] = {
- "opacity": 255
- }
- ui.UIManager.styles.optionButton = {
- "image": gs.UIConstants.OPTION_BUTTON_L_IMAGE_OFF
- }
- ui.UIManager.styles["optionButton:selected"] = {
- "image": gs.UIConstants.OPTION_BUTTON_L_IMAGE_ON
- }
- ui.UIManager.styles.sliderTrack = {
- "color": [131, 131, 131, 131]
- }
- ui.UIManager.styles.sliderKnob = {
- "image": gs.UIConstants.OPTION_BUTTON_L_IMAGE_OFF
- }
- ui.UIManager.styles["sliderKnob:hover"] = {
- "image": gs.UIConstants.OPTION_BUTTON_L_IMAGE_ON
- }
- ui.UIManager.styles.galleryImageFrame = {
- "image": "dropshadow"
- }
- ui.UIManager.styles["galleryImageFrame:hover"] = {
- "image": "selection"
- }
- ui.UIManager.styles["galleryImageFrame:selected"] = {
- "image": "selection"
- }
- ui.UIManager.styles.windowFrame = {
- "image": "skin-frame"
- }
- ui.UIManager.styles.windowTilePattern = {
- "image": "skin-tile",
- "looping": { "vertical": true, "horizontal": true }
- }
- ui.UIManager.styles.windowStretchPattern = {
- "image": "skin-stretch"
- }
- ui.UIManager.styles.windowShadow = {
- "image": "dropshadow",
- "frameCornerSize": 30,
- "frameThickness": 30,
- "padding": [-16, -16, -16, -16],
- }
- ui.UIManager.styles.selectableWindowShadow = {
- "image": "dropshadow"
- }
- ui.UIManager.styles["selectableWindowShadow:hover"] = {
- "image": "selection"
- }
- ui.UIManager.styles.buttonText = {
- "alignmentX": "center",
- "alignmentY": "center",
- "font": {
- "name": "Times New Roman",
- "size": 30,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255]
- }
- }
- ui.UIManager.styles.cgGalleryImage = {
- }
- ui.UIManager.styles["cgGalleryImageFrame"] = {
- "image": "dropshadow"
- }
- ui.UIManager.styles["selectableText"] = {
- "font": {
- "name": "Times New Roman",
- "size": 30,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255]
- }
- }
- ui.UIManager.styles["selectableText:selected"] = {
- "font": {
- "name": "Times New Roman",
- "size": 30,
- "smallCaps": true,
- "italic": false,
- "color": [205, 205, 255, 255]
- }
- }
- #ui.UIManager.styles["button:hover windowShadow"] =
- #{
- # "image": "selection"
- #}
- ui.UIManager.styles["button"] =
- {
- }
- ui.UIManager.styles["button:focused selectableWindowShadow"] =
- {
- "image": "selection"
- }
- ui.UIManager.styles["cgGalleryImage:hover cgGalleryImageFrame"] = {
- "image": "selection"
- }
- #ui.UIManager.styles["cgGalleryImage cgGalleryImageFrame"] = {
- # "image": "dropshadow"
- #}
- #ui.UIManager.styles["cgGalleryImageFrame:hover"] = {
- # "image": "selection"
- #}
- #ui.UIManager.styles["cgGalleryImageFrame:selected"] = {
- # "image": "selection"
- #}
- ###
- # Choice Timer text displayed if "Choice Timer" command is used to show a count-down
- # until the choice-selection is done automatically.
- ###
- ui.UIManager.styles.choiceTimerText = {
- "font": {
- "name": "Times New Roman",
- "size": 30,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255],
- "border": true
- }
- }
- ###
- # Regular Size UI text used in all places for normal-size text / labels.
- ###
- ui.UIManager.styles.regularUIText = {
- "font": {
- "name": "Times New Roman",
- "size": 30,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255]
- },
- "opacity": 100
- }
- ui.UIManager.styles["regularUIText:enabled"] = {
- "font": {
- "name": "Times New Roman",
- "size": 30,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255]
- },
- "opacity": 255
- }
- ###
- # Small Size UI text used in all places for small-size text / labels.
- ###
- ui.UIManager.styles.smallUIText = {
- "font": {
- "name": "Times New Roman",
- "size": 22,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255]
- }
- }
- ###
- # Small Size text used for save-game slot descriptions.
- ###
- ui.UIManager.styles.saveGameUIText = {
- "font": {
- "name": "Times New Roman",
- "size": 20,
- "smallCaps": true,
- "italic": false,
- "color": [255, 255, 255, 255]
- }
- }
- ###
- # Regular message text style for use in backlog, etc.
- ###
- ui.UIManager.styles.messageText = {
- "font": { "name": "Times New Roman", "size": gs.UIConstants.TEXT_SIZE_MESSAGE, "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ###
- # Ruby text style.
- # If size-property is not present, the half of the current font-size is used.
- # If color-property is not present, the current font-color is used.
- ###
- ui.UIManager.styles.rubyText = {
- "font": { "name": "Times New Roman", "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ###
- # Text for ADV game messages.
- ###
- ui.UIManager.styles.advMessageText = {
- "font": { "name": "Times New Roman", "size": gs.UIConstants.TEXT_SIZE_MESSAGE, "smallCaps": false, "italic": false,"outline": { "size": 4, "color": [0, 0, 0, 255] } }
- }
- ###
- # Text for NVL game messages.
- ###
- ui.UIManager.styles.nvlMessageText = {
- "font": { "name": "Times New Roman", "size": gs.UIConstants.TEXT_SIZE_MESSAGE, "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ###
- # Text for custom message areas.
- ###
- ui.UIManager.styles.customMessageText = {
- "font": { "name": "Times New Roman", "size": gs.UIConstants.TEXT_SIZE_MESSAGE_NAME, "smallCaps": false, "italic": false,"border": true },
- }
- ###
- # Used to display the current character's name.
- ###
- ui.UIManager.styles.messageBoxNameText = {
- "font": { "name": "Times New Roman", "size": gs.UIConstants.TEXT_SIZE_MESSAGE_NAME, "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ###
- # Used for number-input entries showing you the current number you have entered so far.
- ###
- ui.UIManager.styles.numberInputEntryText = {
- "font": { "name": "Times New Roman", "size": 90, "color": [0, 0, 0, 255] }
- }
- ###
- # Used for number-input for each single digit.
- ###
- ui.UIManager.styles.numberInputDigitText = {
- "font": { "name": "Times New Roman", "size": 35 }
- }
- ###
- # Used for text-input entries showing you the current text you have entered so far.
- ###
- ui.UIManager.styles.textInputEntryText = {
- "font": { "name": "Times New Roman", "size": 90, "color": [0, 0, 0, 255] }
- }
- ###
- # Used for text-input for each single letter.
- ###
- ui.UIManager.styles.textInputLetterText = {
- "font": { "name": "Times New Roman", "size": 25 }
- }
- ###
- # Defines the color used for the name-column of the message backlog.
- ###
- ui.UIManager.styles.backlogNamePanel = {
- "color": [255, 255, 255, 40]
- }
- ###
- # Defines the color used for the message-column of the message backlog.
- ###
- ui.UIManager.styles.backlogMessagePanel = {
- "color": [0, 0, 0, 160]
- }
- ###
- # Defines the font used for the name-column of the message backlog.
- ###
- ui.UIManager.styles.backlogNameText = {
- "font": { "name": "Times New Roman", "size": gs.UIConstants.TEXT_SIZE_MESSAGE_NAME, "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ###
- # Defines the color used for sub-areas on a window a category-column,etc.
- ###
- ui.UIManager.styles["hyperlink"] = {
- "font": { "color": [255, 255, 255, 255], "name": "Poly-Regular", "size": 30, "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ui.UIManager.styles["hyperlink:hover"] = {
- "font": { "color": [255, 0, 0, 255], "name": "Poly-Regular", "size": 30, "smallCaps": false, "italic": false,"border": true, "borderSize": 4 }
- }
- ###
- # Defines the color used for sub-areas on a window a category-column,etc.
- ###
- ui.UIManager.styles.windowSubPanel = {
- "color": [255, 255, 255, 20]
- }
- ###
- # Defines the color used for the separator-line to separate a window's title-area from its actual content.
- ###
- ui.UIManager.styles.windowContentSeparator = {
- "color": [111, 111, 111]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement