Difference between revisions of "Template:Nankai/newCSS"

Line 130: Line 130:
 
margin-left:auto;
 
margin-left:auto;
 
margin-right:auto;
 
margin-right:auto;
 +
}
 +
.tail{
 +
font-size=30px;
 
}
 
}

Revision as of 14:47, 18 September 2015

  1. globalWrapper,section{

min-width:1000px; } .container { margin-left:5%; margin-right:5%; } .sidebar { margin-left:20%; } .sidebar h6{ font-size:20px; }

.sidebar-widget img{ width:100%; margin-top:50px; }

.container .ref h6{ font-size:20px; } .container .ref p{ font-size:15px; font-family:"Constantia",Gotham,Consolas; } .sidebar-widget h6{ text-decoration: underline; font-size:20px; line-height:22px; } .sidebar-widget h6 a:hover{ color:#C800FF; }

 /*Clear existing style*/


 #contentSub, #menubar, #footer-box, #siteSub, #catlinks, 
  1. search-controls, #p-logo, .printfooter, .firstHeading,

.visualClear {

   display:none;
 }
 html, body {
   width: auto !important;
   /*overflow-x: hidden !important;*/
   height: 100% !important;
 }

.col-md-8 img{ width:100%; height:auto; margin-top:35px; } .col-md-8 .smallpic{ width:50%; margin-left:auto; margin-right:auto; }

 /*End claer*/
  1. blog {
 margin-top: 108px;

} .col-md-8, .col-md-8:before, .col-md-8:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.blog-posts, .blog-posts:before, .blog-posts:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .col-md-12, .col-md-12:before, .col-md-12:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .blog-post, .blog-post:before, .blog-post:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .col-md-6, .col-md-6:before, .col-md-6:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .col-md-4, .col-md-4:before, .col-md-4:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .parallax.first-widget .parallax-overlay .container.pageTitle .row .col-md-6.col-sm-6 h2{

 font-size: 42px;
 color:#FFF;
 font-weight: 800;
 line-height:47px;

} .container .row .col-md-8.blog-posts h4{

 margin-top: 70px;
 line-height:35px;
 font-family: 'Segoe UI',Gill Sans,Lucida Sans,Consolas;
 font-size: 30px;
 font-weight: 600;

} .container .row .col-md-8.blog-posts h5{

 line-height:30px;
 font-family: 'Segoe UI',Gill Sans,Lucida Sans,Consolas;
 font-size: 25px;
 font-weight: 400;

}

.container .row .col-md-8.blog-posts p{ font-size: 20px; font-weight: 100; font-family:"Lucida Sans Unicode",Times New Roman,Constantia,Gotham,Consolas; text-indent: 40px;

} .container .row .col-md-8.blog-posts h6{ font-size:15px; margin-bottom:40px; text-align:center; font-weight:bold; font-family:"Constantia",Gotham,Consolas; line-height:17px; } .container .row .col-md-8.blog-posts .smallpic h6{ font-size:15px; margin-bottom:40px; text-align:center; font-weight:bold; font-family:"Constantia",Gotham,Consolas; line-height:17px; } .sidebar .sidebar-widget p{ font-size:15px; margin-bottom:40px; text-align:center; font-weight:bold; font-family:"Constantia",Gotham,Consolas; line-height:17px; padding-top: .5em; padding-bottom: .17em; } .smallpic{ width:50%; height:auto; margin-left:auto; margin-right:auto; } .tail{ font-size=30px; }