Skip to content

Instantly share code, notes, and snippets.

View elisonsilva's full-sized avatar
🕓
I may be slow to respond.

Welison Silva elisonsilva

🕓
I may be slow to respond.
View GitHub Profile
.btn-big-red {
background-color: #D90000;
background-image: linear-gradient(167deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 55%), linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
border-radius: 6px;
box-shadow: 0 0 0 1px #D90000 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AD0000, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
color: #FFF;
display: inline-block;
font-family: "Lucida Grande", Arial, sans-serif;
font-size: 22px;
font-weight: bold;
@elisonsilva
elisonsilva / dabblet.css
Last active March 17, 2023 12:30
Untitled
.btn-big-red {
background-color: #D90000;
background-image: linear-gradient(167deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 55%), linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
border-radius: 6px;
box-shadow: 0 0 0 1px #D90000 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AD0000, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
color: #FFF;
display: inline-block;
font-family: "Lucida Grande", Arial, sans-serif;
font-size: 22px;
font-weight: bold;
@elisonsilva
elisonsilva / wp-disable-plugin-update.php
Created June 23, 2021 13:39 — forked from ebetancourt/wp-disable-plugin-update.php
WordPress - Disable specific plugin update check
<?php
// have to add that opening tag to get syntax highlighting... ¯\_(ツ)_/¯
/**
* Prevent update notification for plugin
* http://www.thecreativedev.com/disable-updates-for-specific-plugin-in-wordpress/
* Place in theme functions.php or at bottom of wp-config.php
*/
function disable_plugin_updates( $value ) {
{"lastUpload":"2020-06-16T01:12:09.545Z","extensionVersion":"v3.4.3"}
@elisonsilva
elisonsilva / .htaccess
Created July 19, 2019 20:16 — forked from Zodiac1978/.htaccess
Safer WordPress with these .htaccess additions
# Don't show errors which contain full path diclosure (FPD)
# Use that line only if PHP is installed as a module and not per CGI
# try using a php.ini in that case.
# Change mod_php5.c to mod_php7.c if you are running PHP7
<IfModule mod_php5.c>
php_flag display_errors Off
</IfModule>
# Don't list directories
<IfModule mod_autoindex.c>
@elisonsilva
elisonsilva / dabblet.css
Created October 24, 2015 01:45
Untitled
.pin {
width: 30px;
height: 30px;
border-radius: 50% 50% 50% 0;
border:6px solid #00BA9A;
position: absolute;
transform: rotate(-45deg);
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
@elisonsilva
elisonsilva / dabblet.css
Created October 31, 2014 20:30
Untitled
/*http://web-dorado.com/products/joomla-calendar.html*/
.border{
float: left;
content: ' ';
position: absolute;
width: 114px;
height: 114px;
top: 1px;
left: 1px;
border-top: 8px solid #F47629;
@elisonsilva
elisonsilva / dabblet.css
Last active August 29, 2015 14:07
Untitled
button {
/*border:0;*/
color:#fff;
font-weight:bold;
font-weight: 600;
padding:0;
width: 150px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
@elisonsilva
elisonsilva / dabblet.css
Last active October 24, 2015 01:27
Untitled
/*http://designmodo.com/startup-wordpress/demo/*/
input{
border-radius: 50px;
border: 1px solid #6C6C6C;
padding: 10px;
font-size: 16px;
font-family: AvenirLTStd-Book;
color: #0064e8;
outline: none;
text-align: center;
*{
margin : 0;
padding: 0;
}
.menu{
display : inline-block;
border:0px solid;
background : #333;
width : 60px;
height : 40px;