Plugin Directory

Changeset 1679675


Ignore:
Timestamp:
06/16/2017 05:21:39 AM (9 years ago)
Author:
gchoyal1
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • choyal-subscription-popup/tags/2.0/assets/css/style.css

    r1675453 r1679675  
    11.csp_model{
    22    background: white;
    3     border-top: 5px solid #222;
    4     padding: 25px;
    5     width: 550px;
    6     position: fixed;
    7     box-shadow: 0 0 10px #3e3c3c;
    8     right: 0;
    9     bottom: -400px;
    10     z-index: 9999;
     3    border-top: 0;
     4    padding: 25px;
     5    width: 550px;
     6    position: fixed;
     7    box-shadow: 0 0 5px #3e3c3c;
     8    margin: 10% 30%;
     9    border-radius: 5px;
     10    bottom: -400px;
     11    z-index: 9999;
    1112}
    1213
     
    4142
    4243.csp_btn, .csp_btn :hover{
    43     border: 1px solid #333;
     44    border: 0px;
    4445    background: black;
    4546    color: white;
    4647    font-weight: normal;
    47     text-transform: capitalize;
    48     border-radius: 3px;
     48    text-transform: uppercase;
     49    border-radius: 5px;
    4950    padding: 10px 15px;
    5051    width: 100%;
    51     box-shadow: 0 0 5px grey;
     52   
    5253}
    5354
     
    6364    height: 60px;
    6465   
     66}
     67
     68.csp_row_input input[type="text"], .csp_row_input input[type="email"] {
     69    border: 1px solid black;
     70    border-radius: 5px;
    6571}
    6672
     
    8288    -ms-border-radius: 0.33em;
    8389    -o-border-radius: 0.33em;
    84     border-radius: 0.33em;
     90    border-radius: 50%;
    8591    position: absolute;
    8692    top: 5px;
    8793    right: 8px;
    8894    cursor: pointer;
     95    background: black;
     96    height: 29px;
     97    width: 29px;
     98    color: white;
     99    text-align: center;
     100    border: 2px solid white;
     101    box-shadow: 0 0 3px black;
     102    margin: -20px;
     103
    89104}
    90105
Note: See TracChangeset for help on using the changeset viewer.