Difference between revisions of "Team:SCU-WestChina/style.css"

Line 2: Line 2:
 
<head>
 
<head>
 
   <style  type="text/css">
 
   <style  type="text/css">
  * {
+
* {
 
     margin: 0;
 
     margin: 0;
 
     padding: 0;
 
     padding: 0;
 
     line-height: normal;
 
     line-height: normal;
 
}
 
}
 
@font-face { 
 
    /* font-properties */ 
 
    font-family: "AGaramondPro"; 
 
    src:url('./Adobe Garamond Pro Regular.woff'),   
 
    url('./Adobe Garamond Pro Regular.ttf'), 
 
    url('./Adobe Garamond Pro Regular.eot'); /* IE9 */ 
 
 
  
 
.main-wrapper {
 
.main-wrapper {
 
     font-family: "Calibri";
 
     font-family: "Calibri";
 +
    font-size: 16px;
 
}
 
}
  
 
ul.nav {
 
ul.nav {
 
     font-family: "AGaramondPro";
 
     font-family: "AGaramondPro";
 +
    font-size: 0;
 
     width: 100%;
 
     width: 100%;
 
     height: 60px;
 
     height: 60px;
 +
    margin: 0;
 +
    padding: 0;
 
}
 
}
  
Line 34: Line 30:
 
.nav-right-wrapper {
 
.nav-right-wrapper {
 
     float: right;
 
     float: right;
 +
    height: 60px;
 
     margin-right: 6%;
 
     margin-right: 6%;
 
}
 
}
Line 94: Line 91:
 
.mid-wrapper p {
 
.mid-wrapper p {
 
     text-indent:20px;
 
     text-indent:20px;
     font-size: 16px !important;
+
     font-size: 16px;
 
}
 
}
  

Revision as of 14:45, 30 October 2017