mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-11 08:29:25 +00:00
docs/doxygen.css: Tweak style for readability.
A few styles are brought from http://llvm.org/test-doxygen/api/api.css git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -370,9 +370,34 @@ H2 {
|
|||||||
H3 {
|
H3 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
H2, H3 {
|
||||||
|
border-bottom: 2px solid;
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
A.qindex {}
|
A.qindex {}
|
||||||
A.qindexRef {}
|
A.qindexRef {}
|
||||||
A.el { text-decoration: none; font-weight: bold }
|
A.el { text-decoration: none; font-weight: bold }
|
||||||
A.elRef { font-weight: bold }
|
A.elRef { font-weight: bold }
|
||||||
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
|
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
|
||||||
A.codeRef { font-weight: normal; color: #4444ee }
|
A.codeRef { font-weight: normal; color: #4444ee }
|
||||||
|
|
||||||
|
div.memitem {
|
||||||
|
border: 1px solid #999999;
|
||||||
|
margin-top: 1.0em;
|
||||||
|
margin-bottom: 1.0em;
|
||||||
|
-webkit-border-radius: 0.5em;
|
||||||
|
-webkit-box-shadow: 3px 3px 6px #777777;
|
||||||
|
-moz-border-radius: 0.5em;
|
||||||
|
-moz-box-shadow: black 3px 3px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.memproto {
|
||||||
|
background-color: #E3E4E5;
|
||||||
|
padding: 0.25em 0.5em;
|
||||||
|
-webkit-border-top-left-radius: 0.5em;
|
||||||
|
-webkit-border-top-right-radius: 0.5em;
|
||||||
|
-moz-border-radius-topleft: 0.5em;
|
||||||
|
-moz-border-radius-topright: 0.5em;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user