Bug 75519

Summary: User style sheet not taken into account
Product: [Applications] konqueror Reporter: bert
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mueller
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description bert 2004-02-18 15:25:10 UTC
Version:           3.2.0 (using KDE 3.2.0, compiled sources)
Compiler:          gcc version 3.3.2
OS:          Linux (i686) release 2.4.22

It seems that Konqueror doesn't read my user style sheet anymore (Configure Konqueror -> Stylesheets -> Use user-defined stylesheet).
Comment 1 Dirk Mueller 2004-02-18 15:44:57 UTC
Hi Bert,

what does your user stylesheet look like? I use one here for ages, and
it still works for me. 
Comment 2 bert 2004-02-18 16:23:33 UTC
Dirk Mueller writes:

> ------- Additional Comments From mueller kde org  2004-02-18 15:44 -------
> Hi Bert,
> 
> what does your user stylesheet look like? I use one here for ages, and
> it still works for me.


body {
  background: white /* #ffffe2 */;
  color: black;
  /* font: 14px/17px Helvetica, sans-serif !important; */
  font-size: medium;
}
:link {
  color: #00C;
  background: transparent;
  text-decoration: none;
}
:visited {
  color: #609;
  background: transparent;
  text-decoration: none;
}

body, html {
  scrollbar-face-color: ThreeDFace !important;
  scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: Scrollbar !important;
  scrollbar-arrow-color: ButtonText !important;
}

/*
object {
  width: 100%;
  height: 30em;
}
*/

@media print {
  html {font-size: 14pt !important}
}



Bert
Comment 3 Stephan Kulow 2004-02-20 15:13:42 UTC
now that we know what the bug is, I'd say Dirk has his stylesheet on http as
khtml refused to fetch file:/ references for http:/ URLs.

*** This bug has been marked as a duplicate of 69697 ***