Jump to content

Fonts and style.css


shiljo

Recommended Posts

I think on my site, style.css doesnt have inputs for main, mainbox, conetnt area, how do i call it. When i go to my pilots or other page, it displays something rude...ok for instance in pilot info, so my pilot center...I have something regular, then i go to  style.css...i cant find which area is dedicated for style of that letters in tha mainboard srea, i think im speaking right...So i entered pilot_something.tpl and i found tables there, i can do change in fonts there but i will need whole eternety entewring everything with every single line...so i found on net tbody and i done something including that...and i managed to change one table bu couldnt change font size, eveything else is done...

Is trhere any way to someone to told me what and how, or just where to change something, i will do the rest, to fix tat thing...and specially as i want to change that tables of pilots and pireps in css file, i want them only in home page, not on rest of site, ... Thank you...At least i have learnes today some table scripting hehehe...its worth it...and honestly i will donate this software, just waiting salary to be payed hehe...bye

Link to comment
Share on other sites

here is my stylesheet...pls i want to see, i think that main area where all the pages are listed isnt here...if so pls learn me how to put it so all the pages got same style and alignment, also want to learn how to move those recent tables of pilots and pireps from other poages than home page, want to leave it on home page...thank you all...

/* 
CSS Document 
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

/*HEADER*/
#header{
width: 800px;
position:relative; 
height: 162px;
background-image:url(/lib/skins/aqua/images/header.jpg);
background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
position:absolute;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 36px;
font-weight: bold;
margin-top:50px;
margin-left:40px;
left: 0px;
top: 0px;
}
/*MENU IN HEADER*/
#menu{
position:absolute;
bottom: 20px;
right: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 5px;
font-weight: bold;
}
#menu a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#333333;
text-decoration:none;
}
#menu a:hover{
text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
float:left;
width:200px;
}

/*CONTENT*/
#content{
width: 800px;
}
#contenttext{
align: justify;
width: 580px;
}

/*FOOTER*/
.footer{
width: 779px;
height: 32px;
background-image:url(/lib/skins/aqua/images/bg_footer.gif);
background-repeat:no-repeat;
clear:both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}
.footer a:hover{
text-decoration:underline;
}

/*TABLE*/
.table_top{
width: 204px; 
height: 27px;
background-image:url(/lib/skins/aqua/images/table_top.jpg);
background-repeat:no-repeat;
}
.table_content{
width: 204px;
background-image:url(/lib/skins/aqua/images/table_content.jpg);
background-repeat:repeat-y;
}
.table_text{
margin-left:15px;
margin-right:15px;
text-align:justify;
}
.table_bottom{
width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #0099CC;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF9900;
font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
font-weight: bold;
font-size: 14px;
color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...