livre-liberty
Version:
Liberty theme for the Livre3D engine.
70 lines (68 loc) • 1.27 kB
JavaScript
;
module.exports = {
'tags': {
'body': {
'padding': '1rem 2rem'
}
},
'classes': {
'nav': {
'padding': '1.5rem',
'background-color': 0xeeffee
},
'text-start': {
'text-align': 'start'
},
'text-center': {
'text-align': 'center'
},
'text-end': {
'text-align': 'end'
},
'text-justify': {
'text-align': 'justify'
},
'text-justify-all': {
'text-align': 'justify-all'
},
'row': {
'direction': 'row'
},
'wrap': {
'wrap': 'wrap'
},
'justify-start': {
'justify-content': 'start'
},
'justify-center': {
'justify-content': 'center'
},
'justify-end': {
'justify-content': 'end'
},
'justify-space-between': {
'justify-content': 'space-between'
},
'justify-space-around': {
'justify-content': 'space-around'
},
'justify-space-evenly': {
'justify-content': 'space-evenly'
}
},
'ids': {
'logo': {
'color': 0x00aa00,
'font-weight': 'bold',
'margin-far': '0.6em'
},
'text-container': {
'grow': 1
},
'footer': {
'color': 0x888888,
'background-color': 0xeeeeff,
'padding': '1.5rem'
}
}
};