Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( COLOR_MAIN = "white" COLOR_BLACK = "black" COLOR_GREY = "#f2f2f2" COLOR_DARK_GRAY = "#e6e6e6" COLOR_LIGHT_GRAY = "#f9f9f9" COLOR_RED = "#ff0000" COLOR_GREEN = "#00ff00" COLOR_BLUE = "#0000ff" COLOR_YELLOW = "#ffff00" COLOR_PURPLE = "#ff00ff" COLOR_CYAN = "#00ffff" COLOR_ORANGE = "#ffa500" COLOR_BROWN = "#a52a2a" COLOR_PINK = "#ffc0cb" COLOR_WHITE = "#ffffff" COLOR_LIME = "#00ff00" COLOR_MAROON = "#800000" COLOR_NAVY = "#000080" COLOR_OLIVE = "#808000" COLOR_TEAL = "#008080" COLOR_AQUA = "#00ffff" COLOR_FUCHSIA = "#ff00ff" COLOR_SILVER = "#c0c0c0" COLOR_ONE = "#222e50" COLOR_TWO = "#e9d985" COLOR_THREE = "#439a86" COLOR_FOUR = "#DADFF7" COLOR_FIVE = "#007991" COLOR_SIX = "#ff0057" BACKGROUND_COLOR = "rgba(0,0,0,0.5)" )
General colors for use in CSS. Can be overridden.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.