Changeset 3299073
- Timestamp:
- 05/23/2025 12:57:25 AM (10 months ago)
- Location:
- cubecolour-caboodle
- Files:
-
- 2 added
- 4 edited
-
tags/1.4.0/css/admin.css (modified) (3 diffs)
-
tags/1.4.0/fonts/caboodle.woff2 (added)
-
tags/1.4.0/includes/admin.php (modified) (1 diff)
-
trunk/css/admin.css (modified) (3 diffs)
-
trunk/fonts/caboodle.woff2 (added)
-
trunk/includes/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cubecolour-caboodle/tags/1.4.0/css/admin.css
r3298789 r3299073 7 7 } 8 8 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 9 16 html { 10 17 height: 100.1%; … … 12 19 13 20 .devlink { 21 font-weight: 500; 14 22 margin-bottom: 3rem; 15 23 } … … 35 43 .cubecolour-minilogo svg g { 36 44 animation: changeColor 5s infinite; 45 } 46 47 h2#caboodle { 48 color: #ff00a2; 49 font-family: 'caboodle'; 50 text-transform: uppercase; 51 font-size: 4rem; 52 text-shadow: 3px 3px #000; 37 53 } 38 54 -
cubecolour-caboodle/tags/1.4.0/includes/admin.php
r3298843 r3299073 113 113 ?> 114 114 <div class="wrap"> 115 <h2 >Caboodle</h2>115 <h2 id="caboodle">Caboodle</h2> 116 116 117 117 <div class="devlink"> -
cubecolour-caboodle/trunk/css/admin.css
r3277296 r3299073 7 7 } 8 8 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 9 16 html { 10 17 height: 100.1%; … … 12 19 13 20 .devlink { 21 font-weight: 500; 14 22 margin-bottom: 3rem; 15 23 } … … 35 43 .cubecolour-minilogo svg g { 36 44 animation: changeColor 5s infinite; 45 } 46 47 h2#caboodle { 48 color: #ff00a2; 49 font-family: 'caboodle'; 50 text-transform: uppercase; 51 font-size: 4rem; 52 text-shadow: 3px 3px #000; 37 53 } 38 54 -
cubecolour-caboodle/trunk/includes/admin.php
r3298843 r3299073 113 113 ?> 114 114 <div class="wrap"> 115 <h2 >Caboodle</h2>115 <h2 id="caboodle">Caboodle</h2> 116 116 117 117 <div class="devlink">
Note: See TracChangeset
for help on using the changeset viewer.