Difference between revisions of "Template:SJTU-Software/improvementCss"

 
Line 29: Line 29:
 
background-color: rgba(255,255,255,0.5);
 
background-color: rgba(255,255,255,0.5);
 
box-shadow: 5px 5px 7px 1px gray;
 
box-shadow: 5px 5px 7px 1px gray;
         padding-left:20px;
+
         padding-left:40px;
         padding-right:20px;
+
         padding-right:40px;
         padding-bottom:20px;
+
         padding-bottom:40px;
         padding-top:20px;
+
         padding-top:40px;
  
 
}
 
}

Latest revision as of 20:57, 18 September 2015

body{ background: url("SJTU-SOFTWARE.background-development.png") fixed no-repeat!important;

       background-size:100% !important;

}

body .improvementTitle{ width: 200px; height: 200px; position: relative; margin: auto; margin-top: 50px; border-radius: 100px; box-shadow: 5px 5px 7px 1px gray; line-height: 200px; background-color: rgba(255,255,255,0.5); }

.improvementTitle h1{ text-align: center; font-size: 24px; }

body .improvementContent{ width: 80%; position: relative; margin: auto; margin-top: 50px; border-radius: 10px; background-color: rgba(255,255,255,0.5); box-shadow: 5px 5px 7px 1px gray;

       padding-left:40px;
       padding-right:40px;
       padding-bottom:40px;
       padding-top:40px;

} .improvementContent p{ font-size: 16px; margin-left: 20px; }