User:Dendodge/common.css: Difference between revisions
Appearance
Content deleted Content added
Apply hover effect to <dd>s |
Remove hover effects |
||
Line 10: | Line 10: | ||
max-width: 60ch; |
max-width: 60ch; |
||
} |
} |
||
.mw-body-content |
/*.mw-body-content li:hover, |
||
.mw-body-content li:hover, |
|||
.mw-body-content dd:hover { |
.mw-body-content dd:hover { |
||
background-color: #eee8d5; |
background-color: #eee8d5; |
||
} |
}*/ |
||
.citation-comment { |
.citation-comment { |
||
display: inline !important; |
display: inline !important; |
Revision as of 13:32, 4 March 2019
#content {
background-color: #fdf6e3;
}
.mw-body-content {
font-size: 120%;
font-family: "Source Serif Pro", serif;
color: #657b83;
}
.mw-body-content p {
max-width: 60ch;
}
/*.mw-body-content li:hover,
.mw-body-content dd:hover {
background-color: #eee8d5;
}*/
.citation-comment {
display: inline !important;
}