File size: 2,023 Bytes
a90e74c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
  <meta property="og:title" content="Potato DF Event Hints">
  <meta property="og:description" content="Hints for the Diamonds in the Potato Event!">
  <meta content="https://event.dfplots.net/DiamondFire icon.png" property="og:image">
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Potato Event Hints</title>
  <link rel="stylesheet" href="./styles.css">
  <link rel="icon" href="./DiamondFire icon.png" type="image/x-icon">
</head>
<body>
  <br/><br/><br/><br/>
  <span>&nbsp &nbsp &nbsp</span>
  <a tabindex="-1" href="/">
    <button style="box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);padding: 5.5px 7px 6px 7px; border: 0;border-radius: 4px;color: #F6F5F5;background-color: #2366a8; width: fit-content; font-weight: bolder"> ⇐ Back </button>
  </a>
  <table id="myTable">
    <thead>
      <tr>
        <th>Plot Name</th>
        <th>Hints</th>
      </tr>
    </thead>
    <tbody>
    </tbody>
      <style>
        table {
          background-color: #F6F5F5;
          border-collapse: collapse;
          margin: 25px;
          margin: auto;
          min-width: 400px;
          width: fit-content;
          border-radius: 5px 5px 0 0;
          overflow: hidden;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        }
        th, td {
          padding: 12px 15px;
          text-align: left;
        }
  
        tr {
          border-bottom: 1px solid #dddddd;
        }
  
        tr:nth-last-of-type(even) {
          background-color: #e0e8ff;
        }
  
        tr:last-of-type {
          border-bottom: 2px solid #1F3C88;
        }
        
        th {
          background-color: #1F3C88;
          font-weight: bold;
          color: white;
        }
        
        td.hints-cell {
          position: relative;
          line-height: 1.5;
        }
        
    </style>
  </table>
  <script src="hints.js"></script>
</body>
</html>