mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
modify docs box, add transition shadow and transform size
This commit is contained in:
parent
fe6a7cff74
commit
ddd5d44e3e
6 changed files with 21 additions and 6 deletions
|
@ -136,6 +136,7 @@ a:active {
|
|||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
line-height: 1.3;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pagelist li {
|
||||
|
@ -152,12 +153,19 @@ a:active {
|
|||
overflow: hidden;
|
||||
/* color for links in pagelist type page eg "Installation" (1 from 3) */
|
||||
color: #111833;
|
||||
background-color: #ffff;
|
||||
transition: box-shadow .3s;
|
||||
transition: transform .3s;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.pagelist a:hover,
|
||||
.pagelist a:focus {
|
||||
/* background-color: #5a14dd; */
|
||||
border-color: rgb(238, 9, 150);
|
||||
/* border-color: rgb(238, 9, 150); */
|
||||
box-shadow: 0 0 21px rgba(33, 33, 33, .2);
|
||||
text-decoration: none;
|
||||
transform: scale(1.03);
|
||||
}
|
||||
|
||||
.pagelist h2,
|
||||
|
@ -169,6 +177,11 @@ a:active {
|
|||
color: #111833;
|
||||
}
|
||||
|
||||
.pagelist img {
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
p.articleinfo {
|
||||
font-size: 0.8em;
|
||||
/* currently date */
|
||||
|
|
BIN
src/assets/images/docs/dashbox-docs-white-single.png
Normal file
BIN
src/assets/images/docs/dashbox-docs-white-single.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: dashbox
|
||||
description: Simple development framework for Dash Platform
|
||||
image: images/docs/dashbox-docs-orange.png
|
||||
image: images/docs/dashbox-docs-white-single.png
|
||||
priority: 0.8
|
||||
---
|
||||
|
||||
|
|
|
@ -54,8 +54,11 @@
|
|||
|
||||
</article>
|
||||
|
||||
{{#if isPage}}
|
||||
{{else}}
|
||||
{{> footer template='article' }}
|
||||
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
<li>
|
||||
<a href="{{ path }}">
|
||||
<!-- <img src="{{ root }}{{ image }}" width="80" /> -->
|
||||
<img src="{{ image }}" width="80" />
|
||||
<h2>{{ title }}</h2>
|
||||
|
||||
<img src="{{ image }}" />
|
||||
<!-- <h2>{{ title }}</h2> -->
|
||||
{{#if description}}
|
||||
<p>{{ description }}</p>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue