MS DG; fix some styling for empty profile state
This commit is contained in:
parent
01d5c0473a
commit
730886c082
5 changed files with 13 additions and 2 deletions
|
|
@ -2,6 +2,16 @@ body {
|
|||
background-image : image_url("pattern.png");
|
||||
}
|
||||
|
||||
/* gross hax */
|
||||
#container {
|
||||
position : absolute;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
|
||||
left : 0;
|
||||
top : 0;
|
||||
}
|
||||
|
||||
/* new link color */
|
||||
a { color : rgb(42,156,235) }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
#profile {
|
||||
height : 100%;
|
||||
|
||||
color : #fff;
|
||||
background : {
|
||||
color : #333;
|
||||
|
|
@ -8,12 +10,11 @@
|
|||
|
||||
Optimal imagemagick manipulation settings for uploaded image (via trial & error):
|
||||
|
||||
`convert -brightness-contrast -40x-50`
|
||||
`mogrify -brightness-contrast -40x-50`
|
||||
|
||||
NOTE: I noticed that just turning the brightness down had an adverse affect on contrast,
|
||||
thus the "washing out" at -50 contrast. For more info on this specific command, read the documentation
|
||||
on it here: http://www.imagemagick.org/script/command-line-options.php#brightness-contrast */
|
||||
//image : url('/imagetest.jpg');
|
||||
|
||||
size : cover;
|
||||
attachment : fixed;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 239 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 189 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in a new issue