position: relative;
top: 2em;
right: 0;
- -webkit-transform: rotate(45deg);
transform: rotate(45deg);
text-decoration: none;
font-weight: bold;
color: #2e8b57;
}
-h1, li h3, th, footer {
+h1, th, footer {
background: #708090;
color: #f5f5dc;
}
margin-right: -.6em;
}
-li h3 {
- border-radius: 4px;
- display: inline-block;
- width: auto;
- padding: .2em;
- margin: .5em 0 0 0;
-}
-
div.page>h3, div.page>div>h3 {
margin-left: 1.25em;
}
margin-left: 2em;
}
-h1 .constant, pre>code .consant, li h3 .constant {
+h1 .constant, pre>code .consant {
color: #98fb98;
}
-h1 .var, pre>code .var, li h3 .var {
+h1 .var, pre>code .var {
color: #f4a460;
}
h1 {
h4 {
font-size: 100%;
}
-footer a, h1 a, pre>code a, li h3 a {
+footer a, h1 a, pre>code a {
color: #b0e0e6;
}
-li h3 {
+
+ul.sub-entries li {
+ list-style: circle;
+ margin-bottom: 2em;
}
li h3 a {
text-decoration: none;
width: 80%;
}
.comments .activator {
- width: 100%;
+ width: 80%;
+ display: inline-block;
margin: auto;
padding: 1em;
background-color: slategrey;
line-height: 1.33;
margin-left: 1em;
}
-h1, footer, table, .sidebar, pre>code, li h3 {
+h1, footer, table, .sidebar, pre>code {
box-shadow: 0 0 4px #708090;
}
<?php if ($entry->hasFunctions()) : ?>
<h2 id="Functions:">Functions:</h2>
-<ul>
+<ul class="sub-entries sub-functions">
<?php foreach($entry as $sub) : if (!$sub->isFunction()) continue; ?>
<li>
<?php if ($entry->hasNsClasses()) : ?>
<h2 id="Namespaces,.Interfaces.and.Classes:">Namespaces, Interfaces and Classes:</h2>
-<ul>
+<ul class="sub-entries sub-ns-classes">
<?php foreach ($entry as $sub) : if (!$sub->isNsClass()) continue; ?>
<li>