Skip to content

Instantly share code, notes, and snippets.

View kathrynwp's full-sized avatar

Kathryn kathrynwp

View GitHub Profile
@kathrynwp
kathrynwp / ixion-green-css
Created November 29, 2017 20:54
Ixion - Custom Colours, Green and White Palette
#infinite-handle span,
.button,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.main-navigation .menu-toggle,
.post-navigation .nav-next a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a,
button,
@kathrynwp
kathrynwp / ixion-red.css
Created February 19, 2018 16:06
Ixion Red Palette
#infinite-handle span,.button,.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.main-navigation .menu-toggle,.post-navigation .nav-next a,.post-navigation .nav-previous a,.posts-navigation .nav-next a,.posts-navigation .nav-previous a,button,input[type=button],input[type=reset],input[type=submit],#infinite-handle span:active,#infinite-handle span:focus,#infinite-handle span:hover,.button:active,.button:focus,.button:hover,.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.main-navigation .menu-toggle,.post-navigation .nav-next a,.post-navigation .nav-previous a,.posts-navigation .nav-next a,.posts-navigation .nav-previous a,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
color: #fff;
}
.site-description,.featured-content .hentry .entry-title a {
color:
@kathrynwp
kathrynwp / sela-grey.css
Created February 28, 2018 18:02
Sela grey colour palette
/* Grey colour palette for Sela from WordPress.com */
.nav-menu>li>a:after {
color: rgba(0,0,0,.3);
}
.main-navigation a,.social-links ul a:before {
color: #fff;
}
@kathrynwp
kathrynwp / style.css
Created March 29, 2018 19:46
Twenty Seventeen Child - display video on mobile
/*
Theme Name: Twenty Seventeen Child
Description: Twenty Seventeen Child Theme
Author: WordPress
Author URI: http://ordPress.org
Template: twentyseventeen
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: twenty-seventeen-child
@kathrynwp
kathrynwp / functions.php
Created March 29, 2018 19:47
Twenty Seventeen Child - display video on mobile
<?php
/**
* Twenty Seventeen Child Theme functions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
*/
@kathrynwp
kathrynwp / mobile.css
Created March 5, 2019 17:59
Luxury theme mobile styles
/************************************************
* Desktop Grid *
************************************************/
.row {
position: relative;
width: 100%;
margin: 0 auto;
}
.row .row {
@kathrynwp
kathrynwp / custom-css-site-editing.css
Last active June 14, 2023 20:01
Code snippets and resources from Custom CSS in the Site-Editing Era workshop presented on June 14, 2023
/* Image block - caption */
.wp-block-image figcaption {
margin-top: 0;
padding: 20px 10px;
background-color: #4ccee6;
color: #563429;
font-weight: bold;
}
/* Quote block - first letter different */