emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] css stylesheet


From: pw
Subject: [O] css stylesheet
Date: Tue, 17 Sep 2013 19:31:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130821 Icedove/17.0.8

Hi,

I want to define the layout of one html file exported from org-mode. I have putted into the org file this lign to appeal the stylesheet :

<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />


It's works ! But when I look at the html code generated, I can see a bunch of css which I do not want (see below).


Why this css code is here and how can I remove it ?

pw

------------
<style type="text/css">
 <!--/*--><![CDATA[/*><!--*/
  .title  { text-align: center; }
  .todo   { font-family: monospace; color: red; }
  .done   { color: green; }

...

   #org-div-home-and-up
   { text-align: right; font-size: 70%; white-space: nowrap; }
  textarea { overflow-x: auto; }
  .linenr { font-size: smaller }
  .code-highlighted { background-color: #ffff00; }
  .org-info-js_info-navigation { border-style: none; }
  #org-info-js_console-label
    { font-size: 10px; font-weight: bold; white-space: nowrap; }
  .org-info-js_search-highlight
    { background-color: #ffff00; color: #000000; font-weight: bold; }
  /*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />


reply via email to

[Prev in Thread] Current Thread [Next in Thread]