/*
   default-hr-ornaments.css

   Copyleft 🄯 2022 Taiji Yamada <taiji@aihara.co.jp>
*/
@import url('./default-hr.css');

hr.interrobang::after				{ content: '‽'; }
hr.inverted_interrobang::after			{ content: '⸘'; }
hr.section_sign::after				{ content: '§'; }
hr.pilcrow_sign::after				{ content: '¶'; }
hr.reversed_pilcrow_sign::after			{ content: '⁋'; }
hr.script_ligature_et_ornament::after		{ content: '🙰'; }
hr.heavy_script_ligature_et_ornament::after	{ content: '🙱'; }
hr.ligature_open_et_ornament::after		{ content: '🙲'; }
hr.heavy_ligature_open_et_ornament::after	{ content: '🙳'; }
hr.heavy_ampersand_ornament::after		{ content: '🙴'; }
hr.swash_ampersand_ornament::after		{ content: '🙵'; }
hr.north_west_pointing_leaf::after		{ content: '🙐'; }
hr.south_west_pointing_leaf::after		{ content: '🙑'; }
hr.north_east_pointing_leaf::after		{ content: '🙒'; }
hr.south_east_pointing_leaf::after		{ content: '🙓'; }
hr.turned_north_west_pointing_leaf::after	{ content: '🙔'; }
hr.turned_south_west_pointing_leaf::after	{ content: '🙕'; }
hr.turned_north_east_pointing_leaf::after	{ content: '🙖'; }
hr.turned_south_east_pointing_leaf::after	{ content: '🙗'; }
hr.north_west_pointing_vine_leaf::after		{ content: '🙘'; }
hr.south_west_pointing_vine_leaf::after		{ content: '🙙'; }
hr.north_eash_pointing_vine_leaf::after		{ content: '🙚'; }
hr.south_eash_pointing_vine_leaf::after		{ content: '🙛'; }
hr.heavy_north_west_pointing_vine_leaf::after	{ content: '🙜'; }
hr.heavy_south_west_pointing_vine_leaf::after	{ content: '🙝'; }
hr.heavy_north_east_pointing_vine_leaf::after	{ content: '🙞'; }
hr.heavy_south_east_pointing_vine_leaf::after	{ content: '🙟'; }
hr.north_west_pointing_bud::after		{ content: '🙠'; }
hr.south_west_pointing_bud::after		{ content: '🙡'; }
hr.north_east_pointing_bud::after		{ content: '🙢'; }
hr.south_east_pointing_bud::after		{ content: '🙣'; }
hr.heavy_north_west_pointing_bud::after		{ content: '🙤'; }
hr.heavy_south_west_pointing_bud::after		{ content: '🙥'; }
hr.heavy_north_east_pointing_bud::after		{ content: '🙦'; }
hr.heavy_south_east_pointing_bud::after		{ content: '🙧'; }
hr.ornament::after		{ content: var(--ornament, '❡'); }
hr.blank::after { /*content: ''; */ }
/*
sed -n -e 's/^hr\.\([^:]*\)::after	.*$/hr.\1,/p' default-hr-ornaments.css
*/
hr.interrobang,
hr.inverted_interrobang,
hr.section_sign,
hr.pilcrow_sign,
hr.reversed_pilcrow_sign,
hr.script_ligature_et_ornament,
hr.heavy_script_ligature_et_ornament,
hr.ligature_open_et_ornament,
hr.heavy_ligature_open_et_ornament,
hr.heavy_ampersand_ornament,
hr.swash_ampersand_ornament,
hr.north_west_pointing_leaf,
hr.south_west_pointing_leaf,
hr.north_east_pointing_leaf,
hr.south_east_pointing_leaf,
hr.turned_north_west_pointing_leaf,
hr.turned_south_west_pointing_leaf,
hr.turned_north_east_pointing_leaf,
hr.turned_south_east_pointing_leaf,
hr.north_west_pointing_vine_leaf,
hr.south_west_pointing_vine_leaf,
hr.north_eash_pointing_vine_leaf,
hr.south_eash_pointing_vine_leaf,
hr.heavy_north_west_pointing_vine_leaf,
hr.heavy_south_west_pointing_vine_leaf,
hr.heavy_north_east_pointing_vine_leaf,
hr.heavy_south_east_pointing_vine_leaf,
hr.north_west_pointing_bud,
hr.south_west_pointing_bud,
hr.north_east_pointing_bud,
hr.south_east_pointing_bud,
hr.heavy_north_west_pointing_bud,
hr.heavy_south_west_pointing_bud,
hr.heavy_north_east_pointing_bud,
hr.heavy_south_east_pointing_bud,
hr.ornament,
hr.blank
{
  margin: 1.53125em auto 1.53125em 0; padding: 0;
  text-align: center;
  overflow: visible; /* for Chrome */
}
/*
sed -n -e 's/^hr\.\([^:]*\)::after	.*$/hr.\1::after,/p' default-hr-ornaments.css
*/
hr.interrobang::after,
hr.inverted_interrobang::after,
hr.section_sign::after,
hr.pilcrow_sign::after,
hr.reversed_pilcrow_sign::after,
hr.script_ligature_et_ornament::after,
hr.heavy_script_ligature_et_ornament::after,
hr.ligature_open_et_ornament::after,
hr.heavy_ligature_open_et_ornament::after,
hr.heavy_ampersand_ornament::after,
hr.swash_ampersand_ornament::after,
hr.north_west_pointing_leaf::after,
hr.south_west_pointing_leaf::after,
hr.north_east_pointing_leaf::after,
hr.south_east_pointing_leaf::after,
hr.turned_north_west_pointing_leaf::after,
hr.turned_south_west_pointing_leaf::after,
hr.turned_north_east_pointing_leaf::after,
hr.turned_south_east_pointing_leaf::after,
hr.north_west_pointing_vine_leaf::after,
hr.south_west_pointing_vine_leaf::after,
hr.north_eash_pointing_vine_leaf::after,
hr.south_eash_pointing_vine_leaf::after,
hr.heavy_north_west_pointing_vine_leaf::after,
hr.heavy_south_west_pointing_vine_leaf::after,
hr.heavy_north_east_pointing_vine_leaf::after,
hr.heavy_south_east_pointing_vine_leaf::after,
hr.north_west_pointing_bud::after,
hr.south_west_pointing_bud::after,
hr.north_east_pointing_bud::after,
hr.south_east_pointing_bud::after,
hr.heavy_north_west_pointing_bud::after,
hr.heavy_south_west_pointing_bud::after,
hr.heavy_north_east_pointing_bud::after,
hr.heavy_south_east_pointing_bud::after,
hr.ornament::after,
hr.blank::after
{
  color: var(--foreground-color, black);
  background-color: var(--background-color, white);
  padding: 0 .5em;
  position: relative;
  top: -.75em;
}
/*
sed -n -e 's/^hr\.\([^:]*\)::after[       ].*$/<hr class="\1"\/>/p' default-hr-ornaments.css
*/
/*
<hr class="interrobang"/>
<hr class="inverted_interrobang"/>
<hr class="section_sign"/>
<hr class="pilcrow_sign"/>
<hr class="reversed_pilcrow_sign"/>
<hr class="script_ligature_et_ornament"/>
<hr class="heavy_script_ligature_et_ornament"/>
<hr class="ligature_open_et_ornament"/>
<hr class="heavy_ligature_open_et_ornament"/>
<hr class="heavy_ampersand_ornament"/>
<hr class="swash_ampersand_ornament"/>
<hr class="north_west_pointing_leaf"/>
<hr class="south_west_pointing_leaf"/>
<hr class="north_east_pointing_leaf"/>
<hr class="south_east_pointing_leaf"/>
<hr class="turned_north_west_pointing_leaf"/>
<hr class="turned_south_west_pointing_leaf"/>
<hr class="turned_north_east_pointing_leaf"/>
<hr class="turned_south_east_pointing_leaf"/>
<hr class="north_west_pointing_vine_leaf"/>
<hr class="south_west_pointing_vine_leaf"/>
<hr class="north_eash_pointing_vine_leaf"/>
<hr class="south_eash_pointing_vine_leaf"/>
<hr class="heavy_north_west_pointing_vine_leaf"/>
<hr class="heavy_south_west_pointing_vine_leaf"/>
<hr class="heavy_north_east_pointing_vine_leaf"/>
<hr class="heavy_south_east_pointing_vine_leaf"/>
<hr class="north_west_pointing_bud"/>
<hr class="south_west_pointing_bud"/>
<hr class="north_east_pointing_bud"/>
<hr class="south_east_pointing_bud"/>
<hr class="heavy_north_west_pointing_bud"/>
<hr class="heavy_south_west_pointing_bud"/>
<hr class="heavy_north_east_pointing_bud"/>
<hr class="heavy_south_east_pointing_bud"/>
<hr class="ornament"/>
<hr class="blank"/>
*/
