Difference between revisions of "SUNScholar/XMLUI Theme/M1/Styling"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
cd /home/dspace/dspace-1.8.2-src-release/dspace/modules/xmlui/src/main/webapp/themes/Mytheme/lib/css | cd /home/dspace/dspace-1.8.2-src-release/dspace/modules/xmlui/src/main/webapp/themes/Mytheme/lib/css | ||
Modify the css files to suit yourself. | Modify the css files to suit yourself. | ||
| − | To do quick changes temporary changes you can modify the files by accessing files in the live folder. | + | To do quick changes temporary changes you can modify the files by accessing files in the live folder. '''Make sure to copy the files back to the source folder to make the changes permanent.''' |
/home/dspace/webapps/xmlui/themes/Mytheme/lib/css | /home/dspace/webapps/xmlui/themes/Mytheme/lib/css | ||
| − | |||
;CSS and HTML help links | ;CSS and HTML help links | ||
Revision as of 11:49, 21 November 2012
Contents
Modify site CSS styles
Find a good web 2.0 developer to help you with this, this is the core of the repository website styling !!
Type the following to access the source folder.
cd /home/dspace/dspace-1.8.2-src-release/dspace/modules/xmlui/src/main/webapp/themes/Mytheme/lib/css
Modify the css files to suit yourself. To do quick changes temporary changes you can modify the files by accessing files in the live folder. Make sure to copy the files back to the source folder to make the changes permanent.
/home/dspace/webapps/xmlui/themes/Mytheme/lib/css
- CSS and HTML help links
- http://www.csstutorial.net
- http://www.echoecho.com/css.htm
- http://htmldog.com
- http://htmlhelp.com/reference/css
CSS styling of DSpace XMLUI, Tips and Tricks
Firefox
Download and install the latest version of Firefox from:
http://www.mozilla.org/en-US/firefox/new/
Determining current style elements used
Right-click on any part of the website to view the CSS element detail. You can change things in real time per item, in the right hand pane, to see what it will look like.
See screenshots below.
Back to Theme Modification

