kollapsminoriteten/wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css

40 lines
632 B
CSS
Raw Normal View History

2025-05-07 06:48:41 +02:00
.widget-grofile h4 {
2025-08-27 08:44:30 +02:00
margin: 1em 0 0.5em;
2025-05-07 06:48:41 +02:00
}
.widget-grofile ul.grofile-urls {
margin-left: 0;
overflow: hidden;
}
2019-11-15 23:26:29 +01:00
2025-05-07 06:48:41 +02:00
.widget-grofile ul.grofile-accounts li {
list-style: none;
display: inline;
}
2025-04-25 12:30:07 +02:00
2025-05-07 06:48:41 +02:00
.widget-grofile ul.grofile-accounts li::before {
content: "" !important; /* Kubrick :( */
}
2025-04-25 12:30:07 +02:00
2025-05-07 06:48:41 +02:00
.widget-grofile ul.grofile-accounts li a:focus {
outline: none;
}
2019-11-15 23:26:29 +01:00
2025-05-07 06:48:41 +02:00
.widget-grofile .grofile-accounts-logo {
width: 24px;
height: 24px;
float: left;
margin-right: 8px;
margin-bottom: 8px;
}
.rtl .widget-grofile .grofile-accounts-logo {
margin-left: 8px;
margin-right: 0;
}
.grofile-thumbnail {
width: 500px;
max-width: 100%;
}