/* 
Auteur: Pekelterror , Pekeltje
Voor: Mafiosi.nl
Geprobeert het zo overzichtelijk mogelijk te houden.

Voor het bewerken is echter de basis van CSS nodig.

Ook is dit script handig als basis van een script.
Door bijvoorbeeld andere kleuren is het al je eigen style.
*/


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mafiosi.nl") {


/* Link.
*/
a {
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}


/* Over link gaan.
*/
a:hover {
color: #FF9933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}


/* Input text vakjes.
*/
input[type="text"] {
color: #FF9933 !important;
-moz-appearance:none !important;
-moz-border-radius-bottomleft:6px !important;
-moz-border-radius-bottomright:6px !important;
-moz-border-radius-topleft:6px !important;
-moz-border-radius-topright:6px !important;
background:#333333 none repeat scroll 0 0 !important;
border:1px solid #FF9933 !important;

}


/* Input password vakjes.
*/
input[type="password"] {
color: #FF9933 !important;
-moz-appearance:none !important;
-moz-border-radius-bottomleft:6px !important;
-moz-border-radius-bottomright:6px !important;
-moz-border-radius-topleft:6px !important;
-moz-border-radius-topright:6px !important;
background:#333333 none repeat scroll 0 0 !important;
border:1px solid #FF9933 !important;

}


/* Input submit vakjes.
*/
input[type="submit"] {
color: #FF9933 !important;
-moz-appearance:none !important;
-moz-border-radius-bottomleft:6px !important;
-moz-border-radius-bottomright:6px !important;
-moz-border-radius-topleft:6px !important;
-moz-border-radius-topright:6px !important;
background:#333333 none repeat scroll 0 0 !important;
border:1px solid #FF9933 !important;
}


/* Input submit vakjes.
*/
input[type="reset"] {
color: #FF9933 !important;
-moz-appearance:none !important;
-moz-border-radius-bottomleft:6px !important;
-moz-border-radius-bottomright:6px !important;
-moz-border-radius-topleft:6px !important;
-moz-border-radius-topright:6px !important;
background:#333333 none repeat scroll 0 0 !important;
border:1px solid #FF9933 !important;
}


/* Select vakjes.
*/
select {
color: #FF9933 !important;
-moz-appearance:none !important;
-moz-border-radius-bottomleft:6px !important;
-moz-border-radius-bottomright:6px !important;
-moz-border-radius-topleft:6px !important;
-moz-border-radius-topright:6px !important;
background:#333333 none repeat scroll 0 0 !important;
border:1px solid #FF9933 !important;
}


/* Textarea.
*/
textarea {
color: #FF9933 !important;
-moz-appearance:none !important;
-moz-border-radius-bottomleft:6px !important;
-moz-border-radius-bottomright:6px !important;
-moz-border-radius-topleft:6px !important;
-moz-border-radius-topright:6px !important;
background:#333333 none repeat scroll 0 0 !important;
border:1px solid #FF9933 !important;
}




}
/* Gedeelte enkel voor forum.
*/
@-moz-document url-prefix(http://www.mafiosi.nl/forum) {


/* Bezochte websites.
*/
a:visited {
color: #FF9933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}

/* td forum pagina transparant maken.
*/
td[bgcolor="#e68500"] {
background: url(http://img27.imageshack.us/img27/7545/transyx0.png) !important;
border: 0px !important;
}


}



/* Gedeelte enkel voor gebruikers online.
*/
@-moz-document url-prefix(http://www.mafiosi.nl/users_online) {


/* Don(na) kleur.
*/
font[color="blue"] {
color: #009933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}


/* Vrienden kleur.
*/
font[color="green"] {
color: #CC0000 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}


/* Eigen kleur.
*/
font[color="#999999"] {
color: #FF9900 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}

}



@-moz-document url-prefix(http://www.mafiosi.nl/top) {

/* scrollende text weghalen.
*/
marquee {
display: block !important;
font-size:0pt !important;
background: #333333 !important;
}

/* Links in scrollende balk verwijderen.
*/
a {
font-size:0pt !important;
}


}




@-moz-document url-prefix(http://www.mafiosi.nl/gevangenis) {

/* Famillie kleur in gevangenis veranderen.
*/
a[style="color: rgb(0, 0, 255);"] {

color: #009933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}

/* vrienden kleur in gevangenis veranderen.
*/
a[style="color: rgb(0, 255, 0);"] {

color: #CC0000 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}


}




/* Gedeelte enkel voor index.
*/
@-moz-document url-prefix("http://www.mafiosi.nl/index.php") {

body {
color: #CCCCCC !important;
}

}


/* Enkel voor login2 pagina.
*/
@-moz-document url-prefix("http://www.mafiosi.nl/login2.php") {


/* Je bent nog ingelogd pagina.
*/
body {
color: #FF9933 !important;
}

/* Over link gaan.
*/
a:hover {
color: #FF9933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}

/* Over link gaan.
*/
a {
color: #FF9933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}

/* Over link gaan.
*/
a:visited {
color: #FF9933 !important;
text-decoration: none !important;
font-family:"verdana" !important;
font-size:10pt !important;
}

}