fonts
1 year ago
images
1 year ago
admin-fix.css
1 year ago
admin-fix.min.css
1 year ago
dashboard.css
1 year ago
dashboard.min.css
1 year ago
editor-rtl.css
1 year ago
editor-rtl.min.css
1 year ago
editor.css
1 year ago
editor.min.css
1 year ago
gutenberg-jalali-calendar.build.css
1 year ago
jalalidatepicker.css
1 year ago
jalalidatepicker.min.css
1 year ago
jquery-ui.css
1 year ago
jquery-ui.min.css
1 year ago
keen-slider.css
1 year ago
keen-slider.min.css
1 year ago
settings.css
1 year ago
settings.min.css
1 year ago
timepicki.css
1 year ago
timepicki.min.css
1 year ago
vazir-font.css
1 year ago
vazir-font.min.css
1 year ago
settings.css
236 lines
| 1 | /** |
| 2 | * Icons by: https://fontawesome.com/ |
| 3 | */ |
| 4 | .wpp-team { |
| 5 | text-align: center; |
| 6 | padding: 50px 0; |
| 7 | } |
| 8 | |
| 9 | .wpp-team h1 { |
| 10 | font-size: 2.5em; |
| 11 | margin-bottom: 20px; |
| 12 | } |
| 13 | |
| 14 | .wpp-team p{ |
| 15 | text-align: right; |
| 16 | } |
| 17 | /* |
| 18 | .wpp-team-members { |
| 19 | display: flex; |
| 20 | flex-wrap: wrap; |
| 21 | justify-content: center; |
| 22 | gap: 20px; |
| 23 | } |
| 24 | |
| 25 | .wpp-team-member { |
| 26 | display: flex; |
| 27 | flex-direction: column; |
| 28 | align-items: center; |
| 29 | width: 200px; |
| 30 | padding: 20px; |
| 31 | background-color: #fff; |
| 32 | border-radius: 10px; |
| 33 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| 34 | transition: transform 0.3s; |
| 35 | } |
| 36 | |
| 37 | .wpp-team-member:hover { |
| 38 | transform: translateY(-10px); |
| 39 | } |
| 40 | |
| 41 | .wpp-team-member .avatar { |
| 42 | width: 150px; |
| 43 | height: 150px; |
| 44 | border-radius: 50%; |
| 45 | margin-bottom: 10px; |
| 46 | } |
| 47 | |
| 48 | .wpp-team-member h2 { |
| 49 | font-size: 1.5em; |
| 50 | margin: 10px 0; |
| 51 | } |
| 52 | */ |
| 53 | .follow-us .social-links , |
| 54 | .wpp-team-member .social-links { |
| 55 | display: flex; |
| 56 | gap: 10px; |
| 57 | justify-content: center; |
| 58 | } |
| 59 | |
| 60 | .follow-us .social-links a , |
| 61 | .wpp-team-member .social-links a { |
| 62 | transition: transform 0.3s; |
| 63 | } |
| 64 | |
| 65 | /*.follow-us .social-links a:hover , |
| 66 | .wpp-team-member .social-links a:hover { |
| 67 | transform: scale(1.2); |
| 68 | }*/ |
| 69 | |
| 70 | .follow-us .social-links img , |
| 71 | .wpp-team-member .social-links img { |
| 72 | width: 20px; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | .contributer-list { |
| 77 | position:relative; |
| 78 | z-index:2; |
| 79 | margin:0 auto; |
| 80 | } |
| 81 | |
| 82 | .contributer-list__track { |
| 83 | width:fit-content; |
| 84 | margin: 0 auto; |
| 85 | } |
| 86 | |
| 87 | .contributer-list__grid { |
| 88 | display:grid; |
| 89 | grid-auto-columns:min-content; |
| 90 | grid-auto-flow:column; |
| 91 | width:fit-content; |
| 92 | gap: 24px |
| 93 | } |
| 94 | .contributer-list-item { |
| 95 | position:relative; |
| 96 | width: 120px; |
| 97 | height: 150px; |
| 98 | } |
| 99 | |
| 100 | .contributer-list-title{ |
| 101 | margin-top: 5px; |
| 102 | margin-bottom: 5px; |
| 103 | } |
| 104 | |
| 105 | .contributer-list-name{ |
| 106 | font-weight: bold; |
| 107 | font-size: 15px; |
| 108 | margin-top: 7px; |
| 109 | color: #000 |
| 110 | } |
| 111 | |
| 112 | .contributer-list-title{ |
| 113 | color: #777 |
| 114 | } |
| 115 | |
| 116 | .contributer-list-image { |
| 117 | display:flex; |
| 118 | position:relative; |
| 119 | z-index:1; |
| 120 | width:100%; |
| 121 | height:100%; |
| 122 | overflow: hidden; |
| 123 | border-radius: 10px; |
| 124 | } |
| 125 | .contributer-list-image img { |
| 126 | width:100%; |
| 127 | height:100%; |
| 128 | object-fit:cover; |
| 129 | object-position:center center |
| 130 | } |
| 131 | .contributer-list-info { |
| 132 | position:absolute; |
| 133 | z-index:2; |
| 134 | top:0; |
| 135 | right:0; |
| 136 | bottom:0; |
| 137 | left:0; |
| 138 | align-content:flex-end; |
| 139 | padding: 15px; |
| 140 | background:linear-gradient(180deg, rgba(0,0,0,0) 51.91%, rgba(0,0,0,0.3) 75.88%); |
| 141 | overflow: hidden; |
| 142 | border-radius: 10px; |
| 143 | } |
| 144 | .contributer-list-info>* { |
| 145 | display:flex; |
| 146 | width:fit-content |
| 147 | } |
| 148 | .contributer-list-tags { |
| 149 | display:grid; |
| 150 | grid-auto-columns:min-content; |
| 151 | grid-auto-flow:column; |
| 152 | gap:8px; |
| 153 | margin: 30px auto 0; |
| 154 | padding:0 |
| 155 | } |
| 156 | .contributer-list-tag { |
| 157 | display:flex; |
| 158 | -ms-flex-align:center; |
| 159 | align-items:center; |
| 160 | padding:0; |
| 161 | font-size:11px; |
| 162 | white-space:nowrap; |
| 163 | margin: 0 |
| 164 | } |
| 165 | |
| 166 | .contributer-list-tag img{ |
| 167 | filter: invert(100%) sepia(46%) saturate(2%) hue-rotate(74deg) brightness(119%) contrast(100%); |
| 168 | } |
| 169 | |
| 170 | |
| 171 | .wpp-contributors { |
| 172 | text-align: center; |
| 173 | padding: 50px 0; |
| 174 | } |
| 175 | |
| 176 | .wpp-contributors h2 { |
| 177 | font-size: 2em; |
| 178 | margin-bottom: 20px; |
| 179 | } |
| 180 | |
| 181 | #wpp-contributors-list { |
| 182 | display: flex; |
| 183 | justify-content: center; |
| 184 | flex-wrap: wrap; |
| 185 | } |
| 186 | |
| 187 | .wpp-contributor { |
| 188 | position: relative; |
| 189 | margin: 1px; |
| 190 | text-align: center; |
| 191 | } |
| 192 | |
| 193 | .wpp-contributor img { |
| 194 | width: 32px; |
| 195 | height: 32px; |
| 196 | border-radius: 50%; |
| 197 | transition: transform 0.3s; |
| 198 | } |
| 199 | |
| 200 | /*.wpp-contributor:hover img { |
| 201 | transform: translateY(-10px); |
| 202 | }*/ |
| 203 | |
| 204 | .wpp-contributor .tooltip { |
| 205 | visibility: hidden; |
| 206 | width: 120px; |
| 207 | background-color: #333; |
| 208 | color: #fff; |
| 209 | text-align: center; |
| 210 | border-radius: 5px; |
| 211 | padding: 5px 0; |
| 212 | position: absolute; |
| 213 | z-index: 1; |
| 214 | bottom: 125%; /* Position the tooltip above the image */ |
| 215 | left: 50%; |
| 216 | margin-left: -60px; |
| 217 | opacity: 0; |
| 218 | transition: opacity 0.3s; |
| 219 | } |
| 220 | |
| 221 | .wpp-contributor .tooltip::after { |
| 222 | content: ""; |
| 223 | position: absolute; |
| 224 | top: 100%; /* Arrow at the bottom of the tooltip */ |
| 225 | left: 50%; |
| 226 | margin-left: -5px; |
| 227 | border-width: 5px; |
| 228 | border-style: solid; |
| 229 | border-color: #333 transparent transparent transparent; |
| 230 | } |
| 231 | |
| 232 | .wpp-contributor:hover .tooltip { |
| 233 | visibility: visible; |
| 234 | opacity: 1; |
| 235 | } |
| 236 |