Mobius Final Fantasy Wiki
Register
Advertisement

return {
    th = {
    	padding = "2px 15px",
    	width = "40%",
    	["background-color"] = "#757575",
    	color= "white"
    },
    td = {
    	padding = "2px 15px"
    },
    borderbottom = {
    	["border-bottom"] = "1px solid white"
    },
    borderright = {
    	["border-right"] = "1px solid white"
    },
    section = {
    	["background-color"] = "#212121",
    	color= "white",
    	["font-weight"] = "bold",
    	["text-align"] = "center"
    },
    group = {
    	["text-align"] = "center",
    	["background-color"] = "#e8e8e8",
    	padding = "2px 0"
    },
    tlradius = {
    	['border-top-left-radius'] = "4px"
    },
    trradius = {
    	['border-top-right-radius'] = "4px"
    },
    blradius = {
    	['border-bottom-left-radius'] = "4px"
    },
    brradius = {
    	['border-bottom-radius-radius'] = "4px"
    },
    color = {
    	color = "#333"
    },
    ['table'] = {
		['box-shadow'] = "0 0 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)",
		['background-color'] = "#f2f4f5",
		width = "350px",
		['border-radius'] = "4px",
		margin = "10px 10px 20px 20px"
    }
}
Advertisement