diff --git a/assets/common/styles.css b/assets/common/styles.css index e164704..eddd480 100755 --- a/assets/common/styles.css +++ b/assets/common/styles.css @@ -25,6 +25,7 @@ article { padding-left: 1em; padding-right: 1em; padding-top: 0.5em; + padding-bottom: 0.5em; font-family: serif; } @@ -33,14 +34,25 @@ h1, h2, h3, h4, h5, h6 { } hr { - display: block; - margin-top: 0.5em; - margin-bottom: 0.5em; - margin-left: auto; - margin-right: auto; - border-style: dashed; - border-width: 1px; - color: black; + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: dashed; + border-width: 1px; + color: black; +} + +table { + border-collapse: collapse; + width: 100%; +} + +td, th { + border: 1px solid #000000; + text-align: left; + padding: 8px; } .image-container { @@ -68,3 +80,21 @@ hr { font-style: italic; margin-bottom: 0; } + +.frac { + display: inline-block; + position: relative; + vertical-align: middle; + letter-spacing: 0.001em; + text-align: center; +} +.frac > span { + display: block; + padding: 0.1em; +} +.frac span.bottom { + border-top: thin solid black; +} +.frac span.symbol { + display: none; +} diff --git a/docs/common/header.php b/docs/common/header.php index 1488408..3ad40fd 100755 --- a/docs/common/header.php +++ b/docs/common/header.php @@ -53,6 +53,6 @@
  • About
  • Blog
  • Gallery
  • -
  • Random tools
  • +
  • Random Tools
  • diff --git a/docs/www/random/conversions.php b/docs/www/random/conversions.php new file mode 100644 index 0000000..b9926d2 --- /dev/null +++ b/docs/www/random/conversions.php @@ -0,0 +1,78 @@ + + +
    +

    + Table of contents +

    +
      +
    1. Standard unretard table
    2. +
    3. Cooking units
    4. +
    +
    + +
    +

    + Unretard table +

    + + + +
    +
    + +
    +

    + Cooking unit coversions +

    +

    + Disclaimer: these are chiefly my measurements, it is entirely possible + I made a mistake somewhere. If your measurements differ significantly, + please e-mail me. +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Item Special Volumetric Weight +
    + W + / + V +
    +
    Cheese (eidam 45%, roughly grated, pressed down) 1 cup 236 ml 128 g 0.5
    Egg Small 39.5 ml 50 g 1.25
    Honey 1 jar 600 ml 900 g 1.5
    +
    + + diff --git a/docs/www/random/index.php b/docs/www/random/index.php new file mode 100644 index 0000000..0d348e8 --- /dev/null +++ b/docs/www/random/index.php @@ -0,0 +1,22 @@ + + +
    +

    + A collection of random tools I thought could be useful. +

    + +
    + +