• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Warning Card in Top-Right Corner

James

Well-known member
This template modification will display a yellow card in the top-right corner of any posts that have a public warning posted.

warning card.webp

To achieve this effect, open up EXTRA.css and add the following:
Code:
li.warningNotice{
  background-color: yellow !important;
  float: right;
  width: 80px;
  border: 1px solid #BB0
}

li.warningNotice .icon{
  float: left;
  margin-right: 2px;
}

Hope this helps (anybody) - enjoy!
 
Nice.

I like that idea.

You might want to add a border colour too, to override the default.
 
3 styles in the>> extra.css added
on page: http://www.islamforumu.net/threads/Öm-gönderemiyorum.144/

but:
Default Style and all green-2: (does not seem)

alqj.png


XenBlue pro Dark: (looks in that)
alqr.png


Edit: I solved the problem. Reset message template
 
Top Bottom