File tree Expand file tree Collapse file tree 3 files changed +8
-47
lines changed
Expand file tree Collapse file tree 3 files changed +8
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ date: 2026-02-08
99Unlisted Thoughts has a particular interest in flags.
1010
1111<div class =" pill-web-links " >
12- <a href =" /flags/unlisted_flags/ " class =" pill-flags- 2 " >
12+ <a href =" /flags/unlisted_flags/ " class =" pill-2 " >
1313 <img src="/images/flags/unlisted_flags/Flag_All_Peters.svg" alt="">
1414 <span>Collection of Unlisted Flags</span>
1515 </a >
16- <a href =" /flags/crazy_flags/ " class =" pill-flags- 2 " >
16+ <a href =" /flags/crazy_flags/ " class =" pill-2 " >
1717 <img src="/images/flags/crazy_flags/Flag_Elephant.svg" alt="">
1818 <span>Collection of Crazy Flag Ideas</span>
1919 </a >
20- <a href =" /flags/insane_flags/ " class =" pill-flags- 2 " >
20+ <a href =" /flags/insane_flags/ " class =" pill-2 " >
2121 <img src="https://upload.wikimedia.org/wikipedia/commons/b/b4/Algerian_flag_%28Barbary_ensign_with_the_an_Berberian_head%29.svg" alt="">
2222 <span>Collection of Insane Flags</span>
2323 </a >
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ body.page-not-found .mw7 {
246246}
247247
248248/* card */
249- .pill-flags- 2 {
249+ .pill-2 {
250250 position : relative;
251251 display : block;
252252 width : 100% ;
@@ -258,7 +258,7 @@ body.page-not-found .mw7 {
258258}
259259
260260/* background image layer */
261- .pill-flags- 2 img {
261+ .pill-2 img {
262262 position : absolute;
263263 top : 0 ;
264264 left : 0 ;
@@ -268,15 +268,15 @@ body.page-not-found .mw7 {
268268}
269269
270270/* overlay (does NOT darken text) */
271- .pill-flags- 2 ::after {
271+ .pill-2 ::after {
272272 content : "" ;
273273 position : absolute;
274274 inset : 0 ;
275275 background : rgba (0 , 0 , 0 , 0.35 );
276276}
277277
278278/* centered text */
279- .pill-flags- 2 span {
279+ .pill-2 span {
280280 position : absolute;
281281 inset : 0 ;
282282 display : flex;
@@ -297,7 +297,7 @@ body.page-not-found .mw7 {
297297}
298298
299299/* hover */
300- .pill-flags- 2 : hover {
300+ .pill-2 : hover {
301301 transform : translateY (-2px );
302302 box-shadow : 0 4px 10px rgba (0 , 0 , 0 , 0.35 );
303303}
You can’t perform that action at this time.
0 commit comments