diff --git a/images/folio.png b/images/folio.png new file mode 100644 index 0000000..c1bee93 Binary files /dev/null and b/images/folio.png differ diff --git a/manifest.json b/manifest.json index 54dc194..7505091 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Firxa", - "version": "1.4.6", + "version": "1.4.8", "description": "KRÉTA webes verziójának újraírása", "icons": { "128": "images/firka_logo_128.png" diff --git a/manifest_fox.json b/manifest_fox.json index ccc0e14..605c309 100644 --- a/manifest_fox.json +++ b/manifest_fox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Firxa", - "version": "1.4.6", + "version": "1.4.8", "description": "KRÉTA webes verziójának újraírása", "icons": { "128": "images/firka_logo_128.png" diff --git a/settings/index.css b/settings/index.css index 39a7d20..40efc35 100644 --- a/settings/index.css +++ b/settings/index.css @@ -1301,3 +1301,76 @@ h2 { .update-button .material-icons-round { font-size: 18px; } + +.folio-ad-card { + display: flex; + align-items: center; + justify-content: space-between; + background: linear-gradient(135deg, #00D2A9 0%, #00b896 100%); + border-radius: 16px; + padding: 14px 16px; + margin: 4px 16px 16px; + text-decoration: none; + cursor: pointer; + transition: transform 0.15s ease, box-shadow 0.15s ease; + box-shadow: 0 2px 12px rgba(0, 210, 169, 0.35); +} + +.folio-ad-card:hover { + transform: translateY(-1px); + box-shadow: 0 4px 16px rgba(0, 210, 169, 0.5); +} + +.folio-ad-card:active { + transform: translateY(0); +} + +.folio-ad-left { + display: flex; + align-items: center; + gap: 12px; +} + +.folio-ad-logo { + width: 40px; + height: 40px; + border-radius: 10px; + object-fit: cover; +} + +.folio-ad-text { + display: flex; + flex-direction: column; + gap: 2px; +} + +.folio-ad-title { + font-size: 15px; + font-weight: 700; + color: #fff; +} + +.folio-ad-desc { + font-size: 11px; + color: rgba(255, 255, 255, 0.85); +} + +.folio-ad-right { + display: flex; + align-items: center; + gap: 4px; + background: rgba(255, 255, 255, 0.2); + border-radius: 8px; + padding: 6px 10px; +} + +.folio-ad-right .material-icons-round { + font-size: 16px; + color: #fff; +} + +.folio-ad-cta { + font-size: 12px; + font-weight: 600; + color: #fff; +} diff --git a/settings/index.html b/settings/index.html index ea1b735..0af12b2 100644 --- a/settings/index.html +++ b/settings/index.html @@ -103,6 +103,19 @@ + + + +