Difference between revisions of "Template:SZU China/Playground/custom/CSS"

Line 60: Line 60:
 
     font-family:Helvetica,sans-serif;
 
     font-family:Helvetica,sans-serif;
 
     color:#fff;
 
     color:#fff;
     margin:0px 8%;
+
     margin:32px 8%;
 
     word-spacing:0.2em;
 
     word-spacing:0.2em;
 
     position:relative;
 
     position:relative;
Line 78: Line 78:
  
 
#brief{
 
#brief{
     margin:20px 0 40px 0;
+
     margin:42px 0 40px 0;
 
     font-size:20px;
 
     font-size:20px;
 
     font-weight:100;
 
     font-weight:100;

Revision as of 18:44, 18 September 2015

body{

   background-color:#fff;

}

p{

  margin:0px;

}

h1, h2, h3, h4, h5, h6 {

   border-bottom:0px;

}


.firstHeading{

     width: 975px;
   margin: 0px auto;
   padding-top: 100px;
   margin-bottom: 20px;
   display: none;
   font-family: Georgia, Times, "Calibri", serif;

}

.navbar-nav{

   float:none;
   margin:auto;
   display: table;
   table-layout: fixed;
    margin-top:15px;
    font-size:18px;
}


a.navbar-brand{

   padding:0px;

}

  1. content{
   width:100%;
   padding:0;

}

  1. globalWrapper {
   font-size:100%;

}

.inner-content{

   background-color:#3399ff;
   margin-top:-20px;

}

.inner-content .banner{

   margin:0px 1% ;
    display:inline-block;

}


.inner-content .texts{

   display:inline-block;
   font-family:Helvetica,sans-serif;
   color:#fff;
   margin:32px 8%;
   word-spacing:0.2em;
   position:relative;
   top:80px;

}


.inner-content .texts #heading{

   letter-spacing:0.1em;
   word-spacing:0.1em;
   font-size:4.0em;
   padding-top:0.1em;
   font-weight:100;

}

  1. brief{
   margin:42px 0 40px 0;
   font-size:20px;
   font-weight:100;

}



.container{

   height:100%;
   }

.container #QV{

   display:block;
   margin-left:auto;
   margin-right:auto;

}

.container .btn-default{

   display:block;
   background:none;
   padding-right:30px;
   padding-left:30px;
   border: 2px solid #3399ff;
   color:#3399ff;
   box-shadow:none;
   margin:10px auto;

}


.dropdown-menu{

   box-shadow:none;
   border-radius: 0px;
   text-align: right;
   min-width: 106px;
   border:0px;

}

.dropdown{

   -webkit-text-shadow: none;
   text-shadow: none;

} .container .btn-default:hover{

   padding-right:30px;
   padding-left:30px;
   border: 2px solid #3399ff;
   color:#f5f5f5;
   background-color:#3399ff;

}

.container .inner-border{

   width:400px;
   height:200px;
   margin:auto;
   height:100%;

}

  1. division{
   height:1px;
   background-color:#ddd;
   margin-bottom:50px;

}

  1. sponsor{
   background-color:#fff;
   padding:0px;
   margin:auto;
   height:160px;

}


.QV-border{

    height:100%;
    margin-top:60px;
    margin-bottom:60px;

}

  1. QV{
   font-size:40px;

}

.inner-border{

    height:100%;
    

}

.footer .container-fluid {

   text-align: center;
   background-color:#3399ff;
   margin-top:30px;
   color:#fff;
   padding:8px;

}

.footer .container-fluid p{

   font-size:28px;

}