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

Line 17: Line 17:
 
h3 {
 
h3 {
 
font-size: 26px;
 
font-size: 26px;
font-weight: 500;
+
font-weight: 600;
 
color: #333333;
 
color: #333333;
 
padding-left: 12%;
 
padding-left: 12%;
Line 43: Line 43:
 
padding-top:80px;
 
padding-top:80px;
 
padding-bottom:80px;     
 
padding-bottom:80px;     
  background-color:#f3e4bb;
+
 
 +
}
 +
 
 +
#bodycontent {
 +
 
 +
background-color:#eee6d1;
 
}
 
}

Revision as of 05:28, 24 August 2015

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

}

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

       padding-left: 10%;

}

h3 { font-size: 26px; font-weight: 600; color: #333333; padding-left: 12%; }

  1. container > p {
   padding-left:15%;
   padding-right:20%;
   text-align: justify;
   font-size:18px;

margin:0px;

}

  1. container {

border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; margin-right: auto; margin-left: auto; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;

       width: 80%;

padding-top:80px; padding-bottom:80px;

}

  1. bodycontent {

background-color:#eee6d1; }