• Hey Guest,

    As you know, censorship around the world has been ramping up at an alarming pace. The UK and OFCOM has singled out this community and have been focusing its censorship efforts here. It takes a good amount of resources to maintain the infrastructure for our community and to resist this censorship. We would appreciate any and all donations.

    Bitcoin Address (BTC): 39deg9i6Zp1GdrwyKkqZU6rAbsEspvLBJt

    Ethereum (ETH): 0xd799aF8E2e5cEd14cdb344e6D6A9f18011B79BE9

    Monero (XMR): 49tuJbzxwVPUhhDjzz6H222Kh8baKe6rDEsXgE617DVSDD8UKNaXvKNU8dEVRTAFH9Av8gKkn4jDzVGF25snJgNfUfKKNC8

  • Security update: At around 2:28AM EST, the site was labeled as malicious by Google erroneously, causing users to get a "Dangerous site" warning in most browsers. It appears that this was done by mistake and has been reversed by Google. It may take a few hours for you to stop seeing those warnings.

    If you're still getting these warnings, please let a member of staff know.
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
Hey!
So sadly the maximised shoutbox doesn´t work (as mentioned here). That´s why I decided to play a little bit around with the css.

It´ll look like this (removed text and some more info for the screenshot):
upr3r7R.png



How to get it:
1. In this case I use the browser extension "Stylus". (A clean fork from Stylish) (Chrome / Firefox)
2. Activate the SS Style: here
3. Enjoy!

If you got trouble with the activation, feel free to ask. I hope this helps.
 
  • Like
Reactions: lv-gras, RM5998, Gainax and 5 others
naia_

naia_

Student
Oct 11, 2018
132
Much appreciated!
 
  • Like
Reactions: lv-gras, your pathologist, throwaway777 and 2 others
worldexploder

worldexploder

Visionary
Sep 19, 2018
2,821
We should call it - OLE SHOUTZY
 
  • Like
Reactions: lv-gras and RaphtaliaTwoAnimals
Gainax

Gainax

Experienced
Oct 8, 2018
265
If you want to align text to the left..add
text-align: left;

Code:
div#taigachat_box.taigachat_thumbzoom{
    height:auto !important;
    max-height:100% !important;
    overflow:auto !important;
    text-align: left; 
}

if you colorize the line you're reading by hovering with the mouse cursor
add this
Code:
.taigachat_messagetext:hover {
 color:blue;
font-weight: bold;
  
}



then save it

dfg.png





Final result
Captura-de-ecr-de-2018-10-29-14-03-07.png
 
Last edited:
  • Like
Reactions: lv-gras, Distanzmensch and RM5998
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
If you want to align text to the left..add
text-align: left;

Code:
div#taigachat_box.taigachat_thumbzoom{
    height:auto !important;
    max-height:100% !important;
    overflow:auto !important;
    text-align: left;
}

if you colorize the line you're reading by hovering with the mouse cursor
add this
Code:
.taigachat_messagetext:hover {
 color:blue;
font-weight: bold;
 
}



then save it

dfg.png





Final result
Captura-de-ecr-de-2018-10-29-14-03-07.png

Thanks for the suggestion. If you don´t mind, I would take this code for an additional option.
 
  • Like
Reactions: lv-gras and RaphtaliaTwoAnimals
Gainax

Gainax

Experienced
Oct 8, 2018
265
it would be nice finding a way to target specific users, bolden their name and comment among the rest, i can find the user id through the inspect element but perhaps this a javascript or jquery thing implementation, and that goes beyond my knowledge
 
  • Like
Reactions: lv-gras
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
it would be nice finding a way to target specific users, bolden their name and comment among the rest, i can find the user id through the inspect element but perhaps this a javascript or jquery thing implementation, and that goes beyond my knowledge
Do you mean like this (just the text, bold is available too):
j4C56u6.png
 
  • Like
Reactions: lv-gras and RaphtaliaTwoAnimals
Gainax

Gainax

Experienced
Oct 8, 2018
265
the bolden text in css applys to every text on all users no? i mean, only to apply to certain users
 
  • Like
Reactions: lv-gras
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
the bolden text in css applys to every text on all users no? i mean, only to apply to certain users
Only to a choosen id. I´m working on it, to allow multiple ids. I´ll keep you updated.
 
  • Like
Reactions: lv-gras and RaphtaliaTwoAnimals
Gainax

Gainax

Experienced
Oct 8, 2018
265
Decrease size of the annoying gigantic smiling emoji
Code:
.mceSmilie {
    max-width: 15px;
    max-height: 15px;
}
 
  • Like
Reactions: lv-gras and Distanzmensch
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
I´ve updated the style. Unfortunately the style doesn´t allow to update itself. (Like other Styles I´ve created on another account, maybe it takes some time)

SS Style: click here

Now available:
  • Select Text-Align (Left, Center, Right)
  • Targed User + color (Needs the User ID from the forum) - Haven´t found a way to allow a comma seperated way for more than five user (yet). Example: https://sanctioned-suicide.net/members/distanzmensch.3575/ -> The ID would be 3575.
  • Enable/Disable message hover + color.
  • Smaller Smileys
Thanks @Gainax for helping me out!
 
  • Like
Reactions: lv-gras, Gainax and RaphtaliaTwoAnimals
Gainax

Gainax

Experienced
Oct 8, 2018
265
so far is perfect, the only thing that bothers me is the datetime format, i dislike AM and PM would rather have 24h system
 
  • Like
Reactions: lv-gras, RM5998 and Distanzmensch
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
Thanks! I agree with the date format. I´ll look it up, if its possible!
 
  • Like
Reactions: lv-gras, RM5998 and RaphtaliaTwoAnimals
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
so far is perfect, the only thing that bothers me is the datetime format, i dislike AM and PM would rather have 24h system
Apperently it´s a js thing. We could replace the text but I haven´t found a select case function, which css isn´t made for.

So I added the setting to hide it:
a8EvNsb.png


If you got it working without js, let me know!
 
  • Like
Reactions: lv-gras
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
  • Renamed to "Sanctioned Suicide+"
  • Added "show/hide SS logo" option
 
  • Like
Reactions: lv-gras and Gainax
Gainax

Gainax

Experienced
Oct 8, 2018
265
yeah, hiding the logo is a great idea for browsing in public
 
  • Like
Reactions: lv-gras and Distanzmensch
Distanzmensch

Distanzmensch

Member
Oct 25, 2018
23
Feel free to maintain the code in the future. As I´m going to ctb this week.
 
  • Like
Reactions: Gainax and lv-gras
L

lv-gras

fledermausßßßßßßßß
Jul 27, 2018
617
this is great, ty
 
  • Like
Reactions: Red star and Distanzmensch

Similar threads

DarkRange55
Replies
15
Views
1K
Forum Games
4am
4am
Octavia
Replies
29
Views
4K
Suicide Discussion
vanillamilkshakes
vanillamilkshakes