Advertisement
Kitty_Bell

Kitty_Bell's AO3 Skin

Mar 25th, 2025
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. div#main.profile-show.dashboard.region ul.navigation.actions li:nth-child(5) {
  2. display: none !important;
  3. }
  4.  
  5. div#main.works-edit.region ul.navigation.actions li:nth-child(2),
  6. div#main.works-edit.region ul.navigation.actions li:nth-child(3) {
  7. display: none !important;
  8. }
  9.  
  10. div#main.works-show_multiple.dashboard.region p.submit input:nth-child(2),
  11. div#main.works-show_multiple.dashboard.region p.submit input:nth-child(3) {
  12. display: none !important;
  13. }
  14.  
  15. div#main.series-show.region ul.navigation.actions li:nth-child(2) {
  16. display: none !important;
  17. }
  18.  
  19. div#main.series-show.region ul.navigation.actions li:nth-child(4) {
  20. display: none !important;
  21. }
  22.  
  23. .works-edit .navigation.actions li a[href*="orphans"] {
  24. display: none;
  25. }
  26.  
  27. .works-edit .navigation.actions li a[href*="delete"] {
  28. display: none;
  29. }
  30.  
  31. .actions a[href*="toggle_rejected"] {
  32. display: none;
  33. }
  34.  
  35. #header {
  36. background-image: url("https://i.imgur.com/MEXgrDx.png");
  37. background-repeat: repeat;
  38. }
  39.  
  40. #header .heading {
  41. height: 12em;
  42. }
  43.  
  44. #header .logo,
  45. #header h1 sup {
  46. display: none;
  47. }
  48.  
  49. #header .heading a {
  50. padding-left: 1em;
  51. font-variant: small-caps;
  52. color: #a6894b;
  53. }
  54.  
  55. #greeting .icon img {
  56. box-shadow: none;
  57. border: 1px solid #fff;
  58. border-radius: 90%;
  59. }
  60.  
  61. #greeting .dropdown .menu,
  62. #greeting .dropdown .menu a,
  63. #greeting li a {
  64. font-variant: small-caps;
  65. color: #a6894b !important;
  66. background: #f7f2e9 !important;
  67. border: none;
  68. box-shadow: none;
  69. }
  70.  
  71. #greeting .dropdown .menu a:hover,
  72. #greeting li a:hover,
  73. a.tag:hover {
  74. background: #c8d0c1 !important;
  75. color: #fff;
  76. }
  77.  
  78. #greeting .menu {
  79. width: 12em;
  80. }
  81.  
  82. #header .menu {
  83. background: #f7f2e9;
  84. box-shadow: none;
  85. width: 20em;
  86. }
  87.  
  88. #header .primary li:not(.search),
  89. #greeting li {
  90. border: none;
  91. }
  92.  
  93. #header #search {
  94. display: none;
  95. }
  96.  
  97. #header .primary {
  98. background: #c8d0c1;
  99. box-shadow: none;
  100. border-bottom: 5px solid #d5b56e;
  101. border-top: 5px solid #d5b56e;
  102. }
  103.  
  104. #header .dropdown .menu li:hover a,
  105. #header .primary li a {
  106. font-variant: small-caps;
  107. color: #f7f2e9 !important;
  108. background: #d5b56e;
  109. border: none;
  110. box-shadow: none;
  111. }
  112.  
  113. #header .dropdown:hover a,
  114. #header .primary li:not(.search) {
  115. background: #a5b399;
  116. }
  117.  
  118. #outer.wrapper {
  119. background: #f7f2e9;
  120. }
  121.  
  122. .actions a,
  123. .action,
  124. input[type="file"],
  125. .actions input,
  126. input[type="submit"],
  127. button,
  128. .actions label,
  129. #main .actions a,
  130. #main .actions a:visited,
  131. #main .action,
  132. #main .actions input,
  133. #main input[type="submit"],
  134. #main button,
  135. #main .actions label {
  136. background: #d5b56e;
  137. font-variant: small-caps;
  138. color: #fff;
  139. border: none;
  140. }
  141.  
  142. #dashboard .actions a,
  143. #dashboard .actions a:visited {
  144. background: #f7f2e9;
  145. border: 1px solid #d5b56e;
  146. color: #a6894b !important;
  147. font-variant: small-caps;
  148. }
  149.  
  150. .required .autocomplete,
  151. p.notice,
  152. .notice,
  153. .comment_notice,
  154. .kudos_notice,
  155. ul.notes,
  156. .caution,
  157. .error,
  158. .comment_error,
  159. .kudos_error,
  160. .alert.flash {
  161. background: #c8d0c1;
  162. }
  163.  
  164. .current,
  165. #dashboard .current,
  166. #main .current {
  167. background: #a5b399;
  168. color: #fff;
  169. font-variant: small-caps;
  170. border: none;
  171. }
  172.  
  173. input[type="submit"]:hover,
  174. input[type="submit"]:focus,
  175. #dashboard .actions a:hover,
  176. #dashboard .actions a:focus,
  177. #main .actions a:hover,
  178. #main input[type="submit"]:hover,
  179. #main button:hover .actions label:hover,
  180. #main .action:hover {
  181. box-shadow: none;
  182. text-shadow: none;
  183. border: none;
  184. background: #f7f2e9;
  185. color: #a5b399;
  186. font-weight: bold;
  187. }
  188.  
  189. #main a {
  190. color: #a6894b;
  191. }
  192.  
  193. #main a:visited {
  194. color: #76826c;
  195. }
  196.  
  197. a.tag:visited {
  198. color: #a6894b !important;
  199. }
  200.  
  201. h1,
  202. h2,
  203. h3,
  204. h4,
  205. h5,
  206. h6,
  207. .heading {
  208. font-variant: small-caps;
  209. color: #d5b56e;
  210. }
  211.  
  212. .splash .module h3 {
  213. color: #a5b399;
  214. font-variant: small-caps;
  215. }
  216.  
  217. .splash .favorite li:nth-of-type(odd) a {
  218. background: none;
  219. }
  220.  
  221. fieldset {
  222. background-image: url("https://i.imgur.com/MEXgrDx.png");
  223. background-repeat: repeat;
  224. border: 2px solid #d5b56e;
  225. box-shadow: none;
  226. }
  227.  
  228. fieldset dl,
  229. fieldset fieldset {
  230. background: #f7f2e9;
  231. color: #a6894b !important;
  232. font-variant: small-caps;
  233. border: 2px solid #d5b56e;
  234. box-shadow: none;
  235. }
  236.  
  237. input,
  238. textarea {
  239. background: #f7f2e9;
  240. border: 2px solid #d5b56e;
  241. box-shadow: none;
  242. }
  243.  
  244. span.question {
  245. background: #d5b56e;
  246. color: #fff;
  247. box-shadow: none;
  248. border: none;
  249. }
  250.  
  251. form.verbose legend,
  252. .verbose form legend {
  253. background: #f7f2e9;
  254. border: 2px solid #d5b56e;
  255. color: #a6894b;
  256. font-variant: small-caps;
  257. box-shadow: none;
  258. }
  259.  
  260. select {
  261. background: #f7f2e9;
  262. border: 1px solid #d5b56e;
  263. }
  264.  
  265. #modal {
  266. border: 5px solid #d5b56e;
  267. background: #f7f2e9;
  268. color: #76826c;
  269. }
  270.  
  271. #modal .footer .action.modal-closer {
  272. background: #d5b56e;
  273. color: #fff;
  274. border: none;
  275. box-shadow: none;
  276. }
  277.  
  278. .listbox,
  279. fieldset fieldset.listbox {
  280. background: #d5b56e;
  281. border: 2px solid #d5b56e;
  282. font-variant: small-caps;
  283. }
  284.  
  285. .listbox > .heading,
  286. .listbox > .heading a {
  287. color: #fff !important;
  288. }
  289.  
  290. .listbox > .heading a:visited {
  291. color: #76826c;
  292. }
  293.  
  294. .listbox .index {
  295. background: #f7f2e9;
  296. box-shadow: none;
  297. }
  298.  
  299. .listbox li.blurb {
  300. border: none;
  301. }
  302.  
  303. li.blurb {
  304. border: 2px solid #d5b56e;
  305. }
  306.  
  307. li.relationships a,
  308. .work .relationship a.tag {
  309. background: none;
  310. }
  311.  
  312. ol.index.group {
  313. background: #f7f2e9;
  314. }
  315.  
  316. div.comment,
  317. li.comment {
  318. border: 2px solid #d5b56e;
  319. }
  320.  
  321. .comment div.icon {
  322. border: none;
  323. }
  324.  
  325. .comment h4.byline,
  326. .comment h4.byline a {
  327. background: #d5b56e;
  328. color: #fff !important;
  329. }
  330.  
  331. .unread,
  332. .thread .even,
  333. .statistics .index li:nth-of-type(2n) {
  334. background: #c8d0c1;
  335. }
  336.  
  337. span.unread {
  338. background: #f7f2e9;
  339. color: #a6894b;
  340. border: 2px solid #d5b56e;
  341. }
  342.  
  343. .comment .icon .anonymous,
  344. .comment .icon .visitor,
  345. .index .skins .icon,
  346. .skins .primary .icon,
  347. .index .mystery .icon,
  348. .index .tag .icon,
  349. .index .tagset .icon,
  350. .abbreviated .icon .anonymous,
  351. .abbreviated .icon .visitor {
  352. background: url("https://i.imgur.com/rdqdtqz.png");
  353. background-repeat: no-repeat;
  354. background-size: contain;
  355. border: 1px solid #d5b56e;
  356. }
  357.  
  358. a img {
  359. border-radius: 95%;
  360. border: 2px solid #fff;
  361. }
  362.  
  363. p.kudos {
  364. background: url("https://i.imgur.com/7wX03zP.png") no-repeat;
  365. }
  366.  
  367. p.kudos {
  368. color: #a6894b !important;
  369. }
  370.  
  371. #dashboard.own {
  372. background-image: url("https://i.imgur.com/MEXgrDx.png");
  373. border: 2px solid #d5b56e;
  374. }
  375.  
  376. #dashboard ul {
  377. border: none;
  378. }
  379.  
  380. #main.errors,
  381. #main.error-502,
  382. #main.error-503-maintenance {
  383. background: url("https://i.imgur.com/FxUVd04.png") center right no-repeat;
  384. }
  385.  
  386. #footer {
  387. border-top: 5px solid #d5b56e;
  388. }
  389.  
  390. #footer.region {
  391. background: #c8d0c1;
  392. }
  393.  
  394. #footer h4.heading {
  395. color: #fff;
  396. font-variant: small-caps;
  397. font-size: 120%;
  398. }
  399.  
  400. #footer,
  401. #footer a {
  402. color: #fff;
  403. }
  404.  
  405. #footer a:hover {
  406. color: #fff;
  407. background: #d5b56e;
  408. }
  409.  
  410. dl.stats dt {
  411. display: none;
  412. }
  413.  
  414. .skins .header dl.stats dt {
  415. display: inline-block;
  416. }
  417.  
  418. dl.stats dd:nth-of-type(1)::before {
  419. background: url(https://64.media.tumblr.com/db492b00dffe5c3059151bf531bac9ea/270ee5afe68cadd6-46/s500x750/a6bc3e5d57023d005da4a1f3d11c383db8dd7df6.png);
  420. }
  421.  
  422. dl.stats dd:nth-of-type(2)::before {
  423. background: url(https://64.media.tumblr.com/f835b437a474b4b672a8d4ebe61402b8/8979adde76f2ff05-fb/s100x200/8f86556b6896e96427f5a4a54f0de7be38ddba75.png);
  424. }
  425.  
  426. dl.stats dd.language::before {
  427. display: none !important;
  428. }
  429.  
  430. dl.stats dd.kudos::before {
  431. background: url(https://64.media.tumblr.com/23a3c6f134a96386f50fb8982a353590/8b704f26c7323545-01/s100x200/31e25f0be03646918168c4d49bd2ee9733b2cd59.png);
  432. }
  433.  
  434. dl.stats dd.words::before {
  435. background: url(https://64.media.tumblr.com/fff96d500a04ddf12517a48d83b228d2/b2e751421a20aa0c-a7/s100x200/c848a67de8f463ccdafa5b60948c61a172d5fe24.png);
  436. }
  437.  
  438. dl.stats dd.chapters::before {
  439. background: url(https://64.media.tumblr.com/a8ca48310f24581ae539336583690b26/b2e751421a20aa0c-5c/s100x200/a51b914598b64c3ddf6f705b278f11a68301d443.png);
  440. }
  441.  
  442. dl.stats dd.comments::before {
  443. background: url(https://64.media.tumblr.com/7172c0bbe03a0eef7b236014dc78c905/8b704f26c7323545-78/s250x400/f37ba1ff69b5ef2ad7e5fe66b61fd748badc00d1.png);
  444. }
  445.  
  446. dl.stats dd.bookmarks::before,
  447. dl.stats dd a[href$=bookmarks]::before {
  448. background: url(https://64.media.tumblr.com/9b95d189a57699762d2262536e922ece/b2e751421a20aa0c-2a/s100x200/1aabb2ad7b90746f0469aefaa39af5b83728f8b9.png);
  449. }
  450.  
  451. dl.stats dd.hits::before {
  452. background: url(https://64.media.tumblr.com/b2b8862a356132ac1aa41e9e9f0ddd1d/b2e751421a20aa0c-9e/s100x200/dcd2bcb1adbbb8f9e1844b61aee3dd3a653531e3.png);
  453. }
  454.  
  455. dl.stats dd.collections::before {
  456. background: url(https://64.media.tumblr.com/ae825c2ad8071426c298c5b52970e294/b2e751421a20aa0c-18/s100x200/d1eb5dd259e2db588cda2100057c2c8fd9efaaf0.png);
  457. }
  458.  
  459. dl.work dl.stats dd.published::before {
  460. background: url(https://64.media.tumblr.com/7e13419071a7eeb35f48a76c7aa0ba36/b2e751421a20aa0c-5d/s250x400/7f351f60793ad683e4a9dc4de55e4ee4d625f9d2.png);
  461. }
  462.  
  463. dl.work dl.stats dd.status::before {
  464. background: url(https://64.media.tumblr.com/0ef9349a36cf808783e9488a97b64678/b2e751421a20aa0c-10/s250x400/8df1d3da298f875381822968f8e71ed4d7bcae31.png);
  465. }
  466.  
  467. ul.statistics dl.stats dd.subscriptions::before {
  468. background: url(https://64.media.tumblr.com/64db76a65209eff79515dfc23842eb54/fd0b10e0262ddb71-14/s250x400/921de73c3d5bb819f4e3c58c7c45bd4c6edfe55f.png);
  469. }
  470.  
  471. dl.stats dd.published::before,
  472. dl.stats dd.status::before {
  473. width: 0px;
  474. margin-right: 0px;
  475. }
  476.  
  477. li.collection dl.stats dd a[href$=collections]::before {
  478. background: url(https://64.media.tumblr.com/ae825c2ad8071426c298c5b52970e294/b2e751421a20aa0c-18/s100x200/d1eb5dd259e2db588cda2100057c2c8fd9efaaf0.png);
  479. }
  480.  
  481. li.collection dl.stats dd a[href$=works]::before {
  482. background: url(https://64.media.tumblr.com/f835b437a474b4b672a8d4ebe61402b8/8979adde76f2ff05-fb/s100x200/8f86556b6896e96427f5a4a54f0de7be38ddba75.png);
  483. }
  484.  
  485. li.collection dl.stats dd a[href$=bookmarks]::before {
  486. background: url(https://64.media.tumblr.com/9b95d189a57699762d2262536e922ece/b2e751421a20aa0c-2a/s100x200/1aabb2ad7b90746f0469aefaa39af5b83728f8b9.png);
  487. }
  488.  
  489. li.collection dl.stats dd a[href$=fandoms]::before {
  490. background: url(https://64.media.tumblr.com/0a2f3d28fb850907a859726916e04e6f/8979adde76f2ff05-48/s250x400/926b1499363f66438d02fdc8bbea5ce610a75395.png);
  491. }
  492.  
  493. ul.statistics dl.stats dd::before,
  494. li.work dl.stats dd::before,
  495. li.bookmark dl.stats dd::before,
  496. dl.work dl.stats dd::before,
  497. .collection dl.stats dd a[href$=collections]::before,
  498. li.collection dl.stats dd a[href$=works]::before,
  499. li.collection dl.stats dd a[href$=bookmarks]::before,
  500. li.collection dl.stats dd a[href$=fandoms]::before,
  501. li.series dl.stats dd:not(.language):not(.words):not(.chapters):not(.collections):not(.comments):not(.kudos):not(.bookmarks):not(.hits):not(.published):not(.subscriptions):nth-of-type(1)::before,
  502. li:not(.collection) dl.stats dd:not(.language):not(.words):not(.chapters):not(.collections):not(.comments):not(.kudos):not(.bookmarks):not(.hits):not(.published):not(.subscriptions):nth-of-type(2)::before,
  503. dl.stats dd:not(.bookmarks) a[href$=bookmarks]::before {
  504. display: inline-block;
  505. width: 14px;
  506. height: 14px;
  507. content: " ";
  508. background-size: 14px 14px !important;
  509. margin-right: 5px;
  510. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement