Actions

Work Header

Rating:
Archive Warning:
Category:
Fandoms:
Additional Tags:
Language:
English
Series:
Part 2 of Updated Site Skins , Part 2 of Site Skins
Collections:
Ao3 Skins
Stats:
Published:
2021-07-23
Words:
122
Chapters:
1/1
Kudos:
1
Bookmarks:
1
Hits:
835

SITE SKIN: Updated Workings Fix Actions Right

Notes:

Copy paste the code into your own site skin.

To combine it with another existing skin:
In a new skin click advanced > add parent
Search for your desired skin and select it
Copy paste this code into CSS
Name, save your skin and use it!

Work Text:

.works-show ul.actions {
position: fixed;
background: #ddd;
border: 2px solid #fff;
width: 10em;
right: 0;
z-index: 19;
box-shadow: 1px 1px 3px;
}

.works-show ul.actions a,
.chapters-show ul.actions li,
.chapters-show ul.actions form,
.works-show ul.actions li,
.chapters-show ul.actions a,
.works-show ul.work.navigation.actions li.subscribe form,
.chapters-show ul.work.navigation.actions li.subscribe form {
display: block;
}

.chapters-show ul.work.navigation.actions li.subscribe form input,
.works-show ul.work.navigation.actions li.subscribe form input {
width: 100%;
}

.works-show.region div.wrapper,
.chapters-show.region div.wrapper,
#feedback {
margin: auto 12.5em auto auto;
}

#feedback ul.actions {
position: static;
background: none;
border: 0;
width: auto;
box-shadow: none;
}

#feedback ul.actions li,
#feedback ul.actions a {
display: inline-block;
}

#workskin {
padding-left: 10em;
padding-right: 10em;
}