File: css/LESS/advanced-read-more.less

Recommend this page to a friend!
  Classes of David Whitworth   Advanced jQuery Read More   css/LESS/advanced-read-more.less   Download  
File: css/LESS/advanced-read-more.less
Role: Auxiliary data
Content type: text/plain
Description: Version 1.0
Class: Advanced jQuery Read More
Truncate certain text areas with a read more link
Author: By
Last change: Version 1.0
Date: 2 years ago
Size: 1,142 bytes
 

Contents

Class file image Download
/* //------------------------------------------------------------------------------------- // Advanced jQuery Read More Stylesheet //------------------------------------------------------------------------------------- // Created 2016-08-29 // Changed 2016-09-01 // Authors David Whitworth | David@Whitworth.de //------------------------------------------------------------------------------------- // 2016-08-29 Created // 2016-09-01 DW removed the additional _jrm-settings.less as it was obsolete //------------------------------------------------------------------------------------- // Copyright (c) 2016 //------------------------------------------------------------------------------------- */ /* GENERAL --> */ /* <-- GENERAL */ /* SECTIONS --> */ .jrm-truncate { overflow: hidden; &.jrm-reduced { &.jrm-textOnly { img, table { display: none; } } } } .jrm-toggle { display: inline-block; margin-top: 1em; margin-bottom: 1em; text-decoration: underline; color: blue; cursor: pointer; } /* SECTIONS --> */