Team:SYSU-Software/my overview.css

From 2014.igem.org

(Difference between revisions)
 
(17 intermediate revisions not shown)
Line 5: Line 5:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
   margin: 0 !important;
   margin: 0 !important;
 +
  font-weight: bold;
}
}
-
.carousel-inner .item img {
+
#carousel-example-generic {
-
   width: 100% !important;
+
  margin-bottom: 15px;
-
   height: 425px !important;
+
}
-
   clip:rect(0px, 0px 100% 425px);  
+
 
 +
#carousel-example-generic, .carousel-inner {
 +
   width: 100%;
 +
   height: 425px;
 +
   overflow: hidden;
 +
}
 +
 
 +
.carousel-inner>.item {
 +
  width: 100%;
 +
  height: 100%;
 +
}
 +
 
 +
.carousel-control {
 +
  padding: 22% 0 22% 0;
 +
}
 +
 
 +
.carousel-caption {
 +
  font-size: 20px;
}
}

Latest revision as of 21:50, 17 October 2014

body {

 font: x-small sans-serif !important;

}

h1, h2, h3, h4, h5, h6 {

 margin: 0 !important;
 font-weight: bold;

}

  1. carousel-example-generic {
 margin-bottom: 15px;

}

  1. carousel-example-generic, .carousel-inner {
 width: 100%;
 height: 425px;
 overflow: hidden;

}

.carousel-inner>.item {

 width: 100%;
 height: 100%;

}

.carousel-control {

 padding: 22% 0 22% 0;

}

.carousel-caption {

 font-size: 20px;

}