Don't wanna be here? Send us removal request.
Text
Asterion 🤌 Background pics
My dramatic maaaaaan >>>>>




15 notes
·
View notes
Text
Cut together from multiple videos because my internet kept dying in the wee hours.
Displays only the main index and bookmark index due to them being fully complete, the bookmark main page and chapter main index are also complete, just less interesting to show off. Also showing only the light skin (Epipelagic) since that's easier to work with due to my astigmatism, multiple dark modes will be released alongside it.
Works wholly within the AO3 system, bar some alignment that's accomplished with a stylus compatibility layer because AO3 still doesn't accept calc(). This is only needed on PC and will be included during the installation steps for you. (And, honestly, it still looks fine if you decide not to add it.)
Basically, what you see here is what you get. An AO3 rebuilt entirely from the ground up.
Edit: It's also WCAG AA and AAA compliant.
233 notes
·
View notes
Text
ao3 skin that i made!! (copy code under "keep reading")
it's a messy combination of pieces of code from other people's skins and my own changes
here are some of the skins that i can remember using as part of this, but i've been building it for years so forgive me if i forget some:
Shortening long tag fields by Xparrot (on ao3)
Slim Shaded by AO3 (on ao3)
Lily Garden by tealtiam (on Tumblr)
AO3 Tag category coloring! by ao3css (on Tumblr)
my notes (contained within /* */ ) should delete themselves once you apply your skin, but it shouldn't affect the code either way! so come back to look at them here if you need some tips on how to customize the code
Background color: #26303C
Text color: #CBC6C3
Header color: #46626D
Accent color: #993F33
steps to create a new skin using this code:
log into ao3 account
go to dashboard >> skins
click "create site skin"
make sure TYPE is "site skin"
add a unique title
copy all code below
paste into field 'CSS'
click on "use wizard" at the top
copy and paste the four colors written above into their corresponding boxes
click SUBMIT
click USE
how to customize this skin:
FONT SIZE: at the very top of the code, change the "90%" to be bigger or smaller to change the font size within a fic
MAIN COLORS: to change the main colors, select "use wizard" when editing the skin and replace any of the four hex codes under "Background color:", "Text color:", "Header color:", and "Accent color:"
SECONDARY COLORS: find all hex codes within the code and change those numbers as you like! i changed all colors to match with the color palette of the header photo that i chose to make it feel cohesive
TAG COLORS: towards the end, the "relationship", "character", and "freeform" tags alternate three colors to make them easy to separate. in this skin they are all very similar, so you can change those to be whatever colors you like!
HEADER PHOTO: find the link towards the end of the code right before the warning tags and replace it with a link to any photo you like! it loops, so you don't have to worry about sizing or anything
FONT: i'm unsure how exactly to do this, but the in-fic font is currently set to Georgia Serif, so i suppose just go find that and replace it with your preferred font!
BORDER STYLES: wherever you see the code "border-style:", replace the word that comes after it with one of these options: none, solid, dashed, dotted, double, groove, ridge, inset, outset, or hidden
WARNING TAGS: at the very end of the code is a list of words or phrases that, when they appear in the tags of a fic, are highlighted in a contrasting color so that they are easy to avoid if necessary. you can add or remove those tags however you like, or change the warning color!
COPY AND PASTE ALL CODE BELOW
#workskin { font-size: 90%; } li.blurb .tags { max-height: 7.5em; overflow-y: auto; } #header { min-height: 0; } #header a, #header fieldset, #header ul.primary, #header ul.primary .current { border: 0; background: 0; } h1 a img { height: 50px; border: 0; } #header .landmark { clear: none; } #header ul.primary { background: rgba(0,0,0,0.65); border-bottom: 1px solid rgba(0,0,0,0.75); } #header ul.primary, #header ul.primary .current, ul.primary.actions a, #header ul.primary .current { color: #CBC6C3; } #header ul.primary .current, #header #search input, #header #search input:focus { background: rgba(0,0,0,0.25); color: #CBC6C3; box-shadow: inset 0 0 3px #131A2A; border-color: #131A2A; } .actions, .actions input { text-transform: lowercase; } blockquote.userstuff { font-family: "Mido", "AUdimat", "Ostrich Sans Rounded","Lucida Grande", sans-serif !important; position: relative; background: rgba(0,0,0,0.1); padding: 2%; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 2px rgba(0,0,0,0.4); } blockquote.userstuff:after { content: "\201D"; right: 0; top: auto; left: auto; } body, .userstuff { font-family: Mido, Georgia, serif; } .heading, .userstuff h3, .userstuff h4 { font-family: "CabinSketch", Georgia,serif; } #main .heading { color: #993F33; } #inner .group, #inner .heading, fieldset, .verbose legend, table, table th, col.name, span.unread, span.replied { outline: none; background: transparent; border-color: #131A2A; border-style: double; box-shadow: none; border-radius: 2em; border-bottom-right-radius: 0; border-top-left-radius: 0; } #inner .group .group .group, col.name { border-style: double; border-color: #CBC6C3; box-shadow: 0 0 2px #000; } #inner .bookmark .user.module, #inner .wrapper { border: 0; border-radius: 0; border-top: 3px double #bbb; box-shadow: none; } .filters { font-size: 90%; } .toggled form, .dynamic form, .secondary, .dropdown { background: #fff url("/images/skins/textures/tiles/white-handmade-paper.jpg"); } a.tag, a.tag:visited, a.tag:link { display: inline-block; padding: 1px 3px; margin: 2px 0px; border: 2px solid #46626D; border-radius: 5px; } .commas li:after { content: ""; } h5.fandoms.heading { color: transparent; } .favorite a.tag { border: none; } .tags li.relationships:nth-of-type(3n+1) a.tag { background-color: #1d3954; } .tags li.relationships:nth-of-type(3n+2) a.tag { background-color: #264663; } .tags li.relationships:nth-of-type(3n+3) a.tag { background-color: #305475; } .tags li.characters:nth-of-type(3n+1) a.tag { background-color: #214154; } .tags li.characters:nth-of-type(3n+2) a.tag { background-color: #294c61; } .tags li.characters:nth-of-type(3n+3) a.tag { background-color: #31576e; } .tags li.freeforms:nth-of-type(3n+1) a.tag { background-color: #234e54; } .tags li.freeforms:nth-of-type(3n+2) a.tag { background-color: #2a585e; } .tags li.freeforms:nth-of-type(3n+3) a.tag { background-color: #316269; } .tags li.freeforms a.tag:hover, .tags li.characters a.tag:hover, .tags li.relationships a.tag:hover { background-color: #26303C; color: white; } #header .logo { display: none; } #header ul.primary { box-shadow: none; padding-top: 30px; padding-bottom: 30px; background: #FCC191 url(https://i.pinimg.com/564x/8c/bc/ae/8cbcae1760dc88ae8730566337a5d2eb.jpg); background-attachment: fixed; } li.blurb a.tag[href*="suicid"], [href*="suicide"], [href*="Suicide"], [href*="rape"], [href*="Rape"], [href*="consentual"], [href*="Consentual"], [href*="non-con"], [href*="consent issues"], [href*="Kidnapping"], [href*="kidnapping"], [href*="Canibalism"], [href*="cannibalism"], [href*="Cannibalism"], [href*="Dove"], [href*="dead dove do not eat"], [href*="murder"], [href*="Murder"], [href*="harm"], [href*="self harm"], [href*="Harm"], [href*="Torture"], [href*="abduction"], [href*="asphyxiation"], [href*="blood"], [href*="Blood"], [href*="death"], [href*="Death"], [href*="gore"], [href*="Gore"], [href*="incest"], [href*="Incest"], [href*="trauma"], [href*="Trauma"], [href*="torture"] { color: #000000; font-weight: bold; background-color: #993F33; }
1K notes
·
View notes
Text
Introducing the first tease for
Hesperus ⁽ᵇᵉᵗᵃ⁾
It's a full skin for The Archive of Our Own, aimed to be as much of a redesign as it allows, with a more modern, sophisticated, and colourful look.
Fully functional on both pc, tablet, and mobiles screens and automatically adaptable to their sizes.
No third party processor needed; everything inside it is accepted within the Ao3 skin processor.
Set under the GNU General Public Licence v3.0, it's highly customisable with a colour legend and quick guide for editing the parts you're most likely to change.
Original colour scheme that's designed to be easy on the eyes with a colourful pop!
Newly created icons for the profile bar, required tags, stats bar, and bookmarks.
More easily readable tags and works with an emphasis on space and separation of words.
As of now, it's about 35% done.
Major thanks to @ao3skin and its creator ElectricAlice for both getting me into CSS two years ago, and for running their helpful blog.
331 notes
·
View notes
Text

Хорошее было видео

#bts#vkook#taekwoon#bts taehyung#kim taehyung#jungkook#jeon jungkook#kookv#digital art#artists on tumblr#commisions open#art commisions#my art#bts army
31 notes
·
View notes
Photo
принесла парочку
#二哈和他的白猫师尊#2ha#erha#Immortality#luo yunxi#chen feiyu#husky and his white cat shizun#chinese novel#artists on tumblr#my art#digital drawing
54 notes
·
View notes
Photo
белый пояс по лань чжаню
#mo dao zu shi#the untamed#grandmaster of demonic cultivation#mdzs#wei wuxian#wangxian#doodle#artist on instagram#artist on tumblr#chinese novel#my art
65 notes
·
View notes
Photo
call me maybe я довольна
#天官赐福#heaven officials blessing#tgcf#tian guan ci fu#hua cheng#xie lian#digital drawing#artists on tumblr#mo xiang tong xiu#my art
30 notes
·
View notes
Photo
и от меня русалок
#天官赐福#heaven officials blessing#tgcf#tian guan ci fu#hua cheng#xie lian#mermay#mermay 2020#digital drawing#my art#artists on tumblr#mo xiang tong xiu
92 notes
·
View notes
Photo
да, я бы почитала такое
#yoongi#bts#agustd#agust d#suga#bts suga#bts army#artists on tumblr#artist on instagram#digital drawing#my art
15 notes
·
View notes
Photo
ой беда
#yoongi#bts#bts yoongi#bts army#bts suga#suga#agust d#agustd#agust d 2#artist on instagram#artists on tumblr#my art#digital drawing
20 notes
·
View notes
Photo
я не умею иначе
#sailormoonredraw#sailor moon redraw#sailor moon#my art#digital drawing#artists on tumblr#artist on instagram#gender bender
8 notes
·
View notes
Photo
Я не помню, что за ситуация... но у меня есть своя версия происходящего. meh.
#sailormoonredraw#sailor moon redraw#sailor moon#my art#digital drawing#artists on tumblr#artist on instagram
6 notes
·
View notes
Photo
самая удачная попытка
#二哈和他的白猫师尊#2ha#erha#Immortality#luo yunxi#husky and his white cat shizun#chinese novel#artists on tumblr#my art#digital drawing
60 notes
·
View notes
Photo
моя жертва, чтобы учиться рисовать волосы
#painter of the night#fanart#yaoi drawing#bl manhwa#drawing#digital drawing#my art#artists on tumblr#Illustration#ya hwa cheob
623 notes
·
View notes
Photo
спасибо мужу, что одолжил шмот
(пожалуйста, репосты. а не перепосты)
#天官赐福#heaven officials blessing#tgcf#tian guan ci fu#xie lian#hua cheng#digital drawing#my art#artists on tumblr#mo xiang tong xiu
26 notes
·
View notes
Photo
и еще раз
#二哈和他的白猫师尊#2ha#erha#Immortality#luo yunxi#husky and his white cat shizun#chinese novel#artists on tumblr#my art#digital drawing
42 notes
·
View notes