Help: text on header
3 posters
Page 1 of 1
Help: text on header
Hello everybody!
I have a little problem. I want to put text on header, but I don't know the code.
Everything should look like this: http://wolfsbanemoonfall.forumsl.net/
Look on the header of the forum - that text in white. What is the code? Thank you so much for your help!
I have a little problem. I want to put text on header, but I don't know the code.
Everything should look like this: http://wolfsbanemoonfall.forumsl.net/
Look on the header of the forum - that text in white. What is the code? Thank you so much for your help!
Last edited by MissUrsh on July 13th 2013, 1:53 am; edited 1 time in total
Re: Help: text on header
Add in Administration Panel -> Display -> Generalities :
and that in your Administration Panel -> Dispaly -> Colors ->CSS
Isn't tested , ,if you have problems just say
- Code:
<link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
<div class="contenth2"><table cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div class="acheader"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #466e6b ; padding-top: 5px;"> wolfsbane and moonfall</div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px; border-bottom: 5px solid #94bdba;"> just read all important stuff and enjoy in the beacon hills.</div></center><br><div style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">the forum <i>( wolfsbane and moonfall )</i> it's made on the teen wolf serie. we are in year 2013 in mystic town called <i>beacon hills</i> in california. only supernatural creatures here are werewolves and others humans and hunters. it's your choice on which side you'll be. this rpg forum is really easy so you can enjoy but please read rules, plots and other stuff first. <br> </div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> credits - skin je last neje | allison |. OPISI ZA CANON LIKE OZ. DRUŽINE SO NASTALI IZ POD ROK NAŠIH ADMIN, ZATO VAS PROSIMO DA BREZ PREDHODNEGA DOGOVORA Z ADMINISTRATORKAMI, LE TEH NE KOPIRATE NA DRUGE FORUM ALI PA SE IZDAJATE DA SO VAŠI. VSE TEME IN PRISPEVKI TER OPISI LIKOV PA PRIPADAJO NAŠIM ČLANOM. </div></div> </td><td valign="top"><div style="width: 200px; height: 210px; background-color: #fff; margin-left: 10px;"><table cellspacing="6" cellpadding="0"><tbody><tr><td valign="top"><center> <table cellpadding="0" cellspacing="1" border="0" width="40%"><tbody><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr></tbody></table> </center><br><div style="line-height: 85%"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #639696 ; padding-top: 5px;"> updates</div></center><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> → date here </div><br><div style="font-family: calibri; font-size: 8px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">what's new here!</div></div></td></tr></tbody></table></div></td></tr></tbody></table></div>
and that in your Administration Panel -> Dispaly -> Colors ->CSS
- Code:
#header .contenth2 {
position: absolute;
left: 25px;
top: 65px;
-webkit-transition: 1s all ease-in-out;
-moz-transition: 1s all ease-in-out;
o-transition: 1s all ease-in-out;
opacity: 0.1;
}
#header .contenth2 {
position: absolute;
left: 25px;
top: 65px;
-webkit-transition: 1s all ease-in-out;
-moz-transition: 1s all ease-in-out;
o-transition: 1s all ease-in-out;
opacity: 0.1;
}
div {
line-height: 90%;
letter-spacing: 1px;
}
user agent stylesheetdiv {
display: block;
}
Pseudo ::-webkit-scrollbar element
::-webkit-scrollbar {
background: #2E2D2B;
width: 10px;
}
Pseudo ::-webkit-file-upload-button element
::-webkit-scrollbar-thumb {
background: #6E5C34;
width: 10px;
}
Pseudo ::-webkit-search-decoration element
::-webkit-scrollbar-corner {
background: #6E5C34;
}
Inherited from div#header
div {
line-height: 90%;
letter-spacing: 1px;
}
Inherited from td.borders
p, td, th {
font-family: calibri;
}
Inherited from table
user agent stylesheettable {
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
Inherited from td.bodyline
p, td, th {
font-family: calibri;
}
Inherited from table.bodylinewidth
user agent stylesheettable {
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
.acheader {
width: 350px;
height: 200px;
background-color: #fff;
padding: 10px;
text-align: justify;
font-family: vani;
font-size: 10px;
line-height: 100%;
color: #adadad;
overflow: auto;
}
.links2 {
height: 20px;
width: 100px;
background-color: #bfc4c4;
padding: 1px;
text-align: center;
vertical-align: middle;
font-family: calibri;
padding-top: 2px;
padding-bottom: 2px;
font-size: 9px;
line-height: 9px;
text-transform: uppercase;
color: #000;
margin-bottom: -5px;
transition: all 0.9s linear;
-moz-transition: all 0.9s linear;
-o-transition: all 0.9s linear;
-webkit-transition: all 0.9s linear;
}
Isn't tested , ,if you have problems just say
Re: Help: text on header
sure , you need only to play with this
If you don't like how is now , replace only the "120px" with new pixels , like "200px" also , you need to have at end ;
- Code:
.contenth2{
position: absolute;
right: 120px;
top: 100px;
}
If you don't like how is now , replace only the "120px" with new pixels , like "200px" also , you need to have at end ;
Re: Help: text on header
Shame on me that I didn't figure this out by myself!
well, and i found out more: i can see this text area only on index. when i'm in topics, i can not see it. is there anything to make it seen in topics too or not?
And I have to thank you now already, you saved me haha
well, and i found out more: i can see this text area only on index. when i'm in topics, i can not see it. is there anything to make it seen in topics too or not?
And I have to thank you now already, you saved me haha
Re: Help: text on header
Remove the text from your Generalities and create a new javascript with this in him ,mark in all pages
Don't remove the CSS
- Code:
jQuery(document).ready(function() {
$('.maintitle').before('
<link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
<div class="contenth2"><table cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div class="acheader"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #466e6b ; padding-top: 5px;"> wolfsbane and moonfall</div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px; border-bottom: 5px solid #94bdba;"> just read all important stuff and enjoy in the beacon hills.</div></center><br><div style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">the forum <i>( wolfsbane and moonfall )</i> it's made on the teen wolf serie. we are in year 2013 in mystic town called <i>beacon hills</i> in california. only supernatural creatures here are werewolves and others humans and hunters. it's your choice on which side you'll be. this rpg forum is really easy so you can enjoy but please read rules, plots and other stuff first. <br> </div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> credits - skin je last neje | allison |. OPISI ZA CANON LIKE OZ. DRUŽINE SO NASTALI IZ POD ROK NAŠIH ADMIN, ZATO VAS PROSIMO DA BREZ PREDHODNEGA DOGOVORA Z ADMINISTRATORKAMI, LE TEH NE KOPIRATE NA DRUGE FORUM ALI PA SE IZDAJATE DA SO VAŠI. VSE TEME IN PRISPEVKI TER OPISI LIKOV PA PRIPADAJO NAŠIM ČLANOM. </div></div> </td><td valign="top"><div style="width: 200px; height: 210px; background-color: #fff; margin-left: 10px;"><table cellspacing="6" cellpadding="0"><tbody><tr><td valign="top"><center> <table cellpadding="0" cellspacing="1" border="0" width="40%"><tbody><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr></tbody></table> </center><br><div style="line-height: 85%"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #639696 ; padding-top: 5px;"> updates</div></center><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> → date here </div><br><div style="font-family: calibri; font-size: 8px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">what's new here!</div></div></td></tr></tbody></table></div></td></tr></tbody></table></div>');
});
Don't remove the CSS
Re: Help: text on header
It doesn't work o.o I removed text from Generalities and created a new javascript, placement: In all the pages.
But now everything is gone
But now everything is gone
Re: Help: text on header
Oh ,now I saw you have a phpBB2 forum
Administration Panel -> Display -> Templates -> General -> Overall_header find that : <!-- BEGIN switch_ticker_new --> before this add the code :
It is tested by me and work
Administration Panel -> Display -> Templates -> General -> Overall_header find that : <!-- BEGIN switch_ticker_new --> before this add the code :
- Code:
<link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
<div class="contenth2"><table cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div class="acheader"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #466e6b ; padding-top: 5px;"> wolfsbane and moonfall</div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px; border-bottom: 5px solid #94bdba;"> just read all important stuff and enjoy in the beacon hills.</div></center><br><div style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">the forum <i>( wolfsbane and moonfall )</i> it's made on the teen wolf serie. we are in year 2013 in mystic town called <i>beacon hills</i> in california. only supernatural creatures here are werewolves and others humans and hunters. it's your choice on which side you'll be. this rpg forum is really easy so you can enjoy but please read rules, plots and other stuff first. <br> </div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> credits - skin je last neje | allison |. OPISI ZA CANON LIKE OZ. DRUŽINE SO NASTALI IZ POD ROK NAŠIH ADMIN, ZATO VAS PROSIMO DA BREZ PREDHODNEGA DOGOVORA Z ADMINISTRATORKAMI, LE TEH NE KOPIRATE NA DRUGE FORUM ALI PA SE IZDAJATE DA SO VAŠI. VSE TEME IN PRISPEVKI TER OPISI LIKOV PA PRIPADAJO NAŠIM ČLANOM. </div></div> </td><td valign="top"><div style="width: 200px; height: 210px; background-color: #fff; margin-left: 10px;"><table cellspacing="6" cellpadding="0"><tbody><tr><td valign="top"><center> <table cellpadding="0" cellspacing="1" border="0" width="40%"><tbody><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr></tbody></table> </center><br><div style="line-height: 85%"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #639696 ; padding-top: 5px;"> updates</div></center><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> → date here </div><br><div style="font-family: calibri; font-size: 8px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">what's new here!</div></div></td></tr></tbody></table></div></td></tr></tbody></table></div>
It is tested by me and work
Re: Help: text on header
OMG, I can't tell you how happy I am! Thank you so much, sweetie, you made my day!
This code is working, thank you again and again and again.
This topic can be solved & lock!
This code is working, thank you again and again and again.
This topic can be solved & lock!
Re: Help: text on header
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Text inside header bar
» [Request]Header Text Change
» Two text buttons for header Menu
» [Solved]Header Text change
» How to move text in categories header
» [Request]Header Text Change
» Two text buttons for header Menu
» [Solved]Header Text change
» How to move text in categories header
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum