This is a simple ing diba portfolio styles.
IngDiba Portfolio by ravisharma
Details
Authorravisharma
LicenseNo License
Categorywertpapiere.ing.de
Created
Updated
Size687 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wertpapiere.ing.de - 08/05/2023, 15:34:26
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://wertpapiere.ing.de/DE/Showpage.aspx") {
/* Insert code here... */
body {
background-color: #efefef;
}
.sh-content-container {
box-shadow: 0px 0 60px #9f9f9f;
}
table td {
padding: 16px 0 16px 0;
}
.sh-content-container .sh-content {
padding:8px;
margin: 0;
}
.sortFix.name.sh-watchlist-col-name {
font-weight: 600;
}
}