Team:NCTU Formosa/css/style320b

From 2013.igem.org

(Difference between revisions)
Line 35: Line 35:
   -webkit-box-shadow: inset 0 0 0 #000000!important;
   -webkit-box-shadow: inset 0 0 0 #000000!important;
   box-shadow:        inset 0 0 0 #000000!important;
   box-shadow:        inset 0 0 0 #000000!important;
 +
}
 +
.box {
 +
transform:rotate(0deg)!important;
 +
-ms-transform:rotate(0deg)!important;
 +
-webkit-transform:rotate(0deg)!important; 
}
}

Revision as of 07:30, 26 September 2013

  1. toc, #changeFont, #back-top, #cover p {

display: none; }

  1. cr {

margin-left: 0!important; }

  1. cover {

min-width: 0!important; height: 180px!important; padding: 0!important; } .floatnone .image::after { margin-right: 0!important; margin-left: 0!important; }

  1. realcontent, #coverbox {

padding: 0!important; margin: 0!important; } .card { min-width:0!important; } div.cont .li { padding-left:0!important; padding-right:0!important; }

  1. cover #ctitle {

border:0!important; } div.card { left:-10px!important; }

  1. cover {
  -moz-box-shadow:    inset 0 0 0 #000000!important;
  -webkit-box-shadow: inset 0 0 0 #000000!important;
  box-shadow:         inset 0 0 0 #000000!important;

} .box { transform:rotate(0deg)!important; -ms-transform:rotate(0deg)!important; -webkit-transform:rotate(0deg)!important; }