diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index c010adf..7b29f60 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -50,7 +50,7 @@ h4 font-size: 12px; color: #2d2d2d; font-weight: 400; - padding-bottom: 22px; + padding-bottom: 3px; } h5 {margin-bottom: 1em; color:#5e0000;font-size: 14px;} @@ -216,14 +216,25 @@ dl.portlet a:hover {text-decoration: underline;} font-size: 12px; outline: none; padding: 0 0 0 5px; - margin-left: 15px; - margin-right: 15px; - -moz-border-radius: 5px; + margin-left: 13px; +/* margin-right: 15px; */ +/* -moz-border-radius: 5px; */ -moz-transition: all .2s ease-in-out; - -webkit-border-radius: 5px; +/* -webkit-border-radius: 5px; */ -webkit-transition: all .2s ease-in-out; } +#pict_left { + float: right; + width: 23px; + height: 22px; + background: transparent url(../img/backgroundSearch_button.png) no-repeat top left; + top: 0px; + left: -2px; + padding-right: 10px; + +} + #searchfield #searchlink margin: 2px 0 0 0; @@ -853,7 +864,7 @@ margin-top: 8px; font-weight: bold; } .whitebloc{overflow: hidden;} -.whitebloc #polgroup{float:left;text-indent: -9999px; width:120px;margin: 10px 0 0 20px; } +.whitebloc #polgroup{float:left;text-indent: -9999px; width:120px;margin: 20px 0 0 20px; } .whitebloc .mr{height:25px; background: url(../img/mr.png) no-repeat; } .whitebloc .ecolo{height:25px; background: url(../img/ecolo.png) no-repeat; } .whitebloc .cdh{height:25px; background: url(../img/cdh.png) no-repeat; } @@ -1314,7 +1325,7 @@ margin-top: 8px; .nav-list-month, .portletCalendar .month_navigator { - font-size: 18px; + font-size: 16px; /* color:#884a4a; */ text-align: center; padding: 5px 0; @@ -1345,15 +1356,20 @@ border: none; } #colTwo .portletCalendar a {color:#F7F0E8 !important; text-decoration:none;} -.portletCalendar .ploneCalendar{margin: auto;} +.portletCalendar .ploneCalendar{margin: auto; border-spacing: 1px;} .portletCalendar .ploneCalendar th{background: none;color: #91908f;font-size: 12px;} .portletCalendar .ploneCalendar td{ padding: 0; text-align: center; width: 25px; border: none; - background: none; +/* background: none; */ } + +.portletCalendar .ploneCalendar .todayevent { + background-color: #FDC600; +} + .portletCalendar .ploneCalendar tr{ background: none; } @@ -1784,6 +1800,73 @@ table.listing td.draggable { padding: 0.4em 0.4em 0 0.5em; text-shadow: 1px 1px 1px White; } + +/*table invisible */ +#content table.invisible { + border-collapse:collapse; + border:none; + width:100%; +} + +table.invisible .top { + border:none; +} +#content table.invisible th { + background: none repeat scroll 0 0 transparent; + border:none; + font-size: 10px; +} +#content table.invisible th:last { + border: none; +} +table.invisible tr.odd th { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: transparent; + border-style: none; + border-width: 0.1em; +} +table.invisible tbody th { + font-weight: bold; +} +table.invisible tbody tr { + text-align: left; + background: none repeat scroll 0 0 transparent; + border:none; +} +#content table.invisible tbody tr:hover { + background: none repeat scroll 0 0 transparent; +} +#content table.invisible tbody tr:hover td{ + background: none; +} +table.invisible tbody tr.odd { + background: none repeat scroll 0 0 transparent; +} +table.invisible tbody tr td { + background: none repeat scroll 0 0 transparent; + border:none; +} +table.invisible tbody tr.odd td { + background: none repeat scroll 0 0 transparent; +} +table.invisible td { + border:none; +} +table.invisible a { + border: none !important; + display: inline-block; +} +table.invisible td.draggable { + background: none repeat scroll 0 0 transparent !important; + border-bottom: 1px solid transparent; + padding: 0.4em 0.4em 0 0.5em; + text-shadow: 1px 1px 1px transparent; +} + /*table plain*/ #content table.plain { border-collapse:collapse; @@ -1958,6 +2041,23 @@ dl.portlet { width: auto; } +div.labelboxes { + + -webkit-appearance: textfield; + padding: 1px; + background-color: white; + border: 1px inset; + left:10px; + margin-left: 230px; +} + +input.ac_input, input.ac_input:focus { + border: none; + background: transparent; + width: auto; +} + + span.labelbox { display: inline; background: white url(../img/close_selected_item.png) no-repeat center right; diff --git a/plonetheme/pcfweb/static/img/backgroundSearch_button.png b/plonetheme/pcfweb/static/img/backgroundSearch_button.png new file mode 100644 index 0000000..69f7904 Binary files /dev/null and b/plonetheme/pcfweb/static/img/backgroundSearch_button.png differ diff --git a/plonetheme/pcfweb/static/img/backgroundSearch_middle.png b/plonetheme/pcfweb/static/img/backgroundSearch_middle.png new file mode 100644 index 0000000..1f9c47d Binary files /dev/null and b/plonetheme/pcfweb/static/img/backgroundSearch_middle.png differ diff --git a/plonetheme/pcfweb/static/img/backgroundSearchfull.png b/plonetheme/pcfweb/static/img/backgroundSearchfull.png new file mode 100644 index 0000000..46adfd4 Binary files /dev/null and b/plonetheme/pcfweb/static/img/backgroundSearchfull.png differ diff --git a/plonetheme/pcfweb/static/img/sc_online_next.png b/plonetheme/pcfweb/static/img/sc_online_next.png new file mode 100644 index 0000000..8e91c61 Binary files /dev/null and b/plonetheme/pcfweb/static/img/sc_online_next.png differ diff --git a/plonetheme/pcfweb/static/img/sc_online_off.png b/plonetheme/pcfweb/static/img/sc_online_off.png new file mode 100644 index 0000000..79d4edf Binary files /dev/null and b/plonetheme/pcfweb/static/img/sc_online_off.png differ diff --git a/plonetheme/pcfweb/static/img/sc_online_on.png b/plonetheme/pcfweb/static/img/sc_online_on.png new file mode 100644 index 0000000..91e137a Binary files /dev/null and b/plonetheme/pcfweb/static/img/sc_online_on.png differ