PHP Classes

File: resources/styles/style.css

Recommend this page to a friend!
  Classes of Kristo Vaher   Wave Framework   resources/styles/style.css   Download  
File: resources/styles/style.css
Role: Auxiliary data
Content type: text/plain
Description: Main stylesheet
Class: Wave Framework
MVC framework for building Web sites and APIs
Author: By
Last change: Update of resources/styles/style.css
Date: 2 months ago
Size: 755 bytes
 

Contents

Class file image Download
/** * MyProjectNameHere <http://www.example.com> * Main Stylesheet * * General use stylesheet that is loaded by WWW_controller_view. All styles can be defined * in this file and this file is generally loaded as the first CSS file in the system after * reset CSS. It is possible to pre-load images based on the example in this file. * * @package View Controller * @author DeveloperNameHere <email@example.com> * @copyright Copyright (c) 2012, ProjectOwnerNameHere * @license Unrestricted * @tutorial /doc/pages/guide_view.htm * @since 1.0.0 * @version 1.0.0 */ /** * You can load multiple files like this: * body:after { * content: url('images/logo.png') url('images/logo.png'); * display: none; * } */