Difference between revisions of "Team:NYMU-Taipei/StyleSheets/subpage"

Line 43: Line 43:
 
padding-bottom:80px;     
 
padding-bottom:80px;     
 
background-color:#eee6d1;
 
background-color:#eee6d1;
 +
}
 +
 +
#container >ol
 +
{
 +
  padding-left:20%;
 +
    text-align: justify;
 +
    font-size:18px;
 +
margin:0px;
 +
width:60%;
 +
 +
}
 +
 +
 +
.wikitable{
 +
width:80%;   
 +
    font-size:18px;
 +
 +
}
 +
 +
#t{
 +
line-height: 200%;
 +
margin-left:200px;
 +
 
}
 
}

Revision as of 07:35, 27 August 2015

h1 { font-size: 35px; font-weight: 700; border-bottom: 3px solid #5A5A5A; color: #111111; padding-top:5%; text-align:center;

}

h2 { font-size: 28px; font-weight: 600; color: #333333;

       text-align:center;

}

h3 { font-size: 26px; font-weight: 600; color: #333333;

       text-align:center;

}

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


}

  1. container {

margin:auto;

       width: 100%;

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

  1. container >ol

{

  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;

}