Bug 75519 - User style sheet not taken into account
Summary: User style sheet not taken into account
Status: RESOLVED DUPLICATE of bug 69697
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 15:25 UTC by bert
Modified: 2004-02-20 15:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***