/t/ - Technology

Discussion of Technology

Index Catalog Archive Bottom Refresh
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0.

US Election Thread

8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

You may also be interested in: AI

(681.32 KB 745x607 stephen lynx.png)

Lynxchan customization Anonymous 07/28/2020 (Tue) 22:30:15 No. 777
Post bits and pieces of JS and CSS here that you use to make browsing imageboards running Lynxware more enjoyable. On 8moe I use the following CSS: @media only screen and (max-width: 812px) { .uploadCell { margin: 0.25em 1em 0.25em 0.5em; float: none; } .multipleUploads { float: left; width: 100%; } .postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp, .contentOmissionIndicator, .labelOmission, .labelId, .panelASN { font-size: 80%; } .innerPost{ width:auto!important; } .innerPost, .markedPost { display: inline-block; padding: 0.25em; max-width: 100%; } #threadList { margin: 0; } iframe { display: block; width: 100%; } .divPosts { margin: 1em 0!important; } } This basically cancels out the responsive layout so the look of the board is consinstent when dealing with different windows/screen/fontsizes. It's probably a really retarded way to do it as it just overrides the stuff in the media query with the default values. But I'm glad I got rid of it at all. .theme_win95 #divThreads .title { background:linear-gradient(90deg, darkblue, lightskyblue)!important; color:white!important; } This turns the Windows 95 theme into Windows 98 SE. I've made a few more adjustments but I think fucked up other stuff in the process (focusing a post makes it all blue). The starting point was the gradient making everything less readable so I changed some of the colors. .labelCreated { display: inline!important;
[Expand Post]} .theme_win95 #divThreads .title { background:linear-gradient(90deg, darkblue, lightskyblue)!important; color:white!important; } .theme_win95 .extraMenuButton, .theme_win95 .hideButton, .theme_win95 .linkQuote, .theme_win95 .linkSelf { color: white!important; } .theme_win95 .panelBacklinks>a { color:gold!important; } .theme_win95 .labelSubject { color:orange; } .theme_win95 .noEmailName{ color:White!important; background: transparent!important; } .theme_win95 .linkName { color: cyan; }
>>777 Why the @media ? Do you not browse at always the same screen size.
Lynx supports JS? I didn't think it did? I am new to this site. Can I browse it and reply without JS?


Forms
Delete
Report
Quick Reply