diff wiki/lib/tpl/default/style.ini @ 45:5c0b1f24bdf9 website

* Update wiki from live site
author cannam
date Tue, 01 Feb 2011 10:54:35 +0000
parents 4b4db9230e94
children
line wrap: on
line diff
--- a/wiki/lib/tpl/default/style.ini	Tue Oct 26 12:39:35 2010 +0000
+++ b/wiki/lib/tpl/default/style.ini	Tue Feb 01 10:54:35 2011 +0000
@@ -10,7 +10,11 @@
 design.css     = screen
 style.css      = screen
 
-media.css      = screen
+media.css         = screen
+_mediaoptions.css = screen
+_admin.css        = screen
+_linkwiz.css      = screen
+_subscription.css = screen
 
 rtl.css        = rtl
 print.css      = print
@@ -26,13 +30,13 @@
 __text__           = "#000"
 __background__     = "#fff"
 ; alternative text and background colors
-__text_alt__       = "#444"
-__background_alt__ = "#efcab0"
+__text_alt__       = "#638c9c"
+__background_alt__ = "#dee7ec"
 ; neutral text and background colors
 __text_neu__       = "#666"
 __background_neu__ = "#f5f5f5"
 ; border color
-__border__         = "#ef6a35"
+__border__         = "#8cacbb"
 ;--------------------------------------------------------------------------
 
 ; other text and background colors
@@ -40,8 +44,8 @@
 __background_other__ = "#f7f9fa"
 
 ; these are used for links
-__extern__    = "#ef6a35"
-__existing__  = "#ef6a35"
+__extern__    = "#436976"
+__existing__  = "#090"
 __missing__   = "#f30"
 
 ; highlighting search snippets
@@ -57,9 +61,9 @@
 __darkgray__   = "#666"
 __black__      = "#000"
 
-; these are the shades of orange
-__lighter__   = "#efcab0"
-__light__     = "#efbfad"
-__medium__    = "#ef8961"
-__dark__      = "#ef6a35"
-__darker__    = "#ef5011"
+; these are the shades of blue
+__lighter__   = "#f7f9fa"
+__light__     = "#eef3f8"
+__medium__    = "#dee7ec"
+__dark__      = "#8cacbb"
+__darker__    = "#638c9c"