CSS : Various of modifications and several fixes;
Python : Improve caching system; Python : Support XEP-0292: vCard4 Over XMPP (Thank you. Marvin W); SVG : Add new icons, including characters as temporary placeholders (Thank you. Tigase); TOML : Add more systems and modify properties of clients; XHTML : Improve design and add a new page of extended vcard.
This commit is contained in:
parent
8675f295e6
commit
373b7b1f05
24 changed files with 2980 additions and 372 deletions
|
@ -2,7 +2,9 @@
|
|||
#action,
|
||||
#action-bar,
|
||||
#graphics,
|
||||
#input {
|
||||
#input,
|
||||
.vcard-link,
|
||||
.system-menu {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
@ -138,7 +140,7 @@ label,
|
|||
#number-of-pages > a,
|
||||
#number-of-pages .inactive {
|
||||
display: inline-block;
|
||||
font-size: 1.2em;
|
||||
/* font-size: 1.2em; */
|
||||
min-width: 90px;
|
||||
padding: 0.5em;
|
||||
width: 15%;
|
||||
|
@ -151,13 +153,20 @@ label,
|
|||
}
|
||||
|
||||
#download,
|
||||
#input {
|
||||
#input,
|
||||
.vcard-link,
|
||||
.system-menu {
|
||||
border-radius: 2em;
|
||||
font-size: 1.34em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#profile-top {
|
||||
#system-title > * {
|
||||
width: 18%;
|
||||
}
|
||||
|
||||
#profile-top,
|
||||
#system-title {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -207,6 +216,23 @@ label,
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.system-menu {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.system-menu:first-child {
|
||||
padding-left: 2em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.system-menu:last-child {
|
||||
padding-right: 2em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#action > a,
|
||||
#action-bar > a {
|
||||
padding-left: 1em;
|
||||
|
@ -245,9 +271,14 @@ h1 {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/*
|
||||
#count {
|
||||
margin: 1em;
|
||||
/* min-height: 1.5em; */
|
||||
}
|
||||
|
||||
/*
|
||||
#count > a:before {
|
||||
content: ' • ';
|
||||
}
|
||||
*/
|
||||
|
||||
|
@ -282,6 +313,22 @@ h1 {
|
|||
*/
|
||||
}
|
||||
|
||||
#vcard-links-extra {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
#vcard-links {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.vcard-link {
|
||||
filter: drop-shadow(0 0 0 black);
|
||||
margin: 1em;
|
||||
outline: solid;
|
||||
outline-color: #cfcfcf;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#profile #photo {
|
||||
/* object-fit: scale-down; */
|
||||
}
|
||||
|
@ -421,6 +468,30 @@ h1 {
|
|||
display: block; /* Show details upon checked checkbox */
|
||||
}
|
||||
|
||||
#vcard-note-full {
|
||||
color: #505050;
|
||||
margin-left: 5em;
|
||||
margin-right: 5em;
|
||||
padding: 0 2em 2em 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#vcard-note {
|
||||
color: #505050;
|
||||
margin-left: 5em;
|
||||
margin-right: 5em;
|
||||
/* overflow: hidden; */
|
||||
padding: 2em;
|
||||
text-align: center;
|
||||
/* text-overflow: ellipsis;
|
||||
white-space: nowrap; */
|
||||
}
|
||||
|
||||
#vcard-note:hover {
|
||||
overflow: unset;
|
||||
white-space: unset;
|
||||
}
|
||||
|
||||
.plain-note {
|
||||
display: block;
|
||||
justify-content: center;
|
||||
|
@ -469,7 +540,7 @@ h1 {
|
|||
margin: 1em;
|
||||
padding: 1.5em;
|
||||
text-decoration: none;
|
||||
width: 20%;
|
||||
width: 5em;
|
||||
}
|
||||
/*
|
||||
#software > .system:hover {
|
||||
|
@ -608,11 +679,6 @@ h1 {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.permalink {
|
||||
padding-right: 0.8em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#count > a,
|
||||
#preview {
|
||||
color: #5c5656;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue