all
/
g
/
s
/
fur
/
art
/
ai
/
3dcg
/
f
/
rp
/
req
/
p2p
/
dis
/
lit
/
kaki
chat
GUROchan!
This list is WIP...
1
2
3
So use the classic menu
Link 4
Link 5
Link 6
Link 7
List 3
Link 8
Link 9
[
Settings
]
[
Home
] [
Catalog
] [
Search
] [
Thread list
] [
Stats
] [
Reports
] [
Watcher
] [
PMs
] [
Admin
]
Discussion
[
Return
]
Report a post
Preview
BBraker
2019/05/09
(Thu)
12:25:27
No.
9264
[
Report
]
▶
As turns out, we don't need Greasemonkey or Tampermonkey to adjust gurochan to our tastes. That is excessive. A simpler way to adjust the layout is using the extension called "Stylish" that provides an easy way to edit style sheets for any website. Here's a simple style sheet that I created and it seems to be improving my experience.
Perhaps some of these things could be considered for gurochan's built-in style sheets.
/* Expand the thread list to be wider and make it resizable */
.catalogtable {
resize:vertical;
width:90%;
margin-left:5%;
}
/* Prevent wrapping in the thread list */
.catataba {
white-space: nowrap;
}
/* Highlight the current row of the thread list under the mouse */
.catataba tr:hover {
background: #FFFFF0;
}
/* Limit the width of post bodies for easier reading, adjust to taste */
.body {
width:6in;
}
/* Prevent spans from wrapping */
form span {
white-space: nowrap;
}
/* Expand the width of the post entry form */
form table {
width:70%;
}
/* Right-align the left column and minimize the width */
th:first-child, td:first-child {
text-align:right;
width:0;
}
/* Expand the width of text and file fields */
form td input[type="text"], td input[type="file"] {
width:70%;
}
Post number
No.
9264
Board
Discussion
Reason
Optional. Describe what's wrong with it.
Style: