#ao3 ccs
Explore tagged Tumblr posts
Text
Kitty Bell's AO3 Skin!
@ivylor You asked for my AO3 skin code! I don't really know code either but I know what's vaguely happening. So I don't know where I got the main code originally but I do know that I got the stats icon code from (here). Then I think I picked bits and pieces from other places. I would like to mention I have code in there to remove buttons. This prevents me from accidentally deleting my fics. Still working on some of those pieces. If you want to delete a fic you will have to turn off the skin. Also, Ivylor you could have commented on the post, you didn't have to msg me. I thought you were a bot tbh. For next time ig. Also meant to make this earlier sorry for making you wait!
Anyways! Photos of my AO3 skin!
Code down below! WARNING THIS CODE IS VERY LONG:
Edit: If you ever need help with the skin please contact me! I will be very happy to help!
Edit Edit: SO I made a pastebin so you all can click copy so you can paste it easier in AO3! https://pastebin.com/28Ah7QMs. Again if you have troubles with the skin please don't be afraid to contact me.
div#main.profile-show.dashboard.region ul.navigation.actions li:nth-child(5) { display: none !important; }
div#main.works-edit.region ul.navigation.actions li:nth-child(2), div#main.works-edit.region ul.navigation.actions li:nth-child(3) { display: none !important; }
div#main.works-show_multiple.dashboard.region p.submit input:nth-child(2), div#main.works-show_multiple.dashboard.region p.submit input:nth-child(3) { display: none !important; }
div#main.series-show.region ul.navigation.actions li:nth-child(2) { display: none !important; }
div#main.series-show.region ul.navigation.actions li:nth-child(4) { display: none !important; }
.works-edit .navigation.actions li a[href*="orphans"] { display: none; }
.works-edit .navigation.actions li a[href*="delete"] { display: none; }
.actions a[href*="toggle_rejected"] { display: none; }
header {
background-image: url("https://i.imgur.com/MEXgrDx.png"); background-repeat: repeat; }
header .heading {
height: 12em; }
header .logo,
header h1 sup {
display: none; }
header .heading a {
padding-left: 1em; font-variant: small-caps; color: #a6894b; }
greeting .icon img {
box-shadow: none; border: 1px solid #fff; border-radius: 90%; }
greeting .dropdown .menu,
greeting .dropdown .menu a,
greeting li a {
font-variant: small-caps; color: #a6894b !important; background: #f7f2e9 !important; border: none; box-shadow: none; }
greeting .dropdown .menu a:hover,
greeting li a:hover,
a.tag:hover { background: #c8d0c1 !important; color: #fff; }
greeting .menu {
width: 12em; }
header .menu {
background: #f7f2e9; box-shadow: none; width: 20em; }
header .primary li:not(.search),
greeting li {
border: none; }
header #search {
display: none; }
header .primary {
background: #c8d0c1; box-shadow: none; border-bottom: 5px solid #d5b56e; border-top: 5px solid #d5b56e; }
header .dropdown .menu li:hover a,
header .primary li a {
font-variant: small-caps; color: #f7f2e9 !important; background: #d5b56e; border: none; box-shadow: none; }
header .dropdown:hover a,
header .primary li:not(.search) {
background: #a5b399; }
outer.wrapper {
background: #f7f2e9; }
.actions a, .action, input[type="file"], .actions input, input[type="submit"], button, .actions label,
main .actions a,
main .actions a:visited,
main .action,
main .actions input,
main input[type="submit"],
main button,
main .actions label {
background: #d5b56e; font-variant: small-caps; color: #fff; border: none; }
dashboard .actions a,
dashboard .actions a:visited {
background: #f7f2e9; border: 1px solid #d5b56e; color: #a6894b !important; font-variant: small-caps; }
.required .autocomplete, p.notice, .notice, .comment_notice, .kudos_notice, ul.notes, .caution, .error, .comment_error, .kudos_error, .alert.flash { background: #c8d0c1; }
.current,
dashboard .current,
main .current {
background: #a5b399; color: #fff; font-variant: small-caps; border: none; }
input[type="submit"]:hover, input[type="submit"]:focus,
dashboard .actions a:hover,
dashboard .actions a:focus,
main .actions a:hover,
main input[type="submit"]:hover,
main button:hover .actions label:hover,
main .action:hover {
box-shadow: none; text-shadow: none; border: none; background: #f7f2e9; color: #a5b399; font-weight: bold; }
main a {
color: #a6894b; }
main a:visited {
color: #76826c; }
a.tag:visited { color: #a6894b !important; }
h1, h2, h3, h4, h5, h6, .heading { font-variant: small-caps; color: #d5b56e; }
.splash .module h3 { color: #a5b399; font-variant: small-caps; }
.splash .favorite li:nth-of-type(odd) a { background: none; }
fieldset { background-image: url("https://i.imgur.com/MEXgrDx.png"); background-repeat: repeat; border: 2px solid #d5b56e; box-shadow: none; }
fieldset dl, fieldset fieldset { background: #f7f2e9; color: #a6894b !important; font-variant: small-caps; border: 2px solid #d5b56e; box-shadow: none; }
input, textarea { background: #f7f2e9; border: 2px solid #d5b56e; box-shadow: none; }
span.question { background: #d5b56e; color: #fff; box-shadow: none; border: none; }
form.verbose legend, .verbose form legend { background: #f7f2e9; border: 2px solid #d5b56e; color: #a6894b; font-variant: small-caps; box-shadow: none; }
select { background: #f7f2e9; border: 1px solid #d5b56e; }
modal {
border: 5px solid #d5b56e; background: #f7f2e9; color: #76826c; }
modal .footer .action.modal-closer {
background: #d5b56e; color: #fff; border: none; box-shadow: none; }
.listbox, fieldset fieldset.listbox { background: #d5b56e; border: 2px solid #d5b56e; font-variant: small-caps; }
.listbox > .heading, .listbox > .heading a { color: #fff !important; }
.listbox > .heading a:visited { color: #76826c; }
.listbox .index { background: #f7f2e9; box-shadow: none; }
.listbox li.blurb { border: none; }
li.blurb { border: 2px solid #d5b56e; }
li.relationships a, .work .relationship a.tag { background: none; }
ol.index.group { background: #f7f2e9; }
div.comment, li.comment { border: 2px solid #d5b56e; }
.comment div.icon { border: none; }
.comment h4.byline, .comment h4.byline a { background: #d5b56e; color: #fff !important; }
.unread, .thread .even, .statistics .index li:nth-of-type(2n) { background: #c8d0c1; }
span.unread { background: #f7f2e9; color: #a6894b; border: 2px solid #d5b56e; }
.comment .icon .anonymous, .comment .icon .visitor, .index .skins .icon, .skins .primary .icon, .index .mystery .icon, .index .tag .icon, .index .tagset .icon, .abbreviated .icon .anonymous, .abbreviated .icon .visitor { background: url("https://i.imgur.com/rdqdtqz.png"); background-repeat: no-repeat; background-size: contain; border: 1px solid #d5b56e; }
a img { border-radius: 95%; border: 2px solid #fff; }
p.kudos { background: url("https://i.imgur.com/7wX03zP.png") no-repeat; }
p.kudos { color: #a6894b !important; }
dashboard.own {
background-image: url("https://i.imgur.com/MEXgrDx.png"); border: 2px solid #d5b56e; }
dashboard ul {
border: none; }
main.errors,
main.error-502,
main.error-503-maintenance {
background: url("https://i.imgur.com/FxUVd04.png") center right no-repeat; }
footer {
border-top: 5px solid #d5b56e; }
footer.region {
background: #c8d0c1; }
footer h4.heading {
color: #fff; font-variant: small-caps; font-size: 120%; }
footer,
footer a {
color: #fff; }
footer a:hover {
color: #fff; background: #d5b56e; }
dl.stats dt { display: none; }
.skins .header dl.stats dt { display: inline-block; }
dl.stats dd:nth-of-type(1)::before { background: url(https://64.media.tumblr.com/db492b00dffe5c3059151bf531bac9ea/270ee5afe68cadd6-46/s500x750/a6bc3e5d57023d005da4a1f3d11c383db8dd7df6.png); }
dl.stats dd:nth-of-type(2)::before { background: url(https://64.media.tumblr.com/f835b437a474b4b672a8d4ebe61402b8/8979adde76f2ff05-fb/s100x200/8f86556b6896e96427f5a4a54f0de7be38ddba75.png); }
dl.stats dd.language::before { display: none !important; }
dl.stats dd.kudos::before { background: url(https://64.media.tumblr.com/23a3c6f134a96386f50fb8982a353590/8b704f26c7323545-01/s100x200/31e25f0be03646918168c4d49bd2ee9733b2cd59.png); }
dl.stats dd.words::before { background: url(https://64.media.tumblr.com/fff96d500a04ddf12517a48d83b228d2/b2e751421a20aa0c-a7/s100x200/c848a67de8f463ccdafa5b60948c61a172d5fe24.png); }
dl.stats dd.chapters::before { background: url(https://64.media.tumblr.com/a8ca48310f24581ae539336583690b26/b2e751421a20aa0c-5c/s100x200/a51b914598b64c3ddf6f705b278f11a68301d443.png); }
dl.stats dd.comments::before { background: url(https://64.media.tumblr.com/7172c0bbe03a0eef7b236014dc78c905/8b704f26c7323545-78/s250x400/f37ba1ff69b5ef2ad7e5fe66b61fd748badc00d1.png); }
dl.stats dd.bookmarks::before, dl.stats dd a[href$=bookmarks]::before { background: url(https://64.media.tumblr.com/9b95d189a57699762d2262536e922ece/b2e751421a20aa0c-2a/s100x200/1aabb2ad7b90746f0469aefaa39af5b83728f8b9.png); }
dl.stats dd.hits::before { background: url(https://64.media.tumblr.com/b2b8862a356132ac1aa41e9e9f0ddd1d/b2e751421a20aa0c-9e/s100x200/dcd2bcb1adbbb8f9e1844b61aee3dd3a653531e3.png); }
dl.stats dd.collections::before { background: url(https://64.media.tumblr.com/ae825c2ad8071426c298c5b52970e294/b2e751421a20aa0c-18/s100x200/d1eb5dd259e2db588cda2100057c2c8fd9efaaf0.png); }
dl.work dl.stats dd.published::before { background: url(https://64.media.tumblr.com/7e13419071a7eeb35f48a76c7aa0ba36/b2e751421a20aa0c-5d/s250x400/7f351f60793ad683e4a9dc4de55e4ee4d625f9d2.png); }
dl.work dl.stats dd.status::before { background: url(https://64.media.tumblr.com/0ef9349a36cf808783e9488a97b64678/b2e751421a20aa0c-10/s250x400/8df1d3da298f875381822968f8e71ed4d7bcae31.png); }
ul.statistics dl.stats dd.subscriptions::before { background: url(https://64.media.tumblr.com/64db76a65209eff79515dfc23842eb54/fd0b10e0262ddb71-14/s250x400/921de73c3d5bb819f4e3c58c7c45bd4c6edfe55f.png); }
dl.stats dd.published::before, dl.stats dd.status::before { width: 0px; margin-right: 0px; }
li.collection dl.stats dd a[href$=collections]::before { background: url(https://64.media.tumblr.com/ae825c2ad8071426c298c5b52970e294/b2e751421a20aa0c-18/s100x200/d1eb5dd259e2db588cda2100057c2c8fd9efaaf0.png); }
li.collection dl.stats dd a[href$=works]::before { background: url(https://64.media.tumblr.com/f835b437a474b4b672a8d4ebe61402b8/8979adde76f2ff05-fb/s100x200/8f86556b6896e96427f5a4a54f0de7be38ddba75.png); }
li.collection dl.stats dd a[href$=bookmarks]::before { background: url(https://64.media.tumblr.com/9b95d189a57699762d2262536e922ece/b2e751421a20aa0c-2a/s100x200/1aabb2ad7b90746f0469aefaa39af5b83728f8b9.png); }
li.collection dl.stats dd a[href$=fandoms]::before { background: url(https://64.media.tumblr.com/0a2f3d28fb850907a859726916e04e6f/8979adde76f2ff05-48/s250x400/926b1499363f66438d02fdc8bbea5ce610a75395.png); }
ul.statistics dl.stats dd::before, li.work dl.stats dd::before, li.bookmark dl.stats dd::before, dl.work dl.stats dd::before, .collection dl.stats dd a[href$=collections]::before, li.collection dl.stats dd a[href$=works]::before, li.collection dl.stats dd a[href$=bookmarks]::before, li.collection dl.stats dd a[href$=fandoms]::before, 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, 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, dl.stats dd:not(.bookmarks) a[href$=bookmarks]::before { display: inline-block; width: 14px; height: 14px; content: " "; background-size: 14px 14px !important; margin-right: 5px; }
#adiraofthetals ao3 skins#ao3 skins#ao3 site skin#ao3 code#ccs#ccs code#ao3 ccs#ao3#archive of our own
373 notes
·
View notes
Text



MAX!!!!! LET HIM BE SO HAPPY
also read this cute ass dadvid fic:) gingerbread houses by aloneintherain I drew it in the first page
#traditional art#camp campbell#camp camp max#max cc#cc max#max camp camp#camp camp nikki#nikki cc#cc nikki#camp camp neil#cc neil#neil cc#cc david#camp camp david#david cc#dadvid#fanfic#fanart#ao3#archive of our own#art#artist#artists on tumblr
109 notes
·
View notes
Text
Albus’ secret crush
(Next part)
pt. 1







#albus potter#scorpius malfoy#scorbus#lily luna potter#james sirius potter#craig bowker jr#rose granger weasley#socmed au#hp next gen#hp cc#Draco calling scorpius mon coeur is inspired by they assume you know nothing by ma_lark_ey on ao3
76 notes
·
View notes
Text
My favorite, favoritest star wars fic of all time rn:
Everybody Lives– But No One Makes It Out Alive, by Anonymous_Radish
"Cody and Obi-Wan as Desert Husbands, but Cody dies, wakes up a teenager in a warzone with no idea of who he is, where he came from, or how he got here– all he's got to guide him are dreams and feelings–
And all his feelings are telling him is that he's destined for Obi-Wan Kenobi."
#guys#guys its so good#its so good#i cannot recommend it enough#its p much everything I ever wanted in a codywan TTFXIT fic#its on chapter 49 rn and hasnt updated since September#but every day I wake up and pray it will update soon#it starts off in melidaan btw#theres mando shenanigans#absolutely pure relationship dynamics#actually#cody's dynamics with literally everyone is sO FUNNY#THEY'RE SO CUTE o(tヘto)#star wars#commander cody#cc 2224#obi wan kenobi#codywan#melida/daan#mandalore#jaster mereel#jango fett#ao3#fic rec#edit: i finally found the button that lets u link texts on mobile lol
99 notes
·
View notes
Text
Just so you guys know, like, I still have Chapter 2 of "5 times manwhoring" on my mind, I just haven't passed a point specifically and I'm mentally kicking myself, I promise to get it out soon, because I really, really, really really want to finish a fanfic for once (not counting that FNAF Wattpad fic that I threw to wattpad)
Anyway, just, uhhhh, information about chapter 2? Did you guys know no Nautolan senator exists? like, at all???? And that's horrible because FISH???? So this is my Senator OC fyi, second target of the fic, you'll be seeing him, his name is Yorren Kai
See ya later? I'll have the chapter soon
#please ask me about my guy I could ramble about this guy in so many pages but I don't think anyone really wants to know but please ask#also you guys need to know AO3 got banned in my university and I don't know why but I think it's hilarious#sw#star wars#star wars fanfiction#sw clone wars#cc 1010#commander fox#nautolan#star wars oc#oc x canon#star wars clone wars#the clone wars
176 notes
·
View notes
Text
Afton family for my upcoming fic :3

Dropping tonight (already has by the time this is up)
Find it here: 'Up Above, Down Below'
surely nothing will happen to them
surely
#fnaf#fnaf au#art#my art#artists on tumblr#william afton#michael afton#elizabeth afton#crying child#cc afton#garrett afton#evan afton#digital art#illustration#ao3#fnaf fanfic#afton family#fanfic#Up Above Down Below
59 notes
·
View notes
Text
Perfect- Oddball x F!Reader
AO3
Rating: Explicit
Wordcount: 8,369
Summary: You're a mechanic and droidsmith that works among the 212th Attack Battalion. During your time among them, you've fallen in love with clone commander and pilot, Oddball (Davijaan). Tonight, you've planned the perfect dinner date, but your plans go off the rails when Oddball sees you in your new dress.
Additional Tags: Fluff and Smut, Romantic Fluff, Intimacy, Idiots in Love, Gift Giving, Kissing, Oral Sex, Vaginal Sex, Vaginal Fingering, Romantic Gestures, Date Night, Established Relationship, Sex, Blow Jobs, Making Out, Making Love, Multiple Orgasms, Porn with Feelings, Porn With Plot, Reader-Insert, 2nd person POV, No Y/N, Reader with a clone-gifted nickname, Multiple POVs
#star wars#sw tcw#tcw#the clone wars#clone x oc#clone x reader#commander oddball#davijaan#oddball#clone romance#oddball x reader#cc-2237#clone pilot#clone pilot oddball#spooky writes fanfics#clone fanfiction#ao3 fanfic#spooky daggers#reader insert#my art#my writing
103 notes
·
View notes
Text
SEARCHING FOR LOVE AND LOVING THE SEARCH!
CLOUTCHASE VOLUME 5 ARRIVES ON 4/28/25.
:-)
#SOCIALSTUCK#HOMESTUCK#VISUAL NOVEL#AO3 CLOUTCHASE#WIKIPEDIA CLOUTCHASE#FRIENDSIM#CC#IMAGELOG#ARTIST ID: AVOLAN#INDIE GAMES#cloutchaseofficial
53 notes
·
View notes
Text
That moment when your looking for some Star Wars fanfics to read and you see the word ✨️Glory✨️ somewhere im the title, you know the chance of Cody being in the fanfic just shot up exponentially.
212 notes
·
View notes
Text
—————————————————————-
And here we are with CH.8 and CH.9! Thank you all for the support, for hitting 1000 reads on ao3 I thought I’d share you all a double whammy🤍
https://archiveofourown.org/works/58182967/chapters/161736397
https://archiveofourown.org/works/58182967/chapters/161738437
#mafiafell sans#mafiafell#donfell#oc x cc#ocxcc#oc artist#oc artwork#oc x canon#oc art#undertale au#digital artist#digital art#writerblr#writeblr#writblr#writers on tumblr#female writers#ao3 writer#ao3 author#ao3fic#ao3 fanfic#ao3#female artists#artist#undertale#undertale self ship#undertale self insert#undertale fanfiction#underfell au#Sovls Art🤍
60 notes
·
View notes
Note
I really love your skin, but for me it's showing up red : the heading as well as the other red part.
Could you please tell me how to fix it?
I'm so so sorry for the late reply! I think that the code was put in wrong! So I made a pastebin account so you all can click one button and have the whole thing copied and just paste it in AO3. I will add this to the original post too.
If you still have problems please contact me! I am here to help you so you can enjoy this skin!!
Also thank you!!! I hope you get to love and enjoy it as much as I do!!!
#adiraofthetals#adiraofthetals ao3 skins#ao3 skins#ao3 code#ao3 site skin#ccs#ccs code#ao3 ccs#ao3#archive of our own
4 notes
·
View notes
Text
dsmp is still SO insane to me. still not completely convinced it wasn't a social experiment. it is something that can never be replicated again due to the really specific circumstances that attributed to it's creation and popularity
#the combination of everyone being inside due to the pandemic#the community giving everyone a space to connect#in a time where loneliness and mental health was reaching an all time high especially among youth#like idk. even after everything and a handful of ccs being revealed to be horrible shitbags#the dsmp will ALWAYS hold a special place in my heart.#a story told in a medium no one has really explored before#the unique fantasy setting......the three life system allowing for more high stakes moments since there a character#could die multiple times to raise stakes#the emphasis placed on familial and platonic dynamics and how THEY can be just as complex and entertaining to watch/read abt like /r ships#the fandom revolutionizing gen fics and making a familial relationship reach the TOP OF AO3 STATS ONE YEAR???? insanity.#also just the ppl.#the amount of talented musicians and artists and writers and editors and all the ppl who lovingly transcripted and compiled lore streams#LIKE UGH.#im so emo about it#unfiltered queer representation bcuz#the story wasnt washed down by a corporation as it was given directly from the storytellers to the audience#the multiple povs allowing ppl to experience the same story in completely different ways#excellent depictions of the effects of mental illness/ptsd and 'imperfect' abuse survivors#ctommy my beloved#LIKE SIGH. WE ARE NEVER GETTING THAT AGAIN IN A FANDOM SPACE I FEAR#ok lol. ignore my rantings#dsmp#dream smp#starry text
137 notes
·
View notes
Text





Carpe David by ayuka86
in love with this fic I had to make fanart, and I wanted to do a specific scene but it requires so much context I'd have to make the whole fic into a comic :') so go read it so u can experience the heart ache too!!
#traditional art#camp camp david#cc david#camp campbell#camp camp max#max camp camp#max cc#david cc#fanfic#fanart#art#artist#artists on tumblr#archive of our own#ao3#comic#cc max#rooster teeth#carpe david
112 notes
·
View notes
Text
in my messy ballpoint pen era
solar eclipse au fanart again?? who could've predicted this???
AU by @mochiwrites
#mochiwrites's aus n' stuff#mumbo jumbo#hermitcraft#solara x proteus#grian is solara#mumbo is proteus#moon god#moon mumbo#grumbo#mumbo#mumbo fanart#mumbo x grian (not the ccs.)#sun and moon#go read amor lunae. on ao3#mochiwrites HERE'S the revenge#hermitcraft mumbo#hermitblr#hermitshipping#solar eclipse au
274 notes
·
View notes
Text
Ao3 comments are so freaking nice dude I shed tears 😭😭
#ao3#archive of our own#thank you for making me feel like my story is worth writing#i teared up at the email notification i wont lie#fanfiction#i love the nanny fandom#ccbds#cc babcock#ao3 fanfic#fanfic
29 notes
·
View notes