several days of pducarme changes

This commit is contained in:
Frédéric Péters 2011-12-04 19:26:46 +01:00
parent bdb2a076c8
commit c200610a48
3 changed files with 154 additions and 44 deletions

View File

@ -34,6 +34,7 @@ h2
color: #2d2d2d;
font-weight: 400;
padding-bottom: 22px;
margin-top: 1em;
}
h3
{
@ -543,6 +544,7 @@ span.headerIcon
#results {padding:0 20px 0 0;}
#results{padding:0 9px 0 0;}
#results ul{padding:0; margin: 0;}
/*rose laid du hover */
#results li:hover {background: #c25c5c;color:#ffffff;}
#results li:hover h4 a{color:#ffffff !important;}
#results li{padding: 10px; background: #e7e7e6;color: #4d4d4d; list-style: none; list-style-image: none;}
@ -673,8 +675,10 @@ input.button-field,
text-decoration: underline;
}
#formfield-form-widgets-captcha .captchaImage,
#formfield-form-widgets-captcha #form-widgets-captcha {float:right;margin-right:20px; width: 475px;clear:right}
#formfield-form-widgets-captcha .captchaImage {float:left;margin-right:20px; clear:right;}
#formfield-form-widgets-captcha #form-widgets-captcha {float:left;top: 2px;left:0px; width: 200px;clear:right; height: 24px; font-size: 24px; color: #293D86; font-style: italic;}
#colOne .formControls{clear:both; text-align: center; margin: 20px 0 10px 0;}
@ -940,18 +944,30 @@ margin-top: 8px;
float:right;
color:#aa0000;
}
#colTwo dl.portlet p,
#colTwo dl.portlet
{
margin:0;
}
#colTwo dl.portletNavigationSelect p,
#colTwo dl.portletNavigationSelect,
#colTwo dl.portletCalendar p,
#colTwo dl.portletCalendar,
#colTwo dl.portlet-static-nos-liens p,
#colTwo dl.portlet-static-nos-liens
{
margin-bottom: 5px;
background-color: #f9f9f9;
}
/***** BLOCS *****/
#colTwo .portletWrapper{
clear: both;
margin-bottom: 7px;
background: #ffffff url("../img/bloc_bg_bottom.png") no-repeat left bottom;
margin-bottom: 2px;
background: transparent url("../img/bloc_bg_bottom.png") no-repeat left bottom;
/* border-right: 1px solid #efede6; */
/* border-top: 3px solid #FFFFFF; */
float: left;
@ -1043,7 +1059,7 @@ margin-top: 8px;
{
display: block;
font-size: 11px;
font-weight: bold;
/* font-weight: bold; */
color: #fff;
text-decoration: none;
text-align: center;
@ -1067,7 +1083,7 @@ margin-top: 8px;
#footer
{
height: 76px;
background: #EFEDE6;
background: #F9F9F9;
position: relative;
padding-left: 5px;
padding-top: 5px;
@ -1202,7 +1218,7 @@ margin-top: 8px;
.portletNavigationTree {
/* background: url(../img/content_top_container_t.jpg) no-repeat;
padding-top: 9px; */
background-color: rgba(249,249,249,1);
background-color: rgba(249,249,249,.92);
padding: 5px 0 5px 0;
border: 1px solid #E8E6E2;
border-right: 1px solid #D6D6CE;
@ -1210,7 +1226,16 @@ margin-top: 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.ie dl.portletNavigationTree {
/* background: url(../img/content_top_container_t.jpg) no-repeat;
padding-top: 9px; */
background-color: #f9f9f9;
padding: 5px 0 5px 0;
border: 1px solid #E8E6E2;
border-right: 1px solid #D6D6CE;
border-bottom: 1px solid #D6D6CE;
}
/* .portletNavigationTree .portletItem{
background: url(../img/content_top_container_m.jpg) repeat-y;
@ -1249,6 +1274,7 @@ margin-top: 8px;
.portletNavigationTree ul a {color:#565655 !important; font-size: 11px;}
.portletNavigationTree ul a:hover {color:#565655 !important;}
/*content-description*/
/*#content-description{
background: url(../img/content_top_container_t.jpg) no-repeat;
@ -1328,7 +1354,11 @@ margin-top: 8px;
font-size: 16px;
/* color:#884a4a; */
text-align: center;
padding: 5px 0;
padding: 2px 0;
}
dd.portletitem tbody {
vertical-align: top;
}
@ -1354,25 +1384,41 @@ border: none;
display: inline-block;
text-indent: -9999px;
}
#colTwo .portletCalendar a {color:#F7F0E8 !important; text-decoration:none;}
#colTwo .portletCalendar .portletHeader a {color:#F7F0E8 !important; text-decoration:none; }
#colTwo .portletCalendar .event a {color:#F7F0E8 !important; text-decoration:none; background: none;}
.portletCalendar .ploneCalendar{margin: auto; border-spacing: 1px;}
.portletCalendar .ploneCalendar th{background: none;color: #91908f;font-size: 12px;}
.portletCalendar .ploneCalendar td{
padding: 0;
/* padding: 0; */
text-align: center;
width: 25px;
border: none;
/* background: none; */
}
.portletCalendar .ploneCalendar .todayevent {
background-color: #FDC600;
.ploneCalendar td.todayevent {
border: 2px groove #E8E7DE;
background: #B5001F;
}
.ploneCalendar td.todaynoevent {
border: 2px groove #E8E7DE;
background: #FFFFFFF;
}
.portletCalendar .ploneCalendar tr{
background: none;
}
.portletCalendar .ploneCalendar tbody {
display: table-row-group;
vertical-align: middle;
}
#content-wrapper .portletCalendar .ploneCalendar tr:hover{
background: #efefef;
color:#666666;
@ -1389,12 +1435,26 @@ border: none;
background: #B5001F;
color:#fefefe;
}
#content-wrapper .portletCalendar .ploneCalendar tr .event{
#content-wrapper .portletCalendar .ploneCalendar tr {
/* background:#e9a41d; */
background:#ED0033;
background:none;
color:#666666;
}
#content-wrapper .portletCalendar .ploneCalendar .event tr {
/* background:#e9a41d; */
background: none;
color:#666666;
}
.ploneCalendar td.event{
background: #ED0033;
padding: 1px 0px 1px 0px;
}
.ploneCalendar .event {
background-color: transparent;
}
/*----------*/
/*form items*/
@ -1427,7 +1487,9 @@ border: none;
/*categories*/
.category_buttons {overflow: hidden; margin: 0 15px; text-align: center}
.category_buttons_double {overflow: hidden; margin: 0 15px; text-align: center}
.category_buttons > div{display:inline-block;}
.category_buttons_double > div {display: inline-block;}
.category {
width: 210px;
float: left;
@ -1972,7 +2034,7 @@ dl.portlet {
.template-folder_listing .centerContentBottom #formfield-form-widgets-doctype select,
.template-folder_listing .centerContentBottom input,
.template-folder_listing .centerContentBottom select{
width:450px;
width:449px;
}
.portaltype-tabellio-contact-form .centerContentBottom #formfield-form-widgets-message textarea,
.portaltype-tabellio-contact-form .centerContentBottom input,
@ -2033,7 +2095,7 @@ dl.portlet {
#events-table-seances .parlementary-event .date
{
float:left;
width: 60%;
width: 45%;
margin: 0;
}
@ -2054,10 +2116,28 @@ div.labelboxes {
min-height: 10px;
}
input.ac_input, input.ac_input:focus {
dd#fieldset-documents input[type=text],
dd#fieldset-dossiers input[type=text],
dd#fieldset-questions input[type=text],
dd#fieldset-decrets input[type=text],
dd#fieldset-documents input[type=text]:focus,
dd#fieldset-dossiers input[type=text]:focus,
dd#fieldset-questions input[type=text]:focus,
dd#fieldset-decrets input[type=text]:focus,
dd#fieldset-documents select:focus,
dd#fieldset-dossiers select:focus,
dd#fieldset-questions select:focus,
dd#fieldset-decrets select:focus,
#content select:focus {
outline:none;
background: #FFFFFF;
}
input.ac_input, input.ac_input:focus, select.ac_input:focus {
border: none;
background: transparent;
min-width: 120px;
width: 120px;
decoration: none;
outline: none;
padding: none;
@ -2069,8 +2149,9 @@ span.labelbox {
display: inline-block;
background: #7B8AA3 url(../img/close_selected_item.png) no-repeat center right;
color: #FFFFFF;
padding: 1px 18px 1px 3px;
padding: 0px 18px 0px 3px;
margin-bottom: 1px;
margin-left: 2px;
border: 1px solid #00458A;
border-radius: 5px;
font-size: 11px;
@ -2300,38 +2381,46 @@ body.template-pcfhome_folder div.centerContentTop {
#colTwo .portlet-static-nos-liens .portletItem,
#colTwo .portletNavigationSelect .portletItem{padding: 5px;}
#pas-de-seance,
#prochaine-seance,
#seance-en-cours {
#pas-de-seance {
background: url("../img/sc_online_off.png") no-repeat;
width: 223px;
height: 88px;
color: #FFFFFF;
font-weight: bold;
padding-left: 5px;
padding-top: 0px;
padding-left: 0px;
}
#prochaine-seance {
background-image: url("../img/sc_online_next.png");
font-weight: normal;
background: url("../img/sc_online_next.png") no-repeat;
width: 223px;
height: 88px;
color: #FFFFFF;
/* font-weight: bold; */
padding-top: 0px;
padding-left: 0px;
}
#prochaine-seance a:visited, #prochaine-seance a:link, #prochaine-seance a:active {
color: #FFFFFF;
display: block;
height: 35px;
padding-top:55px;
padding-left: 5px;
}
#seance-en-cours {
background-image: url("../img/sc_online_on.png");
background: url("../img/sc_online_on.png") no-repeat;
width: 223px;
height: 88px;
color: #FFFFFF;
font-weight: bold;
padding-top: 0px;
padding-left: 0px;
}
#pas-de-seance span,
#prochaine-seance a,
#seance-en-cours a {
display: block;
padding-top: 59px;
color: white;
}
#prochaine-seance a:hover,
#seance-en-cours a:hover {
color: white !important;
text-decoration: none !important;
#seance-en-cours a:visited, #seance-en-cours a:link, #seance-en-cours a:active {
color: #FFFFFF;
}
.portaltype-tabellio-agenda-parlement .centerContentBottom #content,
@ -2507,11 +2596,10 @@ ul#cri-stream {
font-weight: normal;
}
dd#fieldset-documents input,
dd#fieldset-dossiers input,
dd#fieldset-questions input,
dd#fieldset-decrets input {
width: auto;
.portaltype-tabellio-contact-form .centerContentBottom input[type=text], .portaltype-tabellio-contact-form .centerContentBottom textarea {
outline:none;
background: #FFFFFF;
}
#fieldset-decrets ul {
@ -2558,3 +2646,25 @@ dd#fieldset-decrets input {
#sorton select {
width: 80px;
}
#navmarker {
background: url(../img/arrownav.png) top left no-repeat;
width: 50px;
height: 20px;
position: absolute;
top: 25px;
display: block;
cursor: pointer;
z-index: 101;
}
#pcf-top-nav {
display: none;
position: absolute;
z-index: 100;
top: 120px;
}
#anon-personalbar { display: none; }
/*#portal-personaltools-wrapper { display: none; } */
p#details a { text-align: right; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB