aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/ffxiv-selector.css
blob: efad5405ee8a91536661f67621eded6a644aba4c (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
.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