aleeex's profile picture

Published by

published
updated

Category: Web, HTML, Tech

death note layout

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: 320px;
 display: block;
 content: "";
 background-image: url('https://64.media.tumblr.com/ff20fbcab4a1483a1515fe9f035bf4e5/tumblr_p2xcu6Qucl1tk7578o1_500.gifv');
 background-position: center center;
 background-size: cover;
 </style>
<style>
    :root {
        --logo-blue: #000000;
        --darker-blue: #FFFAFA;
        --lighter-blue: #000000;
        --even-lighter-blue: #ccc;
        --lightest-blue: #FF0000;
        --dark-orange: #FFFAFA;
        --light-orange: #181818;
        --even-lighter-orange: #404040;
        --green: #38d;
        
    
    --nameSticker: url();
--blurbSticker: url();
--interestSticker: url();
    }
    * {
        font-family:death-note, Papyrus, fantasy;
   
    }
    
    
.contact {
    
  border-radius: px;
  background: url(https://images6.fanpop.com/image/photos/40400000/Misa-and-L-death-note-40446179-400-225.gif);
  background-position: left top;
  background-repeat: repeat;
  padding: 10px;
  width: 250px;
  height: 175px;
}
.profile .blurbs .inner {
border-radius: px;
color: #FFFAFA;
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{
        text-transform: lowercase;
        background-color: #000000;
        background: url("https://64.media.tumblr.com/eaca7c263572e377670df4043322fe58/tumblr_pdg3hpND4S1tpnf55_1280.jpg");
        background-size:cover;
        
        }
    .url-info{display:none !important;}
     }
    .blog-preview p {
        background-color: #ffffff;
        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: px;
        overflow: hidden;
    }
    
    .profile .left h1 {
text-transform: lowercase;
font-size: 2rem;
color: #FFF;
text-shadow: 5px px 0 #67337C;
    }
    .heading {
        padding: px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color:  !important;
        color: #FF0000 !important;
        border-bottom: 1px ;
    }
    main {
        border-radius: 0 0 0px 0px;
        background: rgba(128, 0, 0, 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.7) !important;
        display: block !important;
    }
    table.comments-table td {
        background-color: white !important;
    }
    .comments-table td:first-child img {
        width: 80px;
        border-radius: px;
    }
    .profile .friends .person img {
        border-radius: px;
    }
    
    .profile .friends .person p{
        color: #FFFAFA;
        
    
    }
    
     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 {
      text-indent: -99999px;
      white-space: nowrap;
      overflow: hidden;
      color: transparent;
      border: 0px solid rgb(255, 0, 0);
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 10px;
      margin-bottom: 10px;
      background-image:url(https://data.whicdn.com/images/44223182/original.gif);
}
    
    a.addme {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }
</style>


5 Kudos

Comments

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