Aquatic life theme

To make this your layout, simply copy and paste the following code into either your ‘About Me’ or ‘Who I’d Like to Meet’ section.


<style>
body {
  /* sets background */
    background-image: url(https://wallpapercave.com/wp/FLac2se.jpg);
    background-repeat: repeat;
    background-size: ;
  }   



h1, h2, h3, h4, p { color: Aliceblue; }

.container{    
  margin-top:10px!important; 
  width: 950px;
  border: 2px solid turquoise;
}

nav .links a{    
  font-size: 1em;
  font-weight: 600; 
}

.online{
  color: turquoise!important;  
}


main {
  background-color: transparent;
  color: turquoise;
}

profile .contact,
    .profile .url-info,
    .profile .table-section,
    .home-actions {
        border: turquoise none;
    }

    table.details-table {
        border-collapse: solid ;
    }

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

    a.ditto-link {
        display: block;
        margin: 10px 0;
        color: #cc3e3e;
        font-size: 1.4rem;
        font-weight: bold;
        animation: blinker 1s linear infinite;
    }

    .profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }

    .heading {
        padding: 5px 50px !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: turquoise! important;
        color: turquoise !important;
        border-bottom: 2px solid;
    }

   

    .container {
        border-radius: 35px 35px 0 0;
        overflow: hidden;
        margin-top: 30px;
        padding: 10px;
    }

    footer {
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.94) !important;
        display: block !important;
    }

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

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

    .profile .friends .person img {
        border-radius: 500px;
    }

    .blog-preview p {
        font-size: 1.4rem;
    }


:root {
        --logo-blue: ;
        --darker-blue: ;
        --lighter-blue: ;
        --even-lighter-blue: ;
        --lightest-blue: ;
        --dark-orange: Aliceblue;
        --light-orange: #D8BFD855;
        --even-lighter-orange: #D8BFD855 ;
        --green: turquoise;
    }
nav {
  overflow-x: hidden;
  position: relative;
}

nav .top {
  background: transparent;
}

nav .links {
  background: rgba(0, 0, 0, 0.3);
}

nav {
        border-radius: 35px 35px 0 0;
        overflow: hidden;
    }


body { 

font-family: monospace;


</style>


0 Kudos

Comments

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