Created
November 12, 2018 04:23
-
-
Save jyntran/44417c9081ddd6c666bd77eda8993dd3 to your computer and use it in GitHub Desktop.
NP
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
<style> | |
html, body { | |
font-family: helvetica,arial,sans serif; | |
} | |
hr, #userneohome, #usershop, #ncmall, #right_of_trohpies { | |
display: none; | |
} | |
#content { | |
margin: auto; | |
max-width: 800px; | |
width: 80%; | |
} | |
#userinfo { | |
margin-right: 24px; | |
padding-right: 24px; | |
} | |
#usercollections { | |
margin-left: 24px; | |
padding-left: 24px; | |
} | |
.contentModuleHeader, .contentModuleHeaderAlt { | |
padding-left: 8px; | |
background: none; | |
color: #333; | |
text-transform: lowercase; | |
font-size: 200%; | |
} | |
table, .contentModule, .contentModuleTable { | |
border: none; | |
} | |
table { | |
margin-bottom: 16px; | |
} | |
.contentModule { | |
width: 100%; | |
} | |
.contentModuleContent { | |
padding: 12px; | |
} | |
</style><div id="about"> | |
<p>ABOUT TEXT HERE</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment