Welcome Guest [Log In] [Register]
Welcome to Everland. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Coding
Topic Started: May 1 2008, 07:13 PM (141 Views)
Unaussprechlichen
Sophomore
[ *  *  * ]
There are a couple of things I'd like to introduce to the site. It's just a few font additions followed by a seven dimensional scale of the rainbow. The codes can just be pasted in footers...

Code:
 
<!--FONT ADDITION-->

<script>
<!--//
function addFontOpt(Name,Value){ //Merc
if(!document.REPLIER||!document.REPLIER.ffont){return;}
var f=document.REPLIER.ffont.options;
f[f.length]=new Option(Name,Value);
f[f.length-1].style.fontFamily=Value;
}
addFontOpt("Lucida Sans Unicode","Lucida Sans Unicode");
addFontOpt("Verdana","Verdana");
addFontOpt("Trebuchet MS","Trebuchet MS");
addFontOpt("Georgia","Georgia");
addFontOpt("Comic sans MS","Comic Sans MS");
addFontOpt("Garamond","Garamond");
addFontOpt("Bradley Hand ITC","Bradley Hand ITC");
// -->
</script>

<!--END OF FONT ADDITION-->


The sick thing about fonts is that you can use any one that is found in Microsoft Word or Word Perfect. Never again shall you be confined by any means..., well except for those presented by the previously mentioned programs of course.

Now onto the colors. This is just utter insanity. I doubt there are any other colours in existence that are perceivable by human eyes! Here it is...

Code:
 
<!--COLOR ADDITION-->

<script>
<!--//
function addColorOpt(Name,Value){ //Merc
if(!document.REPLIER||!document.REPLIER.fcolor){return;}
var c=document.REPLIER.fcolor.options;
c[c.length]=new Option(Name,Value);
c[c.length-1].style.color=Value;
}
addColorOpt("Gray50","#747170");
addColorOpt("Slate Gray4","#616D7E");
addColorOpt("Slate Gray","#657383");
addColorOpt("Light Steel Blue4","#646D7E");
addColorOpt("Light Slate Gray","#6D7B8D");
addColorOpt("Cadet Blue4","#4C787E");
addColorOpt("Dark Slate Gray4","#4C7D7E");
addColorOpt("Thistle4","#806D7E");
addColorOpt("Medium Slate Blue","#5E5A80");
addColorOpt("Medium Purple4","#4E387E");
addColorOpt("Dark Slate Blue","#2B3856");
addColorOpt("Dark Slate Gray","#25383C");
addColorOpt("Dim Gray","#463E41");
addColorOpt("Cornflower Blue","#151B8D");
addColorOpt("Royal Blue4","#15317E");
addColorOpt("Slate Blue4","#342D7E");
addColorOpt("Royal Blue","#2B60DE");
addColorOpt("Royal Blue1","#306EFF");
addColorOpt("Royal Blue3","#2554C7");
addColorOpt("Deep Sky Blue","#3BB9FF");
addColorOpt("Slate Blue","#3574EC");
addColorOpt("Deep Sky Blue3","#3090C7");
addColorOpt("Deep Sky Blue4","#25587E");
addColorOpt("Dodger Blue","#1589FF");
addColorOpt("Dodger Blue2","#157DEC");
addColorOpt("Dodger Blue3","#1569C7");
addColorOpt("Dodger Blue4","#153E7E");
addColorOpt("Steel Blue4","#2B547E");
addColorOpt("Steel Blue","#4863A0");
addColorOpt("Slate Blue2","#6960EC");
addColorOpt("Violet","#8D38C9");
addColorOpt("Medium Purple3","#7A5DC7");
addColorOpt("Medium Purple1","#9E7BFF");
addColorOpt("Light Steel Blue","#728FCE");
addColorOpt("Sky Blue3","#659EC7");
addColorOpt("Sky Blue4","#41627E");
addColorOpt("Slate Gray3","#98AFC7");
addColorOpt("Violet Red2","#E4317F");
addColorOpt("Deep Pink","#F52887");
addColorOpt("Deep Pink3","#C12267");
addColorOpt("Deep Pink4","#7D053F");
addColorOpt("Medium Violet Red","#CA226B");
addColorOpt("Violet Red3","#C12869");
addColorOpt("Maroon3","#C12283");
addColorOpt("Maroon2","#E3319D");
addColorOpt("Maroon1","#F535AA");
addColorOpt("Magenta","#FF00FF");
addColorOpt("Magenta2","#E238EC");
addColorOpt("Magenta3","#C031C7");
addColorOpt("Medium Orchid","#B048B5");
addColorOpt("Medium Orchid1","#D462FF");
addColorOpt("Medium Orchid3","#A74AC7");
addColorOpt("Medium Orchid4","#6A287E");
addColorOpt("Purple3","#6C2DC7");
addColorOpt("Purple4","#461B7E");
addColorOpt("Dark Orchid4","#571B7e");
addColorOpt("Dark Orchid","#7D1B7E");
addColorOpt("Dark Violet","#842DCE");
addColorOpt("Dark Orchid3","#8B31C7");
addColorOpt("Dark Orchid2","#A23BEC");
addColorOpt("Dark Orchid1","#B041FF");
addColorOpt("Plum4","#7E587E");
addColorOpt("Pale Violet Red","#D16587");
addColorOpt("Pale Violet Red1","#F778A1");
addColorOpt("Pale Violet Red2","#E56E94");
addColorOpt("Pale Violet Red3","#C25A7C");
addColorOpt("Pale Violet Red4","#7E354D");
addColorOpt("Plum","#B93B8F");
addColorOpt("Plum1","#F9B7FF");
addColorOpt("Plum2","#E6A9EC");
addColorOpt("Plum3","#C38EC7");
addColorOpt("Thistle","#D2B9D3");
addColorOpt("Thistle3","#C6AEC7");
addColorOpt("Lavendar Blush2","#EBDDE2");
addColorOpt("Lavendar Blush3","#C8BBBE");
addColorOpt("Thistle2","#E9CFEC");
addColorOpt("Thistle1","#FCDFFF");
addColorOpt("Lavendar","#E3E4FA");
addColorOpt("Lavendar Blush","#FDEEF4");
addColorOpt("Light Steel Blue1","#C6DEFF");
addColorOpt("Light Blue","#ADDFFF");
addColorOpt("Light Blue1","#BDEDFF");
addColorOpt("Cyan2","#50EBEC");
addColorOpt("Teal","Teal");
addColorOpt("Turquoise2","#4EE2EC");
addColorOpt("Medium Turquoise","#48CCCD");
addColorOpt("Turquoise","#43C6DB");
addColorOpt("Dark Slate Gray1","#9AFEFF");
addColorOpt("Dark Slate Gray2","#8EEBEC");
addColorOpt("Dark Slate Gray3","#78c7c7");
addColorOpt("Cyan3","#46C7C7");
addColorOpt("Turquoise3","#43BFC7");
addColorOpt("Cadet Blue3","#77BFC7");
addColorOpt("Pale Turquoise3","#92C7C7");
addColorOpt("Light Blue2","#AFDCEC");
addColorOpt("Dark Turquoise","#3B9C9C");
addColorOpt("Cyan4","#307D7E");
addColorOpt("Light Sea Green","#3EA99F");
addColorOpt("Light Sky Blue","#82CAFA");
addColorOpt("Light Sky Blue2","#A0CFEC");
addColorOpt("Light Sky Blue3","#87AFC7");
addColorOpt("Sky Blue2","#79BAEC");
addColorOpt("Light Sky Blue4","#566D7E");
addColorOpt("Sky Blue3","#6698FF");
addColorOpt("Light Slate Blue","#736AFF");
addColorOpt("Light Cyan2","#CFECEC");
addColorOpt("Light Cyan3","#AFC7C7");
addColorOpt("Light Cyan4","#717D7D");
addColorOpt("Light Blue3","#95B9C7");
addColorOpt("Light Blue4","#5E767E");
addColorOpt("Pale Turquoise4","#5E7D7E");
addColorOpt("Dark Sea Green4","#617C58");
addColorOpt("Medium Aquamarine","#348781");
addColorOpt("Medium Sea Green","#306754");
addColorOpt("Sea Green","#4E8975");
addColorOpt("Dark Green","#254117");
addColorOpt("Sea Green4","#387C44");
addColorOpt("Forest Green","#4E9258");
addColorOpt("Spring Green4","#347C2C");
addColorOpt("Dark Olive Green4","#667C26");
addColorOpt("Chartreuse4","#437C17");
addColorOpt("Green3","#4CC417");
addColorOpt("Chartreuse3","#6CC417");
addColorOpt("Yellow Green","#52D017");
addColorOpt("Spring Green3","#4CC552");
addColorOpt("Sea Green3","#54C571");
addColorOpt("Spring Green2","#57E964");
addColorOpt("Spring Green1","#5EFB6E");
addColorOpt("Sea Green2","#64E986");
addColorOpt("Sea Green1","#6AFB92");
addColorOpt("Dark Sea Green2","#B5EAAA");
addColorOpt("Dark Sea Green1","#C3FDB8");
addColorOpt("Yellow1","#FFFC17");
addColorOpt("Goldenrod","#EDDA74");
addColorOpt("Gold2","#EAC117");
addColorOpt("Gold1","#FDD017");
addColorOpt("Goldenrod1","#FBB917");
addColorOpt("Goldenrod2","#E9AB17");
addColorOpt("Gold","#D4A017");
addColorOpt("Gold3","#C7A317");
addColorOpt("Goldenrod3","#C68E17");
addColorOpt("Dark Goldenrod","#AF7817");
addColorOpt("Khaki","#ADA96E");
addColorOpt("Khaki3","#C9BE62");
addColorOpt("Khaki4","#827839");
addColorOpt("Dark Goldenrod1","#FBB117");
addColorOpt("Dark Goldenrod2","#E8A317");
addColorOpt("Dark Goldenrod3","#C58917");
addColorOpt("Sienna1","#F87431");
addColorOpt("Sienna2","#E66C2C");
addColorOpt("Dark Orange","#F88017");
addColorOpt("Dark Orange1","#F87217");
addColorOpt("Dark Orange2","#E56717");
addColorOpt("Dark Orange3","#C35617");
addColorOpt("Indian Red4","#7E2217");
addColorOpt("Dark Orange3","#7E3117");
addColorOpt("Salmon4","#7E3817");
addColorOpt("Chocolate","#C85A17");
addColorOpt("Coral3","#C34A2C");
addColorOpt("Coral2","#E55B3C");
addColorOpt("Coral","#F76541");
addColorOpt("Dark Salmon","#E18B6B");
addColorOpt("Salmon1","#F88158");
addColorOpt("Salmon2","#E67451");
addColorOpt("Salmon3","#C36241");
addColorOpt("Light Salmon3","#C47451");
addColorOpt("Light Salmon2","#E78A61");
addColorOpt("Light Salmon","#F9966B");
addColorOpt("Sandy Brown","#EE9A4D");
addColorOpt("Hot Pink","#F660AB");
addColorOpt("Hot Pink1","#F665AB");
addColorOpt("Hot Pink2","#E45E9D");
addColorOpt("Hot Pink3","#C25283");
addColorOpt("Hot Pink4","#7D2252");
addColorOpt("Indian Red1","#F75D59");
addColorOpt("Indian Red2","#E55451");
addColorOpt("Indian Red3","#C24641");
addColorOpt("Red2","#E41B17");
addColorOpt("Rosy Brown1","#FBBBB9");
addColorOpt("Rosy Brown2","#E8ADAA");
addColorOpt("Pink2","#E7A1B0");
addColorOpt("Light Pink","#FAAFBA");
addColorOpt("Light Pink1","#F9A7B0");
addColorOpt("Pink4","#7F525D");

// -->
</script>

<!--END OF COLOR ADDITION-->


Yep, this is definately my longest post on this site! I hope to see everyone making use of these infinite possibilities. I think it should spice things up a bit! It would be sweet if one of the Admin could take a bit of time to add these to the site. If not, they can be used anyway, but having the options on hand is so convenient.

addFontOpt("Lucida Sans Unicode","Lucida Sans Unicode");
addFontOpt("Verdana","Verdana");
addFontOpt("Trebuchet MS","Trebuchet MS");
addFontOpt("Georgia","Georgia");

Imagine an obsession that drives a man mad.
When he is set free to enjoy life once again,
Could he ever miss the enchanting captivation his hell served?

Offline Profile Quote Post Goto Top
 
Greiver
Member Avatar
Admin: The Care-Less Narcissistic
[ *  * ]
Summarise everyting you ACTUALLY typed, and your 'longest post' on this site totalys up to a whopping:

Quote:
 

There are a couple of things I'd like to introduce to the site. It's just a few font additions followed by a seven dimensional scale of the rainbow. The codes can just be pasted in footers...

The sick thing about fonts is that you can use any one that is found in Microsoft Word or Word Perfect. Never again shall you be confined by any means..., well except for those presented by the previously mentioned programs of course.

Now onto the colors. This is just utter insanity. I doubt there are any other colours in existence that are perceivable by human eyes! Here it is...

Yep, this is definately my longest post on this site! I hope to see everyone making use of these infinite possibilities. I think it should spice things up a bit! It would be sweet if one of the Admin could take a bit of time to add these to the site. If not, they can be used anyway, but having the options on hand is so convenient.


I can believe it's your longest post on the site.[/i]

Getting on to business though:

We'd have to talk to the nice boys & girls & computers & what-have-you up at IPS. Inc. about that, and between you, me, and everyone else between us and a lamp post in Madrid, I don't think we're as... ambitious, as you might be to take on a site of that magnatitude and epic win (since they host us for free! And without knowing who we really are!), and ask them to change their coding up so that you might get funky with a monkey... in a manner of speaking.

So no, not gonna happen. Unless you get funky with a monkey (like, actually), film it, post it on YouTube, get 500,005 comments that AREN'T all forged by you & your buddies, and let me know. UNLESS THAT HAPPENS, no.

If it does, I personally will write them a letter asking them to make the changes, and make you one of their chief coders; I'll carbon-copy that letter to every member of this site (provided they give me their mailing addresses), and personally arrange for 5 'escorts' to 'take you out for dinner and a show' on a saturday night. As well as spray you with a cold water hose. 'cause dude... eww.
Posted Image
Reapers Love Apples
This year is a time of change, of rearrange, of discovery <3
You are my center when I spin away

It's better to burn out, than to fade away!
Offline Profile Quote Post Goto Top
 
Unaussprechlichen
Sophomore
[ *  *  * ]
hehe... you're so ignorant...

Imagine an obsession that drives a man mad.
When he is set free to enjoy life once again,
Could he ever miss the enchanting captivation his hell served?

Offline Profile Quote Post Goto Top
 
Greiver
Member Avatar
Admin: The Care-Less Narcissistic
[ *  * ]
You have your answer.

NOT HAPPENING.

Unless you do what I told you.
Posted Image
Reapers Love Apples
This year is a time of change, of rearrange, of discovery <3
You are my center when I spin away

It's better to burn out, than to fade away!
Offline Profile Quote Post Goto Top
 
« Previous Topic · Electronics · Next Topic »
Add Reply