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

(Created page with "body{ background: url("https://static.igem.org/mediawiki/2015/d/d1/SJTU-SOFTWARE.background-development.png") fixed no-repeat!important; background-size:100% !important; }...")
 
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-right:20px;
 +
        padding-bottom:20px;
 +
        padding-top:20px;
  
 
}
 
}

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:20px;
       padding-right:20px;
       padding-bottom:20px;
       padding-top:20px;

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