aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/resources/expect/functionWithNoinlineParam
diff options
context:
space:
mode:
authorFilip Zybała <fzybala@virtuslab.com>2020-03-27 09:57:30 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-03-31 14:45:37 +0200
commita8e5b94f8e95138dbfa913b74a4d2d65fd5993c1 (patch)
tree299f36c80b06dcb1059a6b18cba0f4a51f673335 /plugins/base/src/test/resources/expect/functionWithNoinlineParam
parentc29d660242027eb23ff9c5d7c176eb188abcef74 (diff)
downloaddokka-a8e5b94f8e95138dbfa913b74a4d2d65fd5993c1.tar.gz
dokka-a8e5b94f8e95138dbfa913b74a4d2d65fd5993c1.tar.bz2
dokka-a8e5b94f8e95138dbfa913b74a4d2d65fd5993c1.zip
Adjusted CSS, added animation. Adjusted table rendering to make it more aesthetic.
Generated new expect test outputs.
Diffstat (limited to 'plugins/base/src/test/resources/expect/functionWithNoinlineParam')
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html9
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html16
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/styles/style.css82
3 files changed, 101 insertions, 6 deletions
diff --git a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html
index ad03758d..a6980172 100644
--- a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html
+++ b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html
@@ -17,8 +17,13 @@
<form action="../../-search.html" method="get" id="searchForm"><input type="search" name="query"><input type="submit" value="Search"></form>
</div>
<div id="content" pageIds="//function/#kotlin.Function0[kotlin.Unit]//">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="function.html">function</a>
- <h1>function</h1>
-<div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: <div class="symbol monospace">() -&gt; <a href="">Unit</a></div>)</div> </div>
+ <div class="platform-tagged">
+ <div class="platform-tag jvm">JVM</div>
+ <div class="content">
+ <h1>function</h1>
+<div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: <div class="symbol monospace">() -&gt; <a href="">Unit</a></div>)</div> </div>
+ </div>
+ </div>
</div>
</div>
</body>
diff --git a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html
index 71c9c491..66e186ad 100644
--- a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html
+++ b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html
@@ -17,16 +17,24 @@
<form action="../../-search.html" method="get" id="searchForm"><input type="search" name="query"><input type="submit" value="Search"></form>
</div>
<div id="content" pageIds="/////">//<a href="../index.html">root</a>/<a href="index.html"></a>
- <h1>Package </h1>
+ <div class="platform-tagged">
+ <div class="platform-tag jvm">JVM</div>
+ <div class="content">
+ <h1>Package </h1>
+ </div>
+ </div>
<h2>Functions</h2>
<table>
<thead></thead>
<tbody>
- <tr>
- <td><a href="function.html">function</a></td>
- <td><div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: <div class="symbol monospace">() -&gt; <a href="">Unit</a></div>)</div>
+ <tr class="platform-tagged">
+ <td class="content"><a href="function.html">function</a></td>
+ <td class="content"><div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: <div class="symbol monospace">() -&gt; <a href="">Unit</a></div>)</div>
<div class="brief "> </div>
</td>
+ <td class="platform-tagged">
+ <div class="platform-tag jvm">JVM</div>
+ </td>
</tr>
</tbody>
</table>
diff --git a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/styles/style.css b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/styles/style.css
index 063a9502..1cab694a 100644
--- a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/styles/style.css
+++ b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/styles/style.css
@@ -73,6 +73,9 @@
text-decoration: line-through;
}
+.symbol:empty {
+ padding: 0px;
+}
.symbol {
padding: 5px;
background-color: #F4F4F4;
@@ -345,6 +348,85 @@ footer {
bottom: 50px;
}
+.platform-tag {
+ text-indent: 100%;
+ white-space: nowrap;
+ overflow: hidden;
+ width: 10px;
+ height: 10px;
+ max-width: 10px;
+ max-height: 10px;
+ border-radius: 8px;
+ transition: width 1s, height 1s;
+ margin-left: 14px;
+ margin-top: auto;
+ margin-bottom: auto;
+ font-family: Inter, Arial, sans-serif;
+ font-size: 12px;
+ font-weight: 400;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: normal;
+ letter-spacing: normal;
+ text-align: center;
+ color: #fff
+}
+
+.platform-tagged:hover .platform-tag,
+.platform-tagged:hover>.platform-tag {
+ text-indent: 0;
+ white-space: nowrap;
+ padding: 0 7px;
+ border-radius: 9px;
+ margin-left: 8px;
+ width: auto;
+ height: 15px;
+ max-width: 500px;
+ max-height: 500px;
+ transition: max-width 1s, max-height 1s
+}
+
+.platform-tagged {
+ flex: auto;
+ display: flex;
+ flex-direction: row-reverse;
+ padding: 0px;
+ min-width: 230px;
+}
+
+tr.platform-tagged {
+ flex-direction: row;
+}
+
+.platform-tagged > .platform-tag {
+ align-self: center;
+}
+
+.platform-tag.jvm {
+ background-color: crimson;
+ color: white;
+}
+
+.platform-tag.js {
+ background-color: orange;
+ color: white;
+}
+
+.platform-tag.native {
+ background-color: blue;
+ color: white;
+}
+
+.platform-tag.common {
+ background-color: gray;
+ color: white;
+}
+
+.platform-tagged > .content {
+ display: block;
+ flex: auto;
+}
+
@media print, screen and (max-width: 960px) {
div.wrapper {