331 lines
4.8 KiB
CSS
Raw Normal View History

2011-10-26 14:42:03 +00:00
body {
2011-12-29 13:27:58 +00:00
background: url("/themes/default/images/bg-home-tile.jpg") repeat-x scroll 50% 0 #005596;
2011-12-29 16:43:47 +00:00
color: #000000;
2012-01-05 15:38:27 +00:00
font: 0.8em "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
2011-10-26 14:42:03 +00:00
margin: 0;
padding: 0;
}
2011-12-20 15:22:09 +00:00
2011-09-28 08:44:27 +00:00
#global {
position: relative;
2011-12-29 13:27:58 +00:00
width:1000px;
2011-09-28 08:44:27 +00:00
margin-right: auto;
margin-left: auto;
}
2011-10-26 14:42:03 +00:00
#header {
height: 156px;
padding: 0 40px;
position: relative;
}
#header #message {
clear: right;
float: right;
margin-top: 34px;
background-color: #ffffff;
color: #000000;
text-align:center;
2011-10-26 14:42:03 +00:00
line-height: 25px;
padding: 0 1em;
width:450px;
2011-12-20 15:22:09 +00:00
}
2012-01-03 07:26:04 +00:00
#header #message #control {
display:none;
}
2012-01-03 11:07:34 +00:00
#control a {
color:#000000;
text-decoration:none;
}
2012-01-03 07:26:04 +00:00
2011-10-26 14:42:03 +00:00
#header h1 {
border: 0 none;
bottom: 15px;
color: #DDDDDD;
font-size: 2em;
font-weight: normal;
left: 60px;
line-height: 1;
padding: 0;
position: absolute;
text-transform: uppercase;
}
2011-09-28 08:44:27 +00:00
#header h1 {
font-size:18px;
margin:10px 5px;
}
2011-10-26 14:42:03 +00:00
#logo {
border: 0 none !important;
display: block;
position: absolute;
top: 80px;
}
#primaryNavigation {
background: url("/themes/default/images/menu/bg_primaryNav_left.gif") no-repeat scroll left bottom #192839;
float: right;
}
#primaryNavigation ul {
background: url("/themes/default/images/menu/bg_primaryNav_right.gif") no-repeat scroll right bottom transparent;
float: left;
margin: 0;
padding: 0 0.8em 2px;
}
#primaryNavigation li {
background: none repeat scroll 0 0 transparent;
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
}
#primaryNavigation li a {
color: #D0D0D0;
float: left;
line-height: 25px;
margin-bottom: 2px;
padding: 0 1em;
text-decoration: none;
}
#primaryNavigation li.jq-ui, #primaryNavigation li.jq-blog {
border-right: 1px solid #0F1924;
}
#primaryNavigation li.jq-current a, #primaryNavigation li.jq-current a:hover {
background: none repeat scroll 0 0 #192839;
border-bottom: 2px solid #176092;
color: #D0D0D0;
cursor: default;
margin-bottom: 0;
}
#primaryNavigation li a:hover {
border-bottom: 2px solid #4082AE;
color: #FFFFFF;
margin-bottom: 0;
}
2011-09-28 08:44:27 +00:00
#content {
2011-10-26 14:42:03 +00:00
margin:0;
}
2011-12-29 13:27:58 +00:00
2011-09-28 08:44:27 +00:00
#content h1 {font-size:16px; text-decoration:underline;}
#content h2 {font-size:14px;}
#content h3 {font-size:12px;}
#footer {}
2011-12-23 16:25:49 +00:00
.critereSelection li
{
list-style: none;
}
select {
width:150px;
}
label {
font-weight:800;
}
2012-01-06 13:15:52 +00:00
li.liHover {
2011-12-23 16:25:49 +00:00
border:1px solid silver;
padding:5px;
margin:1px;
background-repeat: no-repeat;
background-position:2px;
cursor:move;
2012-01-06 13:15:52 +00:00
font-size: 0.9em;
2011-12-23 16:25:49 +00:00
}
2012-01-06 13:15:52 +00:00
li.liHover a {
text-decoration:none;
}
2011-12-23 16:25:49 +00:00
.ui-state-highlight {margin-top:5px; height: 2.5em; line-height: 1.2em; }
2012-01-06 13:15:52 +00:00
li.liHover:hover {
2011-12-23 16:25:49 +00:00
background-color: #E2E6E5;
cursor:pointer;
}
2011-09-28 08:44:27 +00:00
table#client { width:100%; }
table#client td {
border:1px solid #000;
padding:5px;
width:30%;
}
table#client tr:hover {
background-color: #88ccff;
}
.paragraph {
margin:5px;
padding:5px;
}
h2 {
text-decoration: underline;
}
h3 {
margin-top:10px;
border:1px solid #000;
}
.ui-tabs .ui-tabs-nav {
2012-01-05 15:38:27 +00:00
font-size: 0.7em;
2011-09-28 08:44:27 +00:00
}
#comptage .valeur {
font-weight:bold;
}
2011-10-25 15:51:43 +00:00
#tabs {
float:left;
2011-12-29 13:27:58 +00:00
margin:2px;
width:700px;
2011-10-25 15:51:43 +00:00
}
2011-12-29 13:27:58 +00:00
#accordion {
background: #ffffff;
2011-10-26 14:42:03 +00:00
color: #000000;
2011-12-29 13:27:58 +00:00
float:right;
width:280px;
2011-10-25 15:51:43 +00:00
margin:2px;
2011-12-29 13:27:58 +00:00
padding:2px;
2011-10-25 15:51:43 +00:00
}
.ui-accordion .ui-accordion-content {
padding:0;
}
2011-10-25 15:51:43 +00:00
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom:1;
}
2011-10-26 18:43:34 +00:00
.ui-corner-all {
2011-10-26 18:46:57 +00:00
border-bottom-right-radius:0;
border-bottom-left-radius:0;
border-top-right-radius:0;
border-top-left-radius:0;
2011-10-26 18:43:34 +00:00
}
2011-10-26 18:46:57 +00:00
2011-11-29 15:53:05 +00:00
#naf li { width:650px; }
#naf a { }
2011-12-20 15:22:09 +00:00
#naf a ins { }
#first
{
height:200px;
}
2012-01-03 09:34:00 +00:00
ul#fieldsblock li { list-style-type: none; }
2012-01-05 15:38:27 +00:00
table.ciblage {
width:100%;
}
table.ciblage th {
border:1px solid #000000;
padding:2px;
}
table.ciblage td {
border:1px solid #000000;
padding:2px;
}
#dashboard {
background-color:#ffffff;
padding:10px 5px;
}
#dashboard h2 {
margin:5px 0;
}
2012-01-06 12:49:24 +00:00
.fieldgrp {
clear: both;
width: 100%;
2012-01-06 13:33:08 +00:00
margin:1em 0;
2012-01-06 12:49:24 +00:00
overflow: hidden;
}
.fieldgrp:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.fieldgrp label {
font-weight: bold;
2012-01-06 13:33:08 +00:00
width: 320px;
2012-01-06 12:49:24 +00:00
clear: both;
line-height: 22px;
_padding-top: 3px;
float: left;
display: block;
2012-01-06 13:26:55 +00:00
font-size:0.9em;
2012-01-06 12:49:24 +00:00
}
.field {
2012-01-06 13:33:08 +00:00
width: 320px;
2012-01-06 12:49:24 +00:00
float: left;
padding: 0 10px 0 0;
line-height: 22px;
_padding-top: 3px;
}
.field .longfield {
width: 215px;
}
.field .longfield-select {
width: 220px;
}
.field .smallfield {
width: 95px;
}
.field .medfield {
width: 110px;
}
.field input,.field select {
2012-01-06 13:26:55 +00:00
font-size: 0.9em;
2012-01-06 12:49:24 +00:00
margin: 2px 0;
2012-01-06 13:33:08 +00:00
border:1px solid #000000;
2012-01-06 12:49:24 +00:00
}
.field input[type="radio"] {
margin: 0 5px 0 5px;
2012-01-06 13:26:55 +00:00
}
2012-01-06 13:33:08 +00:00
.field select {
border:1px solid #000000;
}
2012-01-06 13:26:55 +00:00
.slider-range
{
width:150px;
}
.range {background-color:transparent;}