aleeex's profile picture

Published by

published
updated

Category: Web, HTML, Tech

spacey/ galaxy layout

you can find a preview of this layout here

highly recommend this site for previewing & easier coding 

i used some of cory's codes as well, so check him out!!



<style>


main:before {
 width: 100%;
 height: 350px;
 display: block;
 content: "";
 background-image: url('https://static.tumblr.com/b2cd6e140ea8b53b54a230798eed3b6a/rxruxam/vDtpzsiam/tumblr_static_tumblr_static_d0u3sc5oihkccwkkwccgc8ssg_focused_v3.gif');
 background-position: center center;
 background-size: cover;
 </style>





<style>

    :root {
        --logo-blue: #;
        --darker-blue: #dcdcdc;
        --lighter-blue: #000000;
        --even-lighter-blue: #ccc;
        --lightest-blue: #b893be;
        --dark-orange: #dcdcdc;
        --light-orange: #181818;
        --even-lighter-orange: #404040;
        --green: #38d;
        
    
    --nameSticker: url(https://i.pinimg.com/originals/b0/4d/3a/b04d3a0946bbe86a2722ce7fc2f4f472.gif);
--blurbSticker: url(https://blackwings.neocities.org/at/galaxy.gif);
--interestSticker: url(https://thumbs.gfycat.com/AdoredRawHaddock-size_restricted.gif);


    }

    * {
        font-family:monospace;
    }
    
    
    
.contact {
  border-radius: px;
  background: url(https://64.media.tumblr.com/201586b4b33ed5e9f7c51216b71c2765/tumblr_pabkbcuOzF1wbv642o1_400.gifv);
  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%;; 
 } 

    
 .profile .blurbs .inner {
border-radius: px;
color: #FFFAFA;
background: url();
background-position: left top;
background-repeat: repeat;

}   
    

    body
        {background: url("https://i.pinimg.com/originals/0b/97/d3/0b97d33c60ddc2049e3b2d74198dca48.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: #8FBC8F!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: #dcdcdc;
    }
    
    table.details-table td {
        background-color: transparent !important;
    }

    .profile-pic {
        border-radius: px;
        overflow: hidden;
    }
    
    .profile h1 {
        font-size: 20px;
        text-align: center;
        color: #8FBC8F;
    }
    
    .profile .left h1:before {
background-image: var(--nameSticker);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
height: 100px;
width: 100px;
content: " ";
transform: rotate(-4deg) scale(1.7) translateX(-5em);
position: absolute;
z-index: -1;
    }
    
    .profile .right .blurbs:after {
background-image: var(--blurbSticker);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
height: 100px;
width: 100px;
content: " ";
transform: rotate(-4deg) scale(3) translateY(-2rem);
position: absolute;
right: 140px;
z-index: -1;
}
.profile .left .table-section:nth-last-child(2):before {
background-image: var(--interestSticker);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
height: 100px;
width: 100px;
content: " ";
transform: rotate(-4deg) scale(4) translateX(-4em) translateY(4em);
position: absolute;
z-index: -1;
}




    .heading {
        padding: px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color:  !important;
        color: #8FBC8F !important;
        border-bottom: 1px none;
    }

    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.94) !important;
        display: block !important;
    }

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

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

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

    .blog-preview p {
        font-size:0.9rem;
    }
    
.details-table td:first-child {
    color: #8FBC8F;
    
}

    
    .profile-info {
border: 0px solid rgb(255, 0, 0);
display: flex;
align-items: center;
justify-content: center;
padding: 15px 5px;
margin-bottom: 10px;
background-image:url(https://cdn.wallpapersafari.com/79/82/WCnxKj.gif);
}
    



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

</style>


10 Kudos

Comments

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

Hasse

Hasse's profile picture

Have you tried embedding these into the blogs themselves to Preview? The trick is to make sure the HTML is in one single line on Notepad++ or other such txt editors.


Report Comment