Schott Tagesliturgie

Eigene Formatierungen

Der HTML-Code des Kalenderblatts hat folgendes Aussehen. Alle Elemente können per CSS angesprochen werden.

<div id="schottCanvas" style="float:right;width:172px;"><div class="schott_all" name="Schott.all" style="display: block;">
  <div class="schott_base schott_title"><a title="Freitag der 4. Woche im Osterkreis" class="schott_button" name="Schott.titleA" href="http://erzabtei-beuron.de/schott/schott_anz/index.html?datum=2013-04-26">Schott Tagesliturgie</a></div>
  <div class="schott_base schott_calsheet" name="Schott.sheet">
    <p>
      <span class="schott_base schott_wday" name="Schott.dow">Freitag</span><br>
      <span class="schott_base schott_day"><a title="Freitag der 4. Woche im Osterkreis" name="Schott.day" href="http://erzabtei-beuron.de/schott/schott_anz/index.html?datum=2013-04-26">26</a></span><br>
      <span class="schott_base schott_monyear" name="Schott.mon">April 2013</span>
    </p>
  </div>
  <ul style="display: none;" class="schott_base schott_buttons" name="Schott.nav">
    <li><a name="Schott.prev" href="http://liturgie-server.de" class="schott_button">zurück</a></li>
    <li><a name="Schott.next" href="http://liturgie-server.de" class="schott_button">weiter</a></li>
  </ul>
  <div class="schott_data">
    <ul class="schott_disc">
      <li class="schott_base schott_info" name="Schott.nonprop"><a style="font-weight: bold;" href="http://erzabtei-beuron.de/schott/schott_anz/index.html?datum=2013-04-26&amp;file=osterzeit/woche4/Freitag.htm">Freitag der 4. Woche im Osterkreis</a></li>
      <li style="display: none;" class="schott_base schott_info" name="Schott.prop"></li>
      <li class="schott_base schott_stb" name="Schott.stb">Lesejahr: CI, Stb: IV. Woche</li>
    </ul>
  </div>
  <form>
    <select style="display: none;" class="schott_select" name="Schott.select" onchange="Schott.select(this)">
    </select>
  </form>
</div>
</div>


Beispiel

www.st-marien-altona.de

Folgende CSS-Anweisungen sorgen z.B. dafür, dass die Überschrift "Schott Tagesliturgie" in weiß erscheint und dass die Links nicht unterstrichen dargestellt werden. Beides war im Layout der Website als Standard anders vorgegeben.


#schottCanvas a.schott_button { color:#ffffff } #schottCanvas a { text-decoration:none; border:none; }