mirror of
https://github.com/electricalice/Ao3-dyslexia.git
synced 2026-03-11 08:55:26 +00:00
new banner + some tweaks
This commit is contained in:
parent
e5182c8c7e
commit
a5a26ce5ab
3 changed files with 51 additions and 18 deletions
|
|
@ -117,7 +117,6 @@ textarea,
|
|||
#footer li,
|
||||
.preface.group blockquote.userstuff,
|
||||
.preface.group blockquote.userstuff p,
|
||||
.userstuff p,
|
||||
.comment .userstuff, #workskin,
|
||||
.blurb .userstuff,
|
||||
.news .userstuff,
|
||||
|
|
@ -127,7 +126,7 @@ textarea,
|
|||
#modal, h3, .filters dt,
|
||||
.filters dd,
|
||||
.filters input[type=submit],
|
||||
.filters .expander, .userstuff h2, .userstuff h1, .userstuff h3, .userstuff h4, p.note, blockquote, body,
|
||||
.filters .expander, .userstuff li, .userstuff ul, .userstuff p, .userstuff h2, .userstuff h1, .userstuff h3, .userstuff h4, p.note, blockquote, body,
|
||||
input,
|
||||
.toggled form,
|
||||
.dynamic form,
|
||||
|
|
@ -188,6 +187,12 @@ h4.heading .datetime {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
font-family: "Courier New", Courier, Monospace;
|
||||
font-size: 1.05em;
|
||||
padding: 1em 0.5em;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
|
|
@ -831,6 +836,10 @@ tfoot {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
col.name {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bookmark .user,
|
||||
.filters dl,
|
||||
.filters dt,
|
||||
|
|
@ -847,7 +856,7 @@ div.comment,
|
|||
.comment div.icon,
|
||||
a,
|
||||
a:link,
|
||||
a:visited:hover {
|
||||
a:visited:hover, .alert .userstuff {
|
||||
/* remove borders */
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -962,6 +971,7 @@ form.inbox {
|
|||
color: #1c232d;
|
||||
border-radius: 5px;
|
||||
box-shadow: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.qtip-content {
|
||||
|
|
@ -1435,7 +1445,7 @@ ul.notes,
|
|||
.required .autocomplete,
|
||||
.autocomplete .notice,
|
||||
#header h2.collections,
|
||||
#header h2, body,
|
||||
#header h2, .alert .userstuff, body,
|
||||
#header,
|
||||
#outer.wrapper,
|
||||
#inner.wrapper,
|
||||
|
|
@ -1672,17 +1682,18 @@ ul.notes,
|
|||
.required .autocomplete,
|
||||
.autocomplete .notice,
|
||||
#header h2.collections,
|
||||
#header h2 {
|
||||
#header h2, .alert .userstuff {
|
||||
/*
|
||||
This is the background color of the notices, alert, comment errors and stuff like that
|
||||
*/
|
||||
background-color: #bbe1fe;
|
||||
background: #bbe1fe;
|
||||
}
|
||||
|
||||
.required,
|
||||
.error,
|
||||
.alert.flash,
|
||||
.nominations .rejected {
|
||||
.nominations .rejected, .alert .userstuff {
|
||||
/*
|
||||
This sets the warning text color for alerts, error, and stuff like that
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -117,7 +117,6 @@ textarea,
|
|||
#footer li,
|
||||
.preface.group blockquote.userstuff,
|
||||
.preface.group blockquote.userstuff p,
|
||||
.userstuff p,
|
||||
.comment .userstuff, #workskin,
|
||||
.blurb .userstuff,
|
||||
.news .userstuff,
|
||||
|
|
@ -127,7 +126,7 @@ textarea,
|
|||
#modal, h3, .filters dt,
|
||||
.filters dd,
|
||||
.filters input[type=submit],
|
||||
.filters .expander, .userstuff h2, .userstuff h1, .userstuff h3, .userstuff h4, p.note, blockquote, body,
|
||||
.filters .expander, .userstuff li, .userstuff ul, .userstuff p, .userstuff h2, .userstuff h1, .userstuff h3, .userstuff h4, p.note, blockquote, body,
|
||||
input,
|
||||
.toggled form,
|
||||
.dynamic form,
|
||||
|
|
@ -188,6 +187,12 @@ h4.heading .datetime {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
font-family: "Courier New", Courier, Monospace;
|
||||
font-size: 1.05em;
|
||||
padding: 1em 0.5em;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
|
|
@ -831,6 +836,10 @@ tfoot {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
col.name {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bookmark .user,
|
||||
.filters dl,
|
||||
.filters dt,
|
||||
|
|
@ -847,7 +856,7 @@ div.comment,
|
|||
.comment div.icon,
|
||||
a,
|
||||
a:link,
|
||||
a:visited:hover {
|
||||
a:visited:hover, .alert .userstuff {
|
||||
/* remove borders */
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -962,6 +971,7 @@ form.inbox {
|
|||
color: #b2afaf;
|
||||
border-radius: 5px;
|
||||
box-shadow: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.qtip-content {
|
||||
|
|
@ -1435,7 +1445,7 @@ ul.notes,
|
|||
.required .autocomplete,
|
||||
.autocomplete .notice,
|
||||
#header h2.collections,
|
||||
#header h2, body,
|
||||
#header h2, .alert .userstuff, body,
|
||||
#header,
|
||||
#outer.wrapper,
|
||||
#inner.wrapper,
|
||||
|
|
@ -1672,17 +1682,18 @@ ul.notes,
|
|||
.required .autocomplete,
|
||||
.autocomplete .notice,
|
||||
#header h2.collections,
|
||||
#header h2 {
|
||||
#header h2, .alert .userstuff {
|
||||
/*
|
||||
This is the background color of the notices, alert, comment errors and stuff like that
|
||||
*/
|
||||
background-color: #b8d8dd;
|
||||
background: #b8d8dd;
|
||||
}
|
||||
|
||||
.required,
|
||||
.error,
|
||||
.alert.flash,
|
||||
.nominations .rejected {
|
||||
.nominations .rejected, .alert .userstuff {
|
||||
/*
|
||||
This sets the warning text color for alerts, error, and stuff like that
|
||||
*/
|
||||
|
|
|
|||
23
dyslexia.css
23
dyslexia.css
|
|
@ -117,7 +117,6 @@ textarea,
|
|||
#footer li,
|
||||
.preface.group blockquote.userstuff,
|
||||
.preface.group blockquote.userstuff p,
|
||||
.userstuff p,
|
||||
.comment .userstuff, #workskin,
|
||||
.blurb .userstuff,
|
||||
.news .userstuff,
|
||||
|
|
@ -127,7 +126,7 @@ textarea,
|
|||
#modal, h3, .filters dt,
|
||||
.filters dd,
|
||||
.filters input[type=submit],
|
||||
.filters .expander, .userstuff h2, .userstuff h1, .userstuff h3, .userstuff h4, p.note, blockquote, body,
|
||||
.filters .expander, .userstuff li, .userstuff ul, .userstuff p, .userstuff h2, .userstuff h1, .userstuff h3, .userstuff h4, p.note, blockquote, body,
|
||||
input,
|
||||
.toggled form,
|
||||
.dynamic form,
|
||||
|
|
@ -188,6 +187,12 @@ h4.heading .datetime {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
font-family: "Courier New", Courier, Monospace;
|
||||
font-size: 1.05em;
|
||||
padding: 1em 0.5em;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
|
|
@ -831,6 +836,10 @@ tfoot {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
col.name {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bookmark .user,
|
||||
.filters dl,
|
||||
.filters dt,
|
||||
|
|
@ -847,7 +856,7 @@ div.comment,
|
|||
.comment div.icon,
|
||||
a,
|
||||
a:link,
|
||||
a:visited:hover {
|
||||
a:visited:hover, .alert .userstuff {
|
||||
/* remove borders */
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -953,6 +962,7 @@ form.inbox {
|
|||
color: #f7f7f9;
|
||||
border-radius: 5px;
|
||||
box-shadow: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.qtip-content {
|
||||
|
|
@ -1426,7 +1436,7 @@ ul.notes,
|
|||
.required .autocomplete,
|
||||
.autocomplete .notice,
|
||||
#header h2.collections,
|
||||
#header h2, body,
|
||||
#header h2, .alert .userstuff, body,
|
||||
#header,
|
||||
#outer.wrapper,
|
||||
#inner.wrapper,
|
||||
|
|
@ -1663,17 +1673,18 @@ ul.notes,
|
|||
.required .autocomplete,
|
||||
.autocomplete .notice,
|
||||
#header h2.collections,
|
||||
#header h2 {
|
||||
#header h2, .alert .userstuff {
|
||||
/*
|
||||
This is the background color of the notices, alert, comment errors and stuff like that
|
||||
*/
|
||||
background-color: #8FC8EB;
|
||||
background: #8FC8EB;
|
||||
}
|
||||
|
||||
.required,
|
||||
.error,
|
||||
.alert.flash,
|
||||
.nominations .rejected {
|
||||
.nominations .rejected, .alert .userstuff {
|
||||
/*
|
||||
This sets the warning text color for alerts, error, and stuff like that
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue