Difference between revisions of "SUNScholar/XMLUI Theme/M1/Styling"

From Libopedia
Jump to navigation Jump to search
Line 19: Line 19:
 
Right-click on any part of the website to view the CSS element detail.
 
Right-click on any part of the website to view the CSS element detail.
  
See screenshot below.
+
See screenshots below.
  
 
[[File:Css-element.png]]
 
[[File:Css-element.png]]
 +
 +
[[File:Css-element-1.png]]
  
 
  '''[[SUNScholar/Theme/Modify|Back to Theme Modification]]'''
 
  '''[[SUNScholar/Theme/Modify|Back to Theme Modification]]'''

Revision as of 11:35, 21 November 2012

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.

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.

CSS and HTML help links

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.

See screenshots below.

Css-element.png

Css-element-1.png

Back to Theme Modification