Created
June 15, 2024 01:38
-
-
Save fallengiants/98c09ea9ff8b16ec414022e693c2ade2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { padding: 0; margin: 0; } | |
| img[alt="zerohedge logo"] { | |
| transform: rotateZ(0.01turn) rotateY(1turn) skewX(5deg) scaleY(2); | |
| } | |
| header ul li { | |
| margin-right: 50px; | |
| text-decoration: none; | |
| } | |
| div.container > div > div > header { background-color: white;} | |
| header ul li:hover { | |
| text-decoration: none; | |
| transform: scale(0.8,1.3); | |
| border-bottom: none; | |
| color:white; | |
| text-shadow: 1px -1px 9px #000; | |
| border-radius: 25px; | |
| box-shadow: -5px 5px 40px #0faded; | |
| letter-spacing: 0.4ex; | |
| margin-right: 40px; | |
| } | |
| hr { display: none; } | |
| header ul li:a { | |
| text-decoration: none; | |
| border-bottom: none; | |
| } | |
| div[class^="FeaturedContributors"] { | |
| border-top: 15px dotted #fff; | |
| margin-top: 30px; | |
| background-color: #dde; | |
| padding-bottom: 10px; | |
| } | |
| div[class^="FeaturedContributors"] a:hover { | |
| text-transform: smallcaps; | |
| text-decoration: none; | |
| color: #7010fa; | |
| } | |
| div[class^="Featured_container"] h2 { | |
| font-family:'Gill Sans MT', Calibri, sans-serif; | |
| font-size: 16px; | |
| font-weight: 500; | |
| transform: rotateZ(2deg); | |
| margin-left: -25px; | |
| } | |
| div[class^="FeaturedContributors"] h2:hover { | |
| font-weight: 600; | |
| transform: scaleX(0.8) scaleY(1.2) rotate(1deg) rotateZ(0deg); | |
| } | |
| div[class^="Featured_container"] h3 { | |
| font-family: "Playwrite Columbia", cursive; | |
| font-size: 10px; | |
| } | |
| div[class^="Featured_text"] { | |
| font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; | |
| } | |
| section.sidebar-left { | |
| transform: scaleX(0.6); | |
| border-right: 10px solid #0faded; | |
| margin-left: -150px !important; | |
| } | |
| section.sidebar-left:hover { | |
| transform: scaleX(1); | |
| border-right: 1px solid #0faded; | |
| margin-left: 0px !important; | |
| } | |
| div[class^="Article_stickyContainer"] { | |
| margin-top: 5px; | |
| } | |
| h2[class^="Article_title"] a { | |
| color: #af3f31; | |
| font-family: 'Garamond', 'CodeNewRoman Nerd Font', 'Inconsolata', serif; | |
| font-size: 21px; | |
| font-weight: 300; | |
| text-transform: smallcaps; | |
| position: relative; | |
| z-index: 1; | |
| } | |
| h2[class^="Article_title"]::after { | |
| content: ""; | |
| position: relative; | |
| background-color: rgba(8,8,8,0.1); | |
| border-bottom: 1px dashed black; | |
| width: 100%; | |
| height: 100%; | |
| z-index: 0; | |
| top: -30px; | |
| display: block; | |
| } | |
| span[class^="CommetCount"] { | |
| z-index: 5; | |
| display: block; | |
| font-size: 16px; | |
| font-family: Impact; | |
| color: black; | |
| } | |
| [class^="Article_nonStickyContainer"]:nth-of-type(even) { | |
| background-color: #cdc; | |
| } | |
| [class^="Article_nonStickyContainer"]:nth-of-type(odd) { | |
| background-color: #ddd; | |
| } | |
| section[class^="SidebarRight"] { transform: scaleX(0.1); padding: 0; margin: 0; margin-right: -200px;} | |
| [class^="Article_stickyContainer"] div:has(+ a) { | |
| background-color: black; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment