moneyshot Posted February 27, 2010 Share Posted February 27, 2010 ive been up for a year.. and have many clients.. look tho http://redirectfiles.tcadmin.net/Templates/Default/login.aspx?action=LogOff im not good at all!!! with graphics or this tcadmin front page. it looks so shotty!!! im tryen to make it full screen like some of u have.. and i just dont no what to do. im soo lost. im willing to pay some for help.. i just want it full screen and i dunno something nice. my server site is http://www.gameserverfiles.org and as u can see my server site itself also sucks.. but its very very easy to navagate and thats what i wanted easy!! easy click to buy server no hassle. im always avilable on xfire at frmoneyshot or msn lxlbloodykisseslxl@hotmail.com if interested.. cant pay much but 30 or 50 bucks for a little bit of time i think is worth it.. im not asken for a month of graphic work.. just a nice little clean background full screen and how to change the font of the colors.. or even at that just how to put it full screen or larger and how to change the font colors.. many thanks money Link to comment Share on other sites More sharing options...
steam.roy Posted March 31, 2010 Share Posted March 31, 2010 Hello, I am only giving you an idea on how to do this. Text Size: You will have to edit your Gamers.css. To change the text size change “font-size: 10px;” to “font-size: 20px;” ETC. As used on the footer. While you’re heading CSS uses “font-size: 1.75em;”, so do the same. “font-size: 3.00em;” Make your images full screen. You will have to edit your Gamers.css and Gamers.config. First Gamers.config. Where you have got “<add key="CustomHeader" value=" </td> </tr> <tr> <td align="center"> <div id="page"><img src="../../Uploads/Template/Gamers/header.jpg" alt="header" width="729" height="213" border=0 style="margin-left:0;margin-right:0;margin-top:0;" /><br /></div>" /> <add key="CustomFooter" value=" <div id="footer">Version %version% (%generate_time% secs)</div>" />” The value code means “</td> </tr> <tr> <td align="center"> <div id="page"><img src="../../Uploads/Template/Gamers/header.jpg" alt="header" width="729" height="213" border=0 style="margin-left:0;margin-right:0;margin-top:0;" /><br /></div>”. So if you know very basic html, you know you can just change the size to what is needed. You will also need to edit you images in Photoshop as needed, so it is not scaled and looks bad. Now the Gamers.css For example: “#footer { font-size: 10px; line-height: 35px; color: #FFFFFF; background-image: url(footer.jpg); text-align:center; height:43px; }” Now you see that the footer only shows the image as it is, with not scaling. So all you have do is edit the size of it in photo shop as needed. You will have to do the following for of the tags as needed. Meaning you will do it for things that you need to change the size of. Eg. menus “.menu_header { font-weight: bold; font-size: 0.8em; font-family: Verdana; text-align: left; height:20px; width:695px; color: #000000; }” You will have to edit the height as needed. If you need more info try goggling CSS basics. Also, in your game config file you have an error. “<add key="CustomColor" value="white;;background-image: url(../../Uploads/Template/Gamers/background.jpg)" />” you should have “<add key="CustomColor" value="white;background-image: url(../../Uploads/Template/Gamers/background.jpg)" />”. Please note I have not tested this, I am doing this from basic html and CSS knowledge. Note for noobs: when I say css. I do not mean “Counter-Strike: Source”, but Cascading Style Sheets Hope this helps. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.