<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Typewriter__cursor,
.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon,
.copyright_bar a,
.forum_id,
.forumlist_grid .grid_colour_overlay:hover,
.icon.fa-file.icon-red,
.navbar_footer a,
.navbar_in_header,
.navigation .active-subsection a,
.navigation .active-subsection a:hover,
.navigation a:hover,
.notification_unread,
.social_links_footer a:hover span,
.tabs .activetab&gt;a,
.tabs .activetab&gt;a:hover,
.tabs .tab&gt;a:hover,
.top_bar li a:hover,
.top_bar li.active a,
.topic_type,
a,
a.postlink,
a.postlink:visited,
a:hover .icon.fa-file.icon-red {
    color: #00ffba;
}

.dark_base .social_links_footer a:hover span,
.dropdown-contents&gt;li&gt;a:hover,
.fancy_panel:before,
.forabg ul.topiclist li.row:before,
.forumbg-table,
.forumlist_bar_value,
.grid_unread,
.jumpbox-cat-link,
.jumpbox-cat-link:hover,
.no_avatar,
.pagination li a:focus,
.pagination li a:hover,
.pagination li.active span,
.panel .specialbutton,
.scrollToTop,
.sidebar_block_stripe:before,
.specialbutton,
::-webkit-scrollbar-thumb,
a.button1,
a.navbar_top_search:hover,
a.no_avatar:hover,
a.specialbutton,
body.content_block_header_stripe li.header:before,
input.button1,
input.button1:focus,
input.button2,
input.button2:focus,
input.button3,
input.button3:focus,
input.specialbutton {
    background-color: #00ffba;
}

a.button2 {
    color: #000 !important;
    background-color: #88ffdf;
}

a.button2:hover {
    color: #fff !important;
}

.button:focus,
.button:hover,
.codebox code,
.dark_base .social_links_footer a span,
.dark_base .social_links_footer a:hover span,
.inputbox:focus,
.inputbox:hover,
.jumpbox-cat-link,
.pagination li a:focus,
.pagination li a:hover,
.pagination li.active span,
.specialbutton,
.top_bar li a:hover,
.top_bar li.active a,
a.navbar_top_search,
a.postlink,
a.specialbutton,
blockquote,
input.button1:focus,
input.button2:focus,
input.button3:focus,
input.specialbutton {
    border-color: #00ffba;
}

.forumlist_bar_value,
a.header-avatar,
a.special-header-item {
    background: #00ffba;
    background: -moz-linear-gradient(0deg, #00ffba 0, #76ffda 100%);
    background: -webkit-linear-gradient(0deg, #00ffba 0, #76ffda 100%);
    background: linear-gradient(0deg, #00ffba 0, #76ffda 100%);
}

a.header-avatar:hover,
a.special-header-item:hover {
    background: #00ffba;
    background: -moz-linear-gradient(0deg, #00ffba 0, #84ffde 54%);
    background: -webkit-linear-gradient(0deg, #00ffba 0, #84ffde 54%);
    background: linear-gradient(0deg, #00ffba 0, #84ffde 54%);
}

.announce_unread:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.announce_unread_mine:before,
.forum_unread:before,
.forum_unread_locked:before,
.forum_unread_subforum:before,
.global_unread:before,
.global_unread_locked:before,
.global_unread_locked_mine:before,
.global_unread_mine:before,
.pm_unread:before,
.sticky_unread:before,
.sticky_unread_locked:before,
.sticky_unread_locked_mine:before,
.sticky_unread_mine:before,
.topic_unread:before,
.topic_unread_hot:before,
.topic_unread_hot_mine:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before,
.topic_unread_mine:before {
    background: #00ffba;
    background: -moz-linear-gradient(0deg, #00ffba 0, #76ffda 100%);
    background: -webkit-linear-gradient(0deg, #00ffba 0, #76ffda 100%);
    background: linear-gradient(0deg, #00ffba 0, #76ffda 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    animation: blink 1s infinite; /* aggiunta dell'animazione blink */
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.corner_wrapper {
    background: linear-gradient(to right, #00ffba 1px, transparent 1px), linear-gradient(to right, #00ffba 1px, transparent 1px) 0 100%, linear-gradient(to left, #00ffba 1px, transparent 1px) 100% 0, linear-gradient(to left, #00ffba 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #00ffba 1px, transparent 1px), linear-gradient(to bottom, #00ffba 1px, transparent 1px) 100% 0, linear-gradient(to top, #00ffba 1px, transparent 1px) 0 100%, linear-gradient(to top, #00ffba 1px, transparent 1px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    position: relative;
    padding: 5px;
    display: block;
    margin-bottom: 30px;
}

.forumlist_grid .grid_colour_overlay:hover {
    box-shadow: inset 0 0 0 4px #ff0b5b;
}

.copyright_bar a:hover,
.navbar_footer a:hover,
a.postlink:hover,
a:hover {
    color: #88ffdf !important;
	text-decoration: underline;
}

a.button1:hover,
a.button2:hover,
a.scrollToTop:hover,
a.specialbutton:hover,
input.button1:hover,
input.button2:hover,
input.button3:hover,
input.specialbutton:hover {
    background-color: #88ffdf;
}

.specialbutton:hover {
    border-color: #88ffdf;
}

.specialbutton .icon,
a.header-avatar span,
a.specialbutton,
input.button1,
input.button2 {
    color: #000 !important;
}
</pre></body></html>