Simon O.x's profile picture

Published by

published

Category: SpaceHey

Layout

PLEASE- tell me how to make the layouts work 😭 I swear I'm doing it right! It's not working or showing  on my laptop or phone 


0 Kudos

Comments

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

J4YC33

J4YC33's profile picture

Just take the code from a layout, and copy-pasta (copy the code, and then paste it) into the "About me:" box *before* any other content you add.


Report Comment



I've done that and it still doesnt work :(

by Simon O.x; ; Report

Hmmm... I can see the theme. Do you happen to have any browser settings or extensions that may cause the problem?

Have you tried, on your profile page, pressing F5 or Shift+F5? It can force a reload if you are looking at a cached copy of the page.

by J4YC33; ; Report

this is command thing for the layout id like to use:

body {
background: url(gif or image url);
}
.profile {
background-image:url(gif or image url);
background-repeat: repeat;
border-radius: 12px;
}
/*the username glow and shadow*/
h1
{
color: /*the username glow and shadow*/
h1
{ color: turquoise;
//text-shadow: 1px 1px #ffd1dc;

};
text-shadow: 2px 2px 3px #ffd1dc, 0 0 25px #ffd1dc, 0 0 5px black;
}
h1, h2, h3, h4,h5,a, p, nav label, .section
{

main, top, links, nav .top, nav .links, details-table
{
background: !important;
background-image: !important;
background-size: cover !important;
padding: 0 !important;
/*font-size: small;*/
color: #00FFEF;
{

.mood
text-transform:uppercase !important;
}

table, td
}
/* border: 1px solid var(--url-pink-bg)!important; */
border-spacing: 2px;
}

.profile .contact, .profile .url-info, .profile .table-section, .home-actions
{
width: 100%;
border: 2px solid var(--#ffd1dc);
}
table, th, td

}
border: 1px solid #ffd1dc;
border-spacing: 2px;
}
.blog
}
border: 10px solid #ffd1dc;
}
.profile .contact, .profile .url-info, .profile .table-section, .home-actions
}
width: 100%;
border: 4px outset #ffd1dc;
margin 10px 2;
}

.online
{
color: gold!important;
//text-shadow: 1px 1px turquoise;
}

:root
{
--logo-blue: ;
--darker-blue: ;
--lighter-blue: purple 55;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: ;
--light-orange: ;
--even-lighter-orange: ;
--turquoise: ;

--table-header:#ffd1dc;
--table-color: white;
--link-text: white;
--main-text: white;

}
main
{
/* changes made to stuff outside of columns */
background: black;
padding: 0;
font-size: small;
color: #00FFEF;
text color: turquoise;
text-shadow: 1px 1px 2px #000000, 0 0 25px #000000, 0 0 3px #000000;
}
footer
{
background: turquoise!important;
}
.comments-table{
display: block;
height: 500px;
overflow-y: scroll;
Border-radius: 15px;
color: turquoise;
text-shadow: 1px 1px 2px #000000, 0 0 25px #000000, 0 0 3px #000000;
}
.contact {
border-radius: 8px;
background-image: url(gif or image url);
background-position: right top;
background-repeat: repeat;
background-attachment: scroll;
Width: 310px;
Height:180px;

color: black;
text-shadow: 1px 1px 2px #39ff14, 0 0 25px #39ff14, 0 0 3px #39ff14;
}
.friends th, tr, .friends td, th, .icon, main, .comments-table, .friends, .profile-info, .table, .table-section, .url-info, .mood, .blurbs, .blog-preview, .details,
{
border: 1px curve #000000 !important;
outline: curve !important;
}
img
{
border-radius: 12px;
}

main {
background: black;
border-radius: 14px;
padding: 0;
font-size: 85%;
color: #000000;
}

nav, footer, .profile .contact {
display: inherit !important;
opacity: 1 !important;
border-radius: 12px;
}
main {
background: ;
border-radius: 12px;
border: 12px solid #000000;
padding: 0;
font-size: 90%;
color: #00FFEF;
}
nav .top {
background: transparent;
}

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

nav { background-image: url(gif or image url)
}


/*customising interests box*/
.profile .table-section{
border:2px solid #c50576;
border-radius: 15px;
}
.profile .table-section .heading{
background:#000000;
border: 1px solid #c50576;
border-radius: 15px 15px 0px 0px;
text-align: center;
}
.profile .table-section .heading h4{
color: #c50576;
text-shadow: 1px 1px 2px black;
}
.profile .table-section .details-table td{
background: rgba(0, 0, 0, 0);
padding-right: 10%;
}
/*customising friend space heading*/
.profile .friends .heading{
background: #c50576;
color: #ffffff;
text-shadow: 1px 1px 2px black;
text-align: center;
}
.profile .friends .heading h4{
text-align: center;
color: #ffffff;
text-shadow: 1px 1px 2px black
}
.general-about {
background-image: url(gif or image url);
padding: 20px;
border-radius: 10px;
box-shadow: 4px 4px 0 #2d1157;
text-align: center;
animation: nineties2 2s ease 0s infinite normal none;
animation-delay: .46s;
}
.profile .blurbs .section :nth-child(2) {
background-image: url(gif or image url);
/* margin-top: -5px; */
padding: 18px;
box-shadow: 4px 4px 0 #000;
}

.profile .profile-info .inner h3 {
filter: drop-shadow(3px 3px 0 #000000);
margin: 0!important;
color:#FFF;
}
.profile .profile-info .inner h3 a {
color: #FFFFFF;
}
.profile .profile-info {
background-image: url(gif or image url);
padding: 20px;
border: none;
border-radius: 10px;
box-shadow: 4px 4px 0 #2d1157;
text-align: center;
animation: nineties2 2s ease 0s infinite normal none;
animation-delay: .15s;
border: none;
}

by Simon O.x; ; Report