VampireFreaks
[ Vampirefreaks.com ]



VFLayouts.com - Vampirefreakss Official Layout Site

Vampirefreaks Page Classes - EntryTable



.Entrytable (The Tables Containing Entry Text)



.entrytable



o Make It Disappear

<style type="text/css">
.entrytable { display: none; }
</style>




o Borders

<style type="text/css">
.entrytable { border: 1px solid red; }
</style>

[ More Border Styles ]



o Background

To set a background color:

<style type="text/css">
.entrytable { background: red; }
</style>


Or a background image:

<style type="text/css">
.entrytable { background: url('http://www.PATH TO YOUR IMAGE.gif'); }
</style>

More on [ Backgrounds ]



o Styling Text

The entrytable contains both plain text and links (the comments/ make comment links). You can style the text, links, and even links in their hover state all separately:

<style type="text/css">
.entrytable {
color: red;
font-family: "Times New Roman", Times, serif;
}
.entrytable a:link, .entrytable a:visited {
color: orange;
font-size: 8pt;
text-decoration: none;
}
.entrytable a:hover {
color: green;
background: yellow;
font-size: 8pt;
text-decoration: underline overline;
}
</style>

More [ Text Styles ]





Design by [ KineticShock.com ] && [ PrintedExistence[dot]com ]
All content copyright © PrintedExistence 2006 - 2008


Contact VFLayouts
[ Contact VFLayouts! ]