README.txt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /**
  2. * admin: A very limited theme with almost no features, to maximize screen real estate
  3. * derived from box_grey
  4. *
  5. * @version $Id: README.txt,v 1.1 2007-08-20 19:43:07 marand Exp $
  6. * @copyright 2006-2007 OSI
  7. * @license CeCILL 2.0
  8. */
  9. ATTENTION
  10. =========
  11. Admin est une modification privée OSInet de box_grey pour le compte administrateur
  12. Il ne doit pas être distribué.
  13. box_grey theme for phptemplate on Drupal
  14. ----------------------------------------
  15. box_ is intended to be relatively easy to modify for those that aren't competent in css positioning. Instead of using entirely CSS for layout it is a so called hybrid layout - it uses CSS combined with very simple tables.
  16. It is a standard three column layout using a table for the central three columns with a header above the table and a footer below. This reduces accessibility and adds a little code bloat but has certain advantages:
  17. - the content columns won't overlap if a user inserts wide content
  18. - the content appears in the template (page.tpl.php) in the order it appears on the page
  19. - you can add any sized logo image, the header should expand to fit.
  20. *NOTE for those upgrading*
  21. As of 2006.01.09 the stylesheet has been radically reworked. The colour and border declarations have been merged with those for layout and are no longer clustered at the top of the stylesheet.
  22. Author
  23. ------
  24. adrinux (aka Adrian Simmons)
  25. mailto: adrinux@gmail.com
  26. IM: perlucida
  27. Known Problems
  28. --------------
  29. IE5win
  30. - Places calendar block right margin a few pixels outside the viewport.
  31. - Gets the padding/margin on menu elements a little wrong, but not unusably so.
  32. IE5mac
  33. - Has some problems with user pictures enabled, it may (somewhat randomly) increase the left margin on the node content text to match the right margin of the picture.
  34. - Doesn't honour the styles for links with class="active", these should be pale grey.
  35. Everything
  36. - Fixed width content like the form textareas in the central column can make the sidebars shrink if the browser window is narrow. Again, this looks a little odd but remains perfectly useable.