Files
alfresco-community-repo/source/web/css-boilerplate/screen.css
David Caruana 0c868d8709 Merged CMIS063 to HEAD
15619: cmis:PathName implementation
  15740: Switch off javascript debugger
  15752: Cater for case where requestURI is redirected to web script URI (unusual case in tomcat)15759: Updated CMIS front page
  15760: Form adjustments
  15761: Forms update
  15765: CMIS Front page updates
  15767: Reduced CMIS logo file size.
  15769: Updated CMIS front page text.
  15771: CMIS Front Page text updates.
  15772: CMIS Front Page text updates - for TCK form.
  15799: Update message re: TCK and contribution to Apache Chemistry

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17234 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-10-29 16:53:08 +00:00

54 lines
1.5 KiB
CSS
Executable File

/* --------------------------------------------------------------
Boilerplate Screen Styles
* Version: 0.5 (2007-11-19)
-------------------------------------------------------------- */
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
/* Page
-------------------------------------------------------------- */
#page { margin: 10px; width: 950px; }
/* Header
-------------------------------------------------------------- */
#header { border-bottom: 1px solid #eee; padding-bottom: 10px; }
#header .tabs { border-bottom: 1px solid #ddd; }
#header .tabs li { margin-right: 1px; }
#header .tabs a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }
#alflogo { vertical-align: middle; padding-right: 30px; }
/* Body
-------------------------------------------------------------- */
#body { margin-top: 20px; }
#introduction { float: left; width: 480px; margin-right: 80px; }
#resources { float: left; width: 200px; padding: 5px; background:#E5ECF9; }
#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }
#body .toggle { float: left; width: 10px; cursor: pointer; }
/* Footer
-------------------------------------------------------------- */
#footer { border-top: 1px solid #eee; margin-top: 20px; }
#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }
#footer p.quiet { color: #ccc; }