first commit
This commit is contained in:
71
wp-content/plugins/duplicate-page/css/duplicate_page.css
Normal file
71
wp-content/plugins/duplicate-page/css/duplicate_page.css
Normal file
@@ -0,0 +1,71 @@
|
||||
.dpmrs {
|
||||
width: 100%;
|
||||
background: #f5f5f5;
|
||||
border: 1px solid #cdcdcd;
|
||||
border-left: 4px solid #0073aa;
|
||||
display: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dpmrs .l_dpmrs {
|
||||
width: 200px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dpmrs .l_dpmrs img {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.dpmrs .r_dpmrs {
|
||||
float: left;
|
||||
padding: 15px 10px;
|
||||
}
|
||||
|
||||
.close_dp_help {
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
padding: 5px 15px;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.close_dp_help:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.close_dp_help.fm_close_btn {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
background: #e00e0e;
|
||||
border-radius: 100%;
|
||||
padding: 0px 6px;
|
||||
display: block;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.close_dp_help.fm_close_btn_1 {
|
||||
background: #fbc21c;
|
||||
border-bottom: 3px solid #b18400;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.close_dp_help.fm_close_btn_2 {
|
||||
background: #239200;
|
||||
border-bottom: 3px solid #155600;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.close_dp_help.fm_close_btn_3 {
|
||||
background: #ff1105;
|
||||
border-bottom: 3px solid #b30900;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
Reference in New Issue
Block a user