Changes between Version 4 and Version 5 of theme


Ignore:
Timestamp:
04/21/06 10:29:53 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • theme

    v4 v5  
    1111Background wallpaper can be as simple as a 1024x768 or 1280x1024 or 1600x1200 jpeg or png.  Even better would be something in vector graphics form (svg or eps) which we could scale cleanly to different sizes.
    1212
    13 == login splash screens ==
     13== post-login splash screen ==
    1414
    15 a splash screen shows up after a user logs in, while their session is starting up.  a simple png or jpeg sized at 420x300 should be fine, as would a vector illustration of roughly comparable aspect ratio.  Be aware that there will be little icons representing services that show up overlaid along the bottom of the image after login.
     15This splash screen shows up after a user logs in, while their session is starting up.  a simple png or jpeg sized at 420x300 should be fine, as would a vector illustration of roughly comparable aspect ratio.  Be aware that there will be little icons representing services that show up overlaid along the bottom of the image after login.
    1616
    1717== boot splash screen ==
    1818
    19 this is the pretty picture that shows when a computer is first turned on, before the login screen comes up.  It usually should include some form of progress indicator and room for textual information.  The image must be a palettized 640x480 image with only 16 colors.  Furthermore, some of these colors will be used for output text, progress bar, and other trimmings.  more details on the format can be found [https://wiki.ubuntu.com/USplashCustomizationHowto here].
     19this is the not-so-pretty picture that shows when a computer is first turned on, before the login screen comes up.  It will be overlaid with a progress indicator and room for textual information.  The image must be a palettized 640x480 image with only 16 colors.  Furthermore, some of these colors will be used for output text, progress bar, and other trimmings.  more details on the format can be found [https://wiki.ubuntu.com/USplashCustomizationHowto here].  Getting one of these to look nice involves working under heavy constraints with the limited palette.
    2020
    2121== login screen theme ==