Skip to content

www.atominium.com - 16.10.2023, 15:10:41 by k-wos

Details

Authork-wos

LicenseNo License

Categorya

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.atominium.com - 16.10.2023, 15:10:41
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.atominium.com") { 
    .post img {
        border:1px solid #C0C0C0;
        box-shadow: 10px 10px 5px #ccc;
        -moz-box-shadow: 10px 10px 5px #ccc;
        -webkit-box-shadow: 10px 10px 5px #ccc;
        -khtml-box-shadow: 10px 10px 5px #ccc;
    }
    .post__image:hover {
        -webkit-filter: brightness(70%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
	}
    .posted-on:hover {
        -webkit-filter: brightness(70%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
	}
    
}

@media only screen and (max-width: 450px) {
    .post__title {
        font-size: 20px;
    }
}
.widget_recent_entries ul {
    padding: 0;
}
.post__title {
    margin: 0;
}

Reviews

No reviews yet.