Made this layout for my best friend. Feel free to use if you waannnaaa.
<style>
:root {
--logo-blue: #D5BAFF;
--darker-blue: #4AD799;
--lighter-blue: #FCFFC2;
--even-lighter-blue: #FF82F4;
--lightest-blue: #FF82F4;
--dark-orange: #333;
--light-orange: #DCF5FF;
--even-lighter-orange: #DCF5FF;
--green: #FF7AF4;
}
* {
font-family: monospace;
}
body
{background: url("https://i.imgur.com/nU72CFj.gif")
no-repeat fixed; background-size:cover;
}
.blog-preview p {
background-color: none;
padding: 5px 10px;
border-radius: 10px;
color: black;
}
.blog-preview p a{
color: #ea9999!important;
}
.blog-preview p a:hover,
.blog-preview p a:active,
.blog-preview p a:focus{
color: white!important;
}
nav {
border-radius: 15px 15px 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;
}
.heading {
padding: 5px 0 !important;
margin-top: 15px;
margin-bottom: 10px;
background-color: transparent !important;
color: #FFA6F8 !important;
border-bottom: 2px solid;
}
main {
border-radius: 0 0 15px 15px;
background: rgba (255, 255, 255, 0.94 !important;
}
.container {
border-radius: 15px 15px 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: white!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;
}
a.addme {
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
display: block;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )