kayfahaarukku commited on
Commit
07edddc
·
verified ·
1 Parent(s): b7319b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -8
README.md CHANGED
@@ -20,6 +20,30 @@ widget:
20
  example_title: 1girl
21
  ---
22
  <style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  .custom-table {
24
  table-layout: fixed;
25
  width: 100%;
@@ -33,14 +57,6 @@ widget:
33
  padding: 10px;
34
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
35
  }
36
- .custom-image {
37
- width: 100%;
38
- height: auto;
39
- object-fit: cover;
40
- border-radius: 10px;
41
- transition: transform .7s;
42
- margin-bottom: 0em;
43
- }
44
  .custom-image-container {
45
  position: relative;
46
  width: 100%;
@@ -55,7 +71,63 @@ widget:
55
  filter: none;
56
  /* Scale the container on hover */
57
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  </style>
 
 
 
59
  <table>
60
  <tr>
61
  <td>
 
20
  example_title: 1girl
21
  ---
22
  <style>
23
+ .title-container {
24
+ display: flex;
25
+ justify-content: center;
26
+ align-items: center;
27
+ height: 100vh; /* Adjust this value to position the title vertically */
28
+ }
29
+
30
+ .title {
31
+ font-size: 2.5em;
32
+ text-align: center;
33
+ color: #333;
34
+ font-family: 'Helvetica Neue', sans-serif;
35
+ text-transform: uppercase;
36
+ letter-spacing: 0.1em;
37
+ padding: 0.5em 0;
38
+ background: transparent;
39
+ }
40
+
41
+ .title span {
42
+ background: -webkit-linear-gradient(45deg, #bdabe3, #b39a3e);
43
+ -webkit-background-clip: text;
44
+ -webkit-text-fill-color: transparent;
45
+ }
46
+
47
  .custom-table {
48
  table-layout: fixed;
49
  width: 100%;
 
57
  padding: 10px;
58
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
59
  }
 
 
 
 
 
 
 
 
60
  .custom-image-container {
61
  position: relative;
62
  width: 100%;
 
71
  filter: none;
72
  /* Scale the container on hover */
73
  }
74
+ .custom-image {
75
+ width: 100%;
76
+ height: auto;
77
+ object-fit: cover;
78
+ border-radius: 10px;
79
+ transition: transform .7s;
80
+ margin-bottom: 0em;
81
+ }
82
+ .nsfw-filter {
83
+ filter: blur(8px); /* Apply a blur effect */
84
+ transition: filter 0.3s ease; /* Smooth transition for the blur effect */
85
+ }
86
+
87
+ .overlay {
88
+ position: absolute;
89
+ bottom: 0;
90
+ left: 0;
91
+ right: 0;
92
+ color: white;
93
+ width: 100%;
94
+ height: 40%;
95
+ display: flex;
96
+ flex-direction: column;
97
+ justify-content: center;
98
+ align-items: center;
99
+ font-size: 1vw;
100
+ font-style: bold;
101
+ text-align: center;
102
+ opacity: 0;
103
+ /* Keep the text fully opaque */
104
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
105
+ transition: opacity .5s;
106
+ }
107
+ .custom-image-container:hover .overlay {
108
+ opacity: 1;
109
+ }
110
+ .overlay-text {
111
+ background: linear-gradient(45deg, #7ed56f, #28b485);
112
+ -webkit-background-clip: text;
113
+ color: transparent;
114
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
115
+
116
+ .overlay-subtext {
117
+ font-size: 0.75em;
118
+ margin-top: 0.5em;
119
+ font-style: italic;
120
+ }
121
+
122
+ .overlay,
123
+ .overlay-subtext {
124
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
125
+ }
126
+
127
  </style>
128
+ <h1 class="title">
129
+ <span>AkashicPulse v1.0</span>
130
+ </h1>
131
  <table>
132
  <tr>
133
  <td>