Changeset 1097 in t29-www


Ignore:
Timestamp:
Jan 17, 2017, 2:39:32 PM (7 years ago)
Author:
sven
Message:

Passwortschutz im Sinne einer Passwortbarriere exemplarisch für Physical-Computing eingebaut.

Doppelte Seitenindizes bei der Physical-Computing-Seite entfernt.

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • physical-computing/index.php

    r1096 r1097  
    11<?php
    2         $seiten_id = 'physical-computing'; 'robotics'; 'arduino programmieren';
    3         $version = '$Id: ph-computing$';
     2        $seiten_id = 'physical-computing';
     3        $version = '$Version$';
    44        $titel = 'Physical-Computing & Robotics';
    55
  • shared/css-v6/modules/18-content.css

    r1018 r1097  
    168168        margin-right: 10px;
    169169}
     170
     171/*
     172   Allgemeine Hinweisboxen, zB. fuer das /lib/simplepassword.php-Sytem
     173   genutzt. Den pagestyles/termine.css abgeschaut.
     174   -- Sven, 2017-01-17
     175 */
     176
     177
     178#content div.alert {
     179        background-color: #edf0f2;
     180        padding: 2em;
     181        margin: 2em 0;
     182}
     183
     184#content div.alert h4 {
     185    font-weight: bold;
     186    font-size: 113%;
     187    font-family: inherit;
     188    border: none;
     189    color: #1A5160;   
     190    margin-top: 0;
     191}
     192
     193#content div.alert-success,
     194#content div.alert-success h4 {
     195        color: #3c763d;
     196        background-color: #dff0d8;
     197/*      border: #d6e9c6;*/
     198}
     199
     200
     201form.inline {
     202    display: inline;
     203}
     204
  • shared/css-v6/modules/27-kursseiten.css

    r1080 r1097  
    145145    font-weight: bold;
    146146}
     147
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License