body { background-color: transparent; color: black; font-family: 'Noto Sans', sans-serif; } a { color: inherit; } .container { width: 500px; } img { width: 100%; } @media only screen and (min-device-width : 320px) and (max-device-width : 767px) { /* body { background-color: red; } */ .center { margin: auto; width: 90%; } .nav { margin-right: 10px; } } @media only screen and (min-device-width : 768px) { /* body { background-color: blue; } */ .center { margin: auto; width: 60%; } .nav { margin-right: 100px; } } .debug { /* border: 1px solid red; */ } .zoom:hover { transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ } /* Theme List */ light{ color: black; background-color: transparent; } .dark { color: white; background-color: black; } .dragos { color:#d2fafb; background-color: #2c003e; } .ocean { color: #1b262c; background-color:#bbe1fa; } .sunset { background-color: #0a1d37; color: #ffeedb; } .new { background-color: #293B5F; color: #FFC074; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; right: 10px; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ } /* Modal Content/Box */ .modal-content { background-color: inherit; color: inherit; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { text-decoration: none; cursor: pointer; } code1 { padding: 20px; font-size: .9em; display: flex; justify-content: center; flex-wrap: wrap; white-space: pre; line-height: 100%; background-color: #f9f9f9; border-radius: 5px; border: 1px solid #ececec; letter-spacing: -3px; overflow-x: auto; overflow-y: auto; } table{ border-collapse: collapse; border-spacing: 0; border:1px solid black; } th{ border:1px solid black; } td{ border:1px solid black; } .stickyshare { text-align: center; position: fixed; top: 50%; left: 8%; } .rotate { display: flex; margin-top: 0; margin-bottom: 40px; margin-left: 0; margin-right: -20px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; } .d-none { display: none!important; } .footer { bottom: 5px; position: relative; } blockquote { } blockquote { margin: 0; padding-left: 1.4rem; border-left: 2px solid hotpink; }