From: Loren C. <lor...@gm...> - 2012-09-19 16:16:32
|
Hello folks, I am currently working on the eXist documentation project. I am hosting it at http://greatlinkup.com:8080/exist/apps/docs/index.html I am working on the look of the HTML 5 and need the recommendation for the styling of the admonitions: note, tip, warning, caution, and important I am also going to need the styling for the tables that will be generated. Here is my current CSS additions for the app: /* Application styles could go here */ article header { font: 38px "Quicksand", "Arial", "Helvetica", sans-serif; color: #0083CB; border-bottom: 1px solid #C7C7C7; padding-bottom: 15px; margin-bottom: 10px; } section header { font: 28px "Quicksand", "Arial", "Helvetica", sans-serif; color: #0083CB; border-bottom: 0px; padding-bottom: 15px; margin-bottom: 10px; } .informaltable th { background-color:gray; color:white; border:1px solid silver; } .informaltable td { background-color:white; color:black; border:1px solid silver; } article footer, section footer { width: 550px; clear: both; font-size: 10px; } I would appreciate direction on this to fit in with the design of the website. Thanks, Loren |