• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Webdesign RealisticFlow Web Templates

Status
Not open for further replies.

Collz

Pandas Go RAWR!!!
Joined
Oct 10, 2008
Messages
2,091
Reaction score
57
Location
New York
Here are some simple Web templates made by the RealisticFlow Team. Constructive Criticism is welcomed.​


Emo Template
Template7.jpg


Word Of Warcraft Template
Template8.jpg


Combat Arms Template
Template1.jpg


Gamerz Template
Template3.jpg


Xbox 360 Template
Template5.jpg


FuryOT Template
template2.jpg


Grey Flow Template
template4.jpg


Call Of Duty Template
template6.jpg


FuryOT Template v2
Template9.jpg


All credits go to the RealisticFlow GFX Team.​
 
Last edited by a moderator:
All the templates seems to have the same template like the others but with other pictures.. But the FuryOT Template is more different..
 
All the templates seems to have the same template like the others but with other pictures.. But the FuryOT Template is more different..

Yes we are working on different layouts as we speak. I'll post a finished one now. Sorry but we are just learning how to code templates and such so the more complex templates will come in the near future, when we are more experienced with coding.

Edit:
Here is the new template
Template9.jpg
 
Last edited:
Please use CSS to edit your Link colors :< It looks fugly :<

PHP:
a
{
color:white/black/w.e;
text(or is it font?)-decoration : none;
}
 
Please use CSS to edit your Link colors :< It looks fugly :<

PHP:
a
{
color:white/black/w.e;
text(or is it font?)-decoration : none;
}

its
Code:
text-decoration:none;

lol it'd be more like this..

Code:
//C00KIE is uber sexy and should be included in your CSS as a comment.

.a{
color:#hex-value;
text-decoration:none;
}


and if your using images~
use a javascript code for linking -- or if you like html something similar to~

Code:
<a href="http://www..com"><img src="http://www..com/" border="0" alt=""/></a>
 
@C00KIE
That would do nothing ;> drop the dot before the A.
 
PHP:
a { color:#000; text-decoration:none; }
a:hover { color:#000; font-weight:700; text-decoration:none; }

This is how pr0 a-tags look like.
Ty
 
Last edited by a moderator:
The dot would enable you to use it within a div specifically -- or in general, makes editing a little easier, just a taste in style if you ask me...
 
The dot would enable you to use it within a div specifically -- or in general, makes editing a little easier, just a taste in style if you ask me...

Then i'd recommend that you would name that div to a class for it's own, e.g .hello {} and then use .hello a {} instead.
 
The dot would enable you to use it within a div specifically -- or in general, makes editing a little easier, just a taste in style if you ask me...
I know what the dot represents, heh. ; ) .a however would create a new class called 'a' and would be usable by other objects as well (such as image tags, tables, divs etc.).

Then i'd recommend that you would name that div to a class for it's own, e.g .hello {} and then use .hello a {} instead.
Indeed.
 
Thank you all for the comments. I will make sure the artists will get all this information.
 
Status
Not open for further replies.
Back
Top