CyberAP
Well-known member
It'll cover other tabs then.any chance to exactly replicate the "Alert Balloon Arrow", but have it point to the left ?
this is the default Alert CSS:
It'll cover other tabs then.any chance to exactly replicate the "Alert Balloon Arrow", but have it point to the left ?
this is the default Alert CSS:
OK then, I hope i can request customize text on it?It won't be coming with psd file. I find that it makes it's way over to these warez sites so therefore it'll be PNG.
.nodeInfo.unread .nodeTitle:after {
content: "NEW";
display: inline-block;
line-height: 14px;
height: 14px;
vertical-align: 2px;
margin-left: 5px;
padding: 0 5px;
border-left: 7px solid rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: red;
background-color: hsla(0,0%,0%,0);
background-image: -webkit-linear-gradient(#F00, #F00), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 50.5%, #F00 50.5%), -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50.5%, #F00 50.5%);
background-image: -moz-linear-gradient(#F00, #F00), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 50.5%, #F00 50.5%), -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50.5%, #F00 50.5%);
background-image: linear-gradient(#F00, #F00), linear-gradient(135deg, rgba(0, 0, 0, 0) 50.5%, #F00 50.5%), linear-gradient(45deg, rgba(0, 0, 0, 0) 50.5%, #F00 50.5%);
background-clip: padding-box, border-box, border-box;
background-origin: padding-box, border-box, border-box;
background-size: auto auto, 20px 100%, 20px 100%;
background-repeat: repeat, repeat-y, repeat-y;
background-position: 0 0, 0 21px, 0 21px;
color: #FFF;
font-size: 9px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
how to center this red-colored item horizontally, so that it is centered with the Node-text ?
Currently it looks to be attached to the bottom somehow.....
I have tried to use "line-height: 15px" , but that did not work out.....
I'll probably re-open registrations via moderation soon but i seriously don't want to have to deal with 1 word posted spammy members who try to make up 10 posts to by pass downloading resources as they usually get instantly banned and i'm cleaning up their mess.
Perhaps open it up soon.![]()
Hi Shelley,
I am not sure what is the best way to get in touch with you ?
I have send you a message via the "Contact Form" at your website....... hope you received it.
![]()
The only problem - the guests on my site see all forums with 'New'. Is there a way to make this available only to the logged in members?
Add the class .LoggedIn at the beginning.
I love thisReally helps me see at a glance which sections have been posted in.
I am currently using this mod: http://xenforo.com/community/resources/sub-nodes-in-columns.580/
And want new to just appear on my main page after the sub forum instead of below it. Any idea why it is doing this? Thanks for the help!
.blockLinksList .nodeTitle:after {display: none;}
I am currently using this mod: http://xenforo.com/community/resources/sub-nodes-in-columns.580/
And want new to just appear on my main page after the sub forum instead of below it. Any idea why it is doing this? Thanks for the help!
.blockLinksList .nodeTitle:after {display: none;}
.nodeInfo.unread .nodeTitle:after, body .subForumsPopup .blockLinksList .unread .nodeTitle a:after {
background-color: #ac1212;
content: "NEW";
color: white;
border-radius: 2px;
margin-left: 5px;
padding: 1px 5px;
font-size: 8px; }
Forget my previous post (not sure whether there's any adverse affects with the below solution) try the following it seems to work for me.
Code:.blockLinksList .nodeTitle:after {display: none;} .nodeInfo.unread .nodeTitle:after, body .subForumsPopup .blockLinksList .unread .nodeTitle a:after { background-color: #ac1212; content: "NEW"; color: white; border-radius: 2px; margin-left: 5px; padding: 1px 5px; font-size: 8px; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.