Connecting template with stylesheet by checkbox

Talk about new features for CMSMS and modules.
Post Reply
Michael AC

Connecting template with stylesheet by checkbox

Post by Michael AC »

Hi all,

I'm working with lots of stylesheets (every ID gets its own stylesheet). I.e.:

Code: Select all

</__body>

  <div id="page">
    <div id="col_l">
      <div id="logo"></div>
      <div id="calendar"></div>
      <div id="tagging"></div>
    </div>
    <div id="col_r">
      <div id="ads_top"></div>
      <div id="search"></div>
      <div id="content">{content}</div>
      <div id="ads_right"></div>
    </div>
    <div id="footer"></div>
  </div>

<__body>

So there are 11 stylesheets. Now it's easy to style just this DIV-Container and its respective classes.

When connecting these stylesheets to a template it would be a lot more comfortable to show all stylesheets and to choose by checkbox, which stylesheet should be connected and which one shouldn't.

Kind regards from Germany
Michael
Post Reply

Return to “Feature ideas”