Skip to content

Commit

Permalink
add Test8
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars committed Oct 27, 2023
1 parent 48df463 commit e5ff75b
Show file tree
Hide file tree
Showing 14 changed files with 19,894 additions and 1 deletion.
800 changes: 800 additions & 0 deletions Test8.html

Large diffs are not rendered by default.

4,064 changes: 4,064 additions & 0 deletions Test8_files/!PS2__TABTHREAD1.html

Large diffs are not rendered by default.

Binary file added Test8_files/.DS_Store
Binary file not shown.
167 changes: 167 additions & 0 deletions Test8_files/py-avatar_11622621979.css!!.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
/* This CSS is used for pxOperatorImage and pxInitials controls for initial circles */

/* Default sizes */

.operatorWithImageParentDiv {
position: relative;
top: 0;
left: 0;
}

.operatorWithoutImage{
stroke:white;
stroke-width:2px;
}

.operatorWithImage {
width: 30%;
height: 30%;
border-radius: 48%;
border: 1px solid #FFF;
position: absolute;
bottom: 4.5%;
left: 2.3%;
}

.operatorImage {
display: inline;
cursor: pointer;
}

.operatorNotExists {
cursor: default;
}

.icons.avatar {
width: 32px;
height: 32px;
font-style: normal !important;
}

.icons.avatar.team {
width: 120px;
height: 120px;
}

.icons.avatar.team-list {
width: 100px;
height: 100px;
}

.avatar > svg {
font-family: "OpenSans", sans-serif;
font-weight: 400;
text-align: center;
max-width: 100%;
position: relative;
}

.avatar > svg > text{
font-size:42px;
}

/* one fill color per letter in the alphabet */

.name-a circle {
fill: #2c97de;
}

.name-b circle {
fill: #2f7ac0;
}

.name-c circle {
fill: #0099aa;
}

.name-d circle {
fill: #00657c;
}

.name-e circle {
fill: #00aa66;
}

.name-f circle {
fill: #0b8953;
}

.name-g circle {
fill: #889900;
}

.name-h circle {
fill: #670;
}

.name-i circle {
fill: #e27100;
}

.name-j circle {
fill: #e94b35;
}

.name-k circle {
fill: #c23824;
}

.name-l circle {
fill: #ae58b7;
}

.name-m circle {
fill: #9933aa;
}

.name-n circle {
fill: #6459b5;
}

.name-o circle {
fill: #433d93;
}

.name-p circle {
fill: #2c97de;
}

.name-q circle {
fill: #2f7ac0;
}

.name-r circle {
fill: #0099aa;
}

.name-s circle {
fill: #00657c;
}

.name-t circle {
fill: #00aa66;
}

.name-u circle {
fill: #0b8953;
}

.name-v circle {
fill: #6459b5;
}

.name-w circle {
fill: #667700;
}

.name-x circle {
fill: #e27100;
}

.name-y circle {
fill: #e94b35;
}

.name-z circle {
fill: #ae58b7;
}
Loading

0 comments on commit e5ff75b

Please sign in to comment.