Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Created On 2024-06-04 */
- /* Theme 6.0.4 2023-2024 */
- body {
- background-color: white;
- }
- /* Text */
- p {
- font-size: 20px;
- align-items: center;
- font-family: 'Roboto', sans-serif;
- font-weight:300;
- }
- h1 {
- font-size: 45px;
- font-family: 'Roboto', sans-serif;
- align-items: center;
- }
- h2 {
- font-size: 30px;
- font-family: 'Roboto', sans-serif;
- }
- h3 {
- font-size: 25px;
- font-family: 'Roboto', sans-serif;
- align-items: center;
- }
- h4 /* I never use this tag */ {
- font-size: 20px;
- font-family: 'Roboto', sans-serif;
- }
- h5 /* I never use this tag */ {
- font-size: 15px;
- font-family: 'Roboto', sans-serif;
- }
- h6 /* I never use this tag */ {
- font-size: 10px;
- font-family: 'Roboto', sans-serif;
- }
- li /* List Item in the <ul> tag */ {
- font-size:20px;
- color:black;
- font-family:'Roboto', sans-serif;
- font-weight:300;
- margin:10px;
- }
- summary { /* This is text that names a <details> section */
- color: black;
- font-family: 'Roboto', sans-serif;
- font-weight:bold;
- font-size:20px;
- cursor: pointer;
- }
- a {
- font-family: 'Roboto', sans-serif;
- color: #0b5394ff;
- font-size: 20px;
- align-items: center;
- font-weight: 300;
- text-decoration: undeline;
- }
- a:hover {
- text-decoration: none;
- }
- figcaption { /* Image Caption */
- color:black;
- font-family: 'Roboto', sans-serif;
- font-weight:300;
- font-size:20px;
- }
- time {
- font-family: 'Roboto', sans-serif;
- font-size: 20px;
- font-weight: 300;
- }
- /* Page Elements */
- hr {
- height: 1px;
- border-width: 0;
- color: black;
- background-color: black;
- width: 95%;
- margin-top: 25px;
- margin-bottom: 25px;
- }
- video { /* Videos will have rounded corners. */
- border-radius: 13px;
- }
- iframe {
- border-radius:16px;
- border-color:transparent;
- }
- button {
- background-image: url('../theme/aqua.jpeg');
- background-size: cover;
- background-position-x: center;
- background-position-y: center;
- border: 2px solid #ccc;
- border-radius: 16px;
- border-top-color: #8ba2c1;
- border-right-color: #5890bf;
- border-bottom-color: #4f93ca;
- border-left-color: #768fa5;
- align-items: center;
- text-shadow: #0a0a0a80 1px 2px 2px;
- margin-bottom: 5px;
- height: 40px;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- }
- button:hover {
- box-shadow: #428cf080 0px 10px 16px;
- transition: 0.3s;
- }
- button a {
- text-decoration: none;
- color: white;
- }
- button b {
- font-weight: 400;
- }
- /* Start flex-container */
- .flex-container {
- display: flex;
- flex-wrap:wrap;
- }
- .flex-container>div /* Used to place content side-by-side. */ {
- padding: 10px;
- }
- /* End flex-container */
- /* Start flex-box */
- .flex-box { /* Where the .flex-box content is contained */
- display: flex;
- justify-content: center;
- }
- @media (max-width: 6in) { /* If the screen with is less than 6 inches (576 px), the content will display in a column. */
- .flex-box {
- flex-direction: column;
- }
- }
- .flex-box>div /* Used to place content side-by-side. */ {
- align-items: center;
- padding: 10px;
- }
- /* End Flex Container */
- /* Start flex-box */
- .flex-box { /* Where the .flex-box content is contained */
- display: flex;
- justify-content: center;
- }
- @media (max-width: 6in) { /* If the screen with is less than 6 inches (576 px), the content will display in a column. */
- .flex-box {
- flex-direction: column;
- }
- }
- .flex-box>div /* Used to place content side-by-side. */ {
- align-items: center;
- padding: 10px;
- }
- noscript {
- text-align: center;
- font-size: 20px;
- font-weight: bold;
- font-family: 'Roboto', sans-serif;
- color: red;
- }
- .twitter-share-button {
- text-align: left;
- padding-top: 5px;
- }
- .topbtn {
- text-align: center;
- }
- .topbtn img {
- border-radius: 20%;
- width: 40px;
- }
- /* Top Bar CSS */
- .navbar {
- overflow: hidden;
- background-image: url('pinstripes-1x.png');
- border-radius: 13px;
- border: 1px solid #ccc;
- }
- @media (max-width: 749px) {
- .navbar {
- display: none;
- }
- }
- .navbar a {
- float: left;
- font-size: 16px;
- color: black;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- color: gray;
- cursor: pointer;
- }
- .navbar a img {
- vertical-align: middle;
- }
- .dropdown {
- float: left;
- overflow: hidden;
- font-weight: 300;
- }
- .dropdown .dropbtn {
- font-size: 16px;
- border: none;
- outline: none;
- color: white;
- padding: 14px 16px;
- background-color: inherit;
- background-image: none;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- margin: 0;
- color: gray;
- cursor: pointer;
- border-radius: 0px;
- text-shadow: none;
- height: 100%;
- }
- .navbar a:hover, .dropdown:hover, .navbar a:hover, .dropbtn:hover {
- background-color: #eeeeee;
- transition: 0.3s;
- color: #000000;
- }
- .dropdown-content {
- display: none;
- position: absolute;
- background-image: url('pinstripes-1x.png');
- min-width: 160px;
- z-index: 1;
- border-radius: 16px;
- border: 1px solid #ccc;
- max-width: 100%; /* Added to limit the width to 100% of the screen */
- box-sizing: border-box; /* Added to include padding and border in the width calculation */
- margin-bottom: 1px;
- }
- .dropdown-content a {
- float: none;
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- max-height: 200px; /* Adjust the value as needed */
- overflow-x: hidden;
- text-align: left;
- cursor: pointer;
- }
- .dropdown-content a:hover {
- background-color: #eeeeee;
- }
- .dropdown-content p {
- color: black;
- font-size: 16px;
- }
- .dropdown:hover .dropdown-content {
- display: block;
- }
- /* Sidebar CSS */
- .sidebar {
- height: 100%;
- width: 310px;
- position: fixed;
- top: 0;
- left: -310px; /* Hide the sidebar off-screen by default */
- background-image: url('pinstripes-1x.png');
- padding-top: 20px;
- transition: left 0.3s; /* Add a smooth transition effect when the sidebar slides in/out */
- overflow-x: auto;
- overflow-y: auto;
- }
- @media (min-width: 750px) {
- .sidebar {
- display: none;
- }
- }
- .site-title {
- text-align: center;
- }
- @media (min-width: 750px) {
- .site-title {
- display: none;
- }
- }
- /* Define the CSS styles for the links in the sidebar */
- .sidebar a {
- text-decoration: none;
- font-size: 20px;
- color: black;
- display: block;
- font-family: 'Roboto', sans-serif;
- margin-left: 5px !important;
- }
- /* Change the color of the links when hovered over */
- .sidebar a:hover {
- background-color: #eeeeee;
- border-radius: 10px;
- }
- .sidebar details {
- padding: 12px 25px;
- cursor: pointer;
- }
- .sidebar details hr {
- color: black;
- background-color: black;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .sidebar summary {
- padding: 3px;
- text-decoration: none;
- font-size: 20px;
- color: black;
- font-weight: 300;
- font-family: 'Roboto', sans-serif;
- height: 20px;
- }
- .sidebar summary:hover {
- background-color: #eeeeee;
- height: 20px;
- border-radius: 16px;
- }
- .openbtn {
- position: fixed;
- z-index: 1;
- margin-left: 10px;
- background-color: #333;
- color: white;
- border: none;
- cursor: pointer;
- width: 40px;
- height: 40px;
- font-size: 20px;
- margin-top: 10px;
- font-size: 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- @media (min-width: 750px) {
- .openbtn {
- display: none;
- }
- }
- .sidebar h3 {
- text-align: center;
- }
- .social-icons {
- display: flex;
- justify-content: center;
- margin-top: 1px;
- margin-bottom: 30px;
- }
- .social-icons img {
- width: 40px;
- }
- .social-icons a {
- background-color: transparent !important;
- }
- @keyframes details-show { /* Adds an animation when the <summary> is clicked on. */
- from {
- opacity:0;
- transform: var(--details-translate, translateY(-0.5em));
- }
- }
- details[open] > *:not(summary) { /* Adds an animation when the <summary> is clicked on. */
- animation: details-show 0.3s ease-in-out;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement