- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
189 lines
4.2 KiB
CSS
Executable File
189 lines
4.2 KiB
CSS
Executable File
.my_clear{clear:both; height:20px}
|
|
/* bar with select */
|
|
.select-bar {
|
|
clear:both;
|
|
border-top:2px solid #f70;
|
|
border-bottom:2px solid #f70;
|
|
padding:5px 0 3px 0;
|
|
margin:0 0 17px 0;
|
|
}
|
|
.select-bar select {width:145px;margin:0 2px;}
|
|
|
|
/* table container */
|
|
.my_dwonloads_table {
|
|
float:left;
|
|
position:relative;
|
|
width:100%;
|
|
margin:0 0 37px 0;
|
|
}
|
|
table.listing {
|
|
border-bottom:1px solid #9097A9;
|
|
width:100%;
|
|
padding:0;
|
|
margin:0;
|
|
border:1px solid #9097A9;
|
|
}
|
|
table.listing th {
|
|
border-top:0 !important;
|
|
}
|
|
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
|
|
.my_dwonloads_table img.left {
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
}
|
|
.my_dwonloads_table img.right {
|
|
position:absolute;
|
|
top:0;
|
|
right:1px;
|
|
}
|
|
/* table styles */
|
|
table.listing td,
|
|
table.listing th {
|
|
border:1px solid #fff;
|
|
text-align:center;
|
|
}
|
|
table.listing th {
|
|
background:#9097A9;
|
|
color:#fff;
|
|
padding:5px;
|
|
}
|
|
table.listing tr {
|
|
background:#D8D8D8;
|
|
color:#000;
|
|
padding:3px 5px;
|
|
|
|
}
|
|
table.listing tr:hover{
|
|
background:#ECECEC;
|
|
|
|
}
|
|
table.listing td {
|
|
|
|
padding:3px 5px;
|
|
}
|
|
|
|
table.listing .bg td {
|
|
background:#ECECEC;
|
|
}
|
|
table.listing .white td {
|
|
background:#fff;
|
|
}
|
|
table.listing .first {border-left:0px solid #9097A9;text-align:left;}
|
|
table.listing .last {border-right:0px solid #9097A9;}
|
|
|
|
table.listing th.first {background:#9097A9 url(../img/bg-th-left.gif) no-repeat left top;border-left:0;}
|
|
table.listing th.last {background:#9097A9 url(../img/bg-th-right.gif) no-repeat right top;border-right:0;}
|
|
|
|
table.listing .style1 {font-weight:bold;color:#FF7A00;}
|
|
table.listing .style2 {font-weight:bold;padding-left:16px;}
|
|
table.listing .style3 {padding-left:25px;}
|
|
table.listing .style4 {padding-left:35px;}
|
|
table.form .last {padding:1px 0 1px 5px;text-align:left;}
|
|
table.form th,
|
|
table.form td {padding-left:10px;}
|
|
table.form input.text {width:262px}
|
|
|
|
/* table select */
|
|
div.table .select {
|
|
float:right;
|
|
margin:2px 1px 0 0;
|
|
width:176px;
|
|
height:25px;
|
|
background:#9097A9 url(../img/bg-select.gif);
|
|
color:#fff;
|
|
}
|
|
div.table .select strong {
|
|
float:left;
|
|
padding:5px 0 0 5px;
|
|
}
|
|
div.table .select select {
|
|
float:right;
|
|
width:78px;
|
|
margin:2px 3px 0 0;
|
|
text-align:right;
|
|
}
|
|
.input_text{
|
|
width:350px;
|
|
background: #fff;
|
|
font-size: 11px;
|
|
color: #555;
|
|
padding: 4px 4px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
|
|
-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
}
|
|
.select_text
|
|
{
|
|
width:350px;
|
|
background: #fff;
|
|
font-size: 11px;
|
|
color: #555;
|
|
padding: 4px 4px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
|
|
-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
.textarea_text
|
|
{
|
|
width:350px;
|
|
background: #fff;
|
|
font-size: 11px;
|
|
color: #555;
|
|
padding: 4px 4px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
|
|
-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
}
|
|
.textarea_text:focus,.input_text:focus,.select_text:focus{ background:#FFFFCC;}
|
|
.input_small{width:80px;}
|
|
.ctvc_make_thumb{ cursor:pointer}
|
|
.ctvc_make_thumb:hover{ border:6px solid #DDDDDD;}
|
|
.ctvc_selector_thumb{ cursor:pointer}
|
|
.ctvc_selector_thumb:hover{ border:6px solid #DD0000;}
|
|
.ajax-loader {
|
|
visibility: hidden;
|
|
background-color: rgba(50,50,50,0.2);
|
|
position: fixed ;
|
|
z-index: 9999 !important;
|
|
width: 100%;
|
|
height:100%;
|
|
top:0px;
|
|
left:0px;
|
|
}
|
|
|
|
.ajax-loader img {
|
|
position: relative;
|
|
top:50%;
|
|
left:50%;
|
|
}
|
|
.ajax-loader span {
|
|
position: relative;
|
|
top:50%;
|
|
left:50%;
|
|
} |