chore: intial styling

Skia
Nov 30, 2021, 5:55 PM
WAZI3J3OTLA6AUGZBTU3363KLTSLK3W6EPFF7FECXHXBPS3ZQLUAC

Dependencies

Change contents

  • file addition: less (d--r------)
    [1.0]
  • file addition: style.less (---r------)
    [0.16]
    @import "layout/all.less";
    @import "style/all.less";
    @import "color/all.less";
  • file addition: style (d--r------)
    [0.16]
  • file addition: table.less (---r------)
    [0.153]
    table,
    th,
    td,
    tr,
    caption {
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    }
  • file addition: all.less (---r------)
    [0.153]
    @import "table.less";
  • file addition: layout (d--r------)
    [0.16]
  • file addition: top.less (---r------)
    [0.377]
    #top-block {
    width: 100%;
    }
    #title {
    margin: auto;
    width: 60%;
    }
    #title h1 {
    margin: auto;
    text-align: center;
    }
    #menu {
    position: absolute;
    right: 1%;
    }
  • file addition: table.less (---r------)
    [0.377]
    table,
    th,
    td,
    tr,
    caption {
    text-align: center;
    }
  • file addition: all.less (---r------)
    [0.377]
    @import "top.less";
    @import "table.less";
  • file addition: color (d--r------)
    [0.16]
  • file addition: table.less (---r------)
    [0.787]
    table,
    th,
    td,
    tr,
    caption {
    border-color: rgb(70%, 70%, 70%);
    }
  • file addition: button.less (---r------)
    [0.787]
    input[type="button"] {
    background-color: rgb(20%, 20%, 20%);
    color: rgb(80%, 80%, 80%);
    &:hover {
    background-color: rgb(15%, 15%, 15%);
    }
    &:active {
    background-color: rgb(10%, 10%, 10%);
    }
    }
  • file addition: all.less (---r------)
    [0.787]
    body {
    background-color: rgb(15%, 15%, 15%);
    color: rgb(80%, 80%, 80%);
    }
    @import "button.less";
    @import "table.less";