Difference between revisions of "Template:NCKU Tainan/css/applied design"

(Created page with "body { background-color: #272625; } #HQ_page p { font-size: 20px; margin: 0; background-color: #010E00; } h5, h3, h4, p { color: white; padding-bottom: 10px; } .co...")
 
Line 54: Line 54:
 
}
 
}
 
.list-group-item {
 
.list-group-item {
   padding: .35rem .35rem;
+
   padding: .55rem .55rem;
 
   background-color: #272625;
 
   background-color: #272625;
 
   color: white;
 
   color: white;
Line 72: Line 72:
 
}
 
}
 
   td {
 
   td {
     text-align: center;
+
     text-align: center!important;
     color: black;
+
     color: black !important;
     border: 2px solid black;
+
     border: 2px solid black !important;
     background-color: white;
+
     background-color: white !important;
 
     padding: 5px !important;
 
     padding: 5px !important;
 
     vertical-align: inherit !important;
 
     vertical-align: inherit !important;
 
   }
 
   }
 
   table {
 
   table {
     border: 3px solid white;
+
     border: 3px solid white !important;
     text-align: center;
+
     text-align: center !important;
 
   }
 
   }
 
   .table {
 
   .table {
Line 87: Line 87:
 
   }
 
   }
 
   th {
 
   th {
     background-color: #262624;
+
     background-color: #262624!important;
     color: white;
+
     color: white !important;
     border: 2px solid white;
+
     border: 2px solid white !important;
     font-size: 20px;
+
     font-size: 20px !important;
     padding: 10px 10px;
+
     padding: 10px 10px !important;
 
   }
 
   }
 
   .card {
 
   .card {

Revision as of 07:46, 30 September 2018

body {

 background-color: #272625;

}

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

} h5, h3, h4, p {

 color: white;
 padding-bottom: 10px;

} .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;
 border-bottom: 10px solid #7ae26f;
 position: relative;
 margin-top: 100px;

}

[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 .55rem;
 background-color: #272625;
 color: white;
 border: none;
 font-size: 19px;
 margin: 3px 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;

}

 td {
   text-align: center!important;
   color: black !important;
   border: 2px solid black !important;
   background-color: white !important;
   padding: 5px !important;
   vertical-align: inherit !important;
 }
 table {
   border: 3px solid white !important;
   text-align: center !important;
 }
 .table {
   padding-top: 80px;
 }
 th {
   background-color: #262624!important;
   color: white !important;
   border: 2px solid white !important;
   font-size: 20px !important;
   padding: 10px 10px !important;
 }
 .card {
   background-color: transparent;
   border: 0;
 }
 .card-body {
   padding: 1rem 0;
 }
 img.gif {
   width: 90%;
   height: auto; 
 }
 img.bigimg {
   width: 100%;
   height: auto;
 }
 #Product_Design, #Entrepreneurship, #Cost_Evaluation, #Future_Work, #Reference{
   padding-top: 80px;
 }
 .hh:after {
     width: 0;
     height: 0;
     border: 0.313em solid transparent; 
     border-bottom: none;
     border-top-color: #4F7F52;
     content: ;
     vertical-align: middle;
     display: inline-block;
     position: relative;
     right: -0.313em; /* 5 */
 }
 h5.boldh5 {
   font-size: 1.5rem;
   font-weight: bold;
 }
 .smallp {
   font-size: 15px;
   color: white;
 }
 li.licontent {
   color: white;
   font-size: 20px;
 }