Created
February 16, 2022 14:18
-
-
Save sorah/5f4d5d32274ca56c95aff15f93955ae2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name new.chunithm-net.com - 2/11/2022, 3:18:30 PM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document url-prefix("https://new.chunithm-net.com/chuni-mobile/html/mobile/record/netBattlelogDetail") { | |
/* Insert code here... */ | |
#wrap, .bg1, .bg2 { | |
width: 2000px; | |
} | |
#inner, #inner .w460 { | |
width: 1950px; | |
} #inner .w420 { | |
width: 1880px; | |
} | |
#inner .w400 { | |
width: 1850px; | |
} | |
.net_battle_log_track_list { | |
margin-left: 288px; | |
overflow-x: hidden; | |
} | |
.net_battle_log_result_track_cell { | |
width: 380px; | |
} | |
.net_battle_log_result_player_totalpoint { | |
font-family: "Consolas"; | |
} | |
.net_battle_log_result_track_cell .net_battle_log_result_player_totalpoint { | |
float: right; | |
text-align: right; | |
margin-top: -30px; | |
font-size: 40px; | |
margin-right: 8px; | |
} | |
.net_battle_log_result_track_cell .net_battle_log_result_player_totalranlkpoint { | |
width: 130px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment