[IMP] website: create customize theme application and color-picker; Create theme_boot...
[odoo/odoo.git] / addons / website / static / src / css / website.css
index 12ab72e..c5d403b 100644 (file)
@@ -238,10 +238,6 @@ footer {
   padding-left: 16px;
 }
 
-#themes-list .well {
-  padding: 0 0 20px 0;
-}
-
 /* -- Hack for removing double scrollbar from mobile preview -- */
 div#mobile-preview.modal {
   overflow: hidden;
@@ -393,62 +389,6 @@ div.carousel div.carousel-content {
   padding: 32px 0;
 }
 
-/* Background */
-.oe_dark {
-  background: #eff8f8;
-  background: rgba(200, 200, 200, 0.14);
-}
-
-.oe_black {
-  background-color: rgba(0, 0, 0, 0.9);
-  color: white;
-}
-
-.oe_green {
-  background-color: #169c78;
-  color: white;
-}
-.oe_green .text-muted {
-  color: #dddddd;
-}
-
-.oe_blue_light {
-  background-color: #41b6ab;
-  color: white;
-}
-.oe_blue_light .text-muted {
-  color: #dddddd;
-}
-
-.oe_blue {
-  background-color: #34495e;
-  color: white;
-}
-
-.oe_orange {
-  background-color: #f05442;
-  color: white;
-}
-.oe_orange .text-muted {
-  color: #dddddd;
-}
-
-.oe_purple {
-  background-color: #b163a3;
-  color: white;
-}
-.oe_purple .text-muted {
-  color: #dddddd;
-}
-
-.oe_red {
-  background-color: #9c1b31;
-  color: white;
-}
-.oe_red .text-muted {
-  color: #dddddd;
-}
-
 /* Misc */
 .texttop {
   vertical-align: top;