User Tools

Site Tools


admin_themes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin_themes [2011/02/13 18:50]
ccagle8
admin_themes [2014/02/07 10:40] (current)
datiswous
Line 3: Line 3:
 GetSimple allows developers to customize the colors within the administrative panel - effectively "​branding"​ the control panel. ​ GetSimple allows developers to customize the colors within the administrative panel - effectively "​branding"​ the control panel. ​
  
-To do this, place ''​admin.xml''​ inside the folder ''/​theme/''​+Tips to a good and working admin color scheme: 
 +  - Place the file as ''​admin.xml''​ inside the folder ''/​theme/''​ 
 +  - There are a couple images within ''/​admin/​template/​images''​ that might need to change as a result 
 +  - Colors need the hash in front of the hex value. eg: #333333 
 +  - Do not use shortcut hex values. eg. #333
  
-The format of ''​admin.xml''​ is+The format of ''​admin.xml''​ is:
  
-<​code>​+<​code ​css>
 <?xml version="​1.0"?>​ <?xml version="​1.0"?>​
 <​item>​ <​item>​
- <​title>​GetSimple Default ​Admin</​title>​ + <​title>​Admin ​Skin Name</​title>​ 
- <​author>​Chris Cagle</​author>​ + <​author>​Your Name</​author>​ 
- <​link>​http://​www.cagintranet.com/</​link>​+ <​link>​http://​www.yourdomain.com/</​link>​
  <​primary>​  <​primary>​
  <​darkest>​  <​darkest>​
admin_themes.1297623011.txt.gz · Last modified: 2013/04/19 14:53 (external edit)