/* Plik CSS skopiowany z prezentacji Jacka Migdala */
body {
   background-color:  palegoldenrod;
}
body.stud {
   background-color: #CCFFCC;
}
div.box { 
   border: solid; 
   border-width: thin; 
   width: 100%; 
   margin: 1em;
   padding-left: 1em;
   background: white;
}
div.shortbox { 
   border: solid; 
   border-width: thin; 
   width: 60%; 
   margin: 1em;
   padding-left: 1em;
   background: white;
   float: center;
}
div.comment {
   border: dashed;
   background-color: #eee;
   border-width: thin;
   padding-left: 2em;
   padding-right: 2em;
   margin: 1em;
}
pre.reminder { color: green; background: yellow; }
div.reminder { color: black; background: yellow; border: solid; border-width: thin; width: 100% }
div.reminder2 { color: black; background: gainsboro; border: solid; border-width: thin; width: 100% }
div.reminder3 { color: black; background: wheat; border: solid; border-width: thin; width: 100% }
div.reminder4 { color: black; background: azure; border: solid; border-width: thin; width: 100% }
div.reminder5 { 
   color: black; 
   background: lightcyan; 
   border: solid; 
   border-width: thin; 
   width: 80%;
   margin: 1em;
   padding-left: 1em;
}

p.changed {
    padding-left: 0.2em;
    border-left: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left-width: thin;
    border-color: red;
}
tt {
  font-family:arial; 
  //font-family:verdana; 
  //font-family:sans-serif; 
  //font-family: helvetica;
  //font-weight:bold;
  //font-variant:small-caps;
}

table.oceny {
  border-style: solid;
  text-align:center;
  margin-left:1cm;
//  border-width: thin; 
//  border-color: green;
//  empty-cells: show;
//  border-spacing: 10px 20px;
//  outset #D2691E; 
//  float:right; 
//  height: 200px; 
  width: 30%; 
  background-color: gainsboro; 
//  background-image: url(cegla.gif);
}

td {
//  border-style: solid;
//  width: 150px; 
//  text-align: center;
}



body {
//  background-image: url(cegla.gif);
//  background-color:  darkseagreen;
//  color: black;
//  margin-left: 100;
//  margin-right: 100;
}

h1 {
//  text-align: center;
//  font-size: 60;
//  font-family: Verdana; sans-serif;
//  font-family: Times New Roman;
//  color: blue;
}

h2 {
//  text-align: center;
}

p {

}

p.maly {
//  font-style: oblique;
//  font-size: 10;
//  color: brown;
//  text-align: left;
}

p.duzy {
//  font-size: 30;
//  color: blue;
//  text-align: right;
//  text-indent: 3ex;
//  font-family: Times, Georgia;
//  text-decoration: underline;
//  word-spacing: 1cm;
//  letter-spacing: 1mm;
//  line-height: 1cm; 
//  background-image: url(cegla.gif);
}

div {
//  margin: 30;
//  margin-left: 10em;
}

div.box1 {
//  margin: 30;
//  border: solid;
//  border-width: thin;
//  background-color: grey;
}

div.box2 {
//  margin: 30;
//  border: solid;
//  border-width: thin;
//  background-color: yellow;
}

table {
//  border-style: solid;
//  border-width: thin; 
//  border-color: green;
//  empty-cells: show;
//  border-spacing: 10px 20px;
//  outset #D2691E; 
//  float:right; 
//  height: 200px; 
//  width: 60%; 
//  background-color: red; 
//  background-image: url(cegla.gif);
}

caption {
//  caption-side: bottom;
//  caption-side: top;
//  text-align: left;
//  font-variant: small-caps;
//  font-weight: bold; 
}

td {
//  border-style: solid;
//  width: 150px; 
//  text-align: center;
}

tr {
//  background-color: green;
}

img{
//  width: 4cm; 
//  border: solid 3px;
}

div.centered {
//  text-align: center;
}

ul {
//  list-style-type: disc;
//  list-style-type: square;
//  color: blue;
//  font-weight: bold;
//  color: #FF0000;
}


ol {
//  list-style-type: decimal;
//  list-style-type: upper-alpha;
//  list-style-type: upper-roman;
}


