mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 19:32:42 +00:00
initial styling
This commit is contained in:
@@ -126,6 +126,27 @@ module.exports = [
|
|||||||
icon : 'fas fa-mask',
|
icon : 'fas fa-mask',
|
||||||
gen : ClassFeatureGen,
|
gen : ClassFeatureGen,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'Quote',
|
||||||
|
icon : 'fas fa-quote-right',
|
||||||
|
gen : function(){
|
||||||
|
return dedent`
|
||||||
|
{{quote
|
||||||
|
Stepping into the portal was like settling into a warm bath,
|
||||||
|
though the chill didn't jade from the air. At first everything
|
||||||
|
muted the roar of the river around the rocks below, the
|
||||||
|
chirping of frogs and crickets on shore, the evening bustle of
|
||||||
|
the town behind him . . . . A moment later, the world erupted
|
||||||
|
into vibrant life. Frogs and night birds sang a chorus; the air
|
||||||
|
was awash with autumn scents; the moonlight painted the
|
||||||
|
flo wers in iridescent blue, silver, and violet; and the rushing
|
||||||
|
of the river became a complex symphony.
|
||||||
|
|
||||||
|
- James Wyatt, _Oath of Vigilance_
|
||||||
|
}}
|
||||||
|
\n`;
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : 'Note',
|
name : 'Note',
|
||||||
icon : 'fas fa-sticky-note',
|
icon : 'fas fa-sticky-note',
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ body {
|
|||||||
// * BASE
|
// * BASE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
|
|
||||||
.page{
|
.page {
|
||||||
p{
|
p{
|
||||||
overflow-wrap : break-word; //TODO: MAKE ALL MARGINS TOP-ONLY. USE * + * STYLE SELECTORS
|
overflow-wrap : break-word; //TODO: MAKE ALL MARGINS TOP-ONLY. USE * + * STYLE SELECTORS
|
||||||
display : block;
|
display : block;
|
||||||
@@ -241,6 +241,24 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//*****************************
|
||||||
|
// * QUOTE
|
||||||
|
// *****************************/
|
||||||
|
.quote {
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-style :italic;
|
||||||
|
line-height :.5cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
list-style-type : "---";
|
||||||
|
float :right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//*****************************
|
//*****************************
|
||||||
// * NOTE
|
// * NOTE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user