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

(page-style.css file)
 
Line 33: Line 33:
 
}
 
}
  
div.footer{
+
 
 +
div.pagefooter{
 
     text-align:left;
 
     text-align:left;
 
     background:#555;
 
     background:#555;
 
}
 
}
div.footer div.footer-left-col,div.footer-right-col{
+
div.pagefooter div.footer-left-col,div.footer-right-col{
 
     width:50%;
 
     width:50%;
 
     float:left;
 
     float:left;
 
}
 
}
div.footer div.footer-left-col{
+
div.pagefooter div.footer-left-col{
 
}
 
}
div.footer div.footer-left-col img{
+
div.pagefooter div.footer-left-col img{
 
     margin-left:15%;
 
     margin-left:15%;
 
}
 
}
div.footer div.footer-right-col{
+
div.pagefooter div.footer-right-col{
 
     text-align:center;
 
     text-align:center;
 
}
 
}
div.footer div.footer-right-col p{
+
div.pagefooter div.footer-right-col p{
 
     font-size:40px;
 
     font-size:40px;
 
     color:#fff;
 
     color:#fff;
 
}
 
}
div.footer div.footer-right-col ul.contact-info{
+
div.pagefooter div.footer-right-col ul.contact-info{
 
     margin:20px;
 
     margin:20px;
 
}
 
}
div.footer div.footer-right-col li{
+
div.pagefooter div.footer-right-col li{
 
     color:#fff;
 
     color:#fff;
 
}
 
}
div.footer div.footer-right-col li a{
+
div.pagefooter div.footer-right-col li a{
 
     color: #74bcf3;
 
     color: #74bcf3;
 
}
 
}
div.footer div.footer-right-col li a:hover{
+
div.pagefooter div.footer-right-col li a:hover{
 
     color: #555;
 
     color: #555;
 
     background-color: #74bcf3;
 
     background-color: #74bcf3;
 
}
 
}

Revision as of 16:26, 10 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;

} 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{

   color: #74bcf3;

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

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

}