I resolved it! Topic closed!
1 2006-08-21 18:23
Re: Few questions regarding the design (6 replies, posted in PunBB 1.2 discussion)
2 2006-08-21 12:56
Re: Few questions regarding the design (6 replies, posted in PunBB 1.2 discussion)
It's very headstrong...
../style/imports/sibirsky_org_cs.css >> the last part of this file...
/****************************************************************/
/* 6. EXTRAS */
/****************************************************************/
#brdmenu {BACKGROUND: url(../../img/sibirsky_org/fon111.gif); border-top: 1px solid #7897BB;border-bottom: 1px solid #7897BB; BACKGROUND-COLOR: #7897BB;}
/* header logo */
/* header logo */
.pun H1
{
/* your logo and position */
background-image: url(../../img/sibirsky_org/logo.gif);
background-repeat: no-repeat;
background-position: right; /* you set your logo position here */
display: block;
height: 65px; /* logo height in here add width: size px if u need*/
}
/*header title*/
.pun H1 span
{
/* your font style */
color: #4784BF;
font-size: 22px; /* title size */
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align: right;
text-transform: none; /* transform text: uppercase, capitalise */
text-decoration: none; /* decoration: none, overline */
/* position for your text (board title) with the logo */
position: left;
top: 40px;
left: 118px;
}
The logo.gif is aligned to the right but the title NOT. :cry:
Any ideas? :roll:
3 2006-08-12 12:16
Re: Few questions regarding the design (6 replies, posted in PunBB 1.2 discussion)
I've tried to put it in the right side the Title and Subtitle and it didn't worked. (
I've put a logo and the logo goes to the right side but the text nope.
Is here anyone could help me?
4 2006-08-11 20:35
Re: Few questions regarding the design (6 replies, posted in PunBB 1.2 discussion)
Thanks for the answer.
For mod_rewrite I think I'll wait the 1.3 version.
Please tell me how can I change the font dimension for top links, title and description.
5 2006-08-11 19:36
Topic: Few questions regarding the design (6 replies, posted in PunBB 1.2 discussion)
Hello,
Maybe I'm blind at this hour but where can change the positions of top index links from left to right or center?
Also I'd like to change the position for Forum Title and Forum Description from left to right or center.
I've tried PunRewrite and it didn't works with last version of PunBB? Any suggestions for mod_rewrite and clean url's?