PHP Classes

File: WITheme/WICMS/admin/less/callout.less

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/less/callout.less   Download  
File: WITheme/WICMS/admin/less/callout.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 871 bytes
 

Contents

Class file image Download
/* Component: callout ------------------------ */ // Base styles (regardless of theme) .callout { margin: 0 0 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid #eee; h4 { margin-top: 0; } p:last-child { margin-bottom: 0; } code, .highlight { background-color: #fff; } // Themes for different contexts &.callout-danger { background-color: #fcf2f2; border-color: #dFb5b4; } &.callout-warning { background-color: #fefbed; border-color: #f1e7bc; } &.callout-info { background-color: #f0f7fd; border-color: #d0e3f0; } // h4 header themes &.callout-danger h4 { color: #B94A48; } &.callout-warning h4 { color: #C09853; } &.callout-info h4 { color: #3A87AD; } }