Eurogamer.net Oranges edition.
eurogamer.net Oranges by wsjudd
Details
Authorwsjudd
LicenseNo License
Categoryeurogamer
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name eurogamer.net Oranges
@version 20220429.14.31
@namespace userstyles.world/user/wsjudd
@description Eurogamer.net Oranges edition.
@author wsjudd
@license No License
==/UserStyle== */
@-moz-document domain("eurogamer.net") {
.nav_main .nav_secondary, .nav_trending {
background: #ffa500;
}
.nav_main .nav_primary a {
color: #ffa500;
}
.nav_main .nav_main_wrapper {
border-bottom: 1px solid #ffa500;
}
.logo {
background: url(https://i.imgur.com/VEeLtIL.png) no-repeat;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 283px;
height: 46px;
padding-left: 283px;
background-size: 283px;
}
div.preview_banner {
background: repeating-linear-gradient( 45deg,
#ffa500,
#ffa500 20px,
white 20px,
white 40px) !important;
}
.nav_main .nav_primary a:hover,
.nav_main .nav_primary a[data-active=true] {
border-color: #ffa500;
}
/* Preview site fixes (can be removed after fixed by IT) */
.digital_foundry_graph .video_wrapper iframe {
margin: 0;
}
.digital_foundry_graph .checklist strong {
color: inherit;
}
/* Changes everyone's avatar to be Luxio to commemorate Luxio day 7/4/22
.article_header .avatar {
height: 50px;
width: 50px;
display: block;
margin: auto;
}
.avatar .avatar_image {
background: url(https://assets.reedpopcdn.com/best_prime_day_ssd_deals.jpg/BROK/thumbnail/320x180/format/jpg/quality/70/best_prime_day_ssd_deals.jpg) no-repeat;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 50px;
height: 50px;
padding-left: 50px;
background-size: 50px;
}
*/
}
@-moz-document url-prefix("https://preview.eurogamer.net/") {
.article_body_content ol, .article_body_content ul {
overflow: visible;
}
}