River's profile picture

Published by

published

Category: Web, HTML, Tech

red layout code (my first one so its really bad)

hello everyone river here! i want to make more proflie codes but i dont want to loose the red one (my first one lol) so ill give it to u all :) make sure to credit me if u use it but i dont think much people will lol also i kinda took one of almond milks layout code and changed it alot but still credit to them 


<!-- (c) Layout created by baja blast (https://layouts.spacehey.com/layout?id=4279) -->

<style>
* { 
 cursor: url("https://64.media.tumblr.com/69ce732f52c098ac20ce525c235338e7/07d4160a6f0369a5-c2/s250x250_c1/f247054f7c2c198c84f0b0d7665695122971ac59.gifv"), auto !important; 
 font-family: Courier New;
}

:root {
  --text: rgb(190, 73, 73);  
  --links: rgb(190, 73, 73);
  --shadow: rgb(202, 80, 80);
  --headers: rgb(239, 94, 94);
  --borders: rgba(190, 73, 73);
}

body {
 margin:0;
 background-image: url("https://i.pinimg.com/564x/8d/9d/70/8d9d700976ce302e150d64c6075f368c.jpg");
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size: cover;
 font-weight: bold;
 }
p {
 color: var(--text);
 font-weight: bold;
}
.logo {

    #B44444: ;


  




}
button {
  background: white;
  color: var(--text);
  font-weight: bold;
  border: 1px solid black;
}
button:hover {
  border: solid 1px var(--headers);
  transition: 0.2s;
}
input {
  color: var(--text);
  font-weight: bold;
  border: black solid 1px;
}
input:hover {
  border: solid 1px var(--headers);
  transition: 0.2s;
}
nav .top , nav .links{
  background: transparent;
  text-align: center;
}
main {
 background: white !important;
 border: black 1px solid;
}
.col.right:before {
  content: "";
  white-space: pre-wrap;
  display: block;
  height: 120px;
  background-image: url("https://64.media.tumblr.com/46220c6cd929cb92319bd6bf8a15a950/7bb6528c0ab78d46-8b/s500x750/6ff7590304d14f0a4a6d538d65eb33e6cbe140ba.gifv");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 220px;
}
.blurbs .inner{
  text-align: center !important;
}
h1 {
  color: rgb(180, 68, 68);
}
.profile-pic img {
  border: solid black 1px;
  border-radius: 180px;
}
.profile-pic img:hover{
  animation: rotation 0.3s infinite linear;
  /*makes your pfp spin when you hover. put your avatar in the blender, for absolutely no cost !!*/
}
.online{
  content: url("https://64.media.tumblr.com/3f25fc8586c5e7b5473aa3e2fb66f9bf/1235cea48fcd6d05-22/s250x250_c1/a053883ac3f9d349517b4fbc1e45f29892cd29bf.gifv");
.mood {
  padding-top: 3px;
}
.mood:after {
  content: "";
  white-space: pre-wrap;
  display: block;
  height: 50px;
  background-image: url(https://64.media.tumblr.com/3f6d5f33068632496e52cf328dd1173d/627051517b6c9511-e2/s250x400/1abd65fcd986a1f1c0b0610d42d59794cd1cca43.gifv);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 300px;
}
.url-info {
  display: none;
}
.general-about, .profile .blurbs .section, .friends, 
.profile .contact, .profile .table-section {
  border: var(--borders) solid 1px;
  box-shadow: 4px 4px 0px var(--shadow);
}
nav {
  background: white !important;
  color: var(--links);
  border: black 1px solid;
  margin-bottom: 5px;
}
footer {
  background: white !important;
  border: black 1px solid;
}
.comments-table, .comment-replies {
  border: none;
}
/*may need to edit to fit your statuses*/
.general-about {
  padding-bottom: 25px;
}
.profile-info, .comments-table td:first-child, .music-table td:first-child, .comments-table td, .music-table td {
  background-color: transparent;
  border: none;
}
#comments {
  height: 300px;
  overflow-y: scroll;
}
.comments-table td:first-child img:not(.icon), .bulletin-table td:first-child img:not(.icon){
  border: 1px solid black;
  border-radius: 180px;
}
.comments-table td:first-child img:not(.icon):hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
a, nav .links a {
  color: var(--links);
}
a:hover, nav .links a:hover {
  color: var(--headers);
  text-decoration: none !important;
  transition: 0.2s;
}
.logout-btn {
  color: var(--links);
  box-shadow: none;
}
.logout-btn:hover {
  color: var(--headers);
  box-shadow: none;
  border: none;
  text-decoration: none;
  transition: 0.2s;
}
.contact .inner a img {
  font-size: 0;
}
.profile .table-section .details-table td {
  background-color: transparent;
}
.profile .blurbs .heading {
  font-size: 15px;
  font-weight: bolder;
  background: transparent;
  color: var(--links);
}
.col.right h4 {
  color: var(--links);
  text-align: left;
}
.profile .blurbs .section h4, .profile .friends .heading, .profile .contact .heading, .profile .table-section .heading {
  background: var(--headers);
  color: var(--links);
  background-image: url(https://maxcdn.icons8.com/Share/icon/User_Interface/close_window1600.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 12px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.person p {
  color: var(--links) !important;
}
.person img{ 
  border: 1px solid black;
  border-radius: 180px;
  display: absolute;
  height: 100px;
  object-fit: cover;
  width:100px;
}
.person:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
.count {
  color: var(--links);
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* for centering images in your blurbs, if you want. idk i left it in here */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


<!-- hello it's me Do Not remove this please. you can put it wherever you want on your page though, just have it Somewhere. copy paste babey -->
<p>made by river !!



</style>


0 Kudos

Comments

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