Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color: black;
- }
- .white-bg {
- background-color: #ffffff;
- }
- .full-bg-body {
- background-image: url('../theme/os-x-leopard-wallpaper.png');
- background-size: cover;
- background-position-x: center;
- background-position-y: center;
- background-attachment: fixed;
- }
- /* Text */
- strong, b { /* Makes text with <b> & <strong> tags to display bold */
- font-weight: bold;
- }
- p {
- font-size: 20px;
- color: white;
- align-items: center;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- }
- h1 {
- font-size: 45px;
- font-family: 'Roboto', sans-serif;
- color: white;
- align-items: center;
- }
- h2 {
- font-size: 30px;
- font-family: 'Roboto', sans-serif;
- color: white;
- }
- h3 {
- font-size: 25px;
- font-family: 'Roboto', sans-serif;
- color: white;
- align-items: center;
- }
- h4 /* I never use this tag */ {
- font-size: 20px;
- font-family: 'Roboto', sans-serif;
- color: white;
- }
- h5 /* I never use this tag */ {
- font-size: 15px;
- font-family: 'Roboto', sans-serif;
- color: white;
- }
- h6 /* I never use this tag */ {
- font-size: 10px;
- font-family: 'Roboto', sans-serif;
- color: white;
- }
- details {
- padding: 12px 25px;
- cursor: pointer;
- }
- summary { /* This is text that names a <details> section, similar to h3 */
- color: white;
- font-family: 'Roboto', sans-serif;
- font-weight: bold;
- font-size: 25px;
- cursor: pointer;
- }
- a {
- font-size: 20px;
- font-family: 'Roboto', sans-serif;
- color: #ffff00;
- align-items: center;
- font-weight: 300;
- text-decoration: undeline;
- }
- a:hover {
- text-decoration: none;
- }
- li /* List Item in the <ul> tag */ {
- font-size: 20px;
- color: white;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- margin: 10px;
- }
- figcaption { /* Image Caption */
- color: white;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- font-size: 20px;
- }
- /* Page Elements */
- video { /* Videos will have rounded corners. */
- border-radius: 13px;
- }
- iframe { /* Embedded pages will have round corners, and no border */
- border-radius: 16px;
- border-color: transparent;
- }
- .footer { /* Footer Iframe Styling */
- width: 100%;
- height: 365px;
- }
- hr { /* Horizontal line used as a divider */
- height: 1px;
- border-radius: 3px;
- border-width: 0;
- color: white;
- background-color: white;
- width: 95%;
- margin-top: 15px;
- margin-bottom: 15px;
- }
- noscript { /* Text that displays when JavaScript is disabled */
- text-align: center;
- font-size: 20px;
- font-weight: bold;
- color: red;
- background-color: white;
- font-family: 'Roboto', sans-serif;
- }
- .header /* Top section of the page that contains info about the page */ {
- background-image: url('./os-x-leopard-wallpaper.png');
- border-radius: 0px 0px 13px 13px;
- background-size: cover;
- background-position-x: center;
- background-position-y: center;
- padding: 10px;
- text-align: left;
- }
- .twitter-share-button {
- text-align: left;
- }
- @media (max-width: 750px) {
- .header {
- border-radius: 13px 13px 13px 13px;
- }
- }
- button {
- background-image: url('./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 { /* Button will have a "glow" effect when click/hovered on */
- box-shadow: #428cf080 0px 10px 16px;
- transition: 0.3s;
- }
- button a { /* Links in buttons will not be underlined and will be white */
- text-decoration: none;
- color: white;
- }
- button b { /* Text in button will have a font weight of 400 */
- font-weight: 400;
- }
- button img {
- vertical-align: middle;
- border-radius: 5px;
- box-shadow: #0a0a0a80 1px 2px 2px;
- }
- .infobtn {
- cursor: pointer !important;
- text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px !important;
- color:white !important;
- height: 35px !important;
- font-size: 25px !important;
- font-family:'Roboto', sans-serif; text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px !important;
- color:white !important;
- }
- .infotext { /* Info buttons below icons will have a font weight of 600. */
- font-weight: 600;
- }
- .infocptn {
- text-align: center;
- }
- summary { /* This is text that names a <details> section */
- color: white;
- font-family: 'Roboto', sans-serif;
- font-weight: bold;
- font-size: 20px;
- cursor: pointer;
- }
- details hr {
- color: black;
- background-color: black;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- @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;
- }
- .topbtn {
- text-align: center;
- }
- .topbtn img {
- border-radius: 20%;
- width: 40px;
- }
- /* Home Page Panels */
- .section /* The div for the "panel" where the content is contained */ {
- background-color: #6495EC;
- border-radius: 16px;
- max-width: 300px;
- height: 300px;
- overflow: auto;
- padding: 10px;
- }
- /* Spacing */
- .changelog-collapsibles /* Used on the "Site Revision History" page to add spacing between content, but it does not align to center. */ {
- padding: 10px;
- }
- .flex-parent-element /* Soon to be replaced with the "flex-container". */ {
- display: flex;
- width: 100%;
- }
- .flex-child-element /* Soon to be replaced with the "flex-container". */ {
- flex: 1;
- margin: 10px;
- }
- .flex-child-element:first-child /* Soon to be replaced with the "flex-container". */ {
- margin-right: 20px;
- }
- @media (max-width: 7in) /* Soon to be replaced with the "flex-container". */ {
- .flex-parent-element {
- flex-direction: column;
- }
- }
- /* 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;
- }
- /* Top Bar CSS */
- .navbar {
- overflow: hidden;
- background-image: url('pinstripes-1x.png');
- border-radius: 13px 13px 0px 0px;
- 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;
- }
- /* Change the color of the links when hovered over */
- .sidebar a:hover {
- background-color: #eeeeee;
- border-radius: 10px;
- }
- .sidebar p {
- margin: 20px;
- }
- .sidebar h3 {
- margin: 0px;
- }
- .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;
- }
- .sidebar details hr {
- color: black;
- background-color: black;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .sidebar summary {
- padding: 3px;
- text-decoration: none;
- 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;
- }
- /* Tabs */
- /* Style the tab */
- .tab {
- overflow: hidden;
- border: 1px solid #ccc;
- background-color: #f1f1f1;
- background-image: url('../theme/pinstripes-1x.png');
- border-radius: 13px;
- }
- /* Style the buttons inside the tab */
- .tab button /* The buttons used to access different tabs */ {
- font-family: 'Roboto', sans-serif;
- cursor: pointer;
- font-size: 20px;
- border-radius: 16px;
- color: white;
- font-weight: 400;
- text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
- margin: 5px;
- margin-right: 0px;
- transition: 0.3s;
- height: 40px;
- background-image: url('../theme/aqua.jpeg');
- background-size: cover;
- background-position-x: center;
- background-position-y: center;
- border-top-color: #8ba2c1;
- border-right-color: #5890bf;
- border-bottom-color: #4f93ca;
- border-left-color: #768fa5;
- }
- /* Create an active/current tablink class */
- .tab button.active {
- font-weight: bold;
- }
- /* Style the tab content */
- .tabcontent {
- display: none;
- }
- /* Created by Jordan's Blog on 2024-06-01 */
- /* Theme 6.0.5 2023-2024 */
Add Comment
Please, Sign In to add comment