123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653 |
- @charset "UTF-8";
- /* ---- CKEditor Minimal Reset ---- {{{ */
- .navbar.navbar-inverse .cke_chrome {
- border: none;
- }
- .navbar.navbar-inverse .cke_inner {
- background: rgba(0, 0, 0, 0);
- }
- .navbar.navbar-inverse .cke_toolbar {
- position: relative;
- top: 1px;
- }
- .navbar.navbar-inverse .cke_combo_button {
- padding-top: 3px;
- padding-bottom: 3px;
- }
- .navbar.navbar-inverse .cke_button {
- padding-top: 7px;
- padding-bottom: 7px;
- }
- .navbar.navbar-inverse .cke_top {
- background: rgba(0, 0, 0, 0);
- border: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- -ms-filter: "alpha(opacity=50)";
- }
- #cke_1_top {
- padding: 0;
- }
- #cke_wrapwrap {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #cke_wrapwrap .cke_button {
- padding-top: 5px;
- padding-bottom: 5px;
- }
- #cke_wrapwrap .cke_combo_button {
- padding-top: 1px;
- padding-bottom: 1px;
- }
- /* ---- OpenERP Style ---- {{{ */
- .oe_website_editorbar {
- position: fixed;
- top: 0;
- right: 0;
- display: block;
- width: 100%;
- padding: 2px;
- margin: 0;
- z-index: 20000;
- background: #414141, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjA2MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background: #414141, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646060), color-stop(100%, #262626));
- background: #414141, -moz-linear-gradient(#646060, #262626);
- background: #414141, -webkit-linear-gradient(#646060, #262626);
- background: #414141, linear-gradient(#646060, #262626);
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .oe_website_editorbar li {
- display: inline;
- color: #eee;
- }
- .oe_website_editorbar li:hover {
- background: rgba(0, 0, 0, 0.2);
- text-shadow: black 0px 0px 3px;
- color: white;
- }
- .oe_website_editorbar .oe_rte_toolbar div.dropdown {
- display: inline-block;
- }
- .oe_website_editorbar .oe_rte_toolbar div.dropdown li {
- display: list-item;
- }
- .oe_website_editorbar .oe_rte_toolbar button {
- font-family: FontAwesome;
- font-weight: normal;
- font-style: normal;
- text-decoration: inherit;
- }
- .oe_website_editorbar .oe_rte_toolbar button.oe_button_list {
- padding-right: 3px;
- }
- .oe_website_editorbar .oe_rte_toolbar button.oe_button_list:after {
- content: "";
- padding-left: 6px;
- }
- .oe_editable:focus {
- outline: none !important;
- }
- .css_editable_display {
- display: block !important;
- }
- .css_editable_hidden {
- display: none !important;
- }
- .cke_editable .css_editable_mode_hidden {
- display: none;
- }
- .cke_editable .css_editable_mode_display {
- display: block !important;
- }
- .oe_structure.oe_empty:empty, [data-oe-type=html]:empty, .oe_structure.oe_empty > .oe_drop_zone.oe_insert:only-child, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child {
- background-image: url("/website/static/src/img/edit_here.png") !important;
- }
- .oe_structure.oe_empty:empty:before, [data-oe-type=html]:empty:before, .oe_structure.oe_empty > .oe_drop_zone.oe_insert:only-child:before, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child:before {
- content: "Press The Top-Left Edit Button" !important;
- }
- [data-oe-type=html].oe_no_empty:empty:before {
- content: "" !important;
- }
- [data-oe-type=html].oe_no_empty:empty {
- background-image: none !important;
- height: 16px !important;
- }
- #website-top-edit {
- width: 100%;
- }
- #website-top-edit > ul > li {
- margin: 0;
- }
- #website-top-navbar {
- min-height: 34px;
- height: 34px;
- }
- #website-top-navbar form {
- margin: 0;
- }
- #website-top-navbar form button, #website-top-navbar form a {
- padding: 4px 8px 4px 8px;
- margin-top: 2px;
- font-size: 13px;
- }
- /* ---- EDITOR BAR ---- {{{ */
- table.editorbar-panel {
- cursor: pointer;
- width: 100%;
- }
- table.editorbar-panel td {
- border: 1px solid #aaa;
- }
- table.editorbar-panel td.selected {
- background-color: #b1c9d9;
- }
- .link-style .dropdown > .btn {
- min-width: 160px;
- }
- .link-style .link-style {
- display: none;
- }
- .link-style li {
- text-align: center;
- }
- .link-style li label {
- width: 100px;
- margin: 0 5px;
- }
- .link-style .col-sm-2 > * {
- line-height: 2em;
- }
- /* ---- TRANSLATIONS ---- {{{ */
- .oe_translate_or {
- color: white;
- padding: 0 0 0 1em;
- }
- .oe_translate_examples li {
- margin: 10px;
- padding: 4px;
- }
- .oe_translatable_text {
- outline: 1px solid black;
- }
- .oe_translatable_field {
- outline: 1px dashed black;
- }
- .oe_translatable_text.oe_dirty, .oe_translatable_field.oe_dirty {
- outline-color: red;
- }
- .oe_translatable_text.oe_dirty:empty {
- padding: 0 10px;
- }
- .oe_translatable_todo {
- background: #ffffb6;
- }
- /* ---- MENU ---- {{{ */
- div.oe_menu_buttons {
- top: -8px;
- right: -8px;
- }
- ul.oe_menu_editor .fa-home {
- display: none;
- }
- ul.oe_menu_editor > li:first-child > div > span > .fa-home {
- display: block;
- }
- ul.oe_menu_editor .oe_menu_placeholder {
- outline: 1px dashed #4183C4;
- }
- ul.oe_menu_editor ul {
- list-style: none;
- }
- ul.oe_menu_editor li div {
- cursor: move;
- }
- ul.oe_menu_editor .disclose {
- cursor: pointer;
- width: 10px;
- display: none;
- }
- /* ---- RTE ---- {{{ */
- .oe_editable .btn, .btn.oe_editable {
- -moz-user-select: auto;
- -ms-user-select: auto;
- -webkit-user-select: auto;
- user-select: auto;
- cursor: text !important;
- }
- .modal-dialog.select-media {
- width: 80%;
- }
- .modal .existing-attachments .pager {
- margin: 0;
- }
- .modal .image-preview {
- margin-bottom: 0.5em;
- }
- .modal-footer {
- text-align: left;
- }
- .modal.nosave .wait {
- display: inline-block !important;
- visibility: visible !important;
- }
- .modal.nosave .modal-body .filepicker, .modal.nosave .modal-body .image-preview {
- display: none;
- }
- .modal.nosave .modal-body .wait {
- width: 100%;
- }
- .modal.nosave .modal-footer .save {
- display: none;
- }
- .modal .font-icons-icons {
- font-size: 2em;
- max-height: 9em;
- overflow: auto;
- }
- .modal .font-icons-icons .font-icons-icon {
- display: inline-block;
- width: 2em;
- padding: 0.25em;
- text-align: center;
- cursor: pointer;
- }
- .modal .font-icons {
- position: relative;
- display: block;
- }
- .modal .font-icons:before {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
- opacity: 0.7;
- position: absolute;
- top: 2px;
- left: 3px;
- font-size: 2em;
- }
- .modal #icon-search {
- padding-left: 2.5em;
- }
- .modal #fa-preview {
- text-align: center;
- }
- .modal #fa-preview span {
- cursor: pointer;
- padding: 0 15px;
- }
- .modal #fa-preview .font-icons-selected {
- background-color: #ddd;
- }
- .existing-attachments .pager .disabled {
- display: none;
- }
- .existing-attachments .existing-attachment-cell {
- position: relative;
- }
- .existing-attachments .existing-attachment-cell .img {
- border: 1px solid #848490;
- }
- .existing-attachments .existing-attachment-cell .existing-attachment-remove {
- position: absolute;
- top: 0;
- left: 15px;
- cursor: pointer;
- background: white;
- padding: 2px;
- border: 1px solid #848490;
- border-top: none;
- border-left: none;
- -moz-border-radius-bottomright: 8px;
- -webkit-border-bottom-right-radius: 8px;
- border-bottom-right-radius: 8px;
- }
- .existing-attachments .existing-attachment-cell.media_selected > i, .existing-attachments .existing-attachment-cell.media_selected > img {
- border-width: 5px;
- border-color: #00f8f8;
- }
- .cke_widget_wrapper {
- position: static !important;
- }
- .cke_widget_inline {
- display: inline !important;
- }
- .cke_widget_editable:empty:after {
- opacity: 0.3;
- white-space: pre-wrap;
- }
- .cke_widget_editable:not([placeholder]):empty::after {
- content: " ";
- }
- .cke_widget_editable[placeholder]:not(:focus):empty::after {
- content: attr(placeholder);
- }
- .oe_carlos_danger {
- outline: 1px solid red !important;
- background-color: #ffd9dd !important;
- }
- .hover-edition {
- display: inline-block;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1001;
- }
- .preview-container {
- text-align: center;
- line-height: 100px;
- height: 100px;
- }
- .preview-container > * {
- max-height: 100px;
- line-height: 100px;
- margin: 0 auto;
- display: inline-block;
- }
- .cke_editable .fa {
- cursor: pointer;
- }
- .img-responsive {
- text-align: center;
- }
- /* ---- MOBILE PREVIEW ---- {{{ */
- .oe_mobile_preview.modal .modal-content {
- height: 660px;
- background-color: #000000;
- border: 2px solid #1C1F1F;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- margin: auto;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- max-width: 330px;
- }
- .oe_mobile_preview.modal .modal-content .modal-header {
- background-color: #000000;
- border-bottom: 0;
- -moz-border-radius-topleft: 10px;
- -webkit-border-top-left-radius: 10px;
- border-top-left-radius: 10px;
- -moz-border-radius-topright: 10px;
- -webkit-border-top-right-radius: 10px;
- border-top-right-radius: 10px;
- }
- .oe_mobile_preview.modal .modal-content .modal-header .modal-title {
- color: #1C1F1F;
- }
- .oe_mobile_preview.modal .modal-content .modal-header .close {
- color: lightgrey;
- filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
- opacity: 1;
- }
- .oe_mobile_preview.modal .modal-content .modal-header .close:hover {
- color: #E00101;
- filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
- opacity: 1;
- }
- .oe_mobile_preview.modal .modal-content .modal-body {
- background-color: #000000;
- max-height: 600px;
- padding: 0;
- margin: 0;
- }
- .oe_mobile_preview.modal .modal-content .modal-body .oe_mobile_viewport {
- width: 320px;
- height: 568px;
- padding: 5px;
- border: none;
- }
- .oe_mobile_preview.modal .modal-content .modal-footer {
- background-color: #000000;
- }
- /* ---- SEO TOOLS ---- {{{ */
- .oe_seo_configuration .modal-dialog {
- width: 80%;
- }
- .oe_seo_configuration .oe_remove {
- color: #E00101;
- }
- .oe_seo_configuration .oe_seo_suggestion {
- cursor: pointer;
- }
- .oe_seo_configuration .oe_seo_keyword {
- padding: 0.2em 0.4em 0.2em 0.5em;
- -moz-border-radius: 0.4em;
- -webkit-border-radius: 0.4em;
- border-radius: 0.4em;
- }
- .oe_seo_configuration li.oe_seo_preview_g {
- line-height: 1.2;
- list-style: none;
- list-style-image: none;
- list-style-position: outside;
- list-style-type: none;
- font-size: small;
- font-family: arial, sans-serif;
- }
- .oe_seo_configuration li.oe_seo_preview_g h3 {
- font-size: medium;
- }
- .oe_seo_configuration li.oe_seo_preview_g .r {
- margin: 0;
- font-size: 16px;
- font-style: normal;
- font-weight: normal;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-text-overflow: ellipsis;
- white-space: nowrap;
- }
- .oe_seo_configuration li.oe_seo_preview_g .r a {
- color: #1e0fbe;
- text-decoration: underline;
- text-transform: none;
- }
- .oe_seo_configuration li.oe_seo_preview_g .r a em {
- font-style: normal !important;
- }
- .oe_seo_configuration li.oe_seo_preview_g .s {
- color: #444;
- max-width: 42em;
- }
- .oe_seo_configuration li.oe_seo_preview_g .kv, .oe_seo_configuration li.oe_seo_preview_g .slp {
- display: block;
- margin-bottom: 1px;
- }
- .oe_seo_configuration li.oe_seo_preview_g .f {
- color: #666;
- margin-bottom: 1px;
- }
- .oe_seo_configuration li.oe_seo_preview_g .f cite {
- color: #006621;
- font-style: normal;
- font-size: 14px;
- }
- .oe_seo_configuration li.oe_seo_preview_g .st {
- line-height: 1.24;
- }
- /* ---- ACE EDITOR ---- {{{ */
- .oe_ace_view_editor {
- position: fixed;
- right: 0;
- z-index: 1001;
- height: 100%;
- background: #2F3129;
- color: white;
- }
- .oe_ace_view_editor .oe_ace_view_editor_title {
- width: 100%;
- padding-top: 0;
- padding-left: 0;
- height: 30px;
- }
- .oe_ace_view_editor .oe_ace_view_editor_title .oe_view_list {
- width: 50%;
- height: 30px;
- font-size: 14px;
- font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
- line-height: normal;
- }
- .oe_ace_view_editor .oe_ace_view_editor_title .btn {
- height: 30px;
- padding: 0 4px 0 4px;
- font-size: 14px;
- font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
- line-height: normal;
- }
- .oe_ace_view_editor .ace_editor {
- position: absolute;
- top: 50px;
- right: 0;
- left: 0;
- }
- .oe_ace_view_editor .ace_editor .ace_gutter {
- cursor: ew-resize;
- }
- .oe_ace_view_editor #ace-view-id {
- padding: 0 1em;
- }
- .oe_ace_view_editor.oe_ace_open {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
- opacity: 0.97;
- }
- .oe_ace_view_editor.oe_ace_closed {
- z-index: -1000;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
- opacity: 0;
- }
- /* ---- CUSTOMIZE THEME ---- {{{ */
- #theme_error {
- background: #ffc;
- }
- #theme_customize_modal {
- overflow: visible;
- overflow-y: auto;
- z-index: 1020;
- background: rgba(0, 0, 0, 0);
- display: block;
- }
- #theme_customize_modal .modal-dialog {
- top: 75px;
- width: auto;
- margin: 0;
- position: absolute;
- right: 10px;
- font-family: "Lato-Regular";
- font-weight: normal;
- text-transform: capitalize;
- letter-spacing: normal;
- }
- #theme_customize_modal .modal-h5 {
- color: #ffffff;
- font-family: "Lato-Regular";
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: normal;
- font-size: 14px;
- color: white;
- padding: 4px 0 4px 4px;
- background-color: #bdc3c7;
- }
- #theme_customize_modal table {
- width: 100%;
- margin-bottom: 8px;
- }
- #theme_customize_modal label {
- display: block;
- text-align: center;
- }
- #theme_customize_modal label > div, #theme_customize_modal label > img {
- border: 1px solid #fff;
- line-height: 30px;
- font-size: 0.9em;
- margin: 2px 4px;
- }
- #theme_customize_modal label.checked > div, #theme_customize_modal label.checked > img {
- box-shadow: 2px 2px 3px #888;
- border: 1px solid #666;
- }
- #theme_customize_modal label img {
- width: 60px;
- height: 35px;
- margin: 2px;
- border: 1px solid rgba(136, 136, 136, 0.5);
- }
- #theme_customize_modal label input {
- display: none;
- }
- #theme_customize_modal .loading_backdrop {
- display: none;
- }
- #theme_customize_modal.loading .loading_backdrop {
- display: block;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- position: absolute;
- z-index: 1;
- }
- /* ---- force the browse to re-compute the stylesheets ---- */
- body.theme_customize_css_loading {
- magin-top: 1px;
- }
- body.theme_customize_css_loading #wrapwrap {
- magin-top: -1px;
- }
|