mirror of
https://github.com/electricalice/Ao3-dyslexia.git
synced 2026-03-11 08:55:26 +00:00
bug fixing + sepia
This commit is contained in:
parent
a5a26ce5ab
commit
5eabb9424a
4 changed files with 1810 additions and 7 deletions
|
|
@ -1139,7 +1139,7 @@ a.tag,
|
|||
a.tag:visited,
|
||||
a.tag:link {
|
||||
display: inline-block;
|
||||
padding: 4px 7px;
|
||||
padding: 3px 7px;
|
||||
margin: 4px 0px;
|
||||
border: 2px solid #3aacff;
|
||||
border-radius: 5px;
|
||||
|
|
@ -1149,6 +1149,11 @@ a.tag:link {
|
|||
content: "";
|
||||
}
|
||||
|
||||
h5.fandoms.heading {
|
||||
/*this removes the commas in the fandom tags (yeah, it's weird)*/
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.favorite a.tag {
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -1340,13 +1345,19 @@ input[type=checkbox]:hover,
|
|||
input[type=checkbox]:checked,
|
||||
input[type=radio]:checked,
|
||||
.actions input[type=checkbox]:checked,
|
||||
label.action input[type=checkbox]:checked,
|
||||
input[type=checkbox]:hover,
|
||||
.actions input[type=checkbox]:hover {
|
||||
label.action input[type=checkbox]:checked {
|
||||
background-color: #3aacff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input[type=checkbox]:hover,
|
||||
.actions input[type=checkbox]:hover, .filters [type=checkbox]:hover + .indicator:before,
|
||||
.filters [type=radio]:hover + .indicator:before,
|
||||
.filters .exclude [type=checkbox]:hover + .indicator:before {
|
||||
background-color: #3e8ac4;
|
||||
border: none;
|
||||
}
|
||||
|
||||
form.search input[type=text],
|
||||
dd.autocomplete li.input,
|
||||
input[type=radio],
|
||||
|
|
|
|||
1777
dyslexia-sepia.css
Normal file
1777
dyslexia-sepia.css
Normal file
File diff suppressed because it is too large
Load diff
17
dyslexia.css
17
dyslexia.css
|
|
@ -1140,6 +1140,11 @@ a.tag:link {
|
|||
content: "";
|
||||
}
|
||||
|
||||
h5.fandoms.heading {
|
||||
/*this removes the commas in the fandom tags (yeah, it's weird)*/
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.favorite a.tag {
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -1331,13 +1336,19 @@ input[type=checkbox]:hover,
|
|||
input[type=checkbox]:checked,
|
||||
input[type=radio]:checked,
|
||||
.actions input[type=checkbox]:checked,
|
||||
label.action input[type=checkbox]:checked,
|
||||
input[type=checkbox]:hover,
|
||||
.actions input[type=checkbox]:hover {
|
||||
label.action input[type=checkbox]:checked {
|
||||
background-color: #4675C0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input[type=checkbox]:hover,
|
||||
.actions input[type=checkbox]:hover, .filters [type=checkbox]:hover + .indicator:before,
|
||||
.filters [type=radio]:hover + .indicator:before,
|
||||
.filters .exclude [type=checkbox]:hover + .indicator:before {
|
||||
background-color: #85a1d1;
|
||||
border: none;
|
||||
}
|
||||
|
||||
form.search input[type=text],
|
||||
dd.autocomplete li.input,
|
||||
input[type=radio],
|
||||
|
|
|
|||
|
|
@ -255,6 +255,10 @@ dl.meta dd {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
.chapter .expandable.secondary, .chapter .expandable.secondary select {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
/*
|
||||
===========
|
||||
Blurb
|
||||
|
|
|
|||
Loading…
Reference in a new issue