Serious enhancement on styles.
@ -919,9 +919,10 @@ function print_left_eldy_menu($db,$menu_array)
|
|||||||
if ($menu_array[$i]['enabled'])
|
if ($menu_array[$i]['enabled'])
|
||||||
{
|
{
|
||||||
print '<div class="menu_contenu">';
|
print '<div class="menu_contenu">';
|
||||||
print $tabstring.'<a class="vsmenu" href="'.$menu_array[$i]['url'].'"'.($menu_array[$i]['target']?' target="'.$menu_array[$i]['target'].'"':'').'>';
|
print $tabstring;
|
||||||
|
if ($menu_array[$i]['url']) print '<a class="vsmenu" href="'.$menu_array[$i]['url'].'"'.($menu_array[$i]['target']?' target="'.$menu_array[$i]['target'].'"':'').'>';
|
||||||
print $menu_array[$i]['titre'];
|
print $menu_array[$i]['titre'];
|
||||||
print '</a>';
|
if ($menu_array[$i]['url']) print '</a>';
|
||||||
// If title is not pure text and contains a table, no carriage return added
|
// If title is not pure text and contains a table, no carriage return added
|
||||||
if (! strstr($menu_array[$i]['titre'],'<table')) print '<br>';
|
if (! strstr($menu_array[$i]['titre'],'<table')) print '<br>';
|
||||||
print '</div>'."\n";
|
print '</div>'."\n";
|
||||||
|
|||||||
@ -1092,7 +1092,7 @@ function left_menu($menu_array, $helppagename='', $moresearchform='')
|
|||||||
{
|
{
|
||||||
print "\n";
|
print "\n";
|
||||||
print "<!-- Begin SearchForm -->\n";
|
print "<!-- Begin SearchForm -->\n";
|
||||||
print '<div class="blockvmenupair">'."\n";
|
print '<div id="blockvmenusearch" class="blockvmenusearch">'."\n";
|
||||||
print $searchform;
|
print $searchform;
|
||||||
print '</div>'."\n";
|
print '</div>'."\n";
|
||||||
print "<!-- End SearchForm -->\n";
|
print "<!-- End SearchForm -->\n";
|
||||||
@ -1107,7 +1107,7 @@ function left_menu($menu_array, $helppagename='', $moresearchform='')
|
|||||||
{
|
{
|
||||||
print "\n";
|
print "\n";
|
||||||
print "<!-- Begin Bookmarks -->\n";
|
print "<!-- Begin Bookmarks -->\n";
|
||||||
print '<div class="blockvmenupair">'."\n";
|
print '<div id="blockvmenubookmarks" class="blockvmenubookmarks">'."\n";
|
||||||
print $bookmarks;
|
print $bookmarks;
|
||||||
print '</div>'."\n";
|
print '</div>'."\n";
|
||||||
print "<!-- End Bookmarks -->\n";
|
print "<!-- End Bookmarks -->\n";
|
||||||
@ -1131,7 +1131,7 @@ function left_menu($menu_array, $helppagename='', $moresearchform='')
|
|||||||
// Link to help pages
|
// Link to help pages
|
||||||
if ($helpbaseurl && $helppage)
|
if ($helpbaseurl && $helppage)
|
||||||
{
|
{
|
||||||
print '<div class="help">';
|
print '<div id="blockvmenuhelp" class="blockvmenuhelp">';
|
||||||
print '<a class="help" target="_blank" title="'.$langs->trans($mode == 'wiki' ? 'GoToWikiHelpPage': 'GoToHelpPage');
|
print '<a class="help" target="_blank" title="'.$langs->trans($mode == 'wiki' ? 'GoToWikiHelpPage': 'GoToHelpPage');
|
||||||
if ($mode == 'wiki') print ' - '.$langs->trans("PageWiki").' "'.dol_escape_htmltag(strtr($helppage,'_',' ')).'"';
|
if ($mode == 'wiki') print ' - '.$langs->trans("PageWiki").' "'.dol_escape_htmltag(strtr($helppage,'_',' ')).'"';
|
||||||
print '" href="';
|
print '" href="';
|
||||||
|
|||||||
1
htdocs/theme/auguria/fckeditor/.cvsignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
Thumbs.db
|
||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||||
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
||||||
*
|
*
|
||||||
@ -335,7 +335,7 @@ FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _Quic
|
|||||||
FCKConfig.LinkUploadAllowedExtensions = ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ; // empty for all
|
FCKConfig.LinkUploadAllowedExtensions = ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ; // empty for all
|
||||||
FCKConfig.LinkUploadDeniedExtensions = "" ; // empty for no one
|
FCKConfig.LinkUploadDeniedExtensions = "" ; // empty for no one
|
||||||
|
|
||||||
FCKConfig.ImageUpload = false ;
|
FCKConfig.ImageUpload = false ; // This is not required as there is already a second feature enabled to upload an image in FCKEditor and this second works works better since file is correctly stored in images directory. The other is redundant and bugged.
|
||||||
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Image' ;
|
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Image' ;
|
||||||
FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|png|bmp)$" ; // empty for all
|
FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|png|bmp)$" ; // empty for all
|
||||||
FCKConfig.ImageUploadDeniedExtensions = "" ; // empty for no one
|
FCKConfig.ImageUploadDeniedExtensions = "" ; // empty for no one
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -18,15 +18,15 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/theme/auguria/graph-color.php
|
\file htdocs/theme/eldy/graph-color.php
|
||||||
\brief Fichier de d<EFBFBD>claration des couleurs pour les graphiques
|
\brief Fichier de déclaration des couleurs pour les graphiques
|
||||||
\ingroup core
|
\ingroup core
|
||||||
\version $Id$
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
|
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
|
||||||
$theme_bordercolor = array(235,235,224);
|
$theme_bordercolor = array(235,235,224);
|
||||||
$theme_datacolor = array(array(120,130,150), array(160,160,180), array(190,190,220));
|
$theme_datacolor = array(array(120,130,150), array(200,160,180), array(190,190,220));
|
||||||
$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4'));
|
$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4'));
|
||||||
$theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC'));
|
$theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC'));
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 343 B |
|
Before Width: | Height: | Size: 1016 B After Width: | Height: | Size: 341 B |
|
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 1018 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 3.1 KiB |
BIN
htdocs/theme/auguria/img/banner_02.jpg
Normal file
|
After Width: | Height: | Size: 933 B |
BIN
htdocs/theme/auguria/img/bg_inside.gif
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
htdocs/theme/auguria/img/body_bg.jpg
Normal file
|
After Width: | Height: | Size: 831 B |
@ -1 +0,0 @@
|
|||||||
*.db
|
|
||||||
|
Before Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/auguria/img/gradient.gif
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
htdocs/theme/auguria/img/headbg.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
htdocs/theme/auguria/img/headbg2.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
htdocs/theme/auguria/img/indent1.png
Normal file
|
After Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 54 B |
BIN
htdocs/theme/auguria/img/liste_titre.png
Normal file
|
After Width: | Height: | Size: 290 B |
BIN
htdocs/theme/auguria/img/liste_titre_2.png
Normal file
|
After Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 608 B |
BIN
htdocs/theme/auguria/img/mainlevel.gif
Normal file
|
After Width: | Height: | Size: 48 B |
1
htdocs/theme/auguria/img/menus/.cvsignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
tango-icon-theme*
|
||||||
BIN
htdocs/theme/auguria/img/menus/agenda.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
htdocs/theme/auguria/img/menus/commercial.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
htdocs/theme/auguria/img/menus/company.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
htdocs/theme/auguria/img/menus/ecm.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
htdocs/theme/auguria/img/menus/footer_bg.jpg
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
htdocs/theme/auguria/img/menus/generic1.png
Normal file
|
After Width: | Height: | Size: 976 B |
BIN
htdocs/theme/auguria/img/menus/generic2.png
Normal file
|
After Width: | Height: | Size: 943 B |
BIN
htdocs/theme/auguria/img/menus/generic3.png
Normal file
|
After Width: | Height: | Size: 867 B |
BIN
htdocs/theme/auguria/img/menus/generic4.png
Normal file
|
After Width: | Height: | Size: 992 B |
BIN
htdocs/theme/auguria/img/menus/globe.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
htdocs/theme/auguria/img/menus/home.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/auguria/img/menus/lr_bg.gif
Normal file
|
After Width: | Height: | Size: 180 B |
BIN
htdocs/theme/auguria/img/menus/mail.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
htdocs/theme/auguria/img/menus/members.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
htdocs/theme/auguria/img/menus/moduletable_th_bg.gif
Normal file
|
After Width: | Height: | Size: 60 B |
BIN
htdocs/theme/auguria/img/menus/money.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
htdocs/theme/auguria/img/menus/pointofsale.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
htdocs/theme/auguria/img/menus/products.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
htdocs/theme/auguria/img/menus/project.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/auguria/img/menus/shop.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
htdocs/theme/auguria/img/menus/tab_background.png
Normal file
|
After Width: | Height: | Size: 245 B |
BIN
htdocs/theme/auguria/img/menus/table_bg.gif
Normal file
|
After Width: | Height: | Size: 413 B |
BIN
htdocs/theme/auguria/img/menus/tools.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
htdocs/theme/auguria/img/menus/topmenu_bg.gif
Normal file
|
After Width: | Height: | Size: 838 B |
BIN
htdocs/theme/auguria/img/menus/topmenu_bg_over.gif
Normal file
|
After Width: | Height: | Size: 838 B |
BIN
htdocs/theme/auguria/img/menus/topmenu_left.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
htdocs/theme/auguria/img/menus/topmenu_right.gif
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
htdocs/theme/auguria/img/menus/toppath.gif
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
htdocs/theme/auguria/img/menus/trtitle.png
Normal file
|
After Width: | Height: | Size: 335 B |
BIN
htdocs/theme/auguria/img/money.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 622 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 453 B |
|
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 394 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 593 B |
|
Before Width: | Height: | Size: 1010 B After Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 179 B |
|
Before Width: | Height: | Size: 1011 B After Width: | Height: | Size: 357 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 559 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 607 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 620 B |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 270 B |
|
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 432 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 212 B |
BIN
htdocs/theme/auguria/img/tab_background.png
Normal file
|
After Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 813 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 640 B |
BIN
htdocs/theme/auguria/img/tmenu2.jpg
Normal file
|
After Width: | Height: | Size: 796 B |
BIN
htdocs/theme/auguria/img/tmenu3.jpg
Normal file
|
After Width: | Height: | Size: 677 B |
|
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 194 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 773 B |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 4.4 KiB |
@ -308,7 +308,7 @@ a.help:visited { font-size:11px; font-family: helvetica, verdana, arial, sa
|
|||||||
a.help:active { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:active { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
a.help:hover { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:hover { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
|
|
||||||
div.blockvmenupair
|
div.blockvmenupair, div.blockvmenuimpair
|
||||||
{
|
{
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
@ -320,7 +320,7 @@ div.blockvmenupair
|
|||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blockvmenuimpair
|
div.blockvmenusearch, div.blockvmenubookmarks
|
||||||
{
|
{
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
|||||||
@ -474,7 +474,26 @@ div.blockvmenupair, div.blockvmenuimpair {
|
|||||||
background-repeat:repeat-x;
|
background-repeat:repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.help {
|
div.blockvmenusearch, div.blockvmenubookmarks {
|
||||||
|
width:164px;
|
||||||
|
border-right: 1px solid #555555;
|
||||||
|
border-bottom: 1px solid #555555;
|
||||||
|
font-family: <?php print $fontlist ?>;
|
||||||
|
color: #000000;
|
||||||
|
text-align: <?php print $left; ?>;
|
||||||
|
text-decoration: none;
|
||||||
|
padding-left: 3px;
|
||||||
|
padding-right: 1px;
|
||||||
|
padding-top: 3px;
|
||||||
|
padding-bottom: 3px;
|
||||||
|
margin: 1px 0px 0px 0px;
|
||||||
|
background: #A3BCC6;
|
||||||
|
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/tmenu.jpg' ?>);
|
||||||
|
background-position:top;
|
||||||
|
background-repeat:repeat-x;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.blockvmenuhelp {
|
||||||
width:164px;
|
width:164px;
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
|||||||
@ -405,7 +405,7 @@ a.help:active { font-family: helvetica, verdana, arial, sans-serif; text-align:
|
|||||||
a.help:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
|
|
||||||
|
|
||||||
div.blockvmenupair
|
div.blockvmenupair, div.blockvmenuimpair
|
||||||
{
|
{
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
@ -418,7 +418,7 @@ div.blockvmenupair
|
|||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blockvmenuimpair
|
div.blockvmenusearch, div.blockvmenubookmarks
|
||||||
{
|
{
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
@ -431,7 +431,7 @@ div.blockvmenuimpair
|
|||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.help
|
div.blockvmenuhelp
|
||||||
{
|
{
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
|||||||
@ -347,7 +347,7 @@ div.blockvmenupair
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blockvmenuimpair
|
div.blockvmenuimpair
|
||||||
{
|
{
|
||||||
@ -360,9 +360,21 @@ div.blockvmenuimpair
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.help
|
div.blockvmenusearch, div.blockvmenubookmarks
|
||||||
|
{
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
background: #ded8d2;
|
||||||
|
font-family: helvetica, verdana, arial, sans-serif;
|
||||||
|
color: #000000;
|
||||||
|
text-align:left;
|
||||||
|
text-decoration: none;
|
||||||
|
padding: 3px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.blockvmenuhelp
|
||||||
{
|
{
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
|||||||
@ -383,7 +383,7 @@ a.help:visited { font-size:11px; font-family: helvetica, verdana, arial, sans-se
|
|||||||
a.help:active { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:active { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
a.help:hover { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:hover { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
|
|
||||||
div.blockvmenupair
|
div.blockvmenupair, div.blockvmenuimpair
|
||||||
{
|
{
|
||||||
width:160px;
|
width:160px;
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
@ -400,7 +400,7 @@ div.blockvmenupair
|
|||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blockvmenuimpair
|
div.blockvmenusearch, div.blockvmenubookmarks
|
||||||
{
|
{
|
||||||
width:160px;
|
width:160px;
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
@ -417,7 +417,7 @@ div.blockvmenuimpair
|
|||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.help
|
div.blockvmenuhelp
|
||||||
{
|
{
|
||||||
width:160px;
|
width:160px;
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
|
|||||||