Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

how to add table for warnings, info...

3 posters

Go down  Message [Page 1 of 1]

1how to add table for warnings, info... Empty how to add table for warnings, info... Tue Jul 23, 2013 6:17 am

Zyon

Zyon
manager


how to make this:
how to add table for warnings, info... Nova_s10

simple:
go in AdminPanel -> Display -> Colors -> CSS

add this code in your CSS:
Code:
/*info,goto,warn*/
.info {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('http://i.imgur.com/BZ17N.png');
}
.finish {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.finish {
color: #00529B;
background-color: #BDE5F8;
background-image: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0020/accept.png');
}
.warn {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.warn {
color: #00529B;
background-color: #BDE5F8;
background-image: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png');
}

You can use it if you writte:
for Info:
Code:
[table class="info"][tr][td]TEXT[/td]
[/tr]
[/table]
for Finish:
Code:
[table class="finish"][tr][td]TEXT[/td]
[/tr]
[/table]
for Warning:
Code:
[table class="warn"][tr][td]TEXT[/td]
[/tr]
[/table]

In place of TEXT writte your message.

http://admins.forumotion.com

Wanse

Wanse
User


It's rather simple, but I don't think it will be useful

Zyon

Zyon
manager


I use that a lot on my forum, all see it, and I don't use colors, just that, when something is finish i use that, and evrybody see that before color, and it have image, for easier see if something is Info, or warning, and you change color of background of table. To me, warning is red, info blue, finish green. And it is very easie to see.

http://admins.forumotion.com

SLGray

SLGray
User


I like the idea of it.

http://webcreations.forumotion.com/

Zyon

Zyon
manager


Thank you :)

http://admins.forumotion.com

6how to add table for warnings, info... Empty Re: how to add table for warnings, info... Tue Jul 23, 2013 11:35 pm

Wanse

Wanse
User


Fa them smaller and are well

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum