Difference between revisions of "Template:NCKU Tainan/css/HP Integrated Human Practices style"

 
Line 209: Line 209:
 
   .smallp {
 
   .smallp {
 
     font-size: 15px;
 
     font-size: 15px;
 +
  }
 +
  .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:42, 17 October 2018

  1. HQ_page p {
 font-size: 20px;
 margin: 0;
 background-color: #010E00;

}

.modal-body{ text-align: justify; }

  body {
   background-color: #272625;
  }
  h3 {
    color: white;
    font-size: 35px;
  }
  /* Button */
  .animate{

transition: all 0.1s; -webkit-transition: all 0.1s;

  }
  .action-button{
   position: relative;
   padding: 10px 40px;
   margin: 0px 10px 10px 600px;
   margin-right: 20px;
   margin-bottom: 20px;
   border-radius: 10px;
   font-family: 'Concert One', cursive;
   font-size: 25px;
   color: #FFF;
   text-decoration: none;
   text-align: center;	
 }
 .blue:hover{
 background-color: #33FFAA;
 }
 .blue{

background-color: #00DD77;

       border-radius: 2px !important;
       border: none !important;
       cursor: pointer;
 }

 /* The card */
 .card {
   position: relative;
   height: 400px;
   width: 900px;
   margin-top: 100px !important;
   margin-bottom: 150px !important;
   background-color: #FFF;
   -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
   box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
 }
 
 /* Image on the left side */
 .thumbnail {
   float: left;
   position: relative;
   left: 30px;
   top: -100px;
   height: 400px;
   width: 400px;
 }
 
 /*object-fit: cover; */
 /*object-position: center; */
 img.left {
   position: absolute;
   left: 50%;
   top: 50%;
   border-radius: 3px;
   height: auto;
   width: 400px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }
 
 /* Right side of the card */
 .right {
   margin-left: 450px;
   margin-right: 20px;
   margin-top: 20px;
   position: absolute;
 }
 
 #cardtext {
   text-align: justify;
   font-size: 1.3rem;
   line-height: 150%;
   color: #4B4B4B;
 }


 /* DATE of release */
 h9 {
   color: #bebebe;
   font-weight:bold;
   position: absolute;
   left: 50px;
   bottom: 90px;
   font-size: 4.0rem;
 }
 
 h6 {
   color: #bebebe;
   font-weight:bold;
   position: absolute;
   left: 32px;
   bottom: 10px;
   font-size: 2.2rem;
 }
 /* paragraph content*/
 h10 {
   color: white;
   font-size: 1.4rem;
   line-height: 150%;
 }
 a.dropdown-item {
   color: #4F7F52;
 }
 a.dropdown-item:active {
   background-color: #4F7F52;
 }
 .caret {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
 }
 
 .head {
   color: white;
   width: 60%;
   font-size: 50px;
   font-weight: 700;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
   margin-top: 100px;
 }
 .container.content {
   margin-top: 80px;
 }
 [class*="col-"] {
   float: left;
   padding: 13px;
 }
 a.list-group-item:visited {
   color: white;
 }
 a:hover {
   background-color: transparent;
 }
 .list-group {
   margin-top: 100px;
 }
 .col-2.side {
   padding: 0;
 }
 .list-group-item {
   padding: .55rem .35rem;
   background-color: #272625;
   color: white;
   border: none;
   font-size: 19px;
 }
 a.list-group-item.list-group-item-action {
   background-color: transparent;
 }
 a.list-group-item.list-group-item-action:hover {
   color: #98CC9B;
 }
 a.list-group-item.list-group-item-action.active {
   background-color: transparent;
   color: #7ae26f;
 }
 .scrollspy-example h4{
   font-size: 2rem;
 }
 a.link {
     color: #7ae26f;
 }
 #Professor, #Meet_up, #Enterprise_Visit, #Education, #Public_Engagement {
   padding-top: 80px;
 }
 a.reference {
   color: #4F7F52;
 }
 .modal-backdrop {
   z-index: 0 !important;
 }
 .smallp {
   font-size: 15px;
 }
 .head {
   color: white;
   width: 50%;
   font-size: 50px;
   font-weight: 700 !important;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
 }