Building an advanced eFront theme using CSS3 elements
eFront
JULY 12, 2010
In order to create shaded boxes use: -moz-box-shadow: 3px 3px 3px #888; -webkit-box-shadow: 3px 3px 3px #888; In order to crated shaded text use something like: text-shadow:1px 1px 1px #000000; The theme We started from the standard blue theme extending it to be simpler (by removing the background header and adopting a neutral white background color). Compatibility Rounded corners are supported by Firefox and Safari. Shaded letters are supported by Safari, Firefox and Opera.
Let's personalize your content