Making WordPress.org

Changeset 4281


Ignore:
Timestamp:
10/21/2016 04:10:08 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Site Cloner: Re-align whitespace

See #1112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-site-cloner/wordcamp-site-cloner.css

    r4280 r4281  
    1 
    21.wcsc-filter {
    32    margin-bottom: 10px;
    43}
    54
    6         .wcsc-site {
    7             position: relative;
    8             cursor: pointer;
    9             border: 1px solid #DEDEDE;
    10             box-shadow: 0 1px 1px -1px rgba( 0, 0, 0, 0.1 );
    11             margin-top: 5px;
     5    .wcsc-site {
     6        position: relative;
     7        cursor: pointer;
     8        border: 1px solid #DEDEDE;
     9        box-shadow: 0 1px 1px -1px rgba( 0, 0, 0, 0.1 );
     10        margin-top: 5px;
     11    }
     12
     13        .wcsc-site-screenshot {
     14            transition: opacity 0.2s ease-in-out 0s;
    1215        }
    1316
    14             .wcsc-site-screenshot {
    15                 transition: opacity 0.2s ease-in-out 0s;
     17            .wcsc-site:hover .wcsc-site-screenshot {
     18                opacity: 0.4;
    1619            }
    1720
    18                 .wcsc-site:hover .wcsc-site-screenshot {
    19                     opacity: 0.4;
    20                 }
     21        .wcsc-live-preview-label,
     22        .wcsc-previewing-label {
     23            opacity: 0;
     24            position: absolute;
     25            top: 35%;
     26            right: 25%;
     27            left: 25%;
     28            background: rgba( 0, 0, 0, 0.7 ) none repeat scroll 0 0;
     29            color: #FFF;
     30            font-size: 15px;
     31            text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.6 );
     32            font-weight: 600;
     33            padding: 15px 12px;
     34            text-align: center;
     35            border-radius: 3px;
     36            transition: opacity 0.1s ease-in-out 0s;
     37        }
    2138
    22             .wcsc-live-preview-label,
    23             .wcsc-previewing-label {
    24                 opacity: 0;
    25                 position: absolute;
    26                 top: 35%;
    27                 right: 25%;
    28                 left: 25%;
    29                 background: rgba( 0, 0, 0, 0.7 ) none repeat scroll 0 0;
    30                 color: #FFF;
    31                 font-size: 15px;
    32                 text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.6 );
    33                 font-weight: 600;
    34                 padding: 15px 12px;
    35                 text-align: center;
    36                 border-radius: 3px;
    37                 transition: opacity 0.1s ease-in-out 0s;
     39            .wcsc-site:hover .wcsc-live-preview-label,
     40            .wcsc-site .wcsc-previewing-label {
     41                opacity: 1;
    3842            }
    39 
    40                 .wcsc-site:hover .wcsc-live-preview-label,
    41                 .wcsc-site .wcsc-previewing-label {
    42                     opacity: 1;
    43                 }
Note: See TracChangeset for help on using the changeset viewer.