/home/altere25/rmllproject.altereddigital.com/wp-content/plugins/fileorganizer/main
Edit: /home/altere25/rmllproject.altereddigital.com/wp-content/plugins/fileorganizer/main/promo.php (4029B)
.fileorganizer_button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.fileorganizer_button:focus{
border: none;
color: white;
}
.fileorganizer_button1 {
color: white;
background-color: #4CAF50;
border:3px solid #4CAF50;
}
.fileorganizer_button1:hover {
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
color: white;
border:3px solid #4CAF50;
}
.fileorganizer_button2 {
color: white;
background-color: #0085ba;
}
.fileorganizer_button2:hover {
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
color: white;
}
.fileorganizer_button3 {
color: white;
background-color: #365899;
}
.fileorganizer_button3:hover {
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
color: white;
}
.fileorganizer_button4 {
color: white;
background-color: rgb(66, 184, 221);
}
.fileorganizer_button4:hover {
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
color: white;
}
.fileorganizer_promo-close{
float:right;
text-decoration:none;
margin: 5px 10px 0px 0px;
}
.fileorganizer_promo-close:hover{
color: red;
}
#fileorganizer_promo li {
list-style-position: inside;
list-style-type: circle;
}
.fileorganizer-loc-types {
display:flex;
flex-direction: row;
align-items:center;
flex-wrap: wrap;
}
.fileorganizer-loc-types li{
list-style-type:none !important;
margin-right: 10px;
}
';
function fileorganizer_base_promo(){
echo '
';
}