Difference between revisions of "Template:Tsinghua-A/css/page-style"

Line 63: Line 63:
 
div.pagefooter div.footer-right-col li a#mailto{
 
div.pagefooter div.footer-right-col li a#mailto{
 
     color: #74bcf3;
 
     color: #74bcf3;
 +
    padding-right: 0;
 
}
 
}
 
div.pagefooter div.footer-right-col li a#mailto:hover{
 
div.pagefooter div.footer-right-col li a#mailto:hover{

Revision as of 07:48, 11 October 2018

body{

   background:#eee8aa60;

}

div.content{

   font-size:20px;

} div.content div.page-head{

   margin:80px 0;
   text-align:right;
   border-right: 5px solid #393939;
   padding: 20px 20px 0px 0px;
   font-weight:700;
   text-transform:uppercase;

} div.content div.page-head .head-title{

   font-size:100px;
   line-height:100px;
   color:#9a6421;

} div.content div.page-head .head-subtitle{

   font-size:50px;
   line-height:50px;
   color:#000;

} div.content div.page-content{

   margin:100px 60px;
   text-align:left;

} div.content div.page-content > p{

   margin:15px 0;
   line-height:160%;

}


div.pagefooter{

   text-align:left;
   background:#555;
   margin-bottom: -20px;

} div.pagefooter div.footer-left-col,div.footer-right-col{

   width:50%;
   float:left;

} div.pagefooter div.footer-left-col{ } div.pagefooter div.footer-left-col img{

   margin-left:15%;

} div.pagefooter div.footer-right-col{

   text-align:center;

} div.pagefooter div.footer-right-col p{

   font-size:40px;
   color:#fff;

} div.pagefooter div.footer-right-col ul.contact-info{

   margin:20px;

} div.pagefooter div.footer-right-col li{

   color:#fff;

} div.pagefooter div.footer-right-col li a#mailto{

   color: #74bcf3;
   padding-right: 0;

} div.pagefooter div.footer-right-col li a#mailto:hover{

   color: #555;
   background-color: #74bcf3;

}