1
0
forked from ti-nuage/site

Support du calendrier NextCloud (fix #7).

This commit is contained in:
David Soulayrol
2023-01-14 15:21:03 +01:00
parent 4d71bbe764
commit d0f95cdecf
15 changed files with 3275 additions and 24 deletions

View File

@@ -95,6 +95,34 @@ abbr {
border-bottom: 1px dotted #373d3f;
}
.loader-wrapper {
display: grid;
grid-template-columns: 1fr 4fr;
margin-left: auto;
margin-right: auto;
padding: 1em;
width: 400px;
}
.loader-wrapper div {
animation: spin 2s linear infinite;
display: table-column-group;
height: 30px;
width: 30px;
border: 5px solid #fff0;
border-top: 5px solid #555;
border-radius: 50%;
}
.loader-wrapper p {
padding-top: 0.5em;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.meta-published {
color: #999;
margin-bottom: 1em;
@@ -189,10 +217,37 @@ nav section ul li {
font-size: 1.5em;
}
.news-entry h3 {
position: relative;
padding-left: 2em;
padding-top: 0.2em;
}
.news-entry h3::before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 48px;
width: 48px;
}
.blog-entry h3::before {
background: transparent url(/images/uicons/comment.svg) center center no-repeat;
}
.event-entry h3::before {
background: transparent url(/images/uicons/alarm-clock.svg) center center no-repeat;
}
.event-elapsed h3 {
color: grey;
text-decoration: line-through;
}
.services {
border: lightblue 4px solid;
padding: 0.6em;
}
.services-title {
@@ -201,7 +256,7 @@ nav section ul li {
line-height: 48px;
}
.services-title:before {
.services-title::before {
content: "";
position: absolute;
left: 0;

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 24 24" width="24" height="24"><path d="M13,2.051V1a1,1,0,0,0-2,0V2.051A10.98,10.98,0,0,0,3.681,20.176,3.024,3.024,0,0,0,2,23a1,1,0,0,0,2,0,1.2,1.2,0,0,1,1.11-1.229.932.932,0,0,0,.2-.062,10.924,10.924,0,0,0,13.39,0,1.033,1.033,0,0,0,.182.064A1.2,1.2,0,0,1,20,23a1,1,0,0,0,2,0,3.024,3.024,0,0,0-1.681-2.824A10.98,10.98,0,0,0,13,2.051ZM3,13a9,9,0,1,1,9,9A9.011,9.011,0,0,1,3,13Z"/><path d="M19.215,0a1,1,0,0,0,0,2A2.59,2.59,0,0,1,22,4.5a1,1,0,0,0,2,0A4.6,4.6,0,0,0,19.215,0Z"/><path d="M2,4.5A2.59,2.59,0,0,1,4.785,2a1,1,0,0,0,0-2A4.6,4.6,0,0,0,0,4.5a1,1,0,0,0,2,0Z"/><path d="M13,11.586V7a1,1,0,0,0-2,0v5a1,1,0,0,0,.293.707l3,3a1,1,0,0,0,1.414-1.414Z"/></svg>

After

Width:  |  Height:  |  Size: 783 B

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><g id="_01_align_center" data-name="01 align center"><path d="M24,24H12.018A12,12,0,1,1,24,11.246l0,.063ZM12.018,2a10,10,0,1,0,0,20H22V11.341A10.018,10.018,0,0,0,12.018,2Z"/><rect x="7" y="7" width="6" height="2"/><rect x="7" y="11" width="10" height="2"/><rect x="7" y="15" width="10" height="2"/></g></svg>

After

Width:  |  Height:  |  Size: 431 B