Difference between revisions of "Team:NJU-China/mdlib/customedcss"

 
Line 1: Line 1:
 
/* mod */
 
/* mod */
 +
.card .card-title {
 +
  font-size: 20px;
 +
}
 
p.reference {
 
p.reference {
 
   text-align: left !important;
 
   text-align: left !important;

Latest revision as of 19:10, 30 November 2016

/* mod */ .card .card-title {

 font-size: 20px;

} p.reference {

 text-align: left !important;

} nav {

 background-color: #EE8848;

}

   #nav-mobile li.logo a {
 height: 240px;

}

   ul.side-nav.fixed li.logo {
       margin-bottom: auto;
       margin-top: auto;
   }
   
   #nav-mobile {
       padding-bottom: 60px;
   }
   
   a,
   a:hover {
       text-decoration: none !important;
   }
   
   ul {
       list-style-image: inherit;
   }
   
   .tabs .tab {
       text-transform: none;
   }
   
   a:active {
       color: unset;
   }
   /* revert */
   
   #top_title,
   #sideMenu,
   .wsx_fade,
   .wsx_scroll,
   #mw-content-text>p:first-child {
       display: none;
   }
   
   #content {
       width: 100%;
       padding: 0;
       margin: 0;
       /*为了能让侧栏正常滑动,且不会被阴影覆盖*/
       position: static;
   }
   
   .mw-content-ltr ul {
       margin: 0;
   }
   
   #top_menu_14 {
       box-sizing: content-box;
   }

ul.right.hide-on-med-and-down {

   line-height: 64px;

} .btn-floating.btn-large.red:hover {

   transform: rotate(90deg);
   transition: transform .3s ease-in-out;

}

  1. mw-content-text {
       display: flex;
       min-height: 100vh;
       flex-direction: column;
   }
   
   main {
       flex: 1 0 auto;
   }

footer { margin-bottom: -25px; } @media only screen and (min-width: 0) {

 #mw-content-text {
   font-size: 14px
 }

} @media only screen and (min-width: 992px) {

 #mw-content-text {
   font-size: 14.5px
 }

} @media only screen and (min-width: 1200px) {

 #mw-content-text {
   font-size: 15px
 }

}

  1. HQ_page p {
 font-size: inherit;

} .btn, .btn-large, .btn-flat {

 text-transform: none;

}

  1. content {
 margin-top: -1px;

}

  1. HQ_page th {
 background-color: inherit;

}