Some tweaks for image in the release notes page #42113

Closed
opened 2014-10-06 14:01:35 +02:00 by Francesco Siddi · 3 comments

This code would help maintaining the release logs pages. Let's have a look at it soon.

<style><!--          
.row > .col-md-6 IMG {          
float:left;          
padding: 0 5px 5px 0          
}          
.row > .splash IMG {          
background-color: #252525; /* splash contained in sources is transparent (text area)*/          
width: 95%;          
height: 95%;          
padding: 0;          
}          
--></style>
This code would help maintaining the release logs pages. Let's have a look at it soon. ``` <style><!-- .row > .col-md-6 IMG { float:left; padding: 0 5px 5px 0 } .row > .splash IMG { background-color: #252525; /* splash contained in sources is transparent (text area)*/ width: 95%; height: 95%; padding: 0; } --></style> ```
Author
Owner

Changed status to: 'Open'

Changed status to: 'Open'
Pablo Vazquez was assigned by Francesco Siddi 2014-10-06 14:01:35 +02:00

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

These changes seem to tweak the background color when we use a transparent splash screen, but that would mean we have to use PNG which is not really good for full color images, file might get too big. I'd rather tweak the background color before and upload a JPG instead.

Nevertheless, things get rushed sometimes so I added the background-color to the img anyway.

I've added a new div in that col-md-6, called "splash". It wraps not only the image but also the splash credits (under a span with the class 'credits'). The image is now full width to align with the bottom pictures for features as well, this means the splash images we upload should be high-res enough (at least 555px wide).

These changes seem to tweak the background color when we use a transparent splash screen, but that would mean we have to use PNG which is not really good for full color images, file might get too big. I'd rather tweak the background color before and upload a JPG instead. Nevertheless, things get rushed sometimes so I added the background-color to the img anyway. I've added a new div in that col-md-6, called "splash". It wraps not only the image but also the splash credits (under a span with the class 'credits'). The image is now full width to align with the bottom pictures for features as well, this means the splash images we upload should be high-res enough (at least 555px wide).
Sign in to join this conversation.
No description provided.