Difference between revisions of "Template:NCKU Tainan/css/protocol style"

 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.pcontent{
 
    line-height: 20px !important;
 
        }
 
 
.col-9{
 
    padding-left:100px;
 
      }
 
 
.contentimg {
 
    width: 100%;
 
}
 
 
 
.head2 {
 
    color: white;
 
    width: 26%;
 
    font-size: 50px;
 
    /* font-weight: 700; */
 
    border-bottom: 10px solid #7ae26f !important;
 
    position: relative;
 
}
 
 
/* paragraph content*/
 
h10 {
 
    color: white;
 
    font-size: 1.4rem;
 
    line-height: 150%;
 
}
 
 
 
body {
 
body {
    background-color: #272625;
+
  background-color: #272625;
 
}
 
}
 
+
#HQ_page p {
 
+
  font-size: 20px;
p {
+
  margin: 0;
    color: white;
+
  background-color: #010E00;
    font-size: 20px;
+
 
}
 
}
 
+
h4, h1, p {
h3 {
+
  color: white;
    color: white;
+
  padding-bottom: 10px;
    font-size: 35px;
+
 +
.container.content {
 +
  margin-top: 70px;
 
}
 
}
 
+
.caret {
.navbar {
+
  display: inline-block;
    padding-top: 10px;
+
  width: 0;
    margin-bottom: 0;
+
  height: 0;
 +
  margin-left: 2px;
 +
  vertical-align: middle;
 +
  border-top: 4px solid;
 +
  border-right: 4px solid transparent;
 +
  border-left: 4px solid transparent;
 
}
 
}
 
+
#HQ_page h1 {
.navbar-brand {
+
  border-bottom: 10px solid #7ae26f;
    font-size: 30px;
+
 
}
 
}
 
+
[class*="col-"] {
.nav-link {
+
  float: left;
    font-size: 20px;
+
  padding: 13px;
 
}
 
}
 
+
a.list-group-item:visited {
a.dropdown-item {
+
  color: white;
    color: #4F7F52;
+
 
}
 
}
 
+
a:hover {
a.dropdown-item:active {
+
  background-color: transparent;
    background-color: #4F7F52;
+
 
}
 
}
 
+
.list-group {
.caret {
+
  margin-top: 100px;
    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;
+
 
}
 
}
 
+
.col-2.side {
/*滑到navbar就展開*/
+
  padding: 0;
.dropdown-menu li:hover .sub-menu {
+
    visibility: visible;
+
 
}
 
}
 
+
.list-group-item {
.dropdown:hover .dropdown-menu {
+
  padding: .55rem .35rem;
    display: block;
+
  background-color: #272625;
 +
  color: white;
 +
  border: none;
 +
  font-size: 19px;
 +
  margin: 5px 0;
 
}
 
}
 
+
a.list-group-item.list-group-item-action {
.head {
+
  background-color: transparent;
    color: white;
+
    width: 50%;
+
    font-size: 50px;
+
    font-weight: 700;
+
    border-bottom: 10px solid #7ae26f;
+
    position: relative;
+
    margin-top: 100px;
+
 
}
 
}
 
+
a.list-group-item.list-group-item-action:hover {
.container.content {
+
  color: #98CC9B;
    margin-top: 80px;
+
 
}
 
}
 
+
a.list-group-item.list-group-item-action.active {
@media (min-width: 992px) {
+
  background-color: transparent;
    .navbar {
+
  color: #7ae26f;
        padding-left: 80px;
+
        padding-right: 80px;
+
    }
+
 
}
 
}
 
+
  /*folded-corner*/
@media (max-width: 768px) {
+
  .post {
    .navbar-right form {
+
        display: none;
+
    }
+
}
+
 
+
@media (max-width: 568px) {
+
    footer {
+
        text-align: center;
+
    }
+
 
+
    .list-group {
+
        display: none;
+
    }
+
}
+
 
+
/*folded-corner*/
+
.post {
+
 
     position: relative;
 
     position: relative;
}
+
  }
 
+
  .folded-corner {
.folded-corner {
+
 
     position: absolute;
 
     position: absolute;
     bottom: 0px;
+
     bottom: 0px;
 
     right: 0px;
 
     right: 0px;
 
     border-width: 0;
 
     border-width: 0;
 
     border-style: solid;
 
     border-style: solid;
     background: hsla(260, 100%, 100%, 0.2);
+
     background: hsla(260,100%,100%,0.2);
     box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.3), -1px -4px 0px rgba(0, 0, 0, 0.1);
+
     box-shadow: 0px -4px 0px rgba(0,0,0,0.3), -1px -4px 0px rgba(0,0,0,0.1);
 
     border-radius: 15px 0 0 0;
 
     border-radius: 15px 0 0 0;
 
     border-color: transparent #B9DEBB transparent transparent;
 
     border-color: transparent #B9DEBB transparent transparent;
 
     transition: border-width 0.2s ease-out;
 
     transition: border-width 0.2s ease-out;
}
+
  }
 
+
  .post:hover .folded-corner {
.post:hover .folded-corner {
+
 
     border-width: 40px 40px 0 0;
 
     border-width: 40px 40px 0 0;
}
+
  }
 
+
  .photo .folded-corner {
.photo .folded-corner {
+
     background: hsla(260,5%,75%,0.5);
     background: hsla(260, 5%, 75%, 0.5);
+
  }
}
+
  .head {
 
+
[class*="col-"] {
+
    float: left;
+
    padding: 13px;
+
}
+
 
+
a.list-group-item:visited {
+
 
     color: white;
 
     color: white;
}
+
    width: 50%;
 
+
     font-size: 50px;
a:hover {
+
     border-bottom: 10px solid #7ae26f !important;
     background-color: transparent;
+
     position: relative;
}
+
  }
 
+
  .card {
.list-group {
+
     background-color: #B9DEBB;
     margin-top: 100px;
+
     cursor: pointer;
}
+
  }
 
+
  .card-body {
.col-2.side {
+
     background-color: #B9DEBB;
     padding: 0;
+
     text-align: center;
}
+
  }
 
+
  .card-deck {
.list-group-item {
+
     margin: 10px;
    padding: .55rem .35rem;
+
  }
     background-color: #272625;
+
  .modal {
     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;
+
}
+
 
+
 
+
 
+
img.contentimg {
+
 
     width: 100%;
 
     width: 100%;
    margin: 20px 0;
+
  }
}
+
  .modal-dialog {
 
+
     max-width: none !important;
a.link {
+
     width: 1000px;
     font-size: 30px;
+
     z-index: 100px !important;
    color: #4F7F52;
+
  }
}
+
  .modal-content {
 
+
     position: relative;
.btn{
+
  }
    color: white !important;
+
  td {
     font-size: 1.5rem;
+
     background-color: transparent;
+
    border-color: transparent;
+
    border-bottom: 3px;
+
    border-bottom-color: #98CC9B;
+
    border-bottom-style: solid;
+
    border-radius: 0rem;
+
}
+
 
+
.btn:hover {
+
  color: #f9f900 !important;
+
}
+
 
+
.btn.focus,
+
.btn:focus {
+
     box-shadow: none;
+
}
+
 
+
td {
+
 
     text-align: center;
 
     text-align: center;
 
     color: black !important;
 
     color: black !important;
     border: 2px solid black !important;
+
     border: none !important;
 +
    border-bottom: 2px solid black !important;
 +
    border-top: 2px solid black !important;
 
     background-color: white !important;
 
     background-color: white !important;
}
+
     padding: 5px !important;
 
+
     vertical-align: inherit !important;
table.PCR1 {
+
     font-size: 1rem;
     border: 3px solid white;
+
  }
     text-align: center;
+
  table {
    width: 100%;
+
     border: none !important;
     margin-left:180px !important;
+
     text-align: center !important;
}
+
  }
 
+
  .table {
table.PCR2 {
+
     padding-top: 80px;
     border: 3px solid white;
+
  }
     text-align: center;
+
  th {
    width: 100%;
+
     border: none !important;
    margin-left:120px !important;
+
}
+
 
+
table.PC1 {
+
     border: 3px solid white;
+
    text-align: center;
+
    width: 100%;
+
    margin-left:150px !important;
+
}
+
 
+
table.PC2 {
+
     border: 3px solid white;
+
    text-align: center;
+
    width: 100%;
+
    margin-left:150px !important;
+
}
+
 
+
table {
+
    border: 3px solid white;
+
    text-align: center;
+
    width: 100%;
+
}
+
 
+
th {
+
 
     background-color: #262624 !important;
 
     background-color: #262624 !important;
 
     color: white !important;
 
     color: white !important;
    border: 2px solid white !important;
+
     font-size: 20px !important;
     font-size: 20px;
+
 
     padding: 10px 10px !important;
 
     padding: 10px 10px !important;
}
+
  }
 
+
  .centertable {
.bbg td {
+
     margin: auto;
     background-color: #262624 !important;
+
  }
    color: white !important;
+
  img.contentimg {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
+
     width: 50%;
    padding: 5px 0 !important;
+
     margin: 20px 80px;
}
+
     cursor: pointer;
 
+
  }
table.bbg {
+
  .modal-backdrop {
     border: 3px solid rgba(255, 255, 255, 0.5);
+
     z-index: 1 !important;
}
+
  }
 
+
  .blackp {
.card {
+
    color: black !important;
     background-color: transparent;
+
    background-color: transparent !important;
     border: 0;
+
  }
}
+
  li.licontent {
 
+
    color: black !important;
.card-body {
+
    background-color: transparent !important;
     padding: 1rem 0;
+
  }
    border: none !important;
+
  ul {
}
+
    list-style-image: none !important;
 
+
  }
/*header*/
+
.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;
+
}
+
body {
+
background-color: #272625;
+
}
+
 
+
h3 {
+
color: white;
+
font-size: 35px;
+
}
+
 
+
p {
+
color: white;
+
font-size: 20px;
+
}
+
 
+
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 {
+
font-size: 30px;
+
color: #4F7F52;
+
}
+
#list-item-1 {
+
padding-top: 0px;
+
}
+
#list-item-2 {
+
padding-top: 0px;
+
}
+
#list-item-3 {
+
padding-top: 0px;
+
}
+
#list-item-4 {
+
padding-top: 0px;
+
}
+
#list-item-5 {
+
padding-top: 0px;
+
}
+
a.reference {
+
color: #4F7F52;
+
}
+
.modal-backdrop {
+
z-index: 0 !important;
+
}
+

Latest revision as of 17:49, 17 October 2018

body {

 background-color: #272625;

}

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

} h4, h1, 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;

} [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: 5px 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;

}

 /*folded-corner*/
 .post {
   position: relative;
 }
 .folded-corner {
   position: absolute;
   bottom: 0px;  
   right: 0px;
   border-width: 0;
   border-style: solid;
   background: hsla(260,100%,100%,0.2);
   box-shadow: 0px -4px 0px rgba(0,0,0,0.3), -1px -4px 0px rgba(0,0,0,0.1);
   border-radius: 15px 0 0 0;
   border-color: transparent #B9DEBB transparent transparent;
   transition: border-width 0.2s ease-out;
 }
 .post:hover .folded-corner {
   border-width: 40px 40px 0 0;
 }
 .photo .folded-corner {
   background: hsla(260,5%,75%,0.5);
 }
 .head {
   color: white;
   width: 50%;
   font-size: 50px;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
 }
 .card {
   background-color: #B9DEBB;
   cursor: pointer;
 }
 .card-body {
   background-color: #B9DEBB;
   text-align: center;
 }
 .card-deck {
   margin: 10px;
 }
 .modal {
   width: 100%;
 }
 .modal-dialog {
   max-width: none !important;
   width: 1000px;
   z-index: 100px  !important;
 }
 .modal-content {
   position: relative;
 }
 td {
   text-align: center;
   color: black !important;
   border: none !important;
   border-bottom: 2px solid black !important;
   border-top: 2px solid black !important;
   background-color: white !important;
   padding: 5px !important;
   vertical-align: inherit !important;
   font-size: 1rem;
 }
 table {
   border: none !important;
   text-align: center !important;
 }
 .table {
   padding-top: 80px;
 }
 th {
   border: none !important;
   background-color: #262624 !important;
   color: white !important;
   font-size: 20px !important;
   padding: 10px 10px !important;
 }
 .centertable {
   margin: auto;
 }
 img.contentimg {
   width: 50%;
   margin: 20px 80px;
   cursor: pointer;
 }
 .modal-backdrop {
   z-index: 1 !important;
 }
 .blackp {
   color: black !important;
   background-color: transparent !important;
 }
 li.licontent {
   color: black !important;
   background-color: transparent !important;
 }
 ul {
   list-style-image: none !important;
 }