
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.elikrotupos.com/sollazzo) {
/*
	SollazzoPatch v. 1.2
	By LBreda
	http://www.lbreda.com/

	This file is a CSS userscript for La Tana Del Sollazzo
        forum <http://www.elikrotupos.com/sollazzo> to do some
        modifications to the standard template.

        Version 1.2 can be applied to any phpBB 3.0RC5
        installation.

        This is under GNU/GPL.
*/

.postbody{
    float: right !important;
}

.postprofile{
    float: left !important;
    border-left-width: 0px !important;
    border-right: 1px solid #FFFFFF !important;
    text-align: right !important;
    padding-right: 5px !important;
}

.online{
    background-image: url(http://www.lbreda.com/sollazzo/icon_user_online.gif) !important;
    background-position: 0% 100% !important;
}

}