opera broke'd

Locked
User avatar
Farlo
expectations of deliberate annihilation
Joined: Tue Apr 02, 2002 8:04 am
Status: The Dark Host
Location: Fort Smith, Arkansas
Contact:
Org Profile

opera broke'd

Post by Farlo » Sat May 07, 2005 2:34 am

yes i understand that the admins know that the pages look broken with the opera browser, but not all of them are...

what is different in the coding in the opinions page that happens to work correctly, that is different than the members main page, and the profiles which doesnt display correctly?

examples:
opinion page:
Image

profile page
Image


member main
Image

User avatar
Sivis
Joined: Sat May 01, 2004 8:50 pm
Location: Tampere, Finland
Contact:
Org Profile

Post by Sivis » Sat May 07, 2005 5:26 am

I had that same issue when I switched to Opera 8, as a temporary fix add to your user stylesheet a line:

#AnimeMusicVideos #subinfo .statTitle { float: none!important; }

That should fix it :)

User avatar
Farlo
expectations of deliberate annihilation
Joined: Tue Apr 02, 2002 8:04 am
Status: The Dark Host
Location: Fort Smith, Arkansas
Contact:
Org Profile

Post by Farlo » Sat May 07, 2005 5:58 am

a little mroe explanation please, i know the directory to go to, but not which one needs editing

am i correct that it should be in

Program Files\Opera\Styles\user

?

User avatar
Farlo
expectations of deliberate annihilation
Joined: Tue Apr 02, 2002 8:04 am
Status: The Dark Host
Location: Fort Smith, Arkansas
Contact:
Org Profile

Post by Farlo » Sat May 07, 2005 6:06 am

nevermind, im retarded, and have found the user.css file

User avatar
Sivis
Joined: Sat May 01, 2004 8:50 pm
Location: Tampere, Finland
Contact:
Org Profile

Post by Sivis » Sat May 07, 2005 6:07 am

Open preferences, go to advanced -> content -> style options
There's text box labeled My style sheet that points to file you want to use as your own stylesheet (also remember to tick the "My stylesheet" on for author mode)

User avatar
Farlo
expectations of deliberate annihilation
Joined: Tue Apr 02, 2002 8:04 am
Status: The Dark Host
Location: Fort Smith, Arkansas
Contact:
Org Profile

Post by Farlo » Sat May 07, 2005 6:19 am

please check my css and tell me whats crap

Code: Select all

/*
Name: User style sheet for Opera.
Version: n/a
Author:
Description:
*/

/* Default link styles: */
/*:link, :visited {
    background-color: InfoBackground;
    color			: InfoText;
    text-decoration	: underline;
}


:link {
    text-decoration : underline;
}
:visited {
    text-decoration : line-through;
}

:link:hover, :visited:hover {
    background-color: Highlight !important;
    color			: HighlightText !important;
}*/

/* Cool image link effect */
:link:hover img {
    outline: 1px solid ActiveCaption;
}
:visited:hover img {
    outline: 1px solid InactiveCaption;
}

/* Print rules, also enabled for OperaShow */
@media print, projection {
    h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
    }

    pre, code, samp {
    	white-space: pre-wrap:
    	page-break-inside: avoid;
    }

    ul, ol, li {
    	page-break-before: avoid;
	page-break-inside: avoid;
    }

    table table {
    	page-break-before: avoid;
    	page-break-after: avoid;
    }
}

/* Special print rules */
@media print {
    html,body {
	font-size:9pt;
    }

    abbr[title]:before, acronym[title]:before {
	content : attr(title) " (";
    }

    abbr[title]:after, acronym[title]:after {
	content : ") ";
    }


    h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
    }

    pre, code, samp {
    	white-space: pre-wrap:
    	page-break-inside: avoid;
    }

    ul, ol, li {
    	page-break-before: avoid;
	page-break-inside: avoid;
    }

    table table {
    	page-break-before: avoid;
    	page-break-after: avoid;
    }
}

/* Site specific fixes */

#AnimeMusicVideos #subinfo .statTitle { float: none!important; }

Locked

Return to “Site Help & Feedback”