Difference between revisions of "SUNScholar/XMLUI Theme/M1/Document Structure"

From Libopedia
Jump to navigation Jump to search
m
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/XMLUI_Theme/M1/Modify|Back to Mirage 1 Modification]]'''
 
  '''[[SUNScholar/XMLUI_Theme/M1/Modify|Back to Mirage 1 Modification]]'''
 
</center>
 
</center>
===Introduction===
+
==Step 1==
These changes are optional.
 
 
 
 
Edit the following file:
 
Edit the following file:
  nano $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
+
  nano -c $HOME/{{Source}}/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
 
+
==Step 2==
===Increase overall document width===
+
Increase overall document width
 
#Go to line 129 and increase the width to 1050px.
 
#Go to line 129 and increase the width to 1050px.
 
#Go to line 206 and increase the width to 750px.
 
#Go to line 206 and increase the width to 750px.
 
+
==Step 3==
===Move "options" navigation to the left hand side===
+
Move "options" navigation to the left hand side
 
#Go to line 205 and change float to right.
 
#Go to line 205 and change float to right.
 
#Go to line 211 and change float to left.
 
#Go to line 211 and change float to left.
 
+
==Step 4==
===Create "favicon.ico" image===
+
[[SUNScholar/Rebuild_DSpace|Rebuild DSpace]]
Please see: http://www.favicon-generator.org for creation of favicons.
+
__NOTOC__
 
+
[[Category:Customisation]]
A favicon is the icon that appears in the browser address bar next to the website address.
 
 
 
Upload your favicon to the images folder, see link below.
 

Latest revision as of 13:05, 1 June 2016

Back to Mirage 1 Modification

Step 1

Edit the following file:

nano -c $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css

Step 2

Increase overall document width

  1. Go to line 129 and increase the width to 1050px.
  2. Go to line 206 and increase the width to 750px.

Step 3

Move "options" navigation to the left hand side

  1. Go to line 205 and change float to right.
  2. Go to line 211 and change float to left.

Step 4

Rebuild DSpace