Difference between revisions of "Template:BIT-China/css/notebook-common-style"

(Created page with ".NOT-content-container { position: relative; left: 25vw; width: 60vw; padding: 0; background-color: transparent; } .NOT-overview { position: relative; left: 0;...")
 
 
Line 46: Line 46:
 
   font-family: 'kg_second_chances_solidRg' !important;
 
   font-family: 'kg_second_chances_solidRg' !important;
 
   font-size: 22px !important;
 
   font-size: 22px !important;
 +
  color: #131313;
 +
  left: 0;
 +
  margin: 0;
 +
}
 +
 +
.NOT-title-3{
 +
  font-family: 'kg_second_chances_solidRg' !important;
 +
  font-size: 18px !important;
 
   color: #131313;
 
   color: #131313;
 
   left: 0;
 
   left: 0;

Latest revision as of 17:43, 15 October 2018

.NOT-content-container {

 position: relative;
 left: 25vw;
 width: 60vw;
 padding: 0;
 background-color: transparent;

}

.NOT-overview {

 position: relative;
 left: 0;
 width: 100%;
 padding: 0;
 margin: 0;

}

.NOT-white-head {

 position: fixed;
 z-index: 2;
 top: 0;
 height: calc(25vh - 40px);
 left: 25vw;
 width: 60vw;
 padding: 0;
 background-color: #E6E6E6;

}

.NOT-title {

 position: relative;
 font-family: 'kg_second_chances_solidRg' !important;
 font-size: 30px !important;
 color: #131313;
 text-align: right;

}

.NOT-title-1 {

 position: relative;
 font-family: 'kg_second_chances_solidRg' !important;
 font-size: 25px !important;
 color: #131313;
 margin: 0;
 padding: 0;

}

.NOT-title-2 {

 font-family: 'kg_second_chances_solidRg' !important;
 font-size: 22px !important;
 color: #131313;
 left: 0;
 margin: 0;

}

.NOT-title-3{

 font-family: 'kg_second_chances_solidRg' !important;
 font-size: 18px !important;
 color: #131313;
 left: 0;
 margin: 0;

}

.NOT-content {

 position: relative;
 left: 0;
 width: 100%;

}

.NOT-content-p {

 margin: 0;
 font-family: 'helveticaregular' !important;
 font-weight: 500 !important;
 font-size: 16px !important;
 line-height: 25px !important;
 color: #131313;
 word-wrap: break-word;
 word-break: keep-all;
 text-align: justify;
 text-justify: inter-ideograph;

}

.NOT-formula {

 font-size: 15px !important;
 font-weight: 300 !important;
 text-align: justify !important;

}

.NOT-margin-toTitle {

 margin-top: 20px;

}

.NOT-margin-toTitle1 {

 margin-top: 5px;

}

.NOT-margin-toTitle2 {

 margin-top: 10px;

}

.NOT-margin-toP {

 margin-top: 10px;

}

.NOT-margin-toFormula {

 margin-top: 0;

}

.NOT-margin-title1ToUp {

 margin-top: 5px;

}

.NOT-margin-title2ToUp {

 margin-top: 15px;

}