aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-27 01:12:32 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-27 01:12:32 -0700
commit1cc5a2be9e7c3408b8b59aabd6d6e9afeb574c84 (patch)
tree7b340eb97d41edc91c5c4993233cb01ba140919c /src/styles
parente3f0281c25d6ead23264a94b0a7b18f10019c185 (diff)
move ffxiv post components to submodule
- declutter blog code
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/ffxiv-gil-making.css18
-rw-r--r--src/styles/ffxiv-selector.css72
2 files changed, 0 insertions, 90 deletions
diff --git a/src/styles/ffxiv-gil-making.css b/src/styles/ffxiv-gil-making.css
deleted file mode 100644
index 711b873..0000000
--- a/src/styles/ffxiv-gil-making.css
+++ /dev/null
@@ -1,18 +0,0 @@
-.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;
-} \ No newline at end of file
diff --git a/src/styles/ffxiv-selector.css b/src/styles/ffxiv-selector.css
deleted file mode 100644
index efad540..0000000
--- a/src/styles/ffxiv-selector.css
+++ /dev/null
@@ -1,72 +0,0 @@
-.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;
-} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage