--- a/wp/wp-content/plugins/portfolio/bws_menu/css/style.css Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/plugins/portfolio/bws_menu/css/style.css Mon Oct 14 17:39:30 2019 +0200
@@ -1,176 +1,486 @@
-.bws_system_info_meta_box {
- max-width: 850px;
+a.toplevel_page_bws_panel.wp-has-current-submenu:after {
+ display: none;
}
-.bws_system_info_meta_box .hndle {
- cursor: pointer !important;
+.toplevel_page_bws_panel #wpcontent,
+.bws-panel_page_bws_themes #wpcontent,
+.bws-panel_page_bws_system_status #wpcontent,
+body[class*="-bws-panel"] #wpcontent {
+ padding-left: 0;
+ padding-right: 0;
+}
+.toplevel_page_bws_panel .update-nag,
+.bws-panel_page_bws_themes .update-nag,
+.bws-panel_page_bws_system_status .update-nag,
+body[class*="-bws-panel"] .update-nag {
+ display: none;
+}
+.bws-wrap-content {
+ padding-left: 20px;
}
-.bws_system_info {
- float: left;
- margin-right: 10px;
- max-width: 400px;
+.rtl .bws-wrap-content {
+ padding-left: 0;
+ padding-right: 20px;
+}
+/*
+* panel
+*/
+.bws-header {
+ background: #0074a2;
+ color: #8bbed2;
+ padding: 0 17px;
}
-.bws_system_info th {
- padding: 10px 0;
- text-align: left;
- width: 50%;
+.bws-title,
+.bws-nav-tab-wrapper,
+.bws-help-links-wrapper {
+ display: inline-block;
+}
+.bws-title {
+ text-transform: uppercase;
+ font-weight: 600;
+ font-size: 18px;
+ letter-spacing: 0.1em;
+ margin-top: 15px;
}
-.bws_system_info tbody td {
- border-bottom: 1px solid #DFDFDF;
+.bws-title a {
+ color: #fff;
+ text-decoration: none;
+ box-shadow: none;
}
-.clear {
- clear: both;
+.bws-logo.bwsicons {
+ font-size: 25px;
+ color: #fff;
+ margin: 0 3px;
+ vertical-align: middle;
+}
+.bws-title span {
+ color: #8bbed2;
+ font-size: 10px;
+ vertical-align: top;
+}
+.bws-nav-tab-wrapper {
+ height: 100%;
+ font-size: 15px;
+ margin-left: 28px;
}
-.bws_main.title {
- float: left;
- margin-right: 30px;
+.bws-help-links-wrapper a,
+.bws-nav-tab-wrapper a {
+ color: #8bbed2;
+ text-decoration: none;
+ display: inline-block;
+ padding: 17px 20px 20px;
+ box-shadow: none;
+}
+.bws-help-links-wrapper a {
+ padding: 17px 12px 20px;
}
-h4.bws_installed,
-h4.bws_recommended {
- color: #999;
- font-weight: bold;
- text-transform: uppercase;
+.bws-nav-tab-wrapper a.bws-nav-tab {
+ color: #fff;
+}
+.bws-nav-tab-active {
+ background: #005d82;
+ color: #fff;
+}
+.bws-help-links-wrapper a:hover,
+.bws-nav-tab-wrapper a:hover {
+ color: #8bbed2;
+ background: #006894;
+}
+.bws-help-links-wrapper {
+ float: right;
font-size: 14px;
}
-h4.bws_installed:before,
-h4.bws_recommended:before {
- border-radius: 9px;
- content: "";
- display: inline-block;
- height: 8px;
+.bws-menu-item-icon {
+ display: none;
+ float: right;
+ font-size: 26px;
+ padding: 17px 11px;
+ color: #fff;
+}
+.bws-menu-item-icon.bws-active {
+ color: #8bbed2;
+}
+.rtl .bws-nav-tab-wrapper {
+ margin-left: 0;
+ margin-right: 28px;
+}
+.rtl .bws-help-links-wrapper {
+ float: left;
+}
+/*
+* membership
+*/
+.bws-membership-wrap {
+ background: url("../images/membership-background.jpg") no-repeat center #fff;
+ overflow: hidden;
+ position: relative;
+ margin: 20px 20px 0 20px;
+}
+.bws-membership-backround {
+ background-color: #000;
+ opacity: 0.8;
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ z-index: 5;
+}
+.bws-membership {
+ color: #fff;
+ padding: 23px 22px 23px 20px;
+ z-index: 6;
position: relative;
- top: -1px;
- width: 8px;
- margin-right: 7px;
+}
+.bws-membership-title {
+ font-size: 18px;
+ line-height: 30px;
+ font-weight: 600;
+ float: left;
+}
+.bws-membership-form {
+ float: right;
+}
+.bws-membership-form * {
+ vertical-align: top;
+}
+.bws_form_input_wrap {
+ display: inline-block;
+}
+.bws-membership input[type="text"] {
+ border-radius: 3px;
+ border: none;
+ font-size: 13px;
+ padding: 8px 19px 8px 9px;
+ text-align: left;
+}
+.bws-membership .bws-button {
+ background: #dd6930;
+ color: #fff;
+ text-align: center;
+ display: inline-block;
+ text-decoration: none;
+ font-size: 13px;
+ padding: 8px 9px;
+ border-radius: 3px;
+ border: none;
+ cursor: pointer;
+ margin: 0 6px;
+}
+.bws-membership-link {
+ font-size: 15px;
+ color: #999;
+ padding: 0 8px;
+ line-height: 27px;
+}
+.bws-membership-link a {
+ color: #fff;
+ text-decoration: none;
+ border-bottom: 1px solid #999;
+ padding: 0 3px;
+}
+.bws-membership-link a:hover {
+ border-bottom: none;
}
-h4.bws_recommended:before {
- background: #0074a2;
+.bws_error {
+ color: #c5412b;
+ margin-top: 1px;
+ max-width: 230px;
+}
+.bws_error a {
+ color: #fff;
+ text-decoration: none;
+}
+.bws_input_error {
+ border: 1px solid #c5412b !important;
+}
+/*
+* themes
+*/
+.bws-availablethemes {
+ margin-top: 10px;
}
-h4.bws_installed:before {
- background: #00a22e;
+.bws_browse_link {
+ color: #666;
+ font-size: 18px;
+ text-decoration: none;
+ background-color: #ddd;
+ display: block;
+ width: 100%;
+ text-align: center;
+ padding: 8px 0;
+ font-weight: bold;
+ border-radius: 5px;
+}
+.bws_browse_link .dashicons {
+ line-height: inherit;
+ vertical-align: text-top;
+ font-size: 17px;
+}
+/*
+* system status
+*/
+table.bws-system-info {
+ margin-bottom: 15px;
+}
+table.bws-system-info td:first-child {
+ width: 33%;
+}
+table.bws-system-info tbody tr:nth-child(odd) {
+ background-color: #f9f9f9;
+}
+/*
+* PLUGINS
+*/
+.bws-products {
+ float: left;
+ width: 1350px;
+}
+.bws-products .description {
+ margin-top: 20px;
}
.bws_product_box {
- background: none repeat scroll 0 0 #FFFFFF;
+ background: #f2f2f2;
border: 1px solid #CACACA;
float: left;
- margin: 0 9px 10px 0;
- text-align: center;
- width: 182px;
+ margin: 10px 10px 0 0;
+ width: 320px;
border-radius: 3px;
+ min-height: 180px;
+}
+.bws_product_active {
+ background: #fff;
}
-.bws_product_box a {
- text-decoration: none;
+.bws_product_content,
+.bws_product_image {
+ float: left;
}
-.bws_product {
- border-bottom: 1px solid #fff;
- min-height: 235px;
+.bws_product_image {
+ padding: 20px;
+}
+.bws_product_image a {
+ box-shadow: none;
+}
+.bws_product_image img {
+ height: 60px;
}
.bws_product_content {
- min-height: 87px;
-}
-.bws_activate {
- color: #F14B21;
-}
-.bws_activate:hover {
- color: #f26e50;
+ max-width: 200px;
+ padding: 15px 0 7px;
}
.bws_product_title {
- font-weight: bold;
- padding: 16px 10px 28px;
- font-size: 14px;
- height: 42px;
- position: relative;
- z-index: 2;
+ font-size: 15px;
+ line-height: initial;
+ font-weight: bolder;
}
-.bws_product_deactivated .bws_product_title {
- color: #7e7e7e;
+.bws_product_title a {
+ color: #444;
+ font-weight: 600;
+}
+.bws_product_title a:hover {
+ color: #00a0d2;
}
-.bws_product_pro .bws_product_title {
- color: #fff;
+.bws-version {
+ margin-top: 6px;
+}
+.bws-version span {
+ color: #999;
+ font-size: 13px;
}
-.bws_product_icon_pro {
- background: #F26E50;
- border-radius: 4px;
- color: #FFF;
- font-size: 15px;
- font-weight: bold;
- height: 20px;
- margin: -9px auto -10px;
- position: relative;
- width: 46px;
- line-height: 19px;
+.bws-version span.bws-update-available {
+ color: #dd6930;
+}
+.bws-update-now {
+ background: #eee;
+ padding: 2px 5px;
}
.bws_product_description {
- padding: 0 10px;
- color: #a7a7a7;
- display: none;
- font-size: 12px;
+ font-size: 13px;
+ line-height: 18px;
+ margin: 6px 0 2px;
+ color: #666;
}
.bws_product_links {
- padding: 10px 6px 12px;
+ margin: 15px 0;
}
.bws_product_links span {
- color: #c2c2c2;
+ color: #999;
+ vertical-align: sub;
+ margin-right: 10px;
+}
+.bws_product_links form {
+ display: inline-block;
}
-.bws_product_deactivated .bws_product {
- background: #EEE;
- border-bottom: 1px solid #CACACA;
+.bws_product_content a {
+ text-decoration: none;
+ margin-right: 10px;
}
-.bws_product.bws_product_pro {
- background: #222;
- border-bottom: 1px solid #222;
+.bws_product_content a.bws_upgrade_button,
+.bws_product_content a.bws_upgrade_button:hover {
+ background: #dd6930;
+ border: 1px solid #c16436;
color: #fff;
+ margin-right: 12px;
}
-.bws_product a,
-.bws_product a:hover {
- color: #fff;
+a.bws_settings,
+a.bws_donate {
+ vertical-align: sub;
+}
+.rtl .bws_product_box {
+ float: right;
+ margin: 12px 0 10px 10px;
+}
+.rtl .bws-products,
+.rtl .bws_product_content,
+.rtl .bws_product_image {
+ float: right;
+}
+.rtl a.bws_settings {
+ margin-right: 10px;
+}
+/* filter */
+#bws-filter-wrapper {
+ display: table;
+}
+.bws-filter {
+ width: 200px;
+}
+.bws_fixed {
+ position: fixed;
+ top: 40px;
}
-.bws_product_button {
- background: #00A22E;
- border-radius: 2px;
- margin: 3px auto;
- padding: 7px 5px 8px;
+.bws-filter-top {
+ display: none;
+ background: #e2e2e2;
+ padding: 1px 20px;
+ margin: 0 -12px 0 -20px;
+}
+.bws-filter-top h2 {
+ margin: 14px 0;
+}
+.bws-toggle-indicator:before {
+ content: "\f140";
+ display: inline-block;
+ font: 400 20px/1 dashicons;
+ width: 20px;
+ vertical-align: bottom;
+ margin-left: -5px;
+}
+.bws-filter-top-inside {
+ display: none;
+ margin: 25px 0;
+}
+.bws-filter-top.bws-opened .bws-toggle-indicator:before {
+ content: "\f142";
+}
+.bws-filter-top.bws-opened .bws-filter-top-inside {
+ display: block;
+}
+.bws-filter-title {
font-size: 14px;
- min-width: 103px;
- display: none;
+ color: #999;
+ margin-top: 10px;
}
-.bws_product_button:hover{
- background: #008726;
+.bws-category {
+ margin-top: 15px;
}
-.bws_product_deactivated.bws_product_free .bws_product_button {
- background: #0074a2;
+.bws-category li {
+ margin-bottom: 10px;
}
-.bws_product_deactivated.bws_product_free .bws_product_button:hover {
- background: #006187;
+.bws-category a {
+ text-decoration: none;
}
-.bws_product_free .bws_product_button {
- background: #dd5738;
-}
-.bws_product_free .bws_product_button:hover {
- background: #dd4825;
+.bws-category a.bws-active {
+ background: #0074a2;
+ color: #fff;
+ padding: 2px 5px;
+ display: inline-block;
+ border-radius: 3px;
}
-.bws_product_button.bws_donate_button {
- background: #E89D09 !important;
+.subsubsub span,
+.bws-category span {
+ color: #999;
}
-.bws_product_button.bws_donate_button:hover {
- background: #D69108 !important;
+.bws-category a.bws-active span {
+ color: #8bbed2;
}
-.subsubsub.bws_title_menu {
- float: right;
- margin: 0;
+@media screen and (max-width: 1700px) {
+ .bws-products {
+ width: 1020px;
+ }
+}
+@media screen and (max-width: 1425px) {
+ .bws-products {
+ width: 700px;
+ }
+}
+@media screen and (max-width: 1120px) {
+ .bws-products {
+ width: 370px;
+ }
+ .bws-membership-title,
+ .bws-membership-form {
+ float: none;
+ text-align: center;
+ }
+ .bws-membership-title {
+ margin-bottom: 10px;
+ }
}
-.subsubsub a.bws_system_status {
- display: inline-block;
- background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2;
- color: #fff;
- padding: 2px 10px 5px 36px;
- border-radius: 2px;
- margin-left: 13px;
+@media screen and (max-width: 782px) {
+ .bws-header {
+ padding: 0 0 4px;
+ }
+ .bws-title {
+ margin-left: 11px;
+ }
+ .bws-menu-item-icon {
+ display: block;
+ }
+ .bws-nav-tab-wrapper,
+ .bws-help-links-wrapper {
+ margin: 0;
+ width: 100%;
+ float: none;
+ display: none;
+ }
+ .bws-nav-tab-wrapper a,
+ .bws-help-links-wrapper a {
+ width: 100%;
+ padding: 17px 20px 20px;
+ }
+ .bws-membership * {
+ text-align: center;
+ }
+ .bws-membership-title,
+ .bws-membership-link {
+ margin-bottom: 10px;
+ display: block;
+ }
+ .bws-membership .bws-button,
+ .bws_form_input_wrap,
+ .bws-membership input[type="text"] {
+ width: 100%;
+ margin: 0;
+ }
+ .bws-membership .bws-button {
+ margin-top: 8px;
+ }
+ .bws-filter {
+ display: none;
+ }
+ .bws-filter-top {
+ display: block;
+ }
+ .bws-products {
+ float: none;
+ width: 100%;
+ }
}
-.subsubsub a.bws_system_status:hover {
- background-color: #529FBD;
-}
-/* theme page after WP 3.9 */
-.toplevel_page_bws_plugins #availablethemes .theme-browser {
- margin-top: 25px;
+@media screen and (max-width: 370px) {
+ .bws_product_box {
+ width: auto;
+ }
+ .bws_product_content {
+ max-width: 160px;
+ padding-right: 10px;
+ }
}
\ No newline at end of file