Ignore:
Timestamp:
Mar 10, 2010, 12:19:11 AM (14 years ago)
Author:
plg
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-layout.css

    r5089 r5098  
    211211        padding: 0;
    212212        font-size: 0.8em;
    213         font-family: Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
     213        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    214214        text-align: center; /* be nice to IE5 */
    215215}
    216216
    217217H1 {
    218         text-align: center;
    219         font-size: 150%;
    220         font-weight: bold;
    221         padding: 0;
    222         margin: 0.5em 0 1em 0;
    223 }
    224 
    225 H2 {
    226         margin: 0;
    227         padding: 5px 0.5em 5px 0.5em;
    228         text-align: left;
    229         font-size: 120%;
    230 }
     218color:#eee;
     219letter-spacing:1px;
     220text-align: left;
     221font-size: 150%;
     222font-weight: normal;
     223font-style:italic;
     224padding: 8px 0 0 10px;
     225margin: 0;
     226float:left;
     227}
     228
     229#pwgHead {color:#aaa;}
     230#pwgHead A {color:#ccc;}
     231#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
     232#pwgHead A#instructions:hover {border:none;}
     233
     234#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
    231235
    232236A {
     
    247251        visibility: hidden;
    248252        clear: both;
    249 }
    250 
    251 #copyright {
    252         clear: both;
    253         font-size: 83%;
    254         text-align: center;
    255         margin: 0 0 10px 0;
    256253}
    257254
     
    549546  width:50%;
    550547}
     548
     549#pwgHead {
     550  background-color:#464646;
     551  height:46px;
     552}
     553
     554html, body {height:100%; margin:0; padding:0;}
     555#the_page {min-height:100%; position:relative; padding:0;margin:0;}
     556#pwgMain {padding:10px;padding-bottom:60px;}
     557
     558#footer {
     559  position:absolute;
     560  bottom:0;
     561  width:100%;
     562  height:46px;
     563  background-color:#464646;
     564  color:#aaa;
     565  line-height:46px;
     566}
     567
     568#footer A {color:#ccc;}
     569#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
     570
     571#adminHome {
     572  text-align:center;
     573  margin-bottom:15px;
     574  line-height:30px;
     575  width:200px;
     576  margin-left:5px;
     577  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
     578}
     579
     580#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
     581#adminHome A {border:none;}
     582
     583#piwigoInfos {float:left; margin-left:10px;}
     584#pageInfos {float:right; margin-right:10px;}
     585
     586/* TipTip CSS - Version 1.2 */
     587
     588#tiptip_holder {
     589        display: none;
     590        position: absolute;
     591        top: 0;
     592        left: 0;
     593        z-index: 99999;
     594}
     595
     596#tiptip_holder.tip_top {
     597        padding-bottom: 5px;
     598}
     599
     600#tiptip_holder.tip_bottom {
     601        padding-top: 5px;
     602}
     603
     604#tiptip_holder.tip_right {
     605        padding-left: 5px;
     606}
     607
     608#tiptip_holder.tip_left {
     609        padding-right: 5px;
     610}
     611
     612#tiptip_content {
     613        font-size: 11px;
     614        color: #fff;
     615        text-shadow: 0 0 2px #000;
     616        padding: 4px 8px;
     617        border: 1px solid rgba(255,255,255,0.25);
     618        background-color: rgb(25,25,25);
     619        background-color: rgba(25,25,25,0.92);
     620        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
     621        border-radius: 3px;
     622        -webkit-border-radius: 3px;
     623        -moz-border-radius: 3px;
     624        box-shadow: 0 0 3px #555;
     625        -webkit-box-shadow: 0 0 3px #555;
     626        -moz-box-shadow: 0 0 3px #555;
     627}
     628
     629#tiptip_arrow, #tiptip_arrow_inner {
     630        position: absolute;
     631        border-color: transparent;
     632        border-style: solid;
     633        border-width: 6px;
     634        height: 0;
     635        width: 0;
     636}
     637
     638#tiptip_holder.tip_top #tiptip_arrow {
     639        border-top-color: #fff;
     640        border-top-color: rgba(255,255,255,0.35);
     641}
     642
     643#tiptip_holder.tip_bottom #tiptip_arrow {
     644        border-bottom-color: #fff;
     645        border-bottom-color: rgba(255,255,255,0.35);
     646}
     647
     648#tiptip_holder.tip_right #tiptip_arrow {
     649        border-right-color: #fff;
     650        border-right-color: rgba(255,255,255,0.35);
     651}
     652
     653#tiptip_holder.tip_left #tiptip_arrow {
     654        border-left-color: #fff;
     655        border-left-color: rgba(255,255,255,0.35);
     656}
     657
     658#tiptip_holder.tip_top #tiptip_arrow_inner {
     659        margin-top: -7px;
     660        margin-left: -6px;
     661        border-top-color: rgb(25,25,25);
     662        border-top-color: rgba(25,25,25,0.92);
     663}
     664
     665#tiptip_holder.tip_bottom #tiptip_arrow_inner {
     666        margin-top: -5px;
     667        margin-left: -6px;
     668        border-bottom-color: rgb(25,25,25);
     669        border-bottom-color: rgba(25,25,25,0.92);
     670}
     671
     672#tiptip_holder.tip_right #tiptip_arrow_inner {
     673        margin-top: -6px;
     674        margin-left: -5px;
     675        border-right-color: rgb(25,25,25);
     676        border-right-color: rgba(25,25,25,0.92);
     677}
     678
     679#tiptip_holder.tip_left #tiptip_arrow_inner {
     680        margin-top: -6px;
     681        margin-left: -7px;
     682        border-left-color: rgb(25,25,25);
     683        border-left-color: rgba(25,25,25,0.92);
     684}
     685
     686/* Webkit Hacks  */
     687@media screen and (-webkit-min-device-pixel-ratio:0) { 
     688        #tiptip_content {
     689                padding: 4px 8px 5px 8px;
     690                background-color: rgba(45,45,45,0.88);
     691        }
     692        #tiptip_holder.tip_bottom #tiptip_arrow_inner {
     693                border-bottom-color: rgba(45,45,45,0.88);
     694        }
     695        #tiptip_holder.tip_top #tiptip_arrow_inner {
     696                border-top-color: rgba(20,20,20,0.92);
     697        }
     698}
Note: See TracChangeset for help on using the changeset viewer.