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;
color: #234046;
padding: 0em 1em;
padding: 0px 8px;
margin: 0px 0px 1px 0px;
font-weight:bold;
font-size:12px;

View File

@ -19,22 +19,25 @@
* $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 {
margin: 0px;
background-color: #F8F8F8;
background-image: url("/theme/freelug/img/background.png");
font: 12px helvetica, verdana;
text-decoration: none ;
}
.body {
background-color: #F8F8F8;
color: #101010;
font: 12px helvetica, verdana, arial, sans-serif;
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: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; }
@ -62,7 +65,8 @@ textarea {
padding: 0em 0em;
margin: 0em 0em 0em 0em;
}
textarea.flat {
textarea.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
background: #FFFFFF;
border: 1px solid #8C9C9B;
@ -72,6 +76,9 @@ textarea.flat {
select.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #ACBCBB;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.button {
@ -100,6 +107,10 @@ select.flat
}
/* ============================================================================== */
/* Styles de positionnement des zones */
/* ============================================================================== */
div.body
{
margin-top: 1px;
@ -139,9 +150,9 @@ div.fiche
}
/*
* Menu superieur et 1ere ligne tableau
*/
/* ============================================================================== */
/* Menu superieur et 1ere ligne tableau */
/* ============================================================================== */
div.tmenu
{
@ -153,8 +164,8 @@ div.tmenu
border-bottom: 1px solid #8B9999;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-size:12px;
font-weight: bold;
font-size: 12px;
height: 20px;
background: #dddddd;
color: #000000;
@ -164,7 +175,7 @@ div.tmenu
table.tmenu
{
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 10px;
margin: 0px 0px 0px 6px;
}
.menu
@ -225,7 +236,7 @@ font.tmenudisabled
/* Login */
a.login
{
{
position: absolute;
right: 24px;
top: 3px;
@ -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:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
@ -308,7 +319,7 @@ div.help
border-bottom: 1px solid #000000;
background: #f0f0f0;
font: helvetica, verdana, arial, sans-serif;
color: #000000;
color: #000000;
text-align:left;
text-decoration: none;
padding: 3px;
@ -342,11 +353,12 @@ form {
}
/*
* Barre recherche
*/
/* ============================================================================== */
/* Barre recherche */
/* ============================================================================== */
div.formsearch
{
{
display: block;
float: none;
clear: right;
@ -359,9 +371,10 @@ div.formsearch
}
/*
* Barre onglets
*/
/* ============================================================================== */
/* Onglets */
/* ============================================================================== */
div.tabBar {
background: #dcdcd0;
padding-top: 14px;
@ -375,8 +388,8 @@ div.tabBar {
div.tabs {
top: 20px;
margin: 1px 0em 0em 0em;
padding: 0em 0.5em;
margin: 1px 0px 0px 0px;
padding: 0px 6px 0px 0px;
text-align: left;
}
@ -432,10 +445,11 @@ a.tabimage {
}
/*
* Boutons actions
* Nouvelle syntaxe à utiliser
*/
/* ============================================================================== */
/* Boutons actions */
/* ============================================================================== */
/* 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: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; }
/*
* Historique
* A supprimer quand remplace par butXxx
*/
/* Ancienne syntaxe. 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: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;
padding:0px;
spacing:0px;
cursor:move;
}
.notopnoleft {
@ -535,6 +545,7 @@ border: 1px white ridge;
table.border td {
border: 1px solid #6C7C8B;
padding: 1px 2px;
border-collapse: collapse;
}
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
*/
@ -834,13 +837,13 @@ z-index: 100;
/* ============================================================================== */
/* Calendar */
/* ============================================================================== */
.bodyline {
.bodyline {
-moz-border-radius:8px;
border: 1px #E4ECEC outset;
border: 1px #E4ECEC outset;
padding:0px;
margin-bottom:5px;
}
table.dp {
table.dp {
width: 180px;
background-color: #FFFFFF;
border-top: solid 2px #DDDDDD;
@ -888,7 +891,7 @@ table.dp {
.tpMinute td:Hover {background-color:black; color:white; }
.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
/* Bouton X fermer */
/* Bouton X fermer */
.dpInvisibleButtons
{
border-style:none;
@ -899,4 +902,27 @@ border-width:0px;
color:#062342;
vertical-align:middle;
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