Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Last active April 14, 2024 12:09
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathaningram/11145ef7fdffe0c35481ff1708bcbba8 to your computer and use it in GitHub Desktop.
Save nathaningram/11145ef7fdffe0c35481ff1708bcbba8 to your computer and use it in GitHub Desktop.
Creating a Starter Site - Sample styles.css
/*
Theme Name: WPNathan Kadence Client
Author: Nathan Ingram
Author URI: https://wpnathan.com
Description: A child theme for Kadence from WPNathan
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
Template: kadence
*/
/* Links and Buttons */
a, a:hover,
input[type="submit"],
input[type="submit"]:hover {
transition: all .15s linear;
}
/* Typography */
.highlight {
background: #ffd204;
padding: 0px 6px 0px 6px;
margin: 0px -5px 0px -5px;
border-radius: 2px;
}
.underline {
border-bottom: 2px #C8CEEC solid;
padding: 0px 2px 0px 2px;
margin: 0px -5px 0px -5px;
}
.pop {
color: #ffd204;
}
.shadow1 {
text-shadow: 1px 1px 3px rgba(0,0,0,0.75),
1px 1px 5px rgba(0,0,0,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment