Difference between revisions of "Template:WHU-China"

 
(45 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
/*DISABLE DEFAULT DESIGN*/
 
/*DISABLE DEFAULT DESIGN*/
 
#bodyContent{
 
#bodyContent{
   min-width:1024px;
+
   min-width:1300px;
 
   font-family:"Arial Unicode MS";
 
   font-family:"Arial Unicode MS";
 
}
 
}
Line 48: Line 48:
  
 
#header{
 
#header{
 +
 
   position:relative;
 
   position:relative;
 
   width: 100%;
 
   width: 100%;
   min-width: 1024px;
+
   min-width: 1300px;
 
   /*width: 1366px;*/
 
   /*width: 1366px;*/
 
   height: 72px;
 
   height: 72px;
Line 66: Line 67:
 
}
 
}
 
#nav-wrapper{
 
#nav-wrapper{
  width: 1300px;
+
  width:auto;
 +
 
 
   margin: 0 auto;
 
   margin: 0 auto;
 
}
 
}
Line 73: Line 75:
 
    
 
    
 
   height:72px;
 
   height:72px;
   position: relative;
+
   position:relative;
   left: 10px;
+
   left:20px;
 
}
 
}
 
.nav ul {
 
.nav ul {
Line 153: Line 155:
 
#nv82  {background-image: url();}
 
#nv82  {background-image: url();}
 
#nv83  {background-image: url();}
 
#nv83  {background-image: url();}
 
#nv91  {background-image: url();}
 
#nv92  {background-image: url();}
 
#nv93  {background-image: url();}
 
 
 
 
 
Line 232: Line 230:
 
   padding: 0;
 
   padding: 0;
 
}*/
 
}*/
#footer{
 
  width: 100%;
 
  min-width: 1024px;
 
  height: 369px;
 
  margin: 0 auto;
 
  display: block;
 
  background-color: #1EC2DB;
 
}
 
  
#footer_logos{
 
  width: 874px;
 
  height: 135px;
 
  margin: 0 auto;
 
  padding: 20px 0;
 
}
 
 
#footer_contact{
 
  width: 874px;
 
  height: 26px;
 
  margin: 0 auto;
 
}
 
#footer_social{
 
  width: 800px;
 
  height: 84px;
 
  margin: 0 auto;
 
}
 
#footer_social img{
 
  margin: 0;
 
}
 
  
 
.”caption”{
 
.”caption”{
Line 267: Line 237:
 
}
 
}
 
#bodyContent h1{
 
#bodyContent h1{
   font-size:40px;
+
   font-size:30px;
 
   color:#00aeef;
 
   color:#00aeef;
 
   border-bottom:1pt solid #00aeef;
 
   border-bottom:1pt solid #00aeef;
Line 273: Line 243:
 
   padding-bottom:15px;
 
   padding-bottom:15px;
 
   margin-bottom:15px;
 
   margin-bottom:15px;
 +
  line-height:25px;
 
}
 
}
 
#bodyContent h2{
 
#bodyContent h2{
Line 284: Line 255:
 
   padding-bottom:8px;
 
   padding-bottom:8px;
 
   color:#808080;
 
   color:#808080;
  border-bottom:1pt solid #808080;
+
    line-height:30px;
 
}
 
}
 
#bodyContent h4{
 
#bodyContent h4{
Line 297: Line 268:
 
   font-size:25px;
 
   font-size:25px;
 
   color:#00aeef;
 
   color:#00aeef;
   padding-bottom:40px;
+
   padding-bottom:10px;
 
}
 
}
 
b{
 
b{
Line 501: Line 472:
  
 
</script>
 
</script>
 
 
<script type="text/javascript">
 
    $(function(){
 
      $("#top_btn").fadeOut(500);
 
        $(window).scroll(function(){
 
            var w_height = $(window).height();
 
            var scroll_top = $(document).scrollTop();
 
            if(scroll_top > w_height){
 
                    $("#top_btn").fadeIn(500);
 
                }else{
 
                    $("#top_btn").fadeOut(500);
 
            }
 
        });
 
    $("#top_btn").click(function(e){
 
            e.preventDefault();
 
            $(document.documentElement).animate({
 
                scrollTop: 0
 
                },200);
 
            $(document.body).animate({
 
                scrollTop: 0
 
                },200);
 
        });
 
    })
 
</script>
 
 
 
<style>
 
<style>
 
+
#background{
 
+
  #background{
+
 
     position:fixed;
 
     position:fixed;
 
     min-width: 1024px;
 
     min-width: 1024px;
Line 619: Line 562:
 
     clear:both;
 
     clear:both;
 
   }
 
   }
   table{
+
    
    color:#808080;
+
    border-collapse:collapse;
+
    margin-top:30px;
+
    table-layout: fixed;
+
  }
+
 
   strong{
 
   strong{
 
     color:#00aeef;
 
     color:#00aeef;
 
   }
 
   }
   td{
+
    
    text-align : left;
+
    vertical-align : top;
+
    width: 30%;
+
   
+
    padding:8px 30px 8px 0px;
+
  }
+
 
</style>
 
</style>
  
 +
 +
<script type="text/javascript">
 +
    $(function(){
 +
      $("#top_btn").fadeOut(500);
 +
        $(window).scroll(function(){
 +
            var w_height = $(window).height();
 +
            var scroll_top = $(document).scrollTop();
 +
            if(scroll_top > w_height){
 +
                    $("#top_btn").fadeIn(500);
 +
                }else{
 +
                    $("#top_btn").fadeOut(500);
 +
            }
 +
        });
 +
    $("#top_btn").click(function(e){
 +
            e.preventDefault();
 +
            $(document.documentElement).animate({
 +
                scrollTop: 0
 +
                },200);
 +
            $(document.body).animate({
 +
                scrollTop: 0
 +
                },200);
 +
        });
 +
    })
 +
</script>
 +
 +
<style type="text/css">
 +
 +
table{
 +
border: 1px solid #ccc;
 +
border-collapse: collapse;
 +
margin: auto;
 +
margin-bottom: 15px;
 +
margin-top: 15px;
 +
  table-layout: fixed;
 +
vertical-align : top;
 +
 +
font-size: 100%;
 +
background: white;
 +
color: black;
 +
 +
 +
 +
}
 +
table, th, td {
 +
    border: 1px solid black;
 +
    border-collapse: collapse;
 +
}
 +
 +
 +
th, td {
 +
    padding: 15px;
 +
font-size: 20px;
 +
}
 +
 +
th {
 +
    text-align: left;
 +
}
 +
 +
</style>
 +
 +
<style>
 +
p{
 +
    font-size:20px;
 +
 
 +
  color:#000;
 +
 
 +
}
 +
 +
</style>
 +
  
 
</html>
 
</html>

Latest revision as of 03:49, 2 November 2017