View file vkclone-0.0.1/docs/theme.md

File size: 840B
This file describes used theme in **vkclone**.

---
Author of theme is **MadMax** (http://diz4wap.Ru).
Original download url - http://wapdesign.org.ua/load.php?id=49

### style.css
**Available blocks**:

- **blue_block** - actions (links & buttons)

	![actions example](theme.actions.png)
- **blue_label** - headers

	![headers example](theme.headers.png)
- **black_label** - subheaders

	![subheaders example](theme.subheaders.png)
- **post** - for posts/messages/another-user-created-objects

	![post example](theme.post.png)
- **text** - for anything else

	![text example](theme.text.png)

**Available alerts**:

- **success**
- **warning**
- **danger**
- **info**

```html
<div class="success_alert">
    <span class="title">Alert title</span><br />
    Alert text
</div>
```

---
### yii.css
This file redefines standart yii classes.