Template:NCKU Tainan/css/software

body {

 background-color: #272625;

}

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

} h3, h4, p {

 color: white;
 padding-bottom: 10px;

} h5 {

 color: #FFA55B;

} .container.content {

 margin-top: 70px;

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

}

  1. HQ_page h1 {
 border-bottom: 10px solid #7ae26f;

}

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

[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;
 margin: 10px 0;

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

}

 img.contentimg {
   width: 100%;
   margin: 20px 0;
   cursor: pointer;
 }
 img.smallimg {
   width: 50%;
   margin: 20px 0;
 }
 img.appimg {
   height: 500px;
   width: auto;
   margin: 20px 0;
 }
 img.trueimg {
   width: 100%;
   margin: 20px 0;
 }
 .oneimg {
   margin: 10px;
   width: 50%;
 }
 #centerimg {
   text-align:center;
 }
 a.link {
   color: #7ae26f;
 }
 #IoT, #Arduino_code, #Temperature, #Database, #App, #NCKU_Bike_Festival {
   padding-top: 80px;
 }
 p.pcontent {
   margin-bottom: 1rem !important;
   background-color: transparent !important;
 }
 #HQ_page td {
   border: none;
 }
 #HQ_page table {
   border: none;
 }
 #HQ_page .highlight:hover {
   background-color: white;
 }
 a.reference {
   color: #4F7F52;
 }
 .appdiv {
   text-align: center;
 }
 li {
   color: white;
 }
 .content img.clicked {
   transition: all .2s ease-in;
   -webkit-transform: scale(1.4);
   transform: scale(1.6);
   z-index: 100;
 }
 h5.smalltitle {
   margin-top: 10px;
 }
 img.bikeimg {
   width: 300px;
   height: 350px;
 }