View previous topic :: View next topic |
Author |
Message |
Pastah Newbie cheater
Reputation: 0
Joined: 11 May 2020 Posts: 19
|
Posted: Tue May 19, 2020 6:42 am Post subject: Forum Look |
|
|
Are there different forum themes or something I can use? I find the forum hard to read, especially how there are no lines separating posts like a grid so I can easily see the author of the thread and the last post timestamp on the right. I get the rows mixed up due to no lines/boarders/dividers. In general the text is too small and everything is too far apart.
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4696
|
Posted: Tue May 19, 2020 10:44 am Post subject: |
|
|
There are extensions to browsers that let you easily modify css files- e.g. stylus.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Pastah Newbie cheater
Reputation: 0
Joined: 11 May 2020 Posts: 19
|
Posted: Tue May 19, 2020 1:49 pm Post subject: |
|
|
ParkourPenguin wrote: | There are extensions to browsers that let you easily modify css files- e.g. stylus. |
I was hoping I didn't have to make one myself.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Tue May 19, 2020 3:06 pm Post subject: |
|
|
Here's what I made with Stylebot for Chrome. It doesn't fully edit the site's theme, just the parts that mattered to me.
Code: |
html {
background-color: cccccc;
color: #000000;
}
input.button {
background-color: eeeeee;
}
input.helpline {
background-color: #faf367;
}
input.liteoption {
background-color: eeeeee;
}
input.mainoption {
background-color: eeeeee;
}
input.post {
background-color: cccccc;
}
span.genmed select {
background-color: eeeeee;
}
span.gensmall select {
background-color: eeeeee;
}
td.attachheader {
background-color: cccccc;
}
td.bodyline {
background-color: cccccc;
border-style: none;
}
td.catBottom {
background-color: cccccc;
}
td.catHead {
background-color: cccccc;
}
td.catLeft {
background-color: DFDFDF;
}
td.code {
background-color: #ffffff;
color: #185e01;
}
td.quote {
background-color: #4197d1;
color: #ffffff;
}
td.row1 {
background-color: #efefef;
}
td.row2 {
background-color: #E8E8E8;
}
td.row3 {
background-color: #efefef;
}
td.row3Right {
background-color: #E8E8E8;
}
td.rowpic {
background-color: DFDFDF;
}
td.spaceRow {
background-color: #DFDFDF;
}
textarea.post {
background-color: cccccc;
}
|
Preview of what it looks like:
https://i.imgur.com/A2z82VO.png
_________________
- Retired. |
|
Back to top |
|
 |
Pastah Newbie cheater
Reputation: 0
Joined: 11 May 2020 Posts: 19
|
Posted: Tue May 19, 2020 3:36 pm Post subject: |
|
|
Thanks!
|
|
Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Tue May 19, 2020 3:42 pm Post subject: |
|
|
Here mine. Just google for web add-on called 'Stylish Bot'.
Description: |
|
Filesize: |
93.72 KB |
Viewed: |
4077 Time(s) |

|
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun May 24, 2020 9:55 pm Post subject: |
|
|
You can use Stylish or Stylus or similar extension for your browser.
There are many themes available for this site made by others. The one i am using makes this site blue/white.
_________________
|
|
Back to top |
|
 |
|