Skip to content

Instantly share code, notes, and snippets.

@nyunesu
Last active February 4, 2021 23:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyunesu/efa3c62265588b35a34a59540a658c73 to your computer and use it in GitHub Desktop.
Save nyunesu/efa3c62265588b35a34a59540a658c73 to your computer and use it in GitHub Desktop.
/*
== Settings ==
BG: #1b2838
Text: #9099A1
Link: #ffffff
Font: Yantramanav
Size: 100
== Profile Page ==
- Thumbnail (460x215)
- Export as (630x500)
*/
div.inner_column.profile_content {
width: 740px;
}
div.inner_column.profile_content div.columns div.column.game_column {
margin-left: 0px;
}
div.column.profile_column div.user_links span.link_group.for_nil a{
color: #6ab5e0;
}
div.inner_column.profile_content div.columns div.column.profile_column div.user_links span.link_group.for_nil {
color: #ffffff;
}
/* hide progile info
div.inner_column.profile_content div.columns div.column.profile_column {
display: none;
} */
div.game_cell.has_cover a.thumb_link.game_link div.game_thumb{
/*Steam?
width: 292px;
height: 136px;*/
width: 250px;
height: 140px;
}
div.inner_column.profile_content div.columns div.column.game_column div.game_grid_widget.user_game_grid div.game_cell.has_cover{
background-color: #282e39;
}
div.game_grid_widget.user_game_grid div.game_cell.has_cover {
/*Steam?
height: 136px; */
height: 140px;
width: 100%;
padding: 4px;
margin-bottom: 4px;
display: flex;
}
div.game_cell.has_cover div.game_cell_data {
width: 100%;
padding: 8px;
padding-left: 12px;
margin-top: 0px;
}
div.game_cell_data div.game_title a.title.game_link {
text-transform: uppercase;
font-weight: 100;
font-size: 18px;
}
div.game_grid_widget.user_game_grid div.game_cell.has_cover div.game_cell_data div.game_title {
display: block;
}
div.game_cell_data div.game_title .price_tag.meta_tag{
float: inline-end;
}
div.game_cell_data div.game_platform span.web_flag {
background: none;
padding: 0px;
font-size: .875em;
}
div.game_cell.has_cover div.game_cell_data div.game_genre {
color: #6ab5e0;
}
div.game_title div.price_tag.meta_tag div.price_value {
font-weight: normal;
font-size: 1.12em;
background: none;
color: #6ab5e0;
}
div.game_title .price_tag.meta_tag div.price_value {
font-weight: normal;
font-size: 1.12em;
background: none;
color: #6ab5e0;
}
div.game_title a.price_tag.meta_tag.sale div.sale_tag {
color: #a4d007;
background: #4c6b22;
font-weight: normal;
font-size: 1.12em;
border-radius: 0px;
}
div.game_cell.has_cover div.game_cell_data div.game_platform {
bottom: 0;
position: absolute;
padding-bottom: 8px;
}
div.game_cell.has_cover div.game_cell_data div.game_genre {
bottom: 12px;
position: absolute;
padding-bottom: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment