Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allanaaa authored Sep 4, 2024
1 parent e92a6a2 commit 824a720
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# CSSEditor
# CSS Editor

CSSEditor is a module for Omeka S that allows you to provide custom CSS overriding theme styles. You can also include URLs for external CSS, like those hosted by CDNs or used for webfonts.
CSS Editor is a module for Omeka S that allows you to provide custom CSS overriding theme styles. You can also include URLs for external CSS, like those used for webfonts. CSS Editor is used on a site-by-site basis.

See the [Omeka S user manual](http://omeka.org/s/docs/user-manual/modules/csseditor/) for user documentation.
The first large text area is where you write your individual styles. Use that text area as you would a stylesheet file. This will load a line in every public page of your chosen Omeka S site, in the head, that looks like this:

`<link href="/yoursiteslug/css-editor" media="screen" rel="stylesheet" type="text/css">`

## Installation
This line will appear after the stylesheets that come from Omeka's defaults and from your chosen theme. So, entries here should override other styles set in those files, unless they have been marked as !important. There may be other custom CSS loading in the header below this line, particularly from theme configurations such as the main accent color or banner height, that may override your custom CSS in turn.

See general end user documentation for [Installing a module](http://omeka.org/s/docs/user-manual/install/)
CSS Editor also allows you to include external stylesheets by entering their URLs. There is no limit to the number of external stylesheet URLs you can enter. Each text input can take a single URL, and additional inputs can be created by clicking the "Add another stylesheet" button.

See the [Omeka S user manual](http://omeka.org/s/docs/user-manual/modules/csseditor/) for user documentation.

# Copyright
CSSEditor is Copyright © 2019-present Corporation for Digital Scholarship, Vienna, Virginia, USA http://digitalscholar.org
Expand Down

0 comments on commit 824a720

Please sign in to comment.