Difference between revisions of "Template:NCKU Tainan/css/human practice"

 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
#HQ_page p {
 +
  margin: 0;
 +
  background-color: #010E00;
 +
  color: white;
 +
}
 
.carousel-item {
 
.carousel-item {
 
   height: 100vh;
 
   height: 100vh;
Line 14: Line 19:
 
     margin-bottom: 30px;
 
     margin-bottom: 30px;
 
}
 
}
.carousel-caption {
+
.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
    text-align: center !important;
+
    margin: 0.3em 0 0 0;
 +
}
 +
p.card-text {
 +
  background-color: transparent !important;
 +
}
 +
.carousel-caption p {
 +
  background-color: transparent !important;
 +
}
 +
.centerimg {
 +
  text-align: center;
 +
}
 +
h1 {
 +
  width: 50%;
 +
  color: white;
 +
  border-bottom: 10px solid #7ae26f !important;
 +
}
 +
h5 {
 +
  color: white;
 +
  font-size: 30px;
 +
  padding-top: 20px;
 +
}
 +
.card-title{
 +
  line-height:40px;
 +
}
 +
.container{
 +
  text-align:justify;
 
}
 
}
 +
  .head {
 +
    color: white;
 +
    width: 50%;
 +
    font-size: 50px;
 +
    font-weight: 700 !important;
 +
    border-bottom: 10px solid #7ae26f !important;
 +
    position: relative;
 +
  }

Latest revision as of 17:34, 17 October 2018

  1. HQ_page p {
 margin: 0;
 background-color: #010E00;
 color: white;

} .carousel-item {

 height: 100vh;
 min-height: 300px;
 background: no-repeat center center scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

} .card.h-100 {

   background-color: gray;

} .portfolio-item {

   margin-bottom: 30px;

} .mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {

   margin: 0.3em 0 0 0;

} p.card-text {

 background-color: transparent !important;

} .carousel-caption p {

 background-color: transparent !important;

} .centerimg {

 text-align: center;

} h1 {

 width: 50%;
 color: white; 
 border-bottom: 10px solid #7ae26f !important;

} h5 {

 color: white; 
 font-size: 30px;
 padding-top: 20px;

} .card-title{

 line-height:40px;

} .container{

 text-align:justify;

}

 .head {
   color: white;
   width: 50%;
   font-size: 50px;
   font-weight: 700 !important;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
 }