prayer-timetable-react
Version:
Prayer timetable made with React
191 lines • 4.98 kB
JSON
{
"main": {
"text": {
"color": "rgba(50,50,50,1)",
"color2": "rgba(50,50,50,.5)",
"size": "48px",
"size2": "48px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "rgba(200,200,170,1)",
"color2": "rgba(170,200,150,1)",
"type": "radial"
},
"border": {
"width": "0",
"style": "solid",
"color": "rgba(240,240,240,.5)"
}
},
"header": {
"text": {
"color": "rgba(30,30,30,1)",
"color2": "rgba(30,30,30,.5)",
"size": "32px",
"size2": "32px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "rgba(30,30,30,.15)",
"color2": "rgba(30,30,30,.15)",
"type": "linear"
},
"border": {
"width": "0 0 1px 0",
"style": "solid",
"color": "inherit"
}
},
"clock": {
"text": {
"color": "inherit",
"color2": "inherit",
"size": "160px",
"size2": "40px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "rgba(30,30,30,0)",
"color2": "rgba(30,30,30,.0)",
"type": "linear"
},
"border": {
"width": "0 0 1px 0",
"style": "solid",
"color": "inherit"
}
},
"prayers": {
"text": {
"color": "inherit",
"color2": "inherit",
"size": "52px",
"size2": "52px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "inherit",
"color2": "inherit",
"type": "linear"
},
"border": {
"width": "1px 0 5px 0",
"style": "solid",
"color": "inherit"
}
},
"prayer": {
"text": {
"color": "inherit",
"color2": "inherit",
"size": "52px",
"size2": "52px",
"weight": 300,
"weight2": 600,
"family": "Cairo"
},
"background": {
"color": "rgba(30,30,30,0)",
"color2": "rgba(240,240,240,.15)",
"type": "linear"
},
"border": {
"width": "0 0 1px 0",
"style": "solid",
"color": "inherit"
}
},
"countdown": {
"text": {
"color": "inherit",
"color2": "rgba(240,240,240,.5)",
"size": "52px",
"size2": "52px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "transparent",
"color2": "rgba(30,30,30,.0)",
"type": "linear"
},
"border": {
"width": "0 0 1px 0",
"style": "solid",
"color": "rgba(30,30,30,.15)"
}
},
"message": {
"text": {
"color": "inherit",
"color2": "inherit",
"size": "36px",
"size2": "32px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "rgba(30,30,30,0)",
"color2": "rgba(30,30,30,.0)",
"type": "linear"
},
"border": {
"width": "1px 0 1px 0",
"style": "solid",
"color": "rgba(30,30,30,.5)"
}
},
"footer": {
"text": {
"color": "rgba(30,30,30,1)",
"color2": "rgba(30,30,30,.5)",
"size": "32px",
"size2": "32px",
"weight": 300,
"weight2": 300,
"family": "Cairo"
},
"background": {
"color": "rgba(30,30,30,.15)",
"color2": "rgba(30,30,30,.15)",
"type": "linear"
},
"border": {
"width": "1px 0 0 0",
"style": "solid",
"color": "rgba(30,30,30,.5)"
}
},
"overlay": {
"text": {
"color": "rgba(200,200,170,.5)",
"color2": "rgba(200,200,170,1)",
"size": "24px",
"size2": "24px",
"weight": "inherit",
"weight2": "inherit",
"family": "Cairo"
},
"background": {
"color": "rgba(30,30,30,.95)",
"color2": "rgba(30,30,30,.25)",
"type": "linear"
},
"border": {
"width": "1px 0 0 0",
"style": "solid",
"color": "rgba(30,30,30,.75)"
}
}
}