Makes the reading order more legible!
Spidey Reading Order by cass_per
Details
Authorcass_per
LicenseNo License
Categorycomicbackissues.com
Created
Updated
Size543 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Spidey Reading Order
@version 20231211.06.08
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("http://www.comicsbackissues.com/comic-book-reading-order/spider-man-read-order-chronology/") {
.tablepress {
font-size: 16px;
}
.tablepress .odd td {
background: #e7e7e7;
}
.tablepress .odd td a {
color: #d60067;
}
.tablepress .odd td.column-2 {
color: #dca225;
}
.tablepress .even td a {
color: #59d600;
}
.tablepress .even td.column-2 {
color: #25d6dc;
}
}