diff --git a/wagfarm-ui/css/style.css b/wagfarm-ui/css/style.css index 1c8051d..cc028b2 100644 --- a/wagfarm-ui/css/style.css +++ b/wagfarm-ui/css/style.css @@ -1,120 +1,7 @@ /* styles.css */ -* { - box-sizing: border-box; - margin: 0; - padding: 0; - } - - body { - font-family: Arial, sans-serif; - line-height: 1.6; - color: #333; - } - - header { - background: #4a7c59; - color: #fff; - padding: 1rem; - } - - header h1 { - margin-bottom: 1rem; - } - - nav ul { + .link-row { display: flex; - list-style: none; + gap: 10px; + align-items: center; } - - nav ul li { - margin-right: 1rem; - } - - nav ul li a { - color: #fff; - text-decoration: none; - padding: 0.5rem; - } - - nav ul li a.active { - background: #fff; - color: #4a7c59; - border-radius: 3px; - } - - .container { - display: flex; - max-width: 1200px; - margin: 0 auto; - padding: 1rem; - } - - .sidebar { - flex: 1; - margin-right: 2rem; - } - - .content { - flex: 3; - } - - .log-item, .asset-item, .taxonomy-item { - border: 1px solid #ddd; - padding: 1rem; - margin-bottom: 1rem; - border-radius: 3px; - } - - .actions { - margin-top: 0.5rem; - } - - .actions button { - padding: 0.3rem 0.5rem; - margin-right: 0.5rem; - cursor: pointer; - } - - .view-btn { - background: #4a7c59; - color: white; - border: none; - } - - .edit-btn { - background: #f9a826; - color: white; - border: none; - } - - .delete-btn { - background: #e74c3c; - color: white; - border: none; - } - - .notification { - position: fixed; - top: 20px; - right: 20px; - padding: 10px 20px; - border-radius: 5px; - color: white; - z-index: 1000; - } - - .notification.success { - background-color: #2ecc71; - } - - .notification.error { - background-color: #e74c3c; - } - - footer { - background: #333; - color: #fff; - text-align: center; - padding: 1rem; - margin-top: 2rem; - } \ No newline at end of file + \ No newline at end of file diff --git a/wagfarm-ui/index.html b/wagfarm-ui/index.html index ae300b5..95e4e89 100644 --- a/wagfarm-ui/index.html +++ b/wagfarm-ui/index.html @@ -3,84 +3,31 @@
-