Line 1,046: | Line 1,046: | ||
} | } | ||
− | + | ||
+ | |||
+ | /*read more class for large sections of text*/ | ||
+ | |||
+ | .read_more { | ||
+ | background-color: #f2f2f2; | ||
+ | border: 1px solid #c2c2c2; | ||
+ | border-radius:5px; | ||
+ | color: #616161; | ||
+ | font-weight: bold; | ||
+ | padding: 0px 12px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .read_more:hover { | ||
+ | background-color:#00A19B; | ||
+ | border: 1px solid #00A19B; | ||
+ | color: #ffffff; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | |||
+ | .read_more::before{ | ||
+ | content: "Read more..."; | ||
+ | } | ||
+ | |||
+ | .read_more.show_less::before{ | ||
+ | content: "Show less"; | ||
+ | } | ||
+ | |||
+ | .read_more_text{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
/*mobile*/ | /*mobile*/ |
Revision as of 19:23, 21 March 2019