<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Some specials for BIRKIBITS forum */

/* green: #009900 */

body {
	font-family: arial, helvetica, sans-serif;
}

@media all and (max-width:549px) {
	#header {display:none;}
	.lostpw, .registro {line-height: 2em;}
}
a:link {color: #009900;text-decoration: none;}
a:visited {color: #009900;text-decoration: none;}
a:hover, a:active {color: #009900;text-decoration: underline;}

.thead a {color:#fff;}

#header { 
	height: 350px;
}

#header .logo {padding-left: 8px;}
#header .logo a {color: #009900;}

#header h1,
#header h2 {
   color: #009900;
   padding: 0!important;
   margin: 0!important;
   line-height: 1em!important;
   text-shadow: 2px 2px 15px #fff;
}

#header h1 {font-size: 60px;}
#header h2 {font-size: 30px;}

a#pm_notification {
   text-decoration: none;
   padding-left: 5px;
}

#invitadocontenido {
    padding-left: 5px;
}

.navegador ul {
    border-radius: 2px;
}

.thead {
    background: #009900;
    border-bottom: 0;
}

.tcat_foot {
    background: #009900;
    border-top: 0;
}

.tfoot {
    background: #009900;
    border-top: 0;
}

#footer {
	font-size: 8pt;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

/* ezGallery (need to insert class in ezgallery.php) */
.ez-image-single {
	max-width: 100%;
	height: auto;
}
</pre></body></html>