X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=901de34aa2ba08af4a4c68f1f71e2a82ae2f2a0a;hb=b59e67174a605a02045bc1dc85a821add2aea616;hp=702aa5eb16c98bbfe2d6f330b5e45d4e11192795;hpb=13df9f95b03daec6f2ce4d5a5d2a62657e814d0d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index 702aa5e..901de34 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -1,12 +1,18 @@ -body { +[v-cloak] { + display: none; +} + +html, body { margin: 0; font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif; font-weight: 400; color: rgb(96, 98, 102); + height: 100%; + width: 100%; } -body > .el-container { +.el-container { height: 100%; } @@ -23,7 +29,7 @@ body > .el-container { .el-footer { padding: 3px 20px; font-size: 14px; - text-align: center; + height: 38px !important; } a { @@ -62,64 +68,24 @@ a:hover, a:focus { visibility: visible; } +.el-progress-bar__inner { + transition: width 250ms; +} + .el-breadcrumb { border: 1px solid #ebeef5; border-radius: 5px; padding: 7px; } -/* old */ - -.wrapper { - display: table; - width: 100%; - height: 100%; +.el-switch__label { + height: auto; } -.content { - display: table-cell; - width: 100%; +/* welcome and 404 page */ +.container-center { + display: flex; height: 100%; - text-align: center; - vertical-align: middle; -} - -pre { - margin: auto; - text-align: left; - width: 400px; -} - -[v-cloak] { - display: none; -} - -.hand { - cursor: pointer; -} - -.main { - margin-bottom: 40px; -} - -td { - vertical-align: middle !important; - overflow: hidden; -} - -.entry-toolbar { - opacity: 0; - transition: opacity .25s; -} - -tr:hover .entry-toolbar { - opacity: 1; -} - -table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { - content: " \25B4\25BE" -} - -th { - cursor: pointer; + align-items: center; + justify-content: center; }