/*
 * Rules & styles for lectures
 *
 * $Id: lectures.css 2046 2013-03-22 16:09:29Z cxl $
 */

@import 'main.css';
@import 'news.css';

img.cover { 
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  box-shadow: 5px 5px 5px #444;
  -moz-box-shadow: 5px 5px 5px #444;
  -webkit-box-shadow: 5px 5px 5px #444;
  }

p.bookitem {
  clear: left;
  margin-bottom: 1.5em;
  }

pre.code, pre.literal-block {
  border-top: thin dashed black;
  border-bottom: thin dashed black;
  padding: 5px;
  background-color: #F0F0F0;
  }


h1 {
  color: #F50012;
  }

/* Displayed paragraphs */
p.display, p.alertdisplay { 
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
  }

p.alertdisplay {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: thin dashed black;
  background-color: #feffb3;
  }
