Look: Corrections mineures sur look freelug

This commit is contained in:
Laurent Destailleur 2007-03-27 12:08:30 +00:00
parent 3b2029d3e3
commit 570987a06b
3 changed files with 77 additions and 51 deletions

View File

@ -238,7 +238,7 @@ a.login
top: 3px; top: 3px;
color: #234046; color: #234046;
padding: 0em 1em; padding: 0px 8px;
margin: 0px 0px 1px 0px; margin: 0px 0px 1px 0px;
font-weight:bold; font-weight:bold;
font-size:12px; font-size:12px;

View File

@ -19,22 +19,25 @@
* $Source$ * $Source$
*/ */
/**
\file htdocs/theme/freelug/freelug.css
\brief Fichier de style CSS du theme Freelug
\version $Revision$
*/
/* ============================================================================== */
/* Styles par défaut */
/* ============================================================================== */
/***** Style du fond *****/
body { body {
margin: 0px; margin: 0px;
background-color: #F8F8F8; background-color: #F8F8F8;
background-image: url("/theme/freelug/img/background.png"); background-image: url("/theme/freelug/img/background.png");
font: 12px helvetica, verdana;
text-decoration: none ; text-decoration: none ;
} color: #101010;
.body { font: 12px helvetica, verdana, arial, sans-serif;
background-color: #F8F8F8;
color: #101010;
font: 12px helvetica, verdana, arial, sans-serif;
} }
/***** Styles par défaut *****/
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
@ -62,7 +65,8 @@ textarea {
padding: 0em 0em; padding: 0em 0em;
margin: 0em 0em 0em 0em; margin: 0em 0em 0em 0em;
} }
textarea.flat { textarea.flat
{
font: 12px helvetica, verdana, arial, sans-serif; font: 12px helvetica, verdana, arial, sans-serif;
background: #FFFFFF; background: #FFFFFF;
border: 1px solid #8C9C9B; border: 1px solid #8C9C9B;
@ -72,6 +76,9 @@ textarea.flat {
select.flat select.flat
{ {
font: 12px helvetica, verdana, arial, sans-serif; font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #ACBCBB;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
} }
.button { .button {
@ -100,6 +107,10 @@ select.flat
} }
/* ============================================================================== */
/* Styles de positionnement des zones */
/* ============================================================================== */
div.body div.body
{ {
margin-top: 1px; margin-top: 1px;
@ -139,9 +150,9 @@ div.fiche
} }
/* /* ============================================================================== */
* Menu superieur et 1ere ligne tableau /* Menu superieur et 1ere ligne tableau */
*/ /* ============================================================================== */
div.tmenu div.tmenu
{ {
@ -153,8 +164,8 @@ div.tmenu
border-bottom: 1px solid #8B9999; border-bottom: 1px solid #8B9999;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px; margin: 0px 0px 2px 0px;
font-weight:bold; font-weight: bold;
font-size:12px; font-size: 12px;
height: 20px; height: 20px;
background: #dddddd; background: #dddddd;
color: #000000; color: #000000;
@ -164,7 +175,7 @@ div.tmenu
table.tmenu table.tmenu
{ {
padding: 0px 0px 10px 0px; padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 10px; margin: 0px 0px 0px 6px;
} }
.menu .menu
@ -255,9 +266,9 @@ img.login
} }
/* /* ============================================================================== */
* Barre de gauche /* Barre de gauche */
*/ /* ============================================================================== */
a.vmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } a.vmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
@ -342,9 +353,10 @@ form {
} }
/* /* ============================================================================== */
* Barre recherche /* Barre recherche */
*/ /* ============================================================================== */
div.formsearch div.formsearch
{ {
display: block; display: block;
@ -359,9 +371,10 @@ div.formsearch
} }
/* /* ============================================================================== */
* Barre onglets /* Onglets */
*/ /* ============================================================================== */
div.tabBar { div.tabBar {
background: #dcdcd0; background: #dcdcd0;
padding-top: 14px; padding-top: 14px;
@ -375,8 +388,8 @@ div.tabBar {
div.tabs { div.tabs {
top: 20px; top: 20px;
margin: 1px 0em 0em 0em; margin: 1px 0px 0px 0px;
padding: 0em 0.5em; padding: 0px 6px 0px 0px;
text-align: left; text-align: left;
} }
@ -432,10 +445,11 @@ a.tabimage {
} }
/* /* ============================================================================== */
* Boutons actions /* Boutons actions */
* Nouvelle syntaxe à utiliser /* ============================================================================== */
*/
/* Nouvelle syntaxe à utiliser */
a.butAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.butAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.butAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.butAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
@ -481,10 +495,7 @@ a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif;
white-space: nowrap; } white-space: nowrap; }
/* /* Ancienne syntaxe. A supprimer quand remplace par butXxx */
* Historique
* A supprimer quand remplace par butXxx
*/
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
@ -506,7 +517,6 @@ list-style-type:none;
margin:0px; margin:0px;
padding:0px; padding:0px;
spacing:0px; spacing:0px;
cursor:move;
} }
.notopnoleft { .notopnoleft {
@ -535,6 +545,7 @@ border: 1px white ridge;
table.border td { table.border td {
border: 1px solid #6C7C8B; border: 1px solid #6C7C8B;
padding: 1px 2px; padding: 1px 2px;
border-collapse: collapse;
} }
table.noborder { table.noborder {
@ -608,14 +619,6 @@ div.leftmenu {
.alerte
{
background: #FF9988;
font-weight: bold;
font-size: 0.95em;
color: #000000;
text-decoration: none }
/* /*
* Ok, Warning, Error * Ok, Warning, Error
*/ */
@ -900,3 +903,26 @@ color:#062342;
vertical-align:middle; vertical-align:middle;
cursor: pointer; cursor: pointer;
} }
/* ============================================================================== */
/* Afficher/cacher */
/* ============================================================================== */
div.visible {
display: block;
}
div.hidden {
display: none;
}
tr.visible {
display: block;
}
td.hidden {
display: none;
}
td.alerte {
background: #FF99A9;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 1.1 KiB