Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- li.blurb {
- border: 1px solid;
- border-color: BORDER HEX COLOR;
- }
- li.relationships a.tag {
- background: BG HEX COLOR;
- color: #ffffff; delete this line if you're using a light color or the ao3 defaults
- }
- li.blurb .tags {
- max-height: 10em;
- overflow-y: auto;
- }
- li {
- margin: 0px;
- }
- .tags li {
- padding: 0 .4em .4em 0;
- }
- .blurb .relationships {
- background: none;
- font-style: italic;
- }
- ul.tags {
- padding-right: .1em;
- }
- ul.tags li.warnings:first-child:before {
- color: #111;
- content: "Archive Warnings: ";
- font-weight: bold;
- }
- ul.tags li.warnings,
- ul.tags li.relationships,
- ul.tags li.characters,
- ul.tags li.freeforms {
- float: left !important;
- }
- li.warnings + li.characters:before {
- color: #111;
- content: "Characters: ";
- font-weight: bold;
- }
- li.relationships + li.characters:before {
- color: #111;
- content: "Characters: ";
- font-weight: bold;
- }
- li.warnings + li.relationships:before {
- color: #111;
- content: "Relationships: ";
- font-weight: bold;
- }
- li.characters + li.freeforms:before {
- color: #111;
- content: "Freeform: ";
- font-weight: bold;
- }
- li.warnings + li.relationships,
- li.relationships + li.characters,
- li.characters + li.freeforms,
- li.warnings + li.characters,
- li.warnings + li.freeforms,
- li.relationships + li.freeforms {
- clear: left;
- padding: none;
- }
- .listbox .index {
- background: transparent;
- box-shadow: none;
- }
- .listbox,
- fieldset fieldset.listbox {
- background: transparent;
- border: none;
- box-shadow: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement