mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
MS DG; fix some styling for empty profile state
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user