Team:NYMU-Taipei/StyleSheets/subpage

div.item {

   /* To correctly align image, regardless of content height: */
   vertical-align: top;
   display: inline-block;
   /* To horizontally center images and caption */
   text-align: center;
   /* The width of the container also implies margin around the images. */
   width: 24%;

}

.caption {

   /* Make the caption a block so it occupies its own line. */
   display: block;

}


  1. content{
background-color:#eee6d1;

} body{

background-color:#eee6d1;

} h1 { font-size: 40px; font-weight: 700; border-bottom: 3px solid #5A5A5A; color: #111111; text-align:center; margin:0; padding-bottom:0.6em; } h2 { font-size: 28px; font-weight: 600;

       text-align:left;
       padding-left:12%;

padding-bottom:2%; padding-top:5%; text-decoration: underline; border-bottom:none; }

h3 { font-size: 26px; font-weight: 400;

       text-align:left;
       padding-left:14%;

padding-bottom:2%; padding-top:5%; } h4 { font-size: 24px; font-weight: 300;

       text-align:left;
       padding-left:17%;

padding-bottom:2%; padding-top:5%; }

h6 { font-size: 44px; font-weight: 800; border-bottom: 7px solid #5A5A5A; color: #111111; text-align:center; margin:0; padding-bottom:0.6em; }




  1. container > p {
      margin:0px;
      padding-left:15%;
      padding-right:20%;
      text-align: justify;
      font-size:18px;
      font-family:  Segoe UI, Calibri, Helvetica, sans-serif; 
      font-style: normal;
       text-indent: 2em;


}


  1. container {

margin:auto;

       width: 90%;

padding-top:45px; padding-bottom:80px; background-color:#eee6d1;

font-family:  Segoe UI, Calibri, Helvetica, sans-serif; 

}

  1. container >ol

{

  padding-left:20%;
   text-align: justify;
   font-size:18px;

margin:0px; width:60%;

}

  1. container >ul

{

  padding-left:20%;
   text-align: justify;
   font-size:18px;

margin:0px; width:60%;

}


.wikitable{ width:80%;

   font-size:18px;

}

  1. t{

line-height: 200%; margin-left:200px;

}

  1. k{
       width: 100%;


}

  1. k > p {
      margin:0px;
      padding-left:15%;
      padding-right:20%;
      text-align: justify;
      font-size:18px;
      font-family:  Segoe UI, Calibri, Helvetica, sans-serif; 
      font-style: normal;



}


  1. top-menu {
   position: fixed;
   z-index: 1;
   background: white;

list-style-image:none; list-style-type:none; font-size:18px; margin:0; top:120px; left:1%; line-height:1.4em; }

  1. top-menu li {

}

  1. top-menu a {
   display: block;
   padding: 5px 30px 5px 25px;
   width: 4em;
   text-align: center;
   -webkit-transition: .5s all ease-out;
   -moz-transition: .5s all ease-out;
   transition: .5s all ease-out;
   border-top: 3px solid white;
   color: #aaa;
   text-decoration: none;

}

  1. top-menu a:hover {
   color: #000;

}

  1. top-menu li.active a {
   border-top: 3px solid #333;
   color: #333;

}


  1. side {

position:fixed; left:2%;