increase font sizes across all templates for readability
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
background: #dcdccc;
|
||||
color: var(--text);
|
||||
font-family: "Libre Caslon Text", "Computer Modern", "Latin Modern Math", "Times New Roman", serif;
|
||||
font-size: 16px;
|
||||
font-size: 24px;
|
||||
line-height: 1.65;
|
||||
min-height: 100vh;
|
||||
padding: 40px 16px;
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
.paper-maintitle {
|
||||
font-family: "Libre Caslon Display", "Libre Caslon Text", serif;
|
||||
font-size: 26px;
|
||||
font-size: 39px;
|
||||
font-weight: 400;
|
||||
color: var(--text);
|
||||
line-height: 1.25;
|
||||
@@ -63,13 +63,13 @@
|
||||
}
|
||||
|
||||
.paper-author {
|
||||
font-size: 14px;
|
||||
font-size: 21px;
|
||||
color: var(--muted);
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.paper-date {
|
||||
font-size: 13px;
|
||||
font-size: 20px;
|
||||
color: var(--dim);
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
.abstract-label {
|
||||
font-weight: 700;
|
||||
font-size: 13px;
|
||||
font-size: 20px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
text-align: center;
|
||||
@@ -92,7 +92,7 @@
|
||||
}
|
||||
|
||||
.abstract-text {
|
||||
font-size: 14px;
|
||||
font-size: 21px;
|
||||
font-style: italic;
|
||||
color: var(--muted);
|
||||
text-align: justify;
|
||||
@@ -105,7 +105,7 @@
|
||||
}
|
||||
|
||||
.content-area h1 {
|
||||
font-size: 18px;
|
||||
font-size: 27px;
|
||||
font-weight: 700;
|
||||
color: var(--text);
|
||||
margin-top: 40px;
|
||||
@@ -119,7 +119,7 @@
|
||||
}
|
||||
|
||||
.content-area h2 {
|
||||
font-size: 16px;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
color: var(--text);
|
||||
@@ -128,7 +128,7 @@
|
||||
}
|
||||
|
||||
.content-area h3 {
|
||||
font-size: 15px;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
color: var(--muted);
|
||||
margin-top: 22px;
|
||||
@@ -136,7 +136,7 @@
|
||||
}
|
||||
|
||||
.content-area h4, .content-area h5, .content-area h6 {
|
||||
font-size: 14px;
|
||||
font-size: 21px;
|
||||
font-weight: 700;
|
||||
color: var(--dim);
|
||||
margin-top: 16px;
|
||||
@@ -161,7 +161,7 @@
|
||||
|
||||
.content-area code {
|
||||
font-family: "Courier New", monospace;
|
||||
font-size: 14px;
|
||||
font-size: 21px;
|
||||
color: #444;
|
||||
background: #f0f0e8;
|
||||
padding: 1px 4px;
|
||||
@@ -174,7 +174,7 @@
|
||||
padding: 14px 18px;
|
||||
margin: 16px 0;
|
||||
overflow-x: auto;
|
||||
font-size: 13px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.content-area pre code {
|
||||
@@ -197,7 +197,7 @@
|
||||
content: "Theorem " counter(theorem) ".";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 13px;
|
||||
font-size: 20px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
color: var(--accent);
|
||||
@@ -227,7 +227,7 @@
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 16px auto;
|
||||
font-size: 14px;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.content-area th {
|
||||
@@ -235,7 +235,7 @@
|
||||
padding: 8px 14px;
|
||||
border-bottom: 2px solid var(--text);
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.content-area td {
|
||||
@@ -265,7 +265,7 @@
|
||||
|
||||
.proof-label {
|
||||
font-style: italic;
|
||||
font-size: 14px;
|
||||
font-size: 21px;
|
||||
color: var(--muted);
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
@@ -273,7 +273,7 @@
|
||||
.qed {
|
||||
display: block;
|
||||
text-align: right;
|
||||
font-size: 18px;
|
||||
font-size: 27px;
|
||||
color: var(--text);
|
||||
margin-top: 8px;
|
||||
}
|
||||
@@ -283,7 +283,7 @@
|
||||
margin-top: 40px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid var(--border);
|
||||
font-size: 13px;
|
||||
font-size: 20px;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
font-size: 12px;
|
||||
font-size: 18px;
|
||||
margin-bottom: 6px;
|
||||
color: var(--text);
|
||||
}
|
||||
@@ -301,7 +301,7 @@
|
||||
margin-top: 40px;
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid var(--border);
|
||||
font-size: 12px;
|
||||
font-size: 18px;
|
||||
color: var(--dim);
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
@@ -314,7 +314,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/{{ preview_query }}" style="position:fixed;top:calc(1rem + env(safe-area-inset-top, 0px));left:calc(1rem + env(safe-area-inset-left, 0px));z-index:9999;font-family:system-ui,-apple-system,sans-serif;font-size:0.8rem;padding:0.5rem 0.9rem;background:rgba(255,255,255,0.95);color:#000;text-decoration:none;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,0.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,0.1);transition:transform 0.2s">← back</a>
|
||||
<a href="/{{ preview_query }}" style="position:fixed;top:calc(1rem + env(safe-area-inset-top, 0px));left:calc(1rem + env(safe-area-inset-left, 0px));z-index:9999;font-family:system-ui,-apple-system,sans-serif;font-size: 1.08rem;padding:0.5rem 0.9rem;background:rgba(255,255,255,0.95);color:#000;text-decoration:none;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,0.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,0.1);transition:transform 0.2s">← back</a>
|
||||
|
||||
<div class="paper">
|
||||
|
||||
@@ -342,7 +342,7 @@
|
||||
|
||||
<div class="proof-block">
|
||||
<div class="proof-label">Proof.</div>
|
||||
<p style="font-size: 14px; color: var(--muted);">The assertions above follow directly from the preceding definitions and observations. The reader may verify each claim by inspection.</p>
|
||||
<p style="font-size: 21px; color: var(--muted);">The assertions above follow directly from the preceding definitions and observations. The reader may verify each claim by inspection.</p>
|
||||
<span class="qed">■</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user