Browse Source

update table background

zeronet
ghost 3 years ago
parent
commit
689a80ca6d
  1. 4
      css/common.css
  2. 2
      index.html
  3. 2
      install.html
  4. 4
      network.html

4
css/common.css

@ -48,6 +48,10 @@ table { @@ -48,6 +48,10 @@ table {
background-color: #596374
}
.bg-c-4 {
background-color: #4A5466
}
.bg-c-101 {
background-color: #596a74 /* branding namespace reserved from 100-199 */
}

2
index.html

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<title>Twisterarmy - Community Twister Movement</title>
<link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=3" />
<link rel="stylesheet" type="text/css" href="/css/mobile.css" />
</head>
<body class="bg-c-1 bg-img-1 c-0">

2
install.html

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<title>Twisterarmy - Quick Start Guide</title>
<link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=3" />
<link rel="stylesheet" type="text/css" href="/css/mobile.css" />
</head>
<body class="bg-c-1 bg-img-1 c-0">

4
network.html

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<title>Twisterarmy - Network Status</title>
<link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=3" />
<link rel="stylesheet" type="text/css" href="/css/mobile.css" />
<script src="/js/jquery.js" type="text/javascript"></script>
<script src="/js/jquery.vmap.js" type="text/javascript" ></script>
@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
<div class="mx-16">
<h1 class="f-size-26 my-48 pb-36 pt-16 t-center f-normal bb-1-2 b-c-0">Network Status</h1>
<h2 class="f-size-20 mt-48 pb-10 f-normal t-center">DNS</h2>
<div class="mx-auto mt-20 bg-c-3 b-r-3 b-c-0 b-1">
<div class="mx-auto mt-20 bg-c-4 b-r-3 b-c-0 b-1">
<table class="w-100-100">
<tr>
<th class="t-center bb-2 b-c-6 py-16 px-8">Status</th>

Loading…
Cancel
Save