Plugin Directory

Changeset 2163632


Ignore:
Timestamp:
09/26/2019 11:25:30 AM (7 years ago)
Author:
mouseflow
Message:

Adding responsive and company style

File:
1 edited

Legend:

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

    r831451 r2163632  
    11table.intro {
    2     font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    3     width: 780px;
     2    font-size: 14px;
     3    line-height:24px;
     4    width: 100%;
     5    max-width: 780px !important;
    46    }
    57table.intro2 {
    6     font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    7     width: 350px;
     8    width: 100%;
     9    max-width: 350px;
    810    }
    911table.intro2 td {
    1012    padding: 0px 10px 10px 10px;
    1113}
     14
     15table.square,
     16table.intro{
     17    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
     18}
    1219table.square {
    13     font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    1420    border-spacing: 10px 10px;
    1521    padding-left: 20px;
     
    1824    background-color: white;
    1925    vertical-align: top;
    20     border: 1px dashed #C0D9D9;
     26    border: 1px dashed #47b475;
    2127    }
    2228td.link a {
     
    3036    }
    3137td.link:hover {
    32     background-color: #C0D9D9;
     38    background-color: #47b475;
     39    color:white !important;
     40    }
     41td.link:hover h3,
     42td.link:hover td{
     43    color:white !important;
    3344    }
    3445td.top {
     
    3748td.top2 {
    3849    padding: 0px 20px 20px 20px;
     50    max-width: 100%;
    3951    }
    4052td.child2 {
     
    6072    }
    6173.code {
    62     background-color: #C0D9D9;
     74    background-color: #47b475;
    6375    border: 1px dashed #999;
     76    color: white;
    6477    padding: 10px;
    6578    margin-top: 5px;
     79    max-width: 100%;
    6680}
     81.top2 textarea{
     82    width: 100% !important;
     83}
     84.top2 input[type=submit]:hover{
     85    background-color:white;
     86    color:#47b475;
     87}
     88td.link *,
     89td.link,
     90.top2 textarea,
     91.top2 input{
     92    transition:all .5s ease-in-out;
     93    -webkit-transition:all .5s ease-in-out;
     94    -moz-transition:all .5s ease-in-out;
     95    -o-transition:all .5s ease-in-out;
     96}
     97.top2 input[type=submit]{
     98    border: 2px solid #47b475;
     99    padding: 0 26px;
     100    height: 50px;
     101    min-width: 150px;
     102    line-height: 46px;
     103    font-size: 12px;
     104    font-weight: 700;
     105    text-transform: uppercase;
     106    letter-spacing: 1px;
     107    border-radius: 0;
     108    background-color: #47b475;
     109    color:white;
     110    text-align: center;
     111    cursor:pointer;
     112    margin-right: 8px;
     113    margin-bottom: 24px;
     114}
     115@media all and (max-width:767px){
     116    table.square{width:auto;margin:0 auto;padding:0px;}
     117    td.link{width:100%;display:block;}
     118}
Note: See TracChangeset for help on using the changeset viewer.