Guest User

使用Work Skin给AO3文章加上声明

a guest
Dec 28th, 2024
406
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 1 0
  1.  
  2. 1. 登陆AO3账号并选择User -> My Dashboard -> Skins, 选择My work Skins
  3. https://archiveofourown.org/users/AirGuitar/skins?skin_type=WorkSkin
  4.  
  5. 2. 点击 "Create Work Skin".
  6. Type: Work Skin
  7.  
  8. 将下面的CSS部分贴进CSS样式框内:
  9.  
  10. /* CSS 部分 */
  11. .heads-up-container {
  12. background-color: #f8f9fa; /* Light gray background */
  13. border-left: 4px solid #ff4500; /* Orange accent border */
  14. padding: 10px 15px;
  15. margin-bottom: 20px;
  16. font-family: 'Arial', sans-serif;
  17. font-size: 14px;
  18. color: #333;
  19. }
  20.  
  21. .heads-up-container h3 {
  22. margin: 0 0 10px;
  23. font-size: 20px;
  24. color: #ff4500; /* Orange header color */
  25. }
  26.  
  27. .heads-up-container p {
  28. margin: 0;
  29. font-size: 16px;
  30. }
  31.  
  32. 划到页面最下方选择保存(submit)。
  33.  
  34. 3. 选择并修改你想要使用该皮肤的文章-> Select work skin -> 选择刚才添加的skin(声明),并在文章正文最开头的部分加上如下段落(或自行修改内容)
  35.  
  36. /* HTML 部分 */
  37. <div class="heads-up-container">
  38. <h3>声明</h3>
  39. <p>请不要使用苹果应用商店中的<strong>3AM(开发者为Shuyao Zhu)</strong>访问AO3,或者阅读任何AO3上的文章,该应用非法抓取AO3上的文章并用免费内容盈利,是<strong>极端恶劣的侵权行为</strong>。</p>
  40. </div>
  41.  
  42. 4. 点击更新
Comments
Add Comment
Please, Sign In to add comment