Plugin Directory

Changeset 3299073


Ignore:
Timestamp:
05/23/2025 12:57:25 AM (10 months ago)
Author:
numeeja
Message:

v1.4.0

Location:
cubecolour-caboodle
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • cubecolour-caboodle/tags/1.4.0/css/admin.css

    r3298789 r3299073  
    77}
    88
     9@font-face {
     10    font-family: 'caboodle';
     11    src: url('../fonts/caboodle.woff2') format('woff2'),
     12    font-weight: normal;
     13    font-style: normal;
     14}
     15
    916html {
    1017    height: 100.1%;
     
    1219
    1320.devlink {
     21    font-weight: 500;
    1422    margin-bottom: 3rem;
    1523}
     
    3543.cubecolour-minilogo svg g {
    3644    animation: changeColor 5s infinite;
     45}
     46
     47h2#caboodle {
     48    color: #ff00a2;
     49    font-family: 'caboodle';
     50    text-transform: uppercase;
     51    font-size: 4rem;
     52    text-shadow: 3px 3px #000;
    3753}
    3854
  • cubecolour-caboodle/tags/1.4.0/includes/admin.php

    r3298843 r3299073  
    113113    ?>
    114114    <div class="wrap">
    115         <h2>Caboodle</h2>
     115        <h2 id="caboodle">Caboodle</h2>
    116116   
    117117        <div class="devlink">
  • cubecolour-caboodle/trunk/css/admin.css

    r3277296 r3299073  
    77}
    88
     9@font-face {
     10    font-family: 'caboodle';
     11    src: url('../fonts/caboodle.woff2') format('woff2'),
     12    font-weight: normal;
     13    font-style: normal;
     14}
     15
    916html {
    1017    height: 100.1%;
     
    1219
    1320.devlink {
     21    font-weight: 500;
    1422    margin-bottom: 3rem;
    1523}
     
    3543.cubecolour-minilogo svg g {
    3644    animation: changeColor 5s infinite;
     45}
     46
     47h2#caboodle {
     48    color: #ff00a2;
     49    font-family: 'caboodle';
     50    text-transform: uppercase;
     51    font-size: 4rem;
     52    text-shadow: 3px 3px #000;
    3753}
    3854
  • cubecolour-caboodle/trunk/includes/admin.php

    r3298843 r3299073  
    113113    ?>
    114114    <div class="wrap">
    115         <h2>Caboodle</h2>
     115        <h2 id="caboodle">Caboodle</h2>
    116116   
    117117        <div class="devlink">
Note: See TracChangeset for help on using the changeset viewer.