MOTD

Counter-Strike 1.6 related discussions and downloads.

Moderators: vinyard, KreepingMonkey, zero86ea, skaterbasist, CS Moderator

Post Reply
Message
Author
User avatar
zero86ea
C.S. Server Admin
Posts: 318
Joined: Tue Jun 19, 2007 12:02 am
Contact:

MOTD

#1 Post by zero86ea » Wed Sep 12, 2007 2:26 am

Who ever plays on the vnet serevr (Kobk) please let me know what you think of the
MOTD, (Message of the day) which is the first menu you see where it tells you the serevr rules!
Its not in its final form but i think im going to leave it as it is for now! So if you have
any suggestions please let me know! thx :)
Attachments
motd.jpg
motd.jpg (55.09 KiB) Viewed 1491 times
Image

User avatar
vinyard
Server Admin
Posts: 301
Joined: Fri Jun 15, 2007 7:43 pm
Operating System: Windows Vista Ultimate 32bit
CPU: Intel C2D E8200 [Stock]
Video Card: EVGA GeForce 8800 GT 512MB SC
Sound Card: Onboard
Memory: Corsair Twin2x2048-6400Pro
Motherboard: EVGA 680i AR1 p32
Contact:

Re: MOTD

#2 Post by vinyard » Thu Sep 13, 2007 2:27 pm

I've updated the MOTD HTML code a bit. I've also fixed a few CSS issues with centering the Background image.
Here is the updated HTML & CSS:

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>VNet Gaming MOTD</title>
<style type="text/css">
<!--
.bg-image {position: absolute; background: #000000; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; text-align: center;}
.bg-image img {margin: 0 auto;}
.wrap {text-align: center;}
.style1 {font-size: 19px}
.style2 {font-size: 19px; font-weight: bold;}
.style3 {color: red;}
-->
</style>
</head>
<body>
<div class="bg-image"><img src="http://www.vnetgaming.servegame.org/images/Conditionzero.jpg" width="600" height="400" alt="motdbg" /></div>
<div class="wrap"><h1>Welcome to Kill or be Killed</h1>
<p><span class="style1"><strong>IP Adress:</strong> vnetgaming.servegame.org<br /><br />
<strong>Admins:</strong><br />
Vinyard<br />
Zero86ea<br />
Skaterbasist</span><br /><br />
<span class="style2">Visit www.vnetgaming.servegame.org</span><br /><br />
<span class="style3"><strong>note</strong>: This server saves stats by player name.</span></p></div>
</body>
</html>
- vinyard.

User avatar
zero86ea
C.S. Server Admin
Posts: 318
Joined: Tue Jun 19, 2007 12:02 am
Contact:

Re: MOTD

#3 Post by zero86ea » Thu Sep 13, 2007 2:52 pm

sweet shit vin! good job :D
Image

User avatar
vinyard
Server Admin
Posts: 301
Joined: Fri Jun 15, 2007 7:43 pm
Operating System: Windows Vista Ultimate 32bit
CPU: Intel C2D E8200 [Stock]
Video Card: EVGA GeForce 8800 GT 512MB SC
Sound Card: Onboard
Memory: Corsair Twin2x2048-6400Pro
Motherboard: EVGA 680i AR1 p32
Contact:

Re: MOTD

#4 Post by vinyard » Thu Sep 20, 2007 3:26 am

Tweaked a bit. I don't like the font color.

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>VNet Gaming MOTD</title>
<style type="text/css">
<!--
html,body {height: 100%; padding: 0; margin: 0;}
.bg-image {position: absolute; background: #000000; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; text-align: center;}
.bg-image img {margin-top: 30px;}
.wrap {height: 100%;}
.wrap div {margin-top: 50px; text-align: center;}
.style1 {font-size: 19px; color: #800000;}
.style2 {font-size: 19px; font-weight: bold; color: #800000;}
.style3 {color: #800000;}
-->
</style>
</head>
<body>
<div class="bg-image"><img src="http://www.vnetgaming.servegame.org/cstrike/Conditionzero.jpg" width="600" height="400" alt="motdbg" /></div>
<div class="wrap"><div><h1>Welcome to Kill or be Killed</h1>
<p><span class="style1"><strong>IP Adress:</strong> vnetgaming.servegame.org<br /><br />
<strong>Admins:</strong><br />
Vinyard<br />
Zero86ea<br />
Skaterbasist</span><br /><br />
<span class="style2">Visit www.vnetgaming.servegame.org</span><br /><br />
<span class="style3"><strong>note</strong>: This server saves stats by player name.</span></p></div></div>
</body>
</html>
- vinyard.

User avatar
zero86ea
C.S. Server Admin
Posts: 318
Joined: Tue Jun 19, 2007 12:02 am
Contact:

Re: MOTD

#5 Post by zero86ea » Fri Sep 21, 2007 12:59 am

not bad for a rookie :)
Image

jelli_belli
Posts: 36
Joined: Sat Sep 22, 2007 9:47 pm

Re: MOTD

#6 Post by jelli_belli » Wed Oct 17, 2007 2:06 am

wat does all this crap mean? :D

User avatar
zero86ea
C.S. Server Admin
Posts: 318
Joined: Tue Jun 19, 2007 12:02 am
Contact:

Re: MOTD

#7 Post by zero86ea » Thu Oct 25, 2007 4:15 pm

jelli_belli wrote:wat does all this crap mean? :D
lol go to w3schools.com and you'll learn!
Image

User avatar
vinyard
Server Admin
Posts: 301
Joined: Fri Jun 15, 2007 7:43 pm
Operating System: Windows Vista Ultimate 32bit
CPU: Intel C2D E8200 [Stock]
Video Card: EVGA GeForce 8800 GT 512MB SC
Sound Card: Onboard
Memory: Corsair Twin2x2048-6400Pro
Motherboard: EVGA 680i AR1 p32
Contact:

Re: MOTD

#8 Post by vinyard » Thu Oct 25, 2007 4:18 pm

We still need finish the MOTD. I don't like the way it looks.
- vinyard.

User avatar
zero86ea
C.S. Server Admin
Posts: 318
Joined: Tue Jun 19, 2007 12:02 am
Contact:

Re: MOTD

#9 Post by zero86ea » Thu Oct 25, 2007 4:21 pm

Vinyard wrote:We still need finish the MOTD. I don't like the way it looks.
same here man! its fucking gay!
Image

Post Reply