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

Last change on this file since 5098 was 5098, checked in by plg, 14 years ago

feature 1491: administration panel header/footer. Graphicaly outside the
administration theme. The header includes the gallery title with a link to
gallery, a theme changer, an explicit "visit gallery" link, a logout link.
The footer includes links to piwigo.org (homepage, documentation, forum) and
the contact webmaster link.

Due to new header/footer, I've removed the "Links" section in the menubar.

The new footer sticks to the bottom of the browser window.

I've slightly "rounded" grum tabs to look like the menubar borders.

Graphical illustration (top left and bottom left leaves) were removed to
improve readability. They make things beautiful on gallery side, they
decrease usability on admin side.

Piwigo logo was removed to save space on administration footer. It would be
nice to have a small logo to place bottom left in the footer next to
"Powered by Piwigo".

Links>Administration link was replaced by a big link box just above the
menubar.

The H2 was outside the #content box, nearly invisible on top right corner.
Now it is 1) easy to read 2) inside #content.

feature 1490: ability to switch from goto/roma to goto/clear with a single
click in administration header.

The global organisation of the page is quite heavily changed. The global
layout is:

body#theAdminPage
body#theAdminPage > #the_page
body#theAdminPage > #the_page > #pwgHead
body#theAdminPage > #the_page > #pwgMain
body#theAdminPage > #the_page > #pwgMain > #menubar
body#theAdminPage > #the_page > #pwgMain > #content
body#theAdminPage > #the_page > #footer

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1/* .Content  is on every pages so it is common and it will no longer be a specific css */
2.content { margin-right: 1em; margin-bottom: 1em; }
3.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
4.content .navigationBar { margin: 10px 0; text-align: center; }
5.content form { text-align: left; }
6.content dt { margin-bottom: 5px; font-style: italic;
7  font-size: 110%; }
8.content ul.categoryActions a img, ul.categoryActions a { 
9border:0; margin-bottom:-5px; } 
10ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
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 div.comment { margin: 0 0 0.5em 0; padding: 0; 
16  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
17.content div.comment a.illustration {
18  display: block; float: left; margin: 0.5em 0 0 0.5em; }
19.content div.comment p.commentHeader {
20  text-align: right; margin: 0.5em 0.5em 0 0; }
21.content div.comment ul.actions { text-align: center; margin: 0.2em; }
22.content div.comment blockquote {
23  margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }
24
25  /* not used but should be */
26body#thePopuphelpPage .content { margin: 1em; }
Note: See TracBrowser for help on using the repository browser.