全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
楼主: Archeb

【个人空间DIY】大伙来看看我空间好看不

  [复制链接]
发表于 2020-3-26 19:56:20 | 显示全部楼层
本帖最后由 师太 于 2020-3-26 20:29 编辑
  1. body:before {
  2.         content: close-quote;
  3.         width: 551px;
  4.         right: 10px;
  5.         top: 30px;
  6.         position: fixed;
  7.         background: center,url();
  8.         background-size: cover;
  9.         background-position: center;
  10.         height: 200px;
  11. }

  12. body {
  13.         background-image: url(https://api.ixiaowai.cn/api/api.php)!important;
  14.         background-size: cover;
  15.         background-attachment: fixed;
  16.         background-position: center;
  17. }

  18. #ct {
  19.         opacity: 0.8;
  20. }

  21. #hd {
  22.         visibility: hidden;
  23. }

  24. #ct:hover {
  25.         opacity: 0.95;
  26. }

  27. #ct {
  28.         opacity: 0.85;
  29.         transition: opacity 0.5s;
  30.         border-radius: 7px;
  31.         box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.12),0px 0px 20px 6px rgba(0,0,0,0.12);
  32. }

  33. #ft {
  34.         visibility: hidden;
  35. }

  36. #pprl li {
  37.         padding: 3px 0 3px 0!important;
  38. }

  39. #pprl {
  40.         height: 120px;
  41. padding-bottom:0!important;
  42. }
  43. .block .dxb_bc{
  44. padding-bottom:0!important;
  45. }

  46. #pprl em {
  47.         display: none;
  48. }

  49. #pprl a {
  50.         font-size: 26px
  51. }

  52. .hm img {
  53.         border-radius: 50%;
  54.         margin-top: -110px;
  55.         box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.12);
  56.         padding: 2px;
  57.         background: #FFF;
  58.         border: 1px solid;
  59.         border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
  60. }

  61. div#frame1_left {
  62.         overflow: visible;
  63. }

  64. .hm .mbn a {
  65.         visibility: hidden;
  66. }

  67. #profile .blocktitle span {
  68.         display: none;
  69. }

  70. #scrolltop {
  71.         display: none!important;
  72. }

  73. #toptb {
  74.         display: none!important;
  75. }

  76. .ct2 .sd {
  77.         overflow: visible;
  78. }

  79. .xs2 {
  80.         visibility: hidden;
  81. }

  82. #pprl:before {
  83.         content: close-quote;
  84.         width: 235px;
  85.         height: 70px;
  86.         display: block;
  87.         margin-left: -10px;
  88.         background-image: url(https://qwq.moe/img/mjj.svg);
  89. }
  90. .ul_list {
  91.     display: none;
  92. }
  93. #pprl li:nth-child(1) {
  94.     width: 210px;
  95.     color: #333;
  96.     text-align: center;
  97.     margin-top: -105px;
  98.     font-size:24px;
  99.     text-shadow: 1px 1px 20px rgba(33,33,33,0.3), 1px 1px 5px rgba(33,33,33,0.1);
  100. }
  101. #pprl li:nth-child(3){
  102. margin-top:55px;
  103. }

  104. #pprl li:nth-child(2) {
  105.         display: none
  106. }
  107. html{
  108.     overflow: hidden;
  109. }
  110. body{
  111.     overflow: scroll;
  112.     height: 100vh;
  113.     overflow-x:hidden;
  114. }
  115. ::-webkit-scrollbar {
  116.   width: 12px;
  117.   background-color: transparent;
  118. }
  119. ::-webkit-scrollbar-thumb {
  120.   border-radius:12px;
  121.   background-color: rgba(0, 0, 0, 0.2);
  122.   width
  123.   transition: all 0.3s;
  124. }
  125. ::-webkit-scrollbar-thumb:hover {
  126.   background-color: rgba(0, 0, 0, 0.4);
  127. }
  128. ::-webkit-scrollbar-thumb:active {
  129.   background-color: rgba(0, 0, 0, 0.5);
  130. }

  131. .gol{
  132.     display:none;
  133. }
  134. #thread_content li a{
  135.     transition:margin 0.3s;
  136. }
  137. #thread_content li a:hover {
  138.     margin-left: 3px;
  139.     text-decoration: none;
  140. }
  141. .mls img{
  142. border-radius:50%;
  143. }
  144. .hm img{
  145.     transition:transform 0.5s;
  146. }
  147. .hm img:hover{
  148.     transform:rotate(360deg);
  149. }
  150. .mls img{
  151.     transition:transform 0.5s;
  152. }
  153. .mls img:hover{
  154.     transform:rotate(-360deg);
  155. }
  156. #thread_content .xl li {
  157.     width: 50%;
  158. }

  159. #thread_content .xl {
  160.     display: flex;
  161.     flex-wrap: wrap;
  162. }
  163. #friend_content .ml {
  164.     display: flex;
  165.     justify-content: center;
  166. }

  167. #friend_content {
  168.     padding: 0;
  169. }
  170. #personalinfo_content p{
  171. display:none;
  172. }
  173. #thread_content .xl{
  174.     display:flex;
  175.     flex-wrap:wrap;
  176. }
  177. #thread_content .xl li{
  178.     width:50%;
  179. }
复制代码
 楼主| 发表于 2020-3-27 17:18:08 | 显示全部楼层
本帖最后由 Archeb 于 2020-3-27 17:45 编辑

因为discuz限制,不允许提交“@”字符,但是我还是想了个办法造了个图片轮播
https://pastebin.com/6bBQzQuR

添加了毛玻璃效果
发表于 2020-3-27 17:20:47 | 显示全部楼层
太强了,是css大佬
发表于 2020-3-27 17:21:33 | 显示全部楼层
牛。空间都好漂亮
发表于 2020-3-27 17:22:23 | 显示全部楼层
  1. body {
  2.     display: none
  3. }
复制代码

发表于 2020-3-28 00:29:35 | 显示全部楼层
新浪的图片防盗链怎么做的?
background-image:url 默认不发送referrer吗?
 楼主| 发表于 2020-3-28 00:33:56 | 显示全部楼层
三和大神 发表于 2020-3-28 00:29
新浪的图片防盗链怎么做的?
background-image:url 默认不发送referrer吗?

看了下,是带referer的,估计是新浪没做好
发表于 2020-3-28 00:34:02 | 显示全部楼层
漂亮,这个字还会自己跳动,牛皮了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-5-3 22:32 , Processed in 0.093368 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表