Jump to content
WebFlake
  • 0

How do you post replies like this?


nick47274

Question

 

I assume it's a saved action, but how do you get the IPS Information styled template in there? Is that the 'Highlighted' messages that members can assign to a post or is this just raw code calling upon the template to appear and the text inside of it?

 

Like, I'm sure I get the jist, I'm just not sure how to go about it and I couldn't find a tutorial (though I've never been good with keywords)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Yes, it is a saved action. However, it will just load the CSS from your current theme.

  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

  • 0

Add to custom.css

.ipsMessage_success {
    background: #479c87;
}
.ipsMessage {
    padding: 15px 15px 15px 45px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
html[dir="ltr"] .ipsMessage:before {
    left: 15px;
}
.ipsMessage_success:before {
    content: '\f00c';
	font-family: 'FontAwesome';
    position: absolute;
    top: 15px;
    font-size: 20px;
}

Create the Saved Action and add

<div class="ipsMessage ipsMessage_success">

The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.

</div>

Make sure the group you're in can Post HTML

  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...