Changeset 6019


Ignore:
Timestamp:
Apr 30, 2010, 2:26:18 AM (14 years ago)
Author:
patdenice
Message:

Lot of corrections...

Location:
extensions/luciano
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/template/picture.tpl

    r5921 r6019  
    2828  {if isset($U_SLIDESHOW_STOP) }<p>[ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a>]</p>{/if}
    2929</div>
     30
     31{if isset($COMMENT_IMG)}
     32<p>{$COMMENT_IMG}</p>
     33{/if}
    3034
    3135<div id="imageInfo">
  • extensions/luciano/theme.css

    r5972 r6019  
    3030textarea:focus,
    3131input:focus     { border: 1px solid #666; }
    32 select                  { background-color: #fff; color: #000; }
     32select                  { background-color: #222; color: #666; }
    3333input                           { border: 1px solid #444; background-color: #222; color: #666; }
    3434input[type="submit"]                            { background-color: #666; color: #222; }
     
    3636input[type="checkbox"]                  { color: #000; border: 0 none; vertical-align: middle; }
    3737input[type="radio"]                                     { background-color: transparent; border:0 none; color: #000; }
    38 option                                                                                  { background-color:#222; color:#000; }
    39 optgroup                                                                                { background-color:#ccc; color:#000; }
    40 
    41 form.properties fieldset { border: 1px solid; margin: 15px; padding: 1em;}
    42 form.properties legend { display: block; padding:5px;}
    43 form.properties li { clear:left; line-height:1.8em; margin-bottom:0.5em; padding:0; }
    44 form.properties span.property { float:left; font-weight:bold; margin:0; padding:0 0.5em 0 0; text-align:right; width:50%; }
    45 form.properties span.property label { float:left; width:98%; display:block; clear:left; text-align:right; margin-top:0; }
    46 form #themeSelect, form #languageSelect  { float: left; line-height:0.8em; padding:0.3em 0 0.7em 0; cursor:pointer;}
     38option, optgroup                                                { background-color:#222; color:#666; }
     39
     40FORM.properties fieldset { border: 1px solid; margin: 15px; padding: 1em;}
     41FORM.properties legend { display: block; padding:5px;}
     42FORM.properties li { clear:left; line-height:1.8em; margin-bottom:0.5em; padding:0; }
     43FORM.properties span.property { float:left; font-weight:bold; margin:0; padding:0 0.5em 0 0; text-align:right; width:50%; }
     44FORM.properties span.property label { float:left; width:98%; display:block; clear:left; text-align:right; margin-top:0; }
     45FORM #themeSelect, form #languageSelect  { float: left; line-height:0.8em; padding:0.3em 0 0.7em 0; cursor:pointer;}
    4746
    4847/***** STYLE ****/
     
    6261}
    6362
    64 p                                                       { margin: 10px;}
     63p                                               { margin: 10px;}
    6564a, a:visited    { color: #ddd; text-decoration: none; }
    6665a:hover                         { color: #fff }
     66h2 a                                    { margin-left: 3px; }
    6767
    6868#the_page                                                                       { position: relative; width: 1024px; margin: 0 auto; text-align: center }
    69         #theHeader,.content                     { text-align: left }
    70 
    71         #theHeader                                                      { padding-top: 20px; }
    72         #theHeader h1                                           { color: #fff; font-size: 1.4em }
    73   #theHeader h1,
    74         #theHeader h1 a,
    75         #theHeader h1 a:visited,
    76         #theHeader h1 a:hover                   {color: #fff; border: none }
    77 
    78   #theHeader p                                                  { margin-left: 20px; margin-top: -4px; margin: -4px 0 10px 20px; color: #666; border: none }
    79 
    80         #headerMenu                                                     { position: absolute; top: 40px; right: 0  }
    81         #headerMenu li                                          { float: left; margin-left: 40px }
    82 
    83         #imagerotator                                           {position: relative; margin-top: 0px; height: 100px }
    84         #imagerotator img                               {position: absolute; top: 0; left: 0 }
    85 
    86                 #copyright                                              { clear: both; margin: 20px 0 5px 0; padding-top: 5px; border-top: 2px solid #222; text-align: left; text-align: right; line-height: 1.2em }
    87                 #copyright span                         { color: #444; }
    88                 #copyright a,
    89                 #copyright a:visited,
    90                 #copyright a:hover                      { color: #444; }
    91                 #copyright a:hover                      { color: #666; }
    92                 #copyright .cName                       { color: #555; font-weight: bold }
     69#theHeader,.content                     { text-align: left }
     70
     71#theHeader                                                      { padding-top: 20px; }
     72#theHeader h1                                           { color: #fff; font-size: 1.4em }
     73#theHeader h1,
     74#theHeader h1 a,
     75#theHeader h1 a:visited,
     76#theHeader h1 a:hover                   {color: #fff; border: none }
     77
     78#theHeader p                                                    { margin-left: 20px; margin-top: -4px; margin: -4px 0 10px 20px; color: #666; border: none }
     79
     80#headerMenu                                                     { position: absolute; top: 40px; right: 0  }
     81#headerMenu li                                          { float: left; margin-left: 40px }
     82
     83#imagerotator                                           {position: relative; margin-top: 0px; height: 100px }
     84#imagerotator img                               {position: absolute; top: 0; left: 0 }
     85
     86#copyright                                              { clear: both; margin: 20px 0 5px 0; padding-top: 5px; border-top: 2px solid #222; text-align: left; text-align: right; line-height: 1.2em }
     87#copyright span                         { color: #444; }
     88#copyright a,
     89#copyright a:visited,
     90#copyright a:hover                      { color: #444; }
     91#copyright a:hover                      { color: #666; }
     92#copyright .cName                       { color: #555; font-weight: bold }
    9393
    9494/***** LAYOUT GALLERY ****/
     
    118118
    119119#menubar dd ul,
    120 #menubar form,
    121 #menubar #menuTagCloud  { padding: 0 0 10px 30px; }
     120#menubar form { padding: 0 5px 10px 30px; }
     121
     122#menubar #menuTagCloud                  { padding: 0 10px 10px 15px; }
     123#menubar #menuTagCloud span { margin-right:5px; white-space:nowrap; }
    122124
    123125#menubar dd ul ul { padding-left: 15px; }
     
    136138.thumbnailCategories    { margin-left: 10px; clear:both; }
    137139
    138 .thumbnailCategories li         { background: transparent url(skin/catBg.png) 0 0; width: 355px; height: 170px; float: left; margin-right: 15px; margin-top: 10px }
    139 
     140.thumbnailCategories li                         { background: transparent url(skin/catBg.png) 0 0; width: 355px; height: 170px; float: left; margin-right: 15px; margin-top: 10px }
    140141.thumbnailCategories li.hover   { background: transparent url(skin/catBg.png) 0 -170px; }
    141142
    142 .thumbnailCategories .illustration      { float: left; width: 150px; margin: 10px; }
     143.thumbnailCategories .illustration              { float: left; width: 150px; margin: 10px; }
    143144.thumbnailCategories .description               { float: right; width: 180px; margin-top: 10px; height: 160px; overflow:hidden; }
    144145.thumbnailCategories .description h3    { margin-bottom: 10px; font-weight: 700; color: #f70; }
    145 .thumbnailCategories .dates                                     {   }
    146146.thumbnailCategories .Nb_images                         { font-size: 0.8em; margin-bottom: 10px; }
    147147.thumbnailCategories .desc                                              { font-size: 0.9em; }
    148148
    149 .thumbnails                                             { margin-left: 10px; min-height: 540px; height: auto !important; height: 540px; text-align: center;}
    150 .thumbnails li                                  { float: left; display: inline; width: 170px; height: 170px; margin-left: 10px; margin-bottom: 10px; background: transparent url(skin/thumbBg.png) 0 0;}
    151 .thumbnails li.hover            { background: transparent url(skin/thumbBg.png) 0 -170px; }
     149.thumbnails                                                             { margin-left: 10px; min-height: 540px; height: auto !important; height: 540px; text-align: center;}
     150.thumbnails li                                          { float: left; display: inline; width: 170px; height: 170px; margin-left: 10px; margin-bottom: 10px; background: transparent url(skin/thumbBg.png) 0 0;}
     151.thumbnails li.hover                    { background: transparent url(skin/thumbBg.png) 0 -170px; }
    152152.thumbnails li .wrap2           { width:170px; height:172px; display:table-cell; vertical-align:middle;}
    153153.thumbnails li img                              { margin: 10px; border: 1px solid #222; border-left: 1px solid #444; border-bottom: 1px solid #444;}
     
    156156.thumbnails .thumbLegend { display:none; }
    157157
    158 .categoryActions        { float:right; margin-right: 10px; }
     158.categoryActions                { float:right; margin-right: 10px; }
    159159.categoryActions li     { float: left; margin-left:5px; display: inline; }
    160 #order                                          { float: left; margin: 2px 5px 0 0;}
    161 #orderText                              { float: left; margin: 2px 8px 0 0; }
    162 #playSlideshow          { width: 200px; float: left; margin-left: 20px; margin-top: 10px; }
     160#order                                                  { float: left; margin: 2px 5px 0 0;}
     161#orderText                                      { float: left; margin: 2px 8px 0 0; }
     162#playSlideshow                  { width: 200px; float: left; margin-left: 20px; margin-top: 10px; }
    163163#playSlideshow a                { color: #666; }
    164164
    165 .navigationBar                                  { clear: both; color:#444; text-align: right; padding: 10px 30px }
     165.navigationBar                                          { clear: both; color:#444; text-align: right; padding: 10px 30px }
    166166.navigationBar span,
    167167.navigationBar a                                        { border: 1px solid; padding: 0px 5px; }
     
    170170.navigationBar a:hover          { color: #eee}
    171171
    172 .navigationBarSimple            { color:#666; text-align: center; }
    173 
     172.navigationBarSimple                                                    { color:#666; text-align: center; }
    174173.navigationBarSimple span,
    175 .navigationBarSimple a          { height: 150px; width: 20px; border: 0; padding: 0; text-indent: -3000px; }
    176 
     174.navigationBarSimple a                                          { height: 150px; width: 20px; border: 0; padding: 0; text-indent: -3000px; }
    177175.navigationBarSimple .prew                              { position: absolute; top: 235px; left: 0px; background: transparent url(icon/prew.png) no-repeat scroll; }
    178176.navigationBarSimple .next                              { position: absolute; top: 235px; right: 0px; background: transparent url(icon/next.png) no-repeat scroll;  }
    179 .navigationBarSimple a.prew:hover       { background: transparent url(icon/prew.png) 0 -150px no-repeat scroll; }
    180 .navigationBarSimple a.next:hover       { background: transparent url(icon/next.png) 0 -150px no-repeat scroll; }
     177.navigationBarSimple a.prew:hover { background: transparent url(icon/prew.png) 0 -150px no-repeat scroll; }
     178.navigationBarSimple a.next:hover { background: transparent url(icon/next.png) 0 -150px no-repeat scroll; }
     179
     180/****** CALENDAR => Not fixed yet */
     181
     182table.calMonth tbody td,
     183table.calMonth tbody td div.calImg { height:80px; padding:1px 2px; width:80px; }
     184
     185.content DIV.calendarViews                      { display: block; float: right; margin: -20px 0 0; }
     186.content DIV.calendarCalBar                     { margin: 10px 10px; text-align: left; }
     187SPAN.calItem, SPAN.calItemEmpty { font-weight: bold; margin: 0 1px; }
     188SPAN.calItem A                                                                  { border:0 }
     189SPAN.calCalHead                                                                 { font-weight: bold; font-size: 110%; margin: 0 2px; }
     190SPAN.calCal                                                                                     { margin: 0 2px; }
     191
     192.calendarBar                            { margin:15px; }
     193TABLE.calMonth                  { border: none; margin:10px auto; }
     194TD.calDayCellFull,
     195TD.calDayCellEmpty,
     196TD.calDayCellBlank      { vertical-align: top; font-weight: bold; font-size: 18px; }
     197TD.calDayHead                           { font-weight: bold; font-size: 12px; text-align: center; padding:10px; }
     198DIV.calImg                                      { overflow: hidden; vertical-align: bottom; z-index: 1; position: relative; }
     199.calImg img                                     {       position: relative;     border: 0; }
     200.calBackDate                            { padding-left: 4px;    padding-top: 0px;       z-index: 2;     position: absolute;     vertical-align: top; color: #000; }
     201.calForeDate                            { padding-left: 5px;    padding-top: 1px;       z-index: 3;     position: absolute;     vertical-align: top; color: #fff; }
     202
     203/****** TAGS */
     204#fullTagCloud                           { font-size:120%; margin:1em 2em; padding:0; text-align:justify; }
     205#fullTagCloud span      { margin:0 2px; white-space:nowrap; }
     206
     207.tagLevel5 { font-size: 150% !important; }
     208.tagLevel4 { font-size: 140% !important; }
     209.tagLevel3 { font-size: 120% !important; }
     210.tagLevel2 { font-size: 100% !important; }
     211.tagLevel1 { font-size: 80%  !important; }
     212
     213#theTagsPage TABLE { width:100%; }
     214#theTagsPage TD { vertical-align: top; }
     215
     216FIELDSET.tagLetter                      { border: 1px solid #444; margin: 0.5em; padding: 10px; }
     217LEGEND.tagLetterLegend  { display:block; border: 1px solid #444;        font-size:120%; font-weight: bold; padding: 0 5px; font-style: normal; }
     218TABLE.tagLetterContent  { width:100%;   border-collapse:collapse; }
     219
     220/****** SEARCH PAGE */
     221FORM.filter FIELDSET    { border: 1px solid; padding: 1em;      margin: 1em; overflow: hidden; }
     222FORM.filter legend              { display: block; padding:5px;}
     223FORM.filter label                       { width:auto; clear:none; margin-top:0; }
     224
     225FORM.filter FIELDSET UL { margin: 0; }
     226FORM.filter FIELDSET UL,
     227FORM.filter FIELDSET LABEL { display: block; float: left;       margin-right: 1em; padding: 0; }
     228FORM.filter FIELDSET LI {       list-style: none;       margin-bottom: 0.5em; }
     229FORM.filter FIELDSET LI LABEL { display: inline; float: none; }
     230FORM.filter FIELDSET UL.tagSelection LABEL { display: inline;   float: none; margin-right:0.5em; }
     231
     232FORM.filter FIELDSET LABEL INPUT,
     233FORM.filter FIELDSET LABEL SELECT,
     234FORM.filter FIELDSET LABEL SPAN,
     235FORM.filter FIELDSET LABEL TEXTAREA { display: block; margin: 0.5em 0; }
     236
     237FORM.filter FIELDSET * LABEL INPUT,
     238FORM.filter FIELDSET * LABEL SELECT,
     239FORM.filter FIELDSET * LABEL TEXTAREA,
     240FORM.filter FIELDSET LABEL SPAN INPUT,
     241FORM.filter FIELDSET LABEL SPAN SELECT,
     242FORM.filter FIELDSET LABEL SPAN TEXTAREA { display: inline;     vertical-align: top; margin: 0 0.5em 0 0; }
     243
     244FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {   margin-right:0; }
     245FORM.filter FIELDSET LABEL SPAN SELECT { margin: 0; }
     246FORM.filter FIELDSET P { clear: left;   display: block; }
     247FORM.filter INPUT[type="submit"] { margin-top: 1em; }
     248
     249FORM.filter select.categoryList { height:20em; width:500px;}
    181250
    182251/****** PHOTO */
     
    204273#imageInfoRight { float: right; width: 250px; height: 40px; text-align: right; margin-bottom: 10px; }
    205274
     275#imageTags                      { margin-top:5px; }
    206276#ratingSummary  { margin-bottom: 3px; }
    207277
  • extensions/luciano/themeconf.inc.php

    r6007 r6019  
    1717);
    1818
    19 $conf['show_thumbnail_caption'] = false;
     19$conf['show_thumbnail_caption']  = false;
     20$conf['index_posted_date_icon']  = false;
     21$conf['index_created_date_icon'] = false;
    2022$conf['top_number'] = 12;
    2123
    22 // Remove comments link in Menu
    23 add_event_handler('blockmanager_apply' , 'remove_comments_link');
    24 function remove_comments_link($menu_ref_arr)
     24// Remove comments and calendar links in menubar
     25add_event_handler('blockmanager_apply' , 'remove_comments_and_calendar_links');
     26function remove_comments_and_calendar_links($menu_ref_arr)
    2527{
    2628  $menu = & $menu_ref_arr[0];
    2729  if (($block = $menu->get_block('mbMenu')) != null )
    2830    unset($block->data['comments']);
     31  if (($block = $menu->get_block('mbSpecials')) != null )
     32    unset($block->data['calendar']);
    2933}
    3034
Note: See TracChangeset for help on using the changeset viewer.