foreman_theme_custom 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd0146d8f130fb6cba5bcf43859384dbac30f3c35775b2923d70309585eba60e
4
- data.tar.gz: cb2978a84bfbf91895337deced4399ead64106aeb47fea361be2c9645326de06
3
+ metadata.gz: 684e45dc75d9acbc416f05df95a439b0cfa70d25844e29f73eeb5e2f413c8db7
4
+ data.tar.gz: 8c332d235fb2a19466058570de38de099045a25aaeb7733773c123f7d97a9f66
5
5
  SHA512:
6
- metadata.gz: 64739ccd550645564079ff21cd3f3f36c9f00538734c37d073b7e18f61afd30611a92e9968ecd5e8df41b3947220988b1b6f19b995538395d5e931996831cc1c
7
- data.tar.gz: 6979d77b6e21c34c530f919467ed55db605dcda6d3f85bcd7f8ec29db6ca4f7d1e9bf80774fac23f09935eaf0d2ecc139a902e17d256621fcc41550c1d662336
6
+ metadata.gz: 45bccd7900254f7159e04df24940016999dc07202bc16fa668f0be1919019fd1517a27f22369d8c256d5fb8b9091825371eaebef6e95041c3c49c93223c8499e
7
+ data.tar.gz: 840abe36a5f3309d8770c92c5634aa2dea84506b755c8d318f2ba1c11647c621afed70fdff9cc0978430b92eec7a83a1cf1fcbee557418e3ddfa9713af745bfb
@@ -1,3 +1,33 @@
1
+ /* Foreman Theme Custom - static CSS (no precompile) */
2
+
3
+ :root {
4
+ /* Primary/link/danger colors */
5
+ --pf-global--primary-color--100: #0052cc;
6
+ --pf-global--link--Color: #0052cc;
7
+ --pf-global--danger-color--100: #d04141;
8
+ }
9
+
10
+ /* Navbar and primary buttons */
11
+ .navbar-pf {
12
+ background-color: var(--pf-global--primary-color--100) !important;
13
+ }
14
+
15
+ .btn-primary {
16
+ background-color: var(--pf-global--primary-color--100) !important;
17
+ border-color: var(--pf-global--primary-color--100) !important;
18
+ }
19
+
20
+ /* Login page brand */
21
+ .login-pf-page .login-pf-brand {
22
+ background-image: url('/foreman_theme_custom/logo_login.svg') !important;
23
+ background-size: contain;
24
+ }
25
+
26
+ /* Header brand/logo */
27
+ .navbar-brand img, .branding .brand {
28
+ content: url('/foreman_theme_custom/logo_header.svg');
29
+ height: 24px;
30
+ }
1
31
  /* built as plain CSS for static serve */
2
32
  // Foreman tema override'lari
3
33
  // Ornek renk degiskenleri (PatternFly/Bootstrap uzerine gelir)
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="160" height="32" viewBox="0 0 160 32" fill="none">
2
+ <rect width="160" height="32" rx="4" fill="#0052CC"/>
3
+ <text x="12" y="22" font-family="Arial, Helvetica, sans-serif" font-size="16" fill="#FFFFFF">YourBrand</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="220" height="60" viewBox="0 0 220 60" fill="none">
2
+ <rect width="220" height="60" rx="8" fill="#0052CC"/>
3
+ <text x="20" y="38" font-family="Arial, Helvetica, sans-serif" font-size="28" fill="#FFFFFF">YourBrand</text>
4
+ </svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_theme_custom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ender K
@@ -26,6 +26,8 @@ files:
26
26
  - lib/foreman_theme_custom.rb
27
27
  - lib/foreman_theme_custom/engine.rb
28
28
  - public/foreman_theme_custom/custom.css
29
+ - public/foreman_theme_custom/logo_header.svg
30
+ - public/foreman_theme_custom/logo_login.svg
29
31
  homepage: https://github.com/enderk/foreman_theme_custom
30
32
  licenses:
31
33
  - MIT