This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-06-16T01:12:09.545Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *{ | |
| margin : 0; | |
| padding: 0; | |
| } | |
| .menu{ | |
| display : inline-block; | |
| border:0px solid; | |
| background : #333; | |
| width : 60px; | |
| height : 40px; |
NewerOlder