|
|
(16 intermediate revisions by the same user not shown) |
Line 16: |
Line 16: |
| /*set size for equations of JaxMath*/ | | /*set size for equations of JaxMath*/ |
| .equation p { | | .equation p { |
− | font-size: 1.0rem!important; | + | font-size: 0.8rem!important; |
| + | } |
| + | |
| + | /*equations for Mobile devices*/ |
| + | @media screen and (max-width: 1000px) { |
| + | .equation p { |
| + | font-size: 6px!important; |
| + | } |
| } | | } |
| | | |
Line 128: |
Line 135: |
| | | |
| | | |
− | /*sidemenu */
| |
− | #SideMenu-Wrapper {
| |
− | position:absolute;
| |
− | top:100px;
| |
− | right:100%;
| |
− | width:22%;
| |
− | padding-top:0.5rem;
| |
− | padding-bottom:0.5rem;
| |
− | margin:0;
| |
− | border-radius: 6px 0px 0px 6px;
| |
− | box-shadow: -10px 0px 8px 4px rgba(0, 0, 0, 0.5);
| |
− | background-color:#f2f2ed;
| |
− | z-index:2;
| |
− |
| |
| | | |
− | }
| |
− |
| |
− | .sidebar-nav {
| |
− | margin:0!important;
| |
− | padding:0!important;
| |
− | }
| |
− |
| |
− | .sidebar-nav li {
| |
− | font-size:1.4rem;
| |
− | list-style-type: none;
| |
− | list-style-type: none;
| |
− | list-style-position:inside;
| |
− | margin:0;
| |
− | padding-top:0.5rem;
| |
− | padding-bottom:0;
| |
− | padding-left:0.5rem;
| |
− | padding-right:0.5rem;
| |
− | }
| |
− |
| |
− | .SideMenu-Header {
| |
− | text-align: center;
| |
− | border-bottom: 2px solid #1d2129;
| |
− |
| |
− |
| |
− | }
| |
− | .SideMenu-Header h4 {
| |
− | font-size:2.4rem;
| |
− | margin:0;
| |
− | padding:0;
| |
− | color: #66bb46;
| |
− | }
| |
− |
| |
− |
| |
− | #SideMenu-Wrapper lu, li a {
| |
− | color:black;
| |
− | }
| |
| | | |
| | | |