

/* yeah this codes kinda trash sob sob..... it WORKS okay... (things to note is that the border on content boxes doesnt go all the way down and obviously i dont have everything the actual 2011 site has, im too lazy to add that tho.... you can edit this however you want!! if u wanna credit me thats fine but its not needed haha stealing codes you find online a way of life */
/* made by zank8151 on zank-funland.neocities.org*/

body, html, textarea {
cursor: url("https://pwnedby1400.neocities.org/images/Normal-Select.png"), crosshair;
}
a {
cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}
a:hover {
cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}
.help-cursor {
cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
}
.interactive {
cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}


body {
    margin: 0;
    padding: 0;
    background: #070246 url('https://pwnedby1400.neocities.org/images/profile-2011/background.jpg') no-repeat center top;    background-size: 100% 100%;
    font-family: Verdana, sans-serif;
}

a {
    color: #52b1ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#Header {
    width: 900px;
    margin: 0 auto;
}

#Banner {
    height: 225px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: auto;
    display: block;
}
.Navigation {
    width: 900px;
    height: 30px;
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/blue-nav.png') repeat-x;
    line-height: 30px;
}

.Navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.Navigation li {
    display: inline-block;
}

.Navigation a {
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
    display: inline-block;
}

.Navigation a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


#MainBackground {
    position: absolute;
    top: 220px; 
    left: 0;
    right: 0;
    bottom: 0;
    width: 900px;
    height: 1000px;
    margin: 0 auto;
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/content-background.png');
    z-index: -1;
}

.MyRobloxContainer {
    width: 890px;
    margin: 20px auto 0; 
    padding: 10px;
    position: relative;
}
.MyRobloxContainer::after {
    content: "";
    display: table;
    clear: both;
}

.Column2d {
    float: left;
    margin-right: 20px;
}

#LeftColumn {
    width: 416px;
    margin-right: 20px;
}

#RightColumn {
    width: 416px;
}

.StandardBox, .StandardBoxGray, .StandardBoxWhite {
    margin-bottom: 15px;
    background: #454a4d;
    border: 1px solid #000;
    position: relative;
    overflow: hidden; 
}

.StandardBoxHeaderGray {
    display: block;
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/grey-nav.png') repeat-x;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #e8e6e3;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
}

.StandardBoxContent {
    padding: 10px;
    background: #454a4d;
    position: relative;
    z-index: 0;
    margin-top: 0;
    clear: both;
}

.StandardBox, .StandardBoxGray, .StandardBoxWhite {
    margin-bottom: 15px;
    background: #454a4d;
    border: 1px solid #000;
    position: relative;
    overflow: visible;
}

.profile-box {
    width: 416px;
    height: 416px;
}

.games-box {
    width: 428px;
    height: 458px;
}


.OnlineStatus {
    color: #72ff72;
    font-size:10px;
    margin: 5px 0;
    text-align: center;
}

.AvatarImage {
    width: 200px;
    height: 200px;
    border: 3px solid #303436;
    margin: 5px auto;
    display: block;
}

.UserBlurb {
    margin: 0 auto;
    width: 348px;
}

.AccordionHeader {
    background-color: #35393b;
    border: solid 1px #000;
    cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
    font: bold 1em/normal Verdana, sans-serif;
    font-size:13px;
    letter-spacing: .1em;
    margin: 1px 0;
    padding: 1px 1em;
    text-align: left;
    color: #e8e6e3;
    width: 100%;
    display: block;
    transition: background-color 0.2s ease;
}

.AccordionHeader:hover {
    background-color: #404446;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #35393b;
    border: 1px solid #000;
    margin-top: -1px;
}

.accordion-content.active {
    display: block;
}

.PlaceThumbnail {
    width: 100%;
    height: 230px;
    border: 1px solid #000;
    margin: 5px 0;
    display: block;
    object-fit: cover;
}

.friends-box {
    width: 430px;
    height: 200px;
    margin-top: 20px;
}

.friends-box .StandardBoxHeaderGray {
    width: 420px;
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/grey-nav.png') repeat-x;
}

.friends-box .StandardBoxContent {
    height: 350px;
    padding: 10px;
    box-sizing: border-box; 
}

.FriendsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

.FriendItem {
    text-align: center;
    position: relative;
}

.FriendImage {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    display: block;
    margin: 0 auto 3px;
}

.OnlineStatusIndicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.OnlineStatusIndicator.online {
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/online.png') no-repeat center center;
    background-size: contain;
}

.OnlineStatusIndicator.offline {
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/offline.png') no-repeat center center;
    background-size: contain;
}

.FriendItem a {
    color: #52b1ff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; 
    margin-left: 2px; 
}

    #UserPlaces .StandardBoxContent {
      padding-top: 0;
    }
    .ability-description {
    border: dashed 1px white;
    color: #FFFFFF ;
    font: normal 15px Verdana, sans-serif ;
    max-height: 75px ;
    line-height: 1.7em ;
    margin: 5px 0 0 0 ;
    padding: 5px 10px ;
    overflow: auto ;
    text-align: left ;
}
    
  
#UserPlaces .accordion-content .ability-description,
#UserPlaces .accordion-content > div {
    font-size: 15px ;
    font-family: Verdana, sans-serif ;
    line-height: 1.7em ;
}