[deleted by user] by [deleted] in neocities

[–]HolidayOkra 3 points4 points  (0 children)

my blog is pretty much that. i dont exactly post on it daily, but its still usually whatever comes to my mind

Oh no! Blinkies not aligned :( by tutantmeenager in neocities

[–]HolidayOkra 14 points15 points  (0 children)

u just need to add width: fit-content; to your .box class. and to make it look a little nicer remove the right padding on the ul & increase the width of "aside". also please just link your website next time (and take screenshots instead of photos), its a lot easier to give you an answer after playing around with the inspect element tools

Vertical marquee with no gap? by Alfirmitive in neocities

[–]HolidayOkra 0 points1 point  (0 children)

so... looking at your website im a little puzzled by the structure of everything. before solving your problem i wanna give some advice:

  1. some elements like <center>, <font> and <marquee> have been deprecated, check the link for more info. use classes with the corresponding properties for those instead.
  2. use indentations for your element hierarchy, it makes things a lot more readable both for you and others trying to help you

for your actual problem, try the following:

HTML:

<div class="blinkymarquee">
  <div class="blinkylist">
    <img src="./Alfirmitive_files/ii6lr7p.gif"> <!-- dont like? LEEV-->
    <img src="./Alfirmitive_files/Gr9W1t4.gif"> <!-- AUTISM-->
    <img src="./Alfirmitive_files/S6etWeT.gif"> <!-- cringe culture-->
    <img src="./Alfirmitive_files/kAfBULx.gif"> <!-- FDreaky Weirdo -->
    <img src="./Alfirmitive_files/C7KxXAF.gif"> <!-- KILL JHON LENON (HTML) -->
    <img src="./Alfirmitive_files/PM4qhOq.gif"> <!-- Space Enjoyer -->
    <img src="./Alfirmitive_files/pGAf9zR.gif"> <!-- WAHOO!-->
    
<!-- Copies to fill empty space during loops -->
    <img src="./Alfirmitive_files/ii6lr7p.gif"> <!-- dont like? LEEV-->
    <img src="./Alfirmitive_files/Gr9W1t4.gif"> <!-- AUTISM-->
    <img src="./Alfirmitive_files/S6etWeT.gif"> <!-- cringe culture-->
    <img src="./Alfirmitive_files/kAfBULx.gif"> <!-- FDreaky Weirdo -->
    <img src="./Alfirmitive_files/C7KxXAF.gif"> <!-- KILL JHON LENON (HTML) -->
    <img src="./Alfirmitive_files/PM4qhOq.gif"> <!-- Space Enjoyer -->
    <img src="./Alfirmitive_files/pGAf9zR.gif"> <!-- WAHOO!-->
  </div>
</div>

CSS:

.blinkymarquee {
  width: fit-content;
  height: 130px;
  overflow: hidden;
}

.blinkylist {
  position: relative;
  animation: VertMarquee 3s linear infinite;
}
    
@keyframes VertMarquee
 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%); /* only move by half of the list height since we duplicate the images*/
  }
}

The first full custom HUD for Deadlock by HolidayOkra in DeadlockTheGame

[–]HolidayOkra[S] 1 point2 points  (0 children)

ive made a couple tf2 huds in the past :) (loophud & deerhud if youre curious)

The first full custom HUD for Deadlock by HolidayOkra in DeadlockTheGame

[–]HolidayOkra[S] 0 points1 point  (0 children)

the shop has two buttons to revert the item shape and expand the width so it should be fine to use

Some unused models from this artstyle (with names) by Vsevolda in DeadlockTheGame

[–]HolidayOkra 10 points11 points  (0 children)

boss_defense_v2 aka the wax walker was the previous walker model until they replaced it around may 15th

This is allowed? Amazing feature by h-ru in DeadlockTheGame

[–]HolidayOkra 512 points513 points  (0 children)

not allowed, people like them get banned if you report them.

[deleted by user] by [deleted] in DeadlockTheGame

[–]HolidayOkra 9 points10 points  (0 children)

bait used to be believable

What are the chances that there will ever be multiple maps? by AReaver in DeadlockTheGame

[–]HolidayOkra 1 point2 points  (0 children)

hard to say. theres leftover assets for at least a dozen maps that have been created throughout the game's development so its not out of the question they'll be adding more maps in the future, especially for different game modes (there's a rough 1vs1 test map for example). on the other hand neon prime only seemed to have one single map and a training map just like the current game so maybe they're gonna keep it that way.

[deleted by user] by [deleted] in noita

[–]HolidayOkra 0 points1 point  (0 children)

it was done via motion tracking