(7 intermediate revisions by 2 users not shown) | |||
Line 187: | Line 187: | ||
} | } | ||
− | ul { | + | .nus ul { |
font-family:"Montserrat", serif; | font-family:"Montserrat", serif; | ||
font-size: 18px; | font-size: 18px; | ||
Line 195: | Line 195: | ||
} | } | ||
− | ol { | + | .nus ol { |
font-family:"Montserrat", serif; | font-family:"Montserrat", serif; | ||
font-size: 18px; | font-size: 18px; | ||
Line 201: | Line 201: | ||
color:#000000; | color:#000000; | ||
} | } | ||
+ | .nus { | ||
+ | font-family:"Montserrat", serif; | ||
+ | font-size: 18px; | ||
+ | line-height:150%; | ||
+ | color:#000000; | ||
+ | } | ||
+ | |||
+ | ul.nus { | ||
+ | font-family:"Montserrat", serif; | ||
+ | font-size: 18px; | ||
+ | line-height:150%; | ||
+ | color:#000000; | ||
+ | |||
+ | } | ||
+ | |||
+ | ol.nus { | ||
+ | font-family:"Montserrat", serif; | ||
+ | font-size: 18px; | ||
+ | line-height:150%; | ||
+ | color:#000000; | ||
+ | } | ||
+ | |||
/****************** image description subline ****************/ | /****************** image description subline ****************/ | ||
Line 484: | Line 506: | ||
} | } | ||
− | ul { | + | .nus ul{ |
font-size: 10px; | font-size: 10px; | ||
} | } | ||
− | ol { | + | .nus ol { |
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | ol.nus { | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | ul.nus { | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | .nus { | ||
font-size: 10px; | font-size: 10px; | ||
} | } | ||
Line 562: | Line 596: | ||
font-style:oblique; | font-style:oblique; | ||
text-align:center; | text-align:center; | ||
+ | } | ||
+ | |||
+ | /************************************************** Back to top button style **************************************************/ | ||
+ | #BacktoTopBtn { | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | bottom: 3px; | ||
+ | right: 5px; | ||
+ | z-index: 99; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: #F5B041; | ||
+ | color: white; | ||
+ | cursor: pointer; | ||
+ | padding: 5px; | ||
+ | border-radius: 20px; | ||
+ | } | ||
+ | |||
+ | #BacktoTopBtn:hover { | ||
+ | background-color: #2980B9; | ||
} | } | ||
Latest revision as of 16:54, 1 November 2017