# Any live examples of category-specific CSS styling?

**URL:** https://meta.discourse.org/t/any-live-examples-of-category-specific-css-styling/48964
**Category:** UX
**Created:** [2016年八月21日 23:39 UTC](https://meta.discourse.org/t/any-live-examples-of-category-specific-css-styling/48964 "2016-08-21T23:39:06Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Tom\_Newsom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tom_newsom/32/115981_2.png) [@Tom\_Newsom](https://meta.discourse.org/u/Tom_Newsom)
#### Post date: [2016年九月1日 21:38 UTC](https://meta.discourse.org/t/any-live-examples-of-category-specific-css-styling/48964/5 "2016-09-01T21:38:03Z")

</div>

You posted directly below it yesterday 😃

> [@Cards design for topics?](https://meta.discourse.org/t/cards-design-for-topics/48107/3):
>
> I had a quick go at this (combined with Topic Previews plugin) CSS: // Display topic list rows as cards .topic-list-item { display: inline-block; max-width: 350px; box-shadow: 2px 2px 2px 2px #888888; margin: 10px; } // Hide extraneous topic list columns .posters, th.posts, td.posts, .views, .activity, { display:none; } You can embellish from there. (change the post excerpt maxlength setting to get longer excerpts) Getting Author Info to display properly is …

---

_[View the full topic](https://meta.discourse.org/t/any-live-examples-of-category-specific-css-styling/48964)._
