VampireFreaks
[ Vampirefreaks.com ]



VFLayouts.com - Vampirefreakss Official Layout Site

Vampirefreaks Page Classes - Cult Permissions



.Permissions



permissions



o Make It Disappear

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




o Borders

To give the permissions text a border:

<style type="text/css">
.permissions {
display: block;
width: 300px;
border: 1px solid red;
}
</style>

[ More Border Styles ]



o Background

To set a background color:

<style type="text/css">
.permissions {
display: block;
width: 300px;
background: red;
}
</style>


Or a background image:

<style type="text/css">
.permissions {
display: block;
width: 300px;
background: url('http://www.PATH TO YOUR IMAGE.gif');
}
</style>

More on [ Backgrounds ]



o Text Styles

This section of text contains both plain and bold parts, so you can change them separately like this:

<style type="text/css">
.permissions {
color: deeppink;
font-size: 12pt;
font-variant: small-caps;
}
.permissions b {
color: aqua;
font-size: 14pt;
}
</style>

(Nb just changing .permissions will affect both the regular, and bold parts).
More [ Text Styles ]



o Positioning

To create a bit more space above and/or below these lines, you can give them a margin:

<style type="text/css">
.permissions {
margin-top: 20px;
margin-bottom: 20px;
}
</style>






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


Contact VFLayouts
[ Contact VFLayouts! ]