aleeex's profile picture

Published by

published
updated

Category: Web, HTML, Tech

record/ vinyl music layout

you can find a preview of this layout here
or here on my burner account 

highly recommend this site for previewing & easier coding 



<style>

    :root {
        --logo-blue: #9370DB;
        --darker-blue: #9370DB;
        --lighter-blue: #000000;
        --even-lighter-blue: #ccc;
        --lightest-blue: #b893be;
        --dark-orange: #9370DB;
        --light-orange: #181818;
        --even-lighter-orange: #404040;
        --green: #38d;
    }

    * {
        font-family: monospace;
    }
    
    
    
.contact {
  border-radius: px;
  background: url(https://i.pinimg.com/originals/21/ae/89/21ae8958be73402545f5b281d866ca3c.gif);
  background-position: left top;
  background-repeat: repeat;
  padding: 10px;
  width: 250px;
  height: 150px;
}


  table, tr, td { 
  background-color:transparent; 
 } 

  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://i.pinimg.com/originals/a3/c6/28/a3c6287b84d9a0f8264981145e8408c2.jpg")
        ;background-size:cover;
        
        }
    .url-info{display:none !important;}

     }

    .blog-preview p {
        background-color: none;
        padding: 5px 10px;
        border-radius: 10px;
        color: white;
    }

    .blog-preview p a{
        color: #FF69B4!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;
    }

    table.details-table td {
        background-color: transparent !important;
    }

    .profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }
    
    .profile h1 {
        font-size: 20px;
        text-align: center;
        color: #9370DB;
    }

    .heading {
        padding: 5px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: #9370DB !important;
        border-bottom: 4px dotted;
    }

    main {
        border-radius: 0 0 0px 0px;
        background: rgba(250, 240, 230, 0.8) !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.94) !important;
        display: block !important;
    }

    table.comments-table td {
        background-color: white !important;
    }

    .comments-table td:first-child img {
        width: 80px;
        border-radius: 500px;
    }

    .profile .friends .person img {
        border-radius: 0px;
    }
    
     table.comments-table td {
        background-color: rgba(250, 240, 230, 0.75) !important;
    }

    .blog-preview p {
        font-size:0.9rem;
    }
    
    .profile-info {
border: 0px solid rgb(255, 0, 0);
display: flex;
align-items: center;
justify-content: center;
padding: 25px 25px;
margin-bottom: 20px;
background-image:url(https://24.media.tumblr.com/tumblr_mden0bXaII1qedb29o1_500.gif);
}
    



    a.addme {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }

</style>


7 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Lord Byron Silverhand

Lord Byron Silverhand's profile picture

Got any ideas for an outer-space themed background layout? Love you too, here, have all the kudos, bb.


Report Comment



ooooh i can def make one of those!
lots of ideas there, any suggestions?

by aleeex; ; Report

Stars, planets, and rocket ships!

by Lord Byron Silverhand; ; Report