view presen/user.css @ 2:afa29ac9f050

add presen
author aaa
date Wed, 10 Feb 2010 21:52:37 +0900
parents
children a2e7c1716ad2
line wrap: on
line source

/* user.css

*/

/*div.slide{font-size: 80%;}/**/
/*pre{font-size: 75%;}*/

div.slide h1 {
  padding-left: 0.5em;
  padding-right: 0;
  padding-top: 0.1em;
  margin-bottom: 0.8em;
  margin-top: -0.05em;
  margin-left: -20px;
  margin-right: -20px;
  color: white;
  height: 2.2em;
  font-size: 160%;
  line-height: 1.1em;
  background: #000000;
  padding-left: 2em;
}

div.slide h1 a {
  color: white;
  text-decoration: none;
}

div.slide h1 a:link {
  color: white;
  text-decoration: none;
}

div.slide h1 a:visited {
  color: white;
  text-decoration: none;
}

div.slide h1 a:hover {
  color: white;
  text-decoration: underline;
}

div.slide h1 a:active {
  color: red;
  text-decoration: underline;
}

div.pre h1 {
  background-image: url("img/bodybg.jpg");
  background-repeat: no-repeat;
  background-position: 95%;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
  height: 1.7em;
}
/*cover
 ----------------------------------------*/
div.cover {
  color: White;    
  padding-top: 0;
  padding-right: 0;
  /*  padding-left: 3em;*/
  height: 100%;
}

div.cover h1 {
  margin-top: 10%;
  margin-right: 0px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 50px;
  color: white;
  background: #000000;
  font-size: 150%;
  text-align: center;
  line-height: 150%;
}

div.cover h2 {
  color: White;
}

div.cover a {
  color:White;
}

div.cover h3 {
  margin-top: 5em;
  margin-left: 10em;
  color: #000000;
}

div.cover ul {
  color: Black;  
  margin-right: 60px;
}

div.cover li {
  list-style-type: none;
}

/*notes
 ----------------------------------------*/
.notes{
  font-size: 80%;
}

/*table
 ----------------------------------------*/
table {
      border-collapse: collapse;
      margin: 0.8em 1.0em;
}

th,  td, tr,r caption{
     padding: 3px;
}

table.listView {
	       font-size: 0.85em;
	       margin: 0.8em 1.0em;
}

table.listView th,  table.listView td, table.listView tr {
	       padding: 0px 3px 0px 3px;
}

table {
      border: 1px solid #ccc;
}

th, thead td {
    background: #9999FF;
    border: 1px solid #ccc;
    color: #ffffff;
}

td, .viewer tr {
    border: 1px solid #ccc;
}