custom webclient style overrides
This commit is contained in:
parent
1aff06d73c
commit
25e60e007d
2 changed files with 6 additions and 0 deletions
0
evennia/web/static/webclient/css/custom.css
Normal file
0
evennia/web/static/webclient/css/custom.css
Normal file
|
|
@ -19,6 +19,12 @@ JQuery available.
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
||||||
<link rel='stylesheet' type="text/css" media="screen" href={% static "webclient/css/webclient.css" %}>
|
<link rel='stylesheet' type="text/css" media="screen" href={% static "webclient/css/webclient.css" %}>
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
|
Allows for loading custom styles without overriding the base site stylesheet
|
||||||
|
{% endcomment %}
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel='stylesheet' type="text/css" media="screen" href={% static "webclient/css/custom.css" %}>
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="/static/website/images/evennia_logo.png" />
|
<link rel="icon" type="image/x-icon" href="/static/website/images/evennia_logo.png" />
|
||||||
|
|
||||||
<!-- Import JQuery and warn if there is a problem -->
|
<!-- Import JQuery and warn if there is a problem -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue