source: trunk/admin/template/goto/content.css @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1/* $Id: /piwigo/trunk/admin/template/goto/content.css 6366 2008-09-14T00:33:53.657195Z 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 h2 { margin-bottom: 3px;}
5.content .navigationBar { margin: 10px 0; text-align: center; }
6.content form { text-align: left; }
7.content dt { margin-bottom: 5px; font-style: italic;
8  font-size: 110%; }
9.content ul.categoryActions a img, ul.categoryActions a { 
10border:0; margin-bottom:-5px; } 
11ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
12  padding: 0; text-indent: 0; list-style: none; text-align: center; }
13.content div.titrePage ul.categoryActions { float: right; }
14.content div.titrePage { padding: 0 0 3px; }
15.content ul.categoryActions li { display: inline; }
16.content div.comment { margin: 0 0 0.5em 0; padding: 0; 
17  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
18.content div.comment a.illustration {
19  display: block; float: left; margin: 0.5em 0 0 0.5em; }
20.content div.comment p.commentHeader {
21  text-align: right; margin: 0.5em 0.5em 0 0; }
22.content div.comment ul.actions { text-align: center; margin: 0.2em; }
23.content div.comment blockquote {
24  margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }
25
26  /* not used but should be */
27body#thePopuphelpPage .content { margin: 1em; }
Note: See TracBrowser for help on using the repository browser.