gender
This commit is contained in:
parent
21a2ec4d12
commit
a6a0f891fa
|
@ -581,11 +581,18 @@ a {
|
||||||
border-radius: 0.35em;
|
border-radius: 0.35em;
|
||||||
display: inline-block
|
display: inline-block
|
||||||
}
|
}
|
||||||
|
section#content h1, section#content h2, section#content h3, section#content h4, section#content h5 {
|
||||||
|
border-left: 1px solid;
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
padding: 0 1em
|
||||||
|
}
|
||||||
|
|
||||||
/* colors */
|
/* colors */
|
||||||
a {color: #92ebf0}
|
a {color: #92ebf0}
|
||||||
body {background-color: #0a0a0a; color: #eaeaea}
|
body {background-color: #0a0a0a; color: #eaeaea}
|
||||||
h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
|
h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
|
||||||
|
section#content h1 {color: #98ffe0}
|
||||||
|
section#content h2 {color: #c7ffef}
|
||||||
h3>span {color: #7a7a7a}
|
h3>span {color: #7a7a7a}
|
||||||
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea}
|
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea}
|
||||||
small {color: #777}
|
small {color: #777}
|
||||||
|
@ -595,6 +602,8 @@ div.recentchanges, .sidebar, .toc {background-color: #1a1a1a; color: #eee}
|
||||||
a {color: #2a7fe8}
|
a {color: #2a7fe8}
|
||||||
body {background-color: #f5f5f5; color: #151515}
|
body {background-color: #f5f5f5; color: #151515}
|
||||||
h1, h2, h3, h4, h5, h6 {color: #656565}
|
h1, h2, h3, h4, h5, h6 {color: #656565}
|
||||||
|
section#content h1 {color: #448be8}
|
||||||
|
section#content h2 {color: #356cb4}
|
||||||
h3>span {color: #858585}
|
h3>span {color: #858585}
|
||||||
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515}
|
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515}
|
||||||
small {color: #888}
|
small {color: #888}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user