Windows XP

Started by TwitchisMental, July 06, 2022, 07:53:45 PM

Previous topic - Next topic

Senkusha

Quote from: Steve on January 26, 2023, 08:14:32 AM
Quote from: Senkusha on January 26, 2023, 05:42:15 AM1.  I don't know if this is possible, but is there a way to make a toggle option for the logo twitch?
If you want to remove the effect completely, see post #11 above. If you still want the toggle, Twitch will have answer that.
Thank you.  I have applied the remedy in post 11, however, everytime I need to do an update, I have to make the same correction.  It's not really a huge deal. :)
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Senkusha

Question:  I would like the BlockQuote, Sticky and Locked colors to stand out more.  I tried the custom.css, but for some reason my changes aren't taking place.  Am I looking in the correct file?

Thanks!
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

TwitchisMental

custom.css will have the quote background at line 1372.

index.css will be where you need to edit the stick and locked colors around line 2926.

Steve

And the option of minimized files unchecked in admin.
My pet rock is not feeling well. I think it's stoned.

Senkusha

This is strange.  I've modified the index.css file, uploaded to the /css folder, flushed the cache, and forced the browser to refresh (Ctrl + F5), but I'm not seeing the changes taking effect.

/* Nobody wants locked topics to stand out much. */
.windowbg.locked {
background: #ffcce0;
}
/* Sticky topics get a different background */
.windowbg.sticky {
background: #ffcc99;
}
/* Locked AND sticky are a bit more technical */
.windowbg.sticky.locked {
background: #ff9999;
}
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

TwitchisMental

Quote from: Senkusha on February 15, 2023, 06:13:12 PMThis is strange.  I've modified the index.css file, uploaded to the /css folder, flushed the cache, and forced the browser to refresh (Ctrl + F5), but I'm not seeing the changes taking effect.

/* Nobody wants locked topics to stand out much. */
.windowbg.locked {
background: #ffcce0;
}
/* Sticky topics get a different background */
.windowbg.sticky {
background: #ffcc99;
}
/* Locked AND sticky are a bit more technical */
.windowbg.sticky.locked {
background: #ff9999;
}

Most likely because it is being set in custom.css. Try adding it to the bottom of the custom.css.

Senkusha

Just tried that.  No effect.  Again, flushed the SMF cache and forced a refresh on my browser.  (Firefox) and (Chrome)
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

TwitchisMental

Quote from: Senkusha on February 15, 2023, 06:55:54 PMJust tried that.  No effect.  Again, flushed the SMF cache and forced a refresh on my browser.  (Firefox) and (Chrome)
Have you turned off the minimize css files option?

Senkusha

-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

TwitchisMental

Quote from: Senkusha on February 23, 2023, 07:08:50 AMYes.
I believe I sent you the resolution via pm on your forum.

TwitchisMental

#50
New Version Released:

1.0.4
Updated for SMF 2.1.4 and the Attachment UI changes.
Update: Updated Font-Awesome to the latest version.
Adjustment: Adjusted the background colors for various moderation specific styles.
Adjustment: Adjusted several border, text, and link colors in the ACP.
Adjustment: Adjusted the body text color for legibility purposes.
Adjustment: Adjusted the calendar section of the info center to align with everything else.
Adjustment: Adjusted the color of the alert indicator.
Adjustment: Redid the Windows XP default logo.
Adjustment: Adjusted the the background colors of the infobox and noticebox.

ququnta

Quote from: TwitchisMental on June 20, 2023, 02:04:47 PMWindows XP
Hello! Can you port this wonderful theme to smf 2.0?
A lot of mods can be used only on this version of SMF... :'(

TwitchisMental

Quote from: ququnta on June 22, 2023, 09:13:24 AM
Quote from: TwitchisMental on June 20, 2023, 02:04:47 PMWindows XP
Hello! Can you port this wonderful theme to smf 2.0?
A lot of mods can be used only on this version of SMF... :'(
Sorry I do not plan on making any more SMF 2.0 themes.



Senkusha

I was just testing out various themes and I noticed something.  I'm not sure if is on purpose or a glitch...  In this theme (Windows XP), my logo appears like this (Testing with a Regular Member)
You cannot view this attachment.

And in Ubuntu, it looks like this:
You cannot view this attachment.

I want to say that the search dialog is supposed to appear as it does like it does under Ubuntu.  In my opinion, it looks more clean.  I will also mention that these are fresh installs of the themes.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

TwitchisMental

Try this for me -

Find :

#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}


Replace:

#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
max-width: 1200px;
margin: 0 auto;
width: 90%;
}

Senkusha

No change.  I assume this was in the file /Themes/WindowsXP/css/index.css?  I also hard refreshed my browser, and emptied the SMF cache with a hard refresh.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

TwitchisMental

#56
Humm idk how I came to the conclusion of that fixing it, I must have done something else at the time.

I'll look into this further, my apologies.

Senkusha

No problem!  Thank you for looking into this.  I just figured that the current look isn't correct, based on the other two similar themes in that aesthetic.  :)
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Advertisement: