Plugin Directory

Changeset 2198728


Ignore:
Timestamp:
11/22/2019 10:13:38 AM (6 years ago)
Author:
mouseflow
Message:

Updated 5.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mouseflow-for-wordpress/trunk/mouseflow_wp.css

    r2163632 r2198728  
    1 table.intro {
     1table.mf-intro {
    22    font-size: 14px;
    33    line-height:24px;
     
    55    max-width: 780px !important;
    66    }
    7 table.intro2 {
     7table.mf-intro2 {
    88    width: 100%;
    99    max-width: 350px;
    1010    }
    11 table.intro2 td {
     11table.mf-intro2 td {
    1212    padding: 0px 10px 10px 10px;
    1313}
    1414
    15 table.square,
    16 table.intro{
     15table.mf-square,
     16table.mf-intro{
    1717    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    1818}
    19 table.square {
     19table.mf-square {
    2020    border-spacing: 10px 10px;
    2121    padding-left: 20px;
    2222    }
    23 td.link {
     23.mf-square td.link {
    2424    background-color: white;
    2525    vertical-align: top;
    2626    border: 1px dashed #47b475;
    2727    }
    28 td.link a {
     28.mf-square td.link a {
    2929    display: inline-block;
    3030    width: 100%;
     
    3535    border: 0px;
    3636    }
    37 td.link:hover {
     37.mf-square td.link:hover {
    3838    background-color: #47b475;
    3939    color:white !important;
    4040    }
    41 td.link:hover h3,
    42 td.link:hover td{
     41.mf-square td.link:hover h3,
     42.mf-square td.link:hover td{
    4343    color:white !important;
    4444    }
    45 td.top {
     45.mf-intro td.top {
    4646    padding-top: 20px;
    4747    }
    48 td.top2 {
     48.mf-intro td.top2 {
    4949    padding: 0px 20px 20px 20px;
    5050    max-width: 100%;
    5151    }
    52 td.child2 {
    53     text-align: left;
    54     }
    55 table.install {
     52.mf-intro table.install {
    5653    margin-top: 10px;
    5754}
    58 table.install img {
     55.mf-intro table.install img {
    5956    padding-top: 20px;
    6057}
    61 table.install td {
     58.mf-intro table.install td {
    6259    padding-left: 10px;
    6360}
    64 h3, p {
     61.mf-square h3,.mf-square p {
    6562    margin-bottom: 0px;
    6663    padding-bottom: 0px;
    6764    }
    68 .hover {
    69     font-weight: bold;
    70     border-bottom: 1px dashed #999;
    71     display: inline;
    72     }
    73 .code {
     65.mf-intro .code {
    7466    background-color: #47b475;
    7567    border: 1px dashed #999;
     
    7971    max-width: 100%;
    8072}
    81 .top2 textarea{
     73.mf-intro .top2 textarea{
    8274    width: 100% !important;
    8375}
    84 .top2 input[type=submit]:hover{
     76.mf-intro .top2 input[type=submit]:hover{
    8577    background-color:white;
    8678    color:#47b475;
    8779}
    88 td.link *,
    89 td.link,
    90 .top2 textarea,
    91 .top2 input{
     80.mf-square td.link *,
     81.mf-square td.link,
     82.mf-intro .top2 textarea,
     83.mf-intro .top2 input{
    9284    transition:all .5s ease-in-out;
    9385    -webkit-transition:all .5s ease-in-out;
     
    9587    -o-transition:all .5s ease-in-out;
    9688}
    97 .top2 input[type=submit]{
     89.mf-intro .top2 input[type=submit]{
    9890    border: 2px solid #47b475;
    9991    padding: 0 26px;
     
    114106}
    115107@media all and (max-width:767px){
    116     table.square{width:auto;margin:0 auto;padding:0px;}
    117     td.link{width:100%;display:block;}
     108    table.mf-square{width:auto;margin:0 auto;padding:0px;}
     109    .mf-intro td.link{width:100%;display:block;}
    118110}
Note: See TracChangeset for help on using the changeset viewer.