wp/wp-content/plugins/portfolio/bws_menu/css/style.css
changeset 5 5e2f62d02dcd
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
       
     1 .bws_system_info_meta_box {
       
     2     max-width: 850px;
       
     3 }
       
     4 .bws_system_info_meta_box .hndle {
       
     5     cursor: pointer !important;
       
     6 }
       
     7 .bws_system_info {
       
     8     float: left;
       
     9     margin-right: 10px;
       
    10     max-width: 400px;
       
    11 }
       
    12 .bws_system_info th {
       
    13     padding: 10px 0;
       
    14     text-align: left;
       
    15     width: 50%;
       
    16 }
       
    17 .bws_system_info tbody td {
       
    18     border-bottom: 1px solid #DFDFDF;
       
    19 }
       
    20 .clear {
       
    21     clear: both;
       
    22 }
       
    23 .bws_main.title {
       
    24     float: left;
       
    25     margin-right: 30px;
       
    26 }
       
    27 h4.bws_installed,
       
    28 h4.bws_recommended {
       
    29     color: #999;
       
    30     font-weight: bold;
       
    31     text-transform: uppercase;
       
    32     font-size: 14px;    
       
    33 }
       
    34 h4.bws_installed:before,
       
    35 h4.bws_recommended:before {
       
    36     border-radius: 9px;
       
    37     content: "";
       
    38     display: inline-block;
       
    39     height: 8px;
       
    40     position: relative;
       
    41     top: -1px;
       
    42     width: 8px;
       
    43     margin-right: 7px;
       
    44 }
       
    45 h4.bws_recommended:before {
       
    46     background: #0074a2;
       
    47 }
       
    48 h4.bws_installed:before {
       
    49     background: #00a22e;
       
    50 }
       
    51 .bws_product_box {
       
    52     background: none repeat scroll 0 0 #FFFFFF;
       
    53     border: 1px solid #CACACA;
       
    54     float: left;
       
    55     margin: 0 9px 10px 0;
       
    56     text-align: center;
       
    57     width: 182px;
       
    58     border-radius: 3px;
       
    59 }
       
    60 .bws_product_box a {
       
    61     text-decoration: none;
       
    62 }
       
    63 .bws_product {
       
    64     border-bottom: 1px solid #fff;
       
    65     min-height: 235px;
       
    66 }
       
    67 .bws_product_content {
       
    68     min-height: 87px;
       
    69 }
       
    70 .bws_activate {
       
    71     color: #F14B21;
       
    72 }
       
    73 .bws_activate:hover {
       
    74     color: #f26e50;
       
    75 }
       
    76 .bws_product_title {
       
    77     font-weight: bold;
       
    78     padding: 16px 10px 28px;
       
    79     font-size: 14px;
       
    80     height: 42px;
       
    81     position: relative;
       
    82     z-index: 2;
       
    83 }
       
    84 .bws_product_deactivated .bws_product_title {
       
    85     color: #7e7e7e;
       
    86 }
       
    87 .bws_product_pro .bws_product_title {
       
    88     color: #fff;
       
    89 }
       
    90 .bws_product_icon_pro {
       
    91     background: #F26E50;
       
    92     border-radius: 4px;
       
    93     color: #FFF;
       
    94     font-size: 15px;
       
    95     font-weight: bold;
       
    96     height: 20px;
       
    97     margin: -9px auto -10px;
       
    98     position: relative;
       
    99     width: 46px;
       
   100     line-height: 19px;
       
   101 }
       
   102 .bws_product_description {
       
   103     padding: 0 10px;
       
   104     color: #a7a7a7;
       
   105     display: none;
       
   106     font-size: 12px;
       
   107 }
       
   108 .bws_product_links {
       
   109     padding: 10px 6px 12px;
       
   110 }
       
   111 .bws_product_links span {
       
   112     color: #c2c2c2;
       
   113 }
       
   114 .bws_product_deactivated .bws_product {
       
   115     background: #EEE;
       
   116     border-bottom: 1px solid #CACACA;
       
   117 }
       
   118 .bws_product.bws_product_pro {
       
   119     background: #222;
       
   120     border-bottom: 1px solid #222;
       
   121     color: #fff;
       
   122 }
       
   123 .bws_product a,
       
   124 .bws_product a:hover {
       
   125     color: #fff;
       
   126 }
       
   127 .bws_product_button {
       
   128     background: #00A22E;
       
   129     border-radius: 2px;
       
   130     margin: 3px auto;
       
   131     padding: 7px 5px 8px;
       
   132     font-size: 14px;
       
   133     min-width: 103px;
       
   134     display: none;
       
   135 }
       
   136 .bws_product_button:hover{
       
   137     background: #008726; 
       
   138 }
       
   139 .bws_product_deactivated.bws_product_free .bws_product_button {
       
   140     background: #0074a2;
       
   141 }
       
   142 .bws_product_deactivated.bws_product_free .bws_product_button:hover {
       
   143     background: #006187;
       
   144 }
       
   145 .bws_product_free .bws_product_button {
       
   146     background: #dd5738;
       
   147 }
       
   148 .bws_product_free .bws_product_button:hover {
       
   149     background: #dd4825;
       
   150 }
       
   151 .bws_product_button.bws_donate_button {
       
   152     background: #E89D09 !important;
       
   153 }
       
   154 .bws_product_button.bws_donate_button:hover {
       
   155     background: #D69108 !important;
       
   156 }
       
   157 
       
   158 .subsubsub.bws_title_menu {
       
   159     float: right;
       
   160     margin: 0;
       
   161 }
       
   162 .subsubsub a.bws_system_status {
       
   163     display: inline-block;
       
   164     background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2;
       
   165     color: #fff;
       
   166     padding: 2px 10px 5px 36px;
       
   167     border-radius: 2px;
       
   168     margin-left: 13px;
       
   169 }
       
   170 .subsubsub a.bws_system_status:hover {
       
   171     background-color: #529FBD;
       
   172 }
       
   173 /* theme page after WP 3.9 */
       
   174 .toplevel_page_bws_plugins #availablethemes .theme-browser {
       
   175     margin-top: 25px;
       
   176 }