# Styling for "This topic will close a month"

**URL:** https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192
**Category:** Feature
**Created:** [01.Май.2015 11:44:01 UTC](https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192 "2015-05-01T11:44:01Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![iamntz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamntz/32/114670_2.png) [@iamntz](https://meta.discourse.org/u/iamntz)
#### Post date: [01.Май.2015 11:44:01 UTC](https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192/1 "2015-05-01T11:44:01Z")

</div>

I’m not sure if this is a bug or a feature, but closing notification seems to be very … un-noticeable.

 ![](https://global.discourse-cdn.com/meta/original/3X/4/7/476714b64fad94e97ff8827b0bfd997296448825.jpg) 

I’m suggesting to update the styling a bit, like so:

```css

#topic-closing-info {
  height: auto;  
}

#topic-closing-info h3 {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px;
  text-align: center;
  background-color: #FFFCC1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top:-10px;
}

```

The result looks to be a bit more noticeable:

 ![](https://global.discourse-cdn.com/meta/original/3X/3/d/3d296caaa461712fca03351894339be9b93cbbd8.jpg) 

What do you guys think?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [01.Май.2015 12:34:57 UTC](https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192/2 "2015-05-01T12:34:57Z")

</div>

We actually don’t want to draw attention to it. So I’d say you found a way to draw attention to it via your custom css settings. Apply it and enjoy.

---

<div class="post-metadata">

### Author: ![kpfleming](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kpfleming/32/116414_2.png) [@kpfleming](https://meta.discourse.org/u/kpfleming)
#### Post date: [01.Май.2015 16:52:04 UTC](https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192/3 "2015-05-01T16:52:04Z")

</div>

If only you could still use ‘marquee’ tags… 😄

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [02.Май.2015 22:11:30 UTC](https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192/4 "2015-05-02T22:11:30Z")

</div>

In Chrome, `<marquee>` tags create a `#shadow-root` element, basically creating a new DOM, in order to work. So they will still work, at a hilarious performance penalty.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [04.Декабрь.2025 11:35:54 UTC](https://meta.discourse.org/t/styling-for-this-topic-will-close-a-month/28192/5 "2025-12-04T11:35:54Z")

</div>


