# wt-security/2.1.8/htdocs/css/4-5-content_tables.css

WebTotem Security, version 2.1.8. 128 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.1.8/code/htdocs/css/4-5-content_tables.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.1.8/raw/htdocs/css/4-5-content_tables.css
- Modified: 2020-08-04T11:33:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.1.8/code/htdocs/css/4-5-content_tables.css#L10-L20`.

```css
.wtotem_monitoring {
  margin-bottom: 20px; }

.wtotem_scanning {
  margin-bottom: 20px; }

.wtotem_table {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  font-weight: 500; }
  .wtotem_table__tr {
    width: 100%;
    display: flex; }
  .wtotem_table__th {
    text-align-last: left;
    padding: 15px 18px;
    width: 33.3333333333%;
    border-right: 1px solid #f3f5f6;
    border-bottom: 1px solid #f3f5f6; }
    .wtotem_table__th:last-child {
      border-right: none; }
  .wtotem_table__td {
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.3333333333%;
    border: 1px solid #f3f5f6;
    border: 1px solid #f3f5f6;
    border-top: none;
    border-left: none; }
    .wtotem_table__td:last-child {
      border-right: none; }
  .wtotem_table__info .wtotem_table__td {
    border-top: none;
    border-bottom: none; }
  .wtotem_table__info_last .wtotem_table__td {
    border-bottom: 1px solid #f3f5f6; }
  .wtotem_table__right_progress-wrap {
    width: 167px; }
  .wtotem_table__stick-progress {
    position: relative;
    background: #3d50df;
    width: 96px;
    height: 7px;
    border-radius: 100px; }
    .wtotem_table__stick-progress:after {
      content: "df";
      position: absolute;
      top: 0;
      left: 0;
      width: 167px;
      height: 7px;
      opacity: 0.1;
      border-radius: 100px;
      background: #5e6977; }
  .wtotem_table__initial-value {
    font-size: 10px;
    font-weight: 500;
    color: #5e6977; }
  .wtotem_table__message {
    position: absolute;
    top: -20px;
    right: -12px;
    z-index: 50;
    width: 30px;
    height: 15px;
    border-radius: 2px;
    background: #3d50df;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wtotem_table__triangle {
    position: absolute;
    z-index: -1;
    top: 55%;
    left: 40%;
    width: 8.5px;
    height: 8.5px;
    display: block;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #3d50df;
    margin: 0 auto; }
  .wtotem_table__check-mark_big {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: -50px; }
  .wtotem_table__attention {
    color: #dcb320; }
  .wtotem_table__expired {
    color: #d56c6a; }
  .wtotem_table__solve {
    color: #3d50df; }
  .wtotem_table__text {
    text-align: right;
    color: #86939e; }
  .wtotem_table__title {
    font-size: 14px;
    text-transform: uppercase; }
  .wtotem_table__ok {
    color: #4bc374; }
  .wtotem_table__td-last {
    padding: 12px 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .wtotem_table__td-last span {
      color: #3d50df; }
    .wtotem_table__td-last:after {
      content: "";
      margin-left: auto;
      border: solid #5e6977;
      border-width: 0 1.5px 1.5px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

/*# sourceMappingURL=4-5-content_tables.css.map */

```
