README.txt 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ##########################################################################################
  2. _ _ _ _
  3. __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____
  4. / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __|
  5. | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \
  6. \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/
  7. |_| |___/
  8. ##########################################################################################
  9. ##########################################################################################
  10. ##### Omega Theme
  11. ##########################################################################################
  12. Informational: http://himer.us/omega960
  13. Documentation: http://himer.us/omega-docs
  14. Project Page: http://drupal.org/project/omega
  15. Issue Queue: http://drupal.org/project/issues/omega
  16. Usage Stats: http://drupal.org/project/usage/omega
  17. Twitter: http://twitter.com/Omeglicon
  18. ##########################################################################################
  19. ##### CSS Files
  20. ##########################################################################################
  21. Any custom CSS files should be placed in this folder.
  22. Five CSS files are provided by default. These files will be loaded according to the
  23. media queries established in your theme's settings. The default values are provided below.
  24. To use these stylesheets, rename the files and YOURTHEME with the name of your theme.
  25. For example, if your theme is named beta, the files would be named:
  26. global.css (this file does not get renamed)
  27. beta-alpha-default.css
  28. beta-alpha-default-narrow.css
  29. beta-alpha-default-normal.css
  30. beta-alpha-default-wide.css
  31. global.css
  32. * Loaded all for all layouts, including mobile.
  33. * Default media query: n/a. Always applied.
  34. * By default, this is the only stylesheet loaded for the mobile version of your site.
  35. * This layout does not use the 960gs for its layout. It provides a linearized
  36. view of your site's content.
  37. YOURTHEME-alpha-default.css
  38. * Loaded for all layouts using the alpha grid (i.e. not the mobile layout).
  39. * Default media query: n/a. Applied to all layouts using the alpha grid.
  40. * By default the alpha grid is applied when the device width is at least
  41. 740px wide.
  42. YOURTHEME-alpha-default-narrow.css
  43. * Loaded for all layouts using the alpha grid. Styles will "cascade" to
  44. wider layouts. You may overwrite any styles in the normal or wide
  45. layout-specific CSS files if you wish.
  46. * Default media query for the narrow layout is:
  47. all and (min-width: 740px) and (min-device-width: 740px),
  48. (max-device-width: 800px) and (min-width: 740px)
  49. and (orientation:landscape)
  50. YOURTHEME-alpha-default-normal.css
  51. * By default this style sheet will be loaded for the normal and wide layouts
  52. * Styles will "cascade" to the wide layout as well.
  53. * Default media query for the normal layout is:
  54. all and (min-width: 980px) and (min-device-width: 980px),
  55. all and (max-device-width: 1024px) and (min-width: 1024px)
  56. and (orientation:landscape)
  57. YOURTHEME-alpha-default-wide.css
  58. * By default this style sheet will apply only to the widescreen layout.
  59. * Default media query for the wide layout is:
  60. all and (min-width: 1220px)