based on a selection of 2007-era twitter themes :-)
display owler avatars plus the user's full name. opacity changes upon rollover.
owler contacts list by shockawer
Details
Authorshockawer
LicenseNo License
Categoryowler.cloud
Created
Updated
Size775 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name owler contacts w/ names
@namespace owler.cloud
@author fuki
@description display owler avatars plus the user's full name. opacity changes upon rollover.
@version 20240731.07.35
@license NONE
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("owler.cloud") {
#friends a[rel=contact] { display:block; text-decoration:none!important; margin:0 0 8px 0!important; }
#friends a[rel=contact] img { margin:0 4px -8px 0!important; text-decoration:none!important; border:1px solid #999!important; opacity: .7; }
#friends a[rel=contact]:after { content: attr(title); font-family:Verdana; font-size:.9em; }
#friends a[rel=contact]:hover img { opacity: 1; }
}