Difference between revisions of "Template:SJTU-Software/teamCss"
Ricky chen (Talk | contribs) |
Ricky chen (Talk | contribs) |
||
Line 39: | Line 39: | ||
} | } | ||
.members{ | .members{ | ||
− | height: | + | width:60%; |
+ | margin: auto; | ||
+ | } | ||
+ | .blackAndWhite img{ | ||
+ | width:100%; | ||
+ | margin:18px; | ||
+ | } | ||
+ | .blackAndWhite div{ | ||
+ | padding-left: 18px; | ||
+ | padding-right: 18px; | ||
+ | } | ||
+ | |||
+ | .aaa{ | ||
+ | height: 200px; | ||
+ | } | ||
+ | .colorful{ | ||
+ | width:0; | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | z-index: 1000; | ||
+ | -webkit-transition:width 1s, -webkit-transform 1s; | ||
+ | transform:rotate(360deg); | ||
+ | -webkit-transform:rotate(360deg); | ||
} | } | ||
.advisorPic{ | .advisorPic{ |
Latest revision as of 10:31, 18 September 2015
body{ background: url("") scroll no-repeat !important; background-size: 100% !important; } .panelTitle{ text-align: center; margin-top: 15px; margin-bottom: 0; font-size:16px; color:black; } .base-frame{ border-radius: 8px; border:1px solid;
border-color:transparent; box-shadow: 2px -2px 5px #444;
background-color:rgba(255,255,255,0.5);
margin:0 auto; } hr{ margin: 10px auto; width: auto; border-color: black; background-color:black; height:1px; } hr{ margin-left:40px; margin-right:40px; } hr + p{ padding-left:40px; padding-right:40px; padding-top:0; padding-bottom: 30px; color:black; font-size:14px; } .members{ width:60%; margin: auto; } .blackAndWhite img{ width:100%; margin:18px; } .blackAndWhite div{ padding-left: 18px; padding-right: 18px; }
.aaa{ height: 200px; } .colorful{ width:0; display: none; position: absolute; z-index: 1000; -webkit-transition:width 1s, -webkit-transform 1s; transform:rotate(360deg); -webkit-transform:rotate(360deg); } .advisorPic{ height:300px; } [class*=Content]{ width: 80%;
border-radius: 8px;
border:1px solid;
border-color:transparent; box-shadow: 2px -2px 5px #444;
background-color:rgba(255,255,255,0.5);
margin:0 auto; }