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

(Created page with "#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; height: 0px;} #content { border: none;...")
 
Line 49: Line 49:
 
border-left-width: 0px;
 
border-left-width: 0px;
 
         width: 80%;
 
         width: 80%;
        box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5),-4px 4px 3px rgba(20%,20%,40%,0.5);
+
     
 
}
 
}

Revision as of 18:07, 3 August 2015

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}
  1. top-section {
   border: none;
   height: 0px;}
  1. content {
   border: none;}



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

       padding-top:56px;

padding-left: 5%; }

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

       padding-left: 10%;

}

h3 { font-size: 26px; font-weight: 500; color: #333333; padding-left: 12%; } p { font-size: 18px; padding-left: 15%; padding-right:30%; }

  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%;
      

}