you can find a preview of this layout here
or here on my burner account
highly recommend this site for previewing & easier coding
paste in about me:
<style>
main:before {
width: 100%;
height: 150px;
display: block;
content: "";
background-image: url('https://64.media.tumblr.com/f0f0a134ab9c44563c884a737171dcd9/tumblr_papvbyW6hA1wpn6qzo1_400.gifv');
background-position: center center;
background-size: cover;
</style>
<style>
:root {
--logo-blue: #000000;
--darker-blue: #dcdcdc;
--lighter-blue: #000000;
--even-lighter-blue: #ccc;
--lightest-blue: #F0F8FF;
--dark-orange: #dcdcdc;
--light-orange: #181818;
--even-lighter-orange: #404040;
--green: #38d;
--nameSticker: url();
--blurbSticker: url();
--interestSticker: url();
}
* {
font-family:monospace;
}
.contact {
border-radius: 20px;
background: url(https://thumbs.gfycat.com/GoodnaturedHeavenlyHuia-small.gif);
background-position: left top;
background-repeat: repeat;
padding: 10px;
width: 250px;
height: 150px;
}
.profile .blurbs .inner {
border-radius: px;
color: #dcdcdc;
background: url();
background-position: left top;
background-repeat: repeat;
}
table, tr, td {
background-color:transparent;
border:none;
border-width:50px;
}
table table table {
width:80%; max-width:600px; } table table table table { width:100%;;
}
body
{background: url("https://64.media.tumblr.com/033432d3d349c31a4ddf438d8544f6e9/tumblr_pa8r7awb0H1uvsi7jo3_1280.jpg")
;background-size:cover;
}
.url-info{display:none !important;}
}
.blog-preview p {
background-color: none;
padding: 5px 10px;
border-radius: 10px;
color: #dcdcdc;
}
.blog-preview p a{
color: #CD5C5C!important;
}
.blog-preview p a:hover,
.blog-preview p a:active,
.blog-preview p a:focus{
color: black!important;
}
nav {
border-radius: 0px 0px 0 0;
overflow: hidden;
}
.profile .contact,
.profile .url-info,
.profile .table-section,
.home-actions {
border: none;
}
table.details-table {
border-collapse: collapse;
color: #F0F8FF;
}
table.details-table td {
background-color: transparent !important;
}
.profile-pic {
border-radius: 20px;
overflow: hidden;
}
.profile h1 {
font-size: 20px;
text-align: center;
color: #CD5C5C;
}
.heading {
padding: px 0 !important;
margin-top: 15px;
margin-bottom: 10px;
background-color: !important;
color: #CD5C5C !important;
border-bottom: 1px solid;
}
main {
border-radius: 0 0 0px 0px;
background: rgba(0, 0, 0, 0.6) !important;
}
.container {
border-radius: 15px 15px 0 0;
overflow: hidden;
margin-top: 30px;
padding: 10px;
}
footer {
border-radius: 0px;
background: rgba(0, 0, 0, 0.7) !important;
display: block !important;
}
table.comments-table td {
background-color: white !important;
}
.comments-table td:first-child img {
width: 80px;
border-radius: 15px;
}
.profile .friends .person img {
border-radius: 20px;
}
.profile .friends .person p{
color: #dcdcdc;
}
table.comments-table td {
background-color: rgba(0, 0, 0, 0.4) !important;
color: #dcdcdc;
}
.blog-preview p {
font-size:0.9rem;
}
.details-table td:first-child {
color: #dcdcdc;
}
.profile-info {
border: 0px solid rgb(255, 0, 0);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
padding: 15px 5px;
margin-bottom: 10px;
background-image:url(https://data.whicdn.com/images/194676909/original.gif);
}
a.addme {
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
display: block;
}
</style>
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
Dan
Fixed some of the broken code and added closing tags where needed :)
main:before {
width: 100%;
height: 150px;
display: block;
content: "";
background-image: url('https://64.media.tumblr.com/f0f0a134ab9c44563c884a737171dcd9/tumblr_papvbyW6hA1wpn6qzo1_400.gifv');
background-position: center center;
background-size: cover;
}
:root {
--logo-blue: #000000;
--darker-blue: #dcdcdc;
--lighter-blue: #000000;
--even-lighter-blue: #ccc;
--lightest-blue: #F0F8FF;
--dark-orange: #dcdcdc;
--light-orange: #181818;
--even-lighter-orange: #404040;
--green: #38d;
--nameSticker: url();
--blurbSticker: url();
--interestSticker: url();
}
* {
font-family: monospace;
}
.contact {
border-radius: 20px;
background: url(https://thumbs.gfycat.com/GoodnaturedHeavenlyHuia-small.gif);
background-position: left top;
background-repeat: repeat;
padding: 10px;
width: 250px;
height: 150px;
}
.profile .blurbs .inner {
border-radius: 0;
color: #dcdcdc;
background: url();
background-position: left top;
background-repeat: repeat;
}
table, tr, td {
background-color: transparent;
border: none;
border-width: 50px;
}
table table table {
width: 80%;
max-width: 600px;
}
table table table table {
width: 100%;;
}
body {
background: url("https://64.media.tumblr.com/033432d3d349c31a4ddf438d8544f6e9/tumblr_pa8r7awb0H1uvsi7jo3_1280.jpg");
background-size: cover;
}
.url-info {
display: none !important;
}
.blog-preview p {
background-color: transparent;
padding: 5px 10px;
border-radius: 10px;
color: #dcdcdc;
}
.blog-preview p a {
color: #CD5C5C !important;
}
.blog-preview p a:hover,
.blog-preview p a:active,
.blog-preview p a:focus {
color: black !important;
}
nav {
border-radius: 0px 0px 0 0;
overflow: hidden;
}
.profile .contact,
.profile .url-info,
.profile .table-section,
.home-actions {
border: none;
}
table.details-table {
border-collapse: collapse;
color: #F0F8FF;
}
table.details-table td {
background-color: transparent !important;
}
.profile-pic {
border-radius: 20px;
overflow: hidden;
}
.profile h1 {
font-size: 20px;
text-align: center;
color: #CD5C5C;
}
.heading {
padding: 0 0 !important;
margin-top: 15px;
margin-bottom: 10px;
background-color: transparent !important;
color: #CD5C5C !important;
border-bottom: 1px solid;
}
main {
border-radius: 0 0 0px 0px;
background: rgba(0, 0, 0, 0.6) !important;
}
.container {
border-radius: 15px 15px 0 0;
overflow: hidden;
margin-top: 30px;
padding: 10px;
}
footer {
border-radius: 0px;
background: rgba(0, 0, 0, 0.7) !important;
display: block !important;
}
table.comments-table td {
background-color: white !important;
}
.comments-table td:first-child img {
width: 80px;
border-radius: 15px;
}
.profile .friends .person img {
border-radius: 20px;
}
.profile .friends .person p {
color: #dcdcdc;
}
table.comments-table td {
background-color: rgba(0, 0, 0, 0.4) !important;
color: #dcdcdc;
}
.blog-preview p {
font-size: 0.9rem;
}
.details-table td:first-child {
color: #dcdcdc;
}
.profile-info {
border: 0px solid rgb(255, 0, 0);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
padding: 15px 5px;
margin-bottom: 10px;
background-image: url(https://data.whicdn.com/images/194676909/original.gif);
}
a.addme {
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
display: block;
}
Report Comment
Sportsball Supreme Overlord Byron
Hi louhhhhhhh youuuuuu any tips for customization?
Report Comment