From: Wolfgang M. <wol...@ex...> - 2012-09-19 19:55:39
|
Hi Loren, I think the tables look good. For the admonitions I would suggest using the existing styles provided by bootstrap css: http://twitter.github.com/bootstrap/components.html#alerts Those styles are already there, so why not reuse them. Likewise I was using the bootstrap class "well" for the generated table of contents. Check the "doc" app. Wolfgang Am Mittwoch, 19. September 2012 um 18:16 schrieb Loren Cahlander: > 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 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > Exist-development mailing list > Exi...@li... (mailto:Exi...@li...) > https://lists.sourceforge.net/lists/listinfo/exist-development |