Modify ↓
Opened 18 years ago
Closed 13 years ago
#1938 closed defect (worksforme)
How to override style by custom CSS
| Reported by: | anonymous | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | PyDotOrgTheme |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
From trachelp, one should put site specific CSS on [instance]/templates/site_css.cs.
Site specific CSS can be put there, but I have put such a file, and without any effect.
What is the supported way to do site specific customization?
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
What do you have in the file?
I'm using:
<?cs
##################################################################
# Site CSS - Place custom CSS, including overriding styles here.
?>
:link, :visited {
text-decoration: none;
color: #090;
border-bottom: 1px dotted #bbb;
}
Which works just fine (makes my WikiLinks turn green).
At first I had the CSS code inside the <?cs ... ?> but that didn't work.
comment:3 Changed 13 years ago by
| Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
|---|---|
| Status: | new → assigned |
Investigating that this still works fine in 0.11.
comment:4 Changed 13 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
Works fine in 0.11. See example in #5659. Note 0.10 is no longer supported.
Note: See
TracTickets for help on using
tickets.



Same problem for 0.9