Team:NCTU Formosa/css/style320b

From 2013.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
#toc, #changeFont, #back-top, #cover p {
#toc, #changeFont, #back-top, #cover p {
display: none;
display: none;
 +
}
 +
#igemlogo {
 +
float:left;
 +
margin-left:0!important;
 +
position:static!important;
 +
}
 +
#ctitle {
 +
font-size: 40px!important;
 +
padding-left: 10px;
}
}
#cr {
#cr {
Line 30: Line 39:
div.card {
div.card {
left:-10px!important;
left:-10px!important;
 +
}
 +
#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; 
 +
}
 +
#description .title {
 +
font-size:50px!important;
 +
}
 +
#social .bigtitle {
 +
padding-left:10px!important;
 +
padding-right:10px!important;
 +
line-height:40px;
 +
padding-bottom:40px!important;
 +
}
 +
#social > p {
 +
padding-left:20px!important;
 +
padding-right:20px!important;
 +
}
 +
#social .merit {
 +
width:250px!important;
 +
}
 +
#social .merit img {
 +
width:270px!important;
 +
}
 +
#social .merit .smalltitle {
 +
width:250px!important;
 +
}
 +
#seclinks {
 +
padding-left:10px!important;
 +
padding-right:10px!important;
}
}

Latest revision as of 13:16, 24 October 2013

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

display: none; }

  1. igemlogo {

float:left; margin-left:0!important; position:static!important; }

  1. ctitle {

font-size: 40px!important; padding-left: 10px; }

  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; }

  1. description .title {

font-size:50px!important; }

  1. social .bigtitle {

padding-left:10px!important; padding-right:10px!important; line-height:40px; padding-bottom:40px!important; }

  1. social > p {

padding-left:20px!important; padding-right:20px!important; }

  1. social .merit {

width:250px!important; }

  1. social .merit img {

width:270px!important; }

  1. social .merit .smalltitle {

width:250px!important; }

  1. seclinks {

padding-left:10px!important; padding-right:10px!important; }