To this date, the style in the Society of Industrial and Applied Mathematics is outdated and hard to read. This quick hack improves readability, in my opinion.
SIAM Meetings and Programs by fejikso
Details
Authorfejikso
LicenseNo License
Categorymeetings.siam.org
Created
Updated
Size558 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 ? - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("meetings.siam.org") {
/* Insert code here... */
body {
font-family: Verdana;
}
table {
background-color: #f5f5f5;
}
th, td {
padding: 2px;
text-align: left;
border: 0px solid black;
outline: 1px inset #10101010;
}
p { width: 800px;
font-size: 14pt
}
}