You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
830 B
Plaintext
20 lines
830 B
Plaintext
== LICENSE ==
|
|
|
|
All parts of CVM are licensed under the WTFPL. Other licenses may apply to libraries or components that were incorporated from other projects.
|
|
Please read the LICENSE file for the full license text.
|
|
|
|
|
|
== USING SHADOW SOURCE FILES ==
|
|
|
|
Shadow source files are saved JSON objects from the multi-layer CSS3 shadow generator at http://haless.cryto.net/shadow/. To edit a shadow, simply load the string in the applicable text file into the shadow generator, and after editing save the shadow configuration and generate new CSS code.
|
|
|
|
|
|
== DIRECTORY STRUCTURE ==
|
|
|
|
repository root
|
|
|-design/ The first design proposal for the user frontend
|
|
| |- css/ CSS files for the design proposal
|
|
| `- images/ Images for the design proposal
|
|
`-graphics/ Original source files for images (.xcf, .svg, ...) and CSS3 shadows (.txt).
|
|
|