:root {
  --primarycolor: #de2910;
  --secondarycolor: #ffde00;
  --accentcolor: #000000;
  --accenttext: #fff;
}

body {
  background-image: url("https://cdn.discordapp.com/attachments/828316716219236372/918185479751471164/unknown.png");
  font-weight: bolder;
  color: #fff;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: 3px underline;
}

.avatar {
  border-radius: 100%;
}

.text1 {
  color: var(--accenttext);
}

.info {
  background-color: var(--accentcolor);
  color: var(--accenttext);
}

.contactInfoTop {
  background-color: var(--primarycolor);
}

/* BEGIN amogus */

/* .amogus {
  background-color: #eeebed;
  color: black;
  border: 0px solid black;
  box-shadow: 4px 4px #0004;
  border-radius: 15px;
  padding-bottom: 1px;
} */

/* END amogus */

/* BEGIN header transformation */

.headerTop {
  background-color: var(--primarycolor);
}
.headerBottom {
  background-color: var(--secondarycolor);
  text-align: center;
}

#smsg::before {
  font-size: 20px;
  font-weight: 700;
  content: "欢迎来到 MEB";
}
#smsg {
  font-size: 0px;
}
#smsg::after {
  font-size: 20px;
  font-weight: normal;
  content: "我们将站点重命名为 MEB。您仍然可以使用原始网址访问本网站。";
}

/* END header transformation */

/* BEGIN chinese translations */

#siteTitle {
  font-size: 0px;
}
#siteTitle::before {
  content: "MEB.CN 我的空间 ";
  font-size: initial;
}
#siteTitle::after {
  content: " 以前的 MySpace.CN";
  font-size: 12px;
}

.formerly {
  display: none;
}

.headerTop {
  text-align: center;
  display: block;
}

.headerBottom a {
  font-size: large;
  font-weight: bolder;
}
.headerBottom a:not([style="text-decoration: none;"]) {
  font-size: 0px;
}
.headerBottom a:not([style="text-decoration: none;"])::after {
  font-size: initial;
}

.header form {
  float: right;
  display: inline-flex;
}

.blogslink::after {
  content: "博客";
}
.mixtapelink::after {
  content: "混音带";
}
.randomlink::after {
  content: "随机的";
}
.userslink::after {
  content: "用户";
}
.youretubelink::after {
  content: "你是管子";
}
.helplink::after {
  content: "帮助";
}

.headerBottom [href="/settings.php"]::after {
  content: "选项";
}
.headerBottom [href="/logout.php"]::after {
  content: "登出";
}
.headerBottom [href="/login.php"]::after {
  content: "选项";
}
.headerBottom [href="/register.php"]::after {
  content: "登出";
}

a[href^="/viewblog.php?id="] {
  font-size: 0px;
}
a[href^="/viewblog.php?id="]::after {
  font-size: initial;
  font-weight: bolder;
  content: "查看更多";
}

a[href^="/y/view.php?v="]:not(.feedlink) {
  font-size: 0px;
}
a[href^="/y/view.php?v="]:not(.feedlink)::after {
  font-size: initial;
  font-weight: bolder;
  content: "手表";
}

.status b {
  font-size: 0px;
}
.status b::after {
  font-size: initial;
  content: "是 ";
}

.username::before {
  content: "用户 ";
}

#group .contactInfoTop {
  font-size: 0px;
}
#group .contactInfoTop::after {
  font-size: initial;
  font-weight: bolder;
  content: "朋友们";
}

.contactInfo#friends .contactInfoTop {
  font-size: 0px;
}
.contactInfo#friends .contactInfoTop::after {
  font-size: initial;
  font-weight: bolder;
  content: "联络 wulfey";
}

#blogs p {
  font-size: 0px;
}
#blogs p::after {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: initial;
  font-weight: bolder;
  content: "wulfey 的最新博客";
}

#videos p {
  font-size: 0px;
}
#videos p::after {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: initial;
  font-weight: bolder;
  content: "wulfey 最新的你是管子上传";
}

.RightHandUserInfo .info {
  font-size: 0px;
}
.RightHandUserInfo .info::after {
  font-size: initial;
  font-weight: bolder;
  content: "关于 wulfey";
}

#aboutme {
  font-size: 0px;
}
#aboutme::after {
  display: block;
  margin-top: 16px;
  font-size: initial;
  font-weight: bolder;
  content: "关于我:";
}

#wish {
  font-size: 0px;
}
#wish::after {
  display: block;
  margin-top: 16px;
  font-size: initial;
  font-weight: bolder;
  content: "我想见谁:";
}

#comments .info {
  font-size: 0px;
}
#comments .info::after {
  font-size: initial;
  font-weight: bolder;
  content: "注释";
}

#seeall {
  font-size: 0px;
}
#seeall::after {
  font-size: initial;
  font-weight: bolder;
  content: "查看所有好友";
}

.RightHandUserInfo #comments #submitform small {
  font-size: 0px;
}
.RightHandUserInfo #comments #submitform small::after {
  font-size: initial;
  font-weight: bolder;
  content: "最大限制：500 个字符 | 支持 MarkDown";
}

/* END chinese translations */
