Difference between revisions of "Template:SJTU-Software/documentCss"
Ricky chen (Talk | contribs) |
Ricky chen (Talk | contribs) |
||
Line 41: | Line 41: | ||
img{ | img{ | ||
− | width:80%; | + | width:80% !important; |
} | } | ||
.project-content>div{ | .project-content>div{ | ||
Line 52: | Line 52: | ||
border-color:transparent; | border-color:transparent; | ||
box-shadow: 2px -2px 5px #444; | box-shadow: 2px -2px 5px #444; | ||
− | + | background-color:rgba(255,255,255,0.5); | |
margin:0 auto; | margin:0 auto; | ||
} | } |
Revision as of 21:01, 15 September 2015
body{ background: url("") fixed round !important; } [class*=Content]{ margin:auto; width: 80%; border-radius: 15px; border:1px solid; border-color: black; color:#000; } .tutorialContent{ height:1000px; } .Introduction{ display: none; } .Methods{ display: none; } .Results{ display:none; } .designNav>button{ background-color: transparent; border:none; color:#DADADA; } .designNav>button:hover{ color:#095f8a; }
- home1{
width:80%; margin: auto; }
- home1{
text-align: center; margin-top: 120px; margin-bottom: 120px; } img{
width:80% !important; } .project-content>div{ border-radius: 8px; border:1px solid; padding-left: 100px; padding-right: 100px; padding-top: 50px; padding-bottom: 50px; border-color:transparent; box-shadow: 2px -2px 5px #444;
background-color:rgba(255,255,255,0.5);
margin:0 auto; } table{ table-layout: fixed; }