aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: 579a6b3d47d6e09418f24f477e81424c85cfb809 (plain) (blame)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.eorzeadb_link {
    color: goldenrod;
    text-decoration: none;
    position: relative;
}

.eorzeadb_link:hover {
    color: darkgoldenrod;
}

.no-underline {
  color: inherit;
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: underline;
}

.ffxiv-container {
  background-color: #1a1a1a;
  color: #e2c08d;
  padding: 10px;
  border: 2px solid #e2c08d;
  border-radius: 10px;
  font-family: 'Arial', serif;
  max-width: 500px;
  margin: auto;
}

.ffxiv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ffxiv-item-icon {
  width: 50px;
  height: 50px;
}

.ffxiv-h1 {
  font-size: 1.5em;
  color: #e2c08d;
  margin: 0;
}

.ffxiv-table {
  width: 100%;
  border-collapse: collapse;
}

.ffxiv-button {
    background-color: #333;
    color: #e2c08d;
    border: 1px solid #e2c08d;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.ffxiv-table td {
  padding: 5px;
  border: 1px solid #e2c08d;
}

.ffxiv-label {
  font-size: 1em;
}

.ffxiv-value {
  font-size: 1em;
}

.ffxiv-input {
  background-color: #333;
  color: #e2c08d;
  border: 1px solid #e2c08d;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.ffxiv-input::placeholder {
  color: #e2c08d;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage