add new bip asset, remove old one, add new css rules for landings

This commit is contained in:
Alex Martzios 2023-02-08 11:20:29 +02:00
parent f2a248c0ff
commit 43aa38eacd
3 changed files with 29 additions and 0 deletions

22
bip-minimal.svg Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 183 131" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-179.059,-154.146)">
<g transform="matrix(1,0,0,1,-66.0596,-9.93667)">
<path d="M351.285,247.602L356.273,267.276L341.707,270.97L335.782,247.602L334.591,247.602L334.591,294.847L381.836,294.847L381.836,247.602L367.924,247.602L371.256,262.683L361.698,264.796L357.898,247.602L351.285,247.602Z"/>
</g>
<g transform="matrix(0.168673,0.743215,-0.975201,0.221322,434.556,-84.0818)">
<path d="M361.217,200.43C363.531,197.393 364.749,193.947 364.749,190.44C364.749,179.413 352.937,170.46 338.387,170.46C323.837,170.46 312.024,179.413 312.024,190.44C312.024,193.947 313.242,197.393 315.556,200.43L361.217,200.43Z"/>
</g>
<path d="M219.18,203.472L273.775,156.094L299.812,272.142L256.693,260.054L256.757,259.976C258.312,258.018 259.397,255.53 260.013,252.51C260.628,249.491 260.529,246.424 259.714,243.31C258.702,239.44 256.744,236.367 253.839,234.09C250.934,231.814 247.317,230.612 242.988,230.484C245.699,228.128 247.497,225.493 248.383,222.581C249.268,219.668 249.339,216.791 248.596,213.949C247.798,210.895 246.164,208.198 243.694,205.856C241.224,203.514 238.279,202.071 234.858,201.528C231.438,200.985 227.188,201.378 222.109,202.706L219.18,203.472ZM278.36,259.026L260.974,192.543L269.772,190.242L287.158,256.725L278.36,259.026ZM216.943,248.911L247.089,257.362C247.556,256.996 247.98,256.613 248.359,256.212C249.498,255.01 250.295,253.485 250.749,251.638C251.202,249.792 251.153,247.81 250.599,245.694C249.951,243.215 248.753,241.227 247.004,239.729C245.256,238.232 243.159,237.408 240.713,237.256C238.267,237.105 234.928,237.582 230.695,238.689L215.321,242.709L216.943,248.911ZM200.011,220.108L206.8,246.067L179.059,238.29L200.011,220.108ZM213.27,234.864L227.646,231.104C231.546,230.085 234.275,229.096 235.834,228.14C237.897,226.889 239.294,225.345 240.025,223.507C240.755,221.668 240.816,219.585 240.207,217.257C239.63,215.05 238.593,213.246 237.096,211.845C235.599,210.444 233.787,209.69 231.66,209.584C229.532,209.478 226.08,210.05 221.304,211.299L208.016,214.774L213.27,234.864Z" style="fill:rgb(68,157,68);"/>
<g transform="matrix(-0.427227,-0.904145,0.553379,-0.261483,417.632,570.854)">
<path d="M382.711,181.446L365.824,181.446L370.045,131.407L378.489,131.407L382.711,181.446Z" style="fill:rgb(191,191,191);"/>
</g>
<g transform="matrix(-0.813991,-0.580877,0.382756,-0.536361,573.704,473.775)">
<path d="M382.711,181.446L365.824,181.446L370.045,131.407L378.489,131.407L382.711,181.446Z" style="fill:rgb(191,191,191);"/>
</g>
<g transform="matrix(-0.162117,0.986772,0.520937,0.0855849,325.195,-166.277)">
<path d="M382.711,181.446L365.824,181.446L370.045,131.407L378.489,131.407L382.711,181.446Z" style="fill:rgb(191,191,191);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -52,6 +52,9 @@
@landing-action-bar-border-radius: 4px;
.landing {
#landing-center-content {
min-height: @landing-sidebar-height;
}
#landing-left-sidebar {
width: @landing-left-sidebar-width;
@ -227,6 +230,10 @@
}
// rules for overriding styles of altmetrics embedded library
.altmetric-embed {
position: relative !important;
z-index: 1 !important;
}
.altmetric-normal-legend {
margin: 0 40px 0 0 !important;
.altmetric-see-more-details {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB