1 - 20 of 99 Bookmarked Items in Testing

Navigation

List of Bookmarks

  1. 52

    Tags
    Language:
    English
    Words:
    289
    Chapters:
    1/1
    Comments:
    28
    Kudos:
    85
    Bookmarks:
    52
    Hits:
    2,097
  2. 4

    Tags
    Summary

    Testing an iMessage-style group chat thing by Azdaema Codes. It has been slightly modified.

    Series
    Language:
    English
    Words:
    3,137
    Chapters:
    5/?
    Kudos:
    9
    Bookmarks:
    4
    Hits:
    253
  3. 1

    Tags
    Summary

    trying to study for the sat

    Language:
    English
    Words:
    114
    Chapters:
    1/?
    Kudos:
    3
    Bookmarks:
    1
    Hits:
    26
  4. 3

    Tags
    Language:
    English
    Words:
    1,947
    Chapters:
    8/?
    Comments:
    7
    Kudos:
    14
    Bookmarks:
    3
    Hits:
    203
  5. 7

    Tags
    Summary

    Miyuki learns that Sawamura is coming to their next game and gets a little hopeful.

    Language:
    English
    Words:
    2,290
    Chapters:
    5/5
    Comments:
    24
    Kudos:
    71
    Bookmarks:
    7
    Hits:
    1,066
  6. 32

    Tags
    Summary

    Five teenagers stuck together by pure chance find themselves descending into the unknown after receiving vaguely threatening messages and a mysterious link on a chat website.

    Series
    Language:
    English
    Words:
    168,859
    Chapters:
    413/?
    Comments:
    4,208
    Kudos:
    153
    Bookmarks:
    32
    Hits:
    10,281
  7. 2

    Tags
    Summary

    Posting it as a work so that others that like the author colors on my fics, OR the look of my black and red site skin, can copy the code and use it themselves.

    Chapter 1 => Author name colors and fonts of my different Pseuds.
    Chapter 2 => Black and Red Site Skin
    Chapter 3 => Text sizes Workskin rules/settings
    Chapter 4 => Cookie Run Kingdom Workskin rules/settings
    Chapter 5 => Rise of the Guardians Workskin rules/settings

    Language:
    English
    Words:
    2,369
    Chapters:
    5/?
    Kudos:
    3
    Bookmarks:
    2
    Hits:
    317
  8. 16

    Tags
    Summary

    create a "fading out text" effect in your AO3 works

    Language:
    English
    Words:
    509
    Chapters:
    1/1
    Comments:
    8
    Kudos:
    41
    Bookmarks:
    16
    Hits:
    773
  9. 17

    Tags
    Summary

    A moving starry sky background, done with css and html!

    Language:
    English
    Words:
    1,912
    Chapters:
    2/2
    Comments:
    50
    Kudos:
    48
    Bookmarks:
    17
    Hits:
    599
  10. 15

    Summary

    Set in an alternate universe with its own history and secrets, Monika awakens once more in the club room, but something is different.

    How far does one have to go to reach peace, and what exactly do they find when they get there?

    Eventual Yurika.
    Background Sayosuki.

    Words:
    300,318
    Works:
    4
    Bookmarks:
    15
  11. 1

    Tags
    Language:
    中文-普通话 國語
    Words:
    159
    Chapters:
    1/1
    Collections:
    2
    Kudos:
    1
    Bookmarks:
    1
    Hits:
    32
  12. 26

    Tags
    Summary

    Messing around with CSS and HTML in AO3 and some other stuff I guess


    Hide Creator's Styles (Recommended for accessibility and or if you don't like too much styling) This is not true anymore since the styling is quite moderate now (for my standards), the options still there if you need it still.

    Language:
    English
    Words:
    11,822
    Chapters:
    7/7
    Comments:
    187
    Kudos:
    80
    Bookmarks:
    26
    Hits:
    2,236
  13. 12

    Tags
    Summary

    My html css pervert stuff TEST

    Language:
    Українська
    Words:
    4,428
    Chapters:
    21/?
    Comments:
    41
    Kudos:
    67
    Bookmarks:
    12
    Hits:
    2,254
  14. 6

    Tags
    Summary

    Have you ever wanted to use complex shapes and graphics in your workskin, but you don’t feel like stacking divs on divs on divs, and images feel like cop-outs?

    I introduce to you: The Gradient!

    Look inside for a (somewhat) detailed tutorial on what to use them for, how to kick those shits into submission, and general tips & insights!

    Language:
    English
    Words:
    2,634
    Chapters:
    4/4
    Collections:
    1
    Comments:
    12
    Kudos:
    21
    Bookmarks:
    6
    Hits:
    382
  15. 2

    Tags
    Summary

    This is an example of an implementation of a work skin created to be able to include basic "iOS" and "BlackBerry" messages embedded in your work. Instructions to implement on your own work are in the notes. Fair warning: iOS texts currently don't look the best on backgrounds other than white. Like it looks okay :/

    Language:
    English
    Words:
    43
    Chapters:
    1/1
    Kudos:
    1
    Bookmarks:
    2
    Hits:
    182
  16. 1

    Tags
    Summary

    testing the html for texting/groupchats and colored text together

    Language:
    English
    Words:
    470
    Chapters:
    1/1
    Comments:
    6
    Kudos:
    1
    Bookmarks:
    1
    Hits:
    39
  17. 2

    Tags
    Summary

    This is a newspaper type thing and I just wanna mess around with html and css while talking about ddvau :)

    Credits!!!!

    ‼️ALSO ITS VERY NOT FINISHED AND LOOKS KINDA BAD…AND IT’S NOT MOBILE FRIENDLY (switch to desktop website if on mobile) (that should work) (I think) (I code on my iPad so idk very sorry)‼️

    Language:
    English
    Words:
    1,389
    Chapters:
    4/4
    Comments:
    2
    Kudos:
    30
    Bookmarks:
    2
    Hits:
    334
  18. 6

    Tags
    Summary

    A 5-minute guide for making comments more interesting with HTML.

    Bookmark to use this blurb as a reference.
    Quoting

    Paragraph(s)

    <blockquote>☻</blockquote>

    Short

    <q>☻</q>
    Collapsibles

    Open

    <details open><summary>☻</summary>☻</details>

    Closed

    <details><summary>☻</summary>☻</details>
    Links
    <a href="☻">☻</a>
    Lists

    Ordered

    <ol>
    <li>☻</li>
    </ol>

    Unordered

    <ul>
    <li>☻</li>
    </ul>
    Text
    <strong>bold☻</strong>
    <em>italic☻</em>
    <u>underline☻</u>
    <s>strike☻</s>
    
    Images
    <img src="☻" alt="☻"/>

    Series
    Language:
    English
    Words:
    426
    Chapters:
    1/4
    Comments:
    5
    Kudos:
    7
    Bookmarks:
    6
    Hits:
    150
  19. 34

    Tags
    Summary

    A fairly simple way to allow your readers to set their name for a reader-insert fic, instead of having to use Y/N or similar.

    Language:
    English
    Words:
    1,595
    Chapters:
    2/?
    Comments:
    24
    Kudos:
    94
    Bookmarks:
    34
    Hits:
    4,091
  20. 24

    Tags
    Summary

    《ao3也能轻松复刻的阅读交互》这篇笔记的代码及使用方法
    (折叠+跳转+自适应UI)

    Language:
    中文-普通话 國語
    Words:
    659
    Chapters:
    1/1
    Comments:
    17
    Kudos:
    88
    Bookmarks:
    24
    Hits:
    656

Filters

Filter results:
Submit

Include

?
Include Ratings
Include Warnings
Include Categories
Include Fandoms
Include Characters
Include Relationships
Include Additional Tags
Include Bookmarker's Tags

Exclude

?
Exclude Ratings
Exclude Warnings
Exclude Categories
Exclude Fandoms
Exclude Characters
Exclude Relationships
Exclude Additional Tags
Exclude Bookmarker's Tags

More Options

Word count
Bookmark types
Submit

Clear Filters

Navigation