Communications Network
Vast Empire  -  New Posts  -  Search  -  Statistics  -  Login 
 
ComNet > Neutral Messages > Archived Lounge > Datapad Blue
 
 
 
Author
Topic:  Datapad Blue
TX-47
ComNet Cadet
 
TX-47
 
[VE-ARMY] Lance Corporal
 
Post Number:  274
Total Posts:  621
Joined:  Jan 2008
Status:  Offline
  Datapad Blue
October 17, 2008 4:00:11 PM    View the profile of TX-47 
Heh, I was playing with code and wiki.com; here's a sample.  Have fun
Datapad Blue #0080FF

Red #FF0000
Dark Blue #0000FF
Blue #0040FF

Green #00FF00
Yellow #FFFF00
Cobalt blue #0047AB
Egyptian Blue #1034A6
Electric Blue #7DF9FF
Han Blue
Han Purple #5218FA
Indigo #4B0082
Electric Indigo #6600FF
Blue-Violet #4B0082
Indigo Dye #00416A

Magenta (fuchsia) #FF00FF
Magenta dye #CA1F7B
Process magenta (subtractive primary, sRGB approximation) #FF0090
Magenta (additive secondary) #FF00FF
Hot Magenta #FF00CC
Hot Magenta  #FF69B4
Violet #EE82EE
Violet (color wheel) #7F00FF
Electric Violet #8B00FF
Vivid Violet #9900FF
Dark Violet #9400D3
Violet (web color) #EE82EE

http://en.wikipedia.org/wiki/List_of_colors
http://en.wikipedia.org/wiki/Violet_(color)


For Profiles:


Dante's Inferno, an extensively hot-rodded ISP 'Swamp Speeder', now as fast as a Storm Skimmer & more heavily armed with the addition of an LC-5 Lava Cannon & a Heavy Republic Flame Thrower.

html color codes http://search.yahoo.com/search?p=html+color+codes&fr=yfp-t-501-s&toggle=1&cop=mss&ei=UTF-8
http://html-color-codes.info/
How to use HTML color codes?

With HTML color codes you can set the color of web site background, color of text, cells in tables and much more.Using HTML color codes for web site background color:


Using HTML color codes for setting font/text color:


Using HTML color codes for table background color:


Using HTML color code for link color:


http://www.computerhope.com/htmcolor.htmhttp://www.computerhope.com/issues/ch000072.htm
Reference number: CH000072

Changing the type of font displayed on web page.
Issue:
Changing the type of font displayed on web page.
Solution:
CSS

The recommended method changing the font color is using CSS. Below are two different methods of doing this with CSS.Using it onceIf you plan on changing the font only once on the web page use the below example. In the below example we're changing all the text contained within the tags to the Courier font using #0066CC as the blue color. This text is Courier bluePlan on using it more than once or on multiple pagesIf you plan on using this font, color, or other font properties more than once we suggest following the below steps.In the portion of your web page add code similar to the below example. In this example we're creating a style called .courier, which is using the courier font with the color #005CB9. A listing of these color codes and examples can be found on our color codes page.

Once defined this style can be used anywhere in your page by using either of the below examples. In the first example everything contained within the paragraph (

) would be courier and blue as defined in the above example. With the second example only the TEST part of the line contained within the would be courier and blue.

Test



This is a TEST
A font style can also be defined in an external .css file as shown in the below example..courier {
font-family: Courier;
color: #005CB9;
}
Once the above has been placed into a .css file, call the .css file by using a command similar to the below example in your portion of your web page. In the below example we've called our .css file basic.css. Once this is in your code you can use the same above example to turn text courier and blue within any of your web pages that contain this code. If at any time in the future you wish to change the properties you'll only need to change the code within the .css file.

Font tag

Although this HTML tag is deprecated it can still be used and may be necessary to be used with some online services. When using the FONT tag, you must include the face attribute, which is the name of the font to be used. In the below example, we're using the Courier font.This is a special font

Remember that when changing the font to be displayed, if the user visiting your web page does not have the font you are using, the font will be viewed as the default font.
Example:

This is a special font

Additional information:
See our color codes page for a complete listing of HTML color codes and examples of what each color code looks like.
Information about adjusting the website body font can be found on document CH000067.
Imperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars ImageImperial Network Star Wars Image
Imperial Network Star Wars Image
Imperial Network Star Wars Image
Imperial Network Star Wars Image
BlackJack Squad
Lance Corporal Baraka "Tank" Kodex
TRP/LCP TX-47/2SQD/2PLT/1CMP/1RGT/1BAT/Tadath/VEA/VE [EW2][LoS][ES2][SRP]

Vehicle Crewman
Storm Commando http://www.playlist.com/user/5975941/
"Smart."  -Calo Nord
Exalted in the Dark Side
[This message has been edited by TX-47 (edited October 17, 2008 5:10:30 PM)]
TX-47
ComNet Cadet
 
TX-47
 
[VE-ARMY] Lance Corporal
 
Post Number:  275
Total Posts:  621
Joined:  Jan 2008
Status:  Offline
  RE: Datapad Blue
October 17, 2008 5:10:55 PM    View the profile of TX-47 
html font/text color codes
http://search.yahoo.com/search;_ylt=A0oGkibBBPlIenYBlEhXNyoA?p=html+font%2Ftext+color+codes&fr=yfp-t-501-s&ei=UTF-8
http://www.htmlgoodies.com/tutorials/colors/article.php/3479011
Section 1: Changing Full-Page Text Colors
You have the ability to change full-page text colors over four levels: -- This denotes the full-page text color.

-- This denotes the color of the links on your page.

-- This denotes the color the link will flash when clicked upon.

-- This denotes the colors of the links after they have been visited.
These commands come right after the commands. Again, in that position they affect everything on the page. Also... place them all together inside the same command along with any background commands. Something like this: < BODY BGCOLOR="######" TEXT="######" LINK="######" VLINK="######"><br /><br />Please note: When you write these codes, you can write them with a # sign in front of the hex code or not. It used to be that that was required, but not any more. I still use it just because I started that way. You may want to just go with the six-digit code. Also make sure to place a space between each command and be sure to enclose it in quotation marks, like so: <VLINK="#FFFFFF"> <br />--------------------------------------------------------------------------------<br /><br />Section 2: Changing Specific Word Color<br />But I only want to change one word's color! You'll use a color (hex) code to do the trick. Follow this formula: <FONT COLOR="######">text text text text text</FONT> It's a pain in the you-know-where, but it gets the job done. It works with all H commands and text size commands. Basically, if it's text, it will work. [Text Color Codes]<br />[Section 1: Changing Full-Page Text Colors]<br />[Section 2: Changing Specific Word Color]  Enjoy!<div class="msgCHeight"></div></div> <div class="signature"><img src='https://images.imperialnetwork.com/data/20px-LAAT_i.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-republictank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-LtReptank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-MedReptank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-HvyReptank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-2-M_Tank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-CSAStrikebreaker.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-Sentinel_negvv.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-Acclamator_203_400.JPG' border='0' alt='Imperial Network Star Wars Image' /><br /><img src='https://images.imperialnetwork.com/data/bjsigbannercm2.jpg' border='0' alt='Imperial Network Star Wars Image' /><br /><img src='https://images.imperialnetwork.com/data/Storm_userbar.jpg' border='0' alt='Imperial Network Star Wars Image' /><br /><img src='https://images.imperialnetwork.com/data/Stormsigbannerwa6.jpg' border='0' alt='Imperial Network Star Wars Image' /><br /><span style='font-family:Gremlin'><span style='font-size:36px'><span style='color:#000000'>B</span><span style='color:#2f0000'>l</span><span style='color:#5d0000'>a</span><span style='color:#8b0000'>c</span><span style='color:#a84040'>k</span><span style='color:#c68080'>J</span><span style='color:#e3c0c0'>a</span><span style='color:#ffffff'>c</span><span style='color:#e3c0c0'>k</span><span style='color:#c68080'> </span><span style='color:#a84040'>S</span><span style='color:#8b0000'>q</span><span style='color:#5d0000'>u</span><span style='color:#2f0000'>a</span><span style='color:#000000'>d</span></span></span><br /><span style='color:#0080FF'><b>Lance Corporal Baraka "Tank" Kodex <br />TRP/LCP TX-47/2SQD/2PLT/1CMP/1RGT/1BAT/Tadath/VEA/VE [EW2][LoS][ES2][SRP]</b></span><br /><span style='color:#FF0000'><b>Vehicle Crewman</b></span><br />Storm Commando <a href='http://www.playlist.com/user/5975941/' target='_blank'>http://www.playlist.com/user/5975941/</a><br />"Smart."  -Calo Nord<br /><span style='color:#FF0000'>Exalted in the Dark Side</span></div> </div></td> </tr> <tr> <td class="dark_small" width="10%" valign="top" rowspan="2" nowrap> <font class="big"><b>TX-47</b></font><br> <i>ComNet Cadet</i><br>  <br> <a href="/member/6364/"><img src="https://avatars.imperialnetwork.com/apoc_promo.jpg" alt="TX-47" width="100" height="120" border="0" /></a><br>  <br> [VE-ARMY] Lance Corporal<br>   <br> Post Number:  276<br> Total Posts:  621<br> Joined:  Jan 2008<br> Status:  Offline </td> <td class="dark_small" width="100%" valign="middle" height="1%"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="dark_small" nowrap height="1%" width="40%"><div class="vmiddle"> <a name="159447"></a><img src="/images/icons/arrow.gif" align="absmiddle" border="0" width="15" height="15" />  RE: Datapad Blue </div></td><td class="dark_small" align="center" nowrap height="1%" width="30%"><div id="postRating_159447" class="vmiddle" style="padding-right:5px;"> </div></td><td class="dark_small" align="right" nowrap height="1%" width="30%"><div class="vmiddle"> <span class="time vmiddle">October 17, 2008 5:12:55 PM</span>    <a href="/member/6364/"><img src="/images/profile.gif" border="0" width="22" height="11" align="absmiddle" alt="View the profile of TX-47" /></a>  </div></td> </tr> </table> </td> </tr> <tr> <td class="dark_big" width="100%" valign="top"><div class="msgContent"> <div class="messageBody"><div class="msgMinHeight"></div><dl class="outofcontext"><dt class="ooc">OOC:</dt><dd>I apologize; some of the code doesn't copy well into ComNet.  Click the links for unbroken instructions.</dd></dl><br /><br /><img src='/smiles/atat.gif' align='absmiddle' border=0><div class="msgCHeight"></div></div> <div class="signature"><img src='https://images.imperialnetwork.com/data/20px-LAAT_i.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-republictank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-LtReptank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-MedReptank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-HvyReptank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-2-M_Tank.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-CSAStrikebreaker.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-Sentinel_negvv.JPG' border='0' alt='Imperial Network Star Wars Image' /><img src='https://images.imperialnetwork.com/data/20px-Acclamator_203_400.JPG' border='0' alt='Imperial Network Star Wars Image' /><br /><img src='https://images.imperialnetwork.com/data/bjsigbannercm2.jpg' border='0' alt='Imperial Network Star Wars Image' /><br /><img src='https://images.imperialnetwork.com/data/Storm_userbar.jpg' border='0' alt='Imperial Network Star Wars Image' /><br /><img src='https://images.imperialnetwork.com/data/Stormsigbannerwa6.jpg' border='0' alt='Imperial Network Star Wars Image' /><br /><span style='font-family:Gremlin'><span style='font-size:36px'><span style='color:#000000'>B</span><span style='color:#2f0000'>l</span><span style='color:#5d0000'>a</span><span style='color:#8b0000'>c</span><span style='color:#a84040'>k</span><span style='color:#c68080'>J</span><span style='color:#e3c0c0'>a</span><span style='color:#ffffff'>c</span><span style='color:#e3c0c0'>k</span><span style='color:#c68080'> </span><span style='color:#a84040'>S</span><span style='color:#8b0000'>q</span><span style='color:#5d0000'>u</span><span style='color:#2f0000'>a</span><span style='color:#000000'>d</span></span></span><br /><span style='color:#0080FF'><b>Lance Corporal Baraka "Tank" Kodex <br />TRP/LCP TX-47/2SQD/2PLT/1CMP/1RGT/1BAT/Tadath/VEA/VE [EW2][LoS][ES2][SRP]</b></span><br /><span style='color:#FF0000'><b>Vehicle Crewman</b></span><br />Storm Commando <a href='http://www.playlist.com/user/5975941/' target='_blank'>http://www.playlist.com/user/5975941/</a><br />"Smart."  -Calo Nord<br /><span style='color:#FF0000'>Exalted in the Dark Side</span></div> </div></td> </tr> <tr><td class="header" colspan="2" align="right"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="header"> <b><a href='/'>ComNet</a> > <a href='/forum/1/'>Neutral Messages</a> > <a href='/comnet/2/'>Archived Lounge</a> > Datapad Blue</b>  |  <a href="/ref/search/searchNew/1/">New Posts</a> </td> <td class="header" nowrap align="right">    </td></tr></table> </td></tr> </table> </td></tr> </table></div> <div class="detail" style='padding: 3pt 3pt 3pt 3pt;'>   </div></form> <br> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> <tr valign="top"> <td class="detail">All times are CST. The time now is 8:36:01 PM</td> <td class="detail" align="right"> <script language = "JavaScript" type="text/javascript" src="/lucee/formtag-form.cfm"></script><script language = "JavaScript" type="text/javascript"> function _CF_checkcomnetJump() { return lucee_form_lisb.check();} </script><form onsubmit="return lucee_form_lisb.check();" name="comnetJump" action="/" method="post"> <table cellpadding="0" cellspacing="0" border="0"> <tr><td class="detail"> <b>Comnet Jump:</b><br> <select name="forumJump"> <option value="-1" >Please select one:</option> <option value="-1">--------------------</option> <option value="search">Search</option> <option value="home">Home</option> <option value="-1">--------------------</option> <option value="F-1">Neutral Messages</option> <option value="C-86">--- Main ComNet</option> <option value="C-111">--- The Lounge</option> <option value="C-88">--- Neutral StoryNet</option> <option value="C-113">--- LeaveNet</option> <option value="C-114">--- Joint Forces Academy</option> <option value="F-2">Stormtrooper Corps</option> <option value="C-100">--- Army Main ComNet</option> <option value="C-102">--- Army StoryNet</option> <option value="F-3">Imperial Navy</option> <option value="C-103">--- Navy Main ComNet</option> <option value="C-105">--- Navy StoryNet</option> <option value="F-7">Dark Jedi Order</option> </select> <input type="image" src="/images/go.gif" border="0" align="absbottom"> </td></tr> </table> </form><!-- name:comnetJump --><script> lucee_form_lisb=new LuceeForms('comnetJump',null); </script> </td></tr></table></div></td></tr><tr><td width="100%" align="center" class="main"><br /><table class="tableLayout" cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td><table cellpadding="4" cellspacing="1" border="0" width="100%" align="center"><tr><td class="dark_small" valign="bottom" width="62%">Current Online Members - 0  |  Guests - 221  |  Bots - 2<br /></td></tr></table></td></tr></table>  <br /><b>< <a href="mailto:admin@vastempire.com" >Contact Us</a> - <a href="https://www.vastempire.com">The Vast Empire</a> ></b><br />  <br /> <!-- The ComNet is Copyright 1998-2025 The Vast Empire --> <font class="copyright"> Powered by ComNet Version 7.2<br /> Copyright © 1998-2025 <a href="https://www.imperialnetwork.com">The Imperial Network</a><br /> </font>   <br /><font class="copyright">This page was generated in 1.402 seconds.</font><br /></td></tr></table></div></body></html>