source: trunk/admin/template/yoga/content.css @ 2390

Last change on this file since 2390 was 2390, checked in by vdigital, 16 years ago

Admin isolation: Copy of admin templates in admin folder.
(Before previous admin templates removal).
Some of css simplification (in admin only currently.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1/* $Id: content.css 2390 2008-06-22 08:45:28Z vdigital $ */
2/* .Content  is on every pages so it is common and it will no longer be a specific css */
3.content { margin-right: 1em; margin-bottom: 1em; }
4.content h3 { margin-bottom: 1ex; text-align: center; }
5.content h2 { margin-bottom: 3px;}
6.content .navigationBar { margin: 10px 0; text-align: center; }
7.content form { text-align: left; }
8.content dt { margin-bottom: 5px; font-style: italic;
9  font-size: 110%; }
10ul.categoryActions { margin: 0 2px; width: auto;
11  padding: 0; text-indent: 0; list-style: none; text-align: center; }
12.content div.titrePage ul.categoryActions { float: right; }
13.content div.titrePage { padding: 0 0 3px; }
14.content ul.categoryActions li { display: inline; }
15.content ul.categoryActions a img, ul.categoryActions a {
16  border: none; margin-bottom: -5px; }
17.content div.comment { margin: 0 0 0.5em 0; padding: 0; 
18  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
19.content div.comment a.illustration {
20  display: block; float: left; margin: 0.5em 0 0 0.5em; }
21.content div.comment p.commentHeader {
22  text-align: right; margin: 0.5em 0.5em 0 0; }
23.content div.comment ul.actions { text-align: center; margin: 0.2em; }
24.content div.comment blockquote {
25  margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }
26
27  /* not used but should be */
28body#thePopuphelpPage .content { margin: 1em; }
Note: See TracBrowser for help on using the repository browser.