Browse Source

decruft: style.css dead-rule sweep pass 2 (22 residual rules, ~3 KB)

Mop up the multi-token variant rules of already-removed features that pass 1
conservatively skipped (verified 0 coverage): m-scene .scene_element--* /
.is-exiting variants, touch-carousel/carousel-fade .item/.animate, wallpaper-
media .native/.animated, about-form residuals (.form-row*, .text-field .req,
.checkbox-field input), .welcome*, .where. Kept the live typed.js terminal
cluster (typed-cursor/thermo/terminal) + all WP-generated selectors.
windhamdavid 5 hours ago
parent
commit
e1bf42b4e5
2 changed files with 0 additions and 118 deletions
  1. 0 118
      style.css
  2. 0 0
      v4-style.min.css

+ 0 - 118
style.css

@@ -523,27 +523,6 @@ h4.spread {
 	50%{-webkit-transform:rotateY(180deg);opacity:1}
 	75%{-webkit-transform:rotateY(90deg);opacity:.6}
 	100%{-webkit-transform:rotateY(0deg);opacity:1}}
-.m-scene .scene_element--fadein {
-  -webkit-animation-name: fadeIn;
-  animation-name: fadeIn; }
-.m-scene .scene_element--fadeinup {
-  -webkit-animation-name: fadeInUp;
-  animation-name: fadeInUp; }
-.m-scene .scene_element--fadeinright {
-  -webkit-animation-name: fadeInRight;
-  animation-name: fadeInRight; }
-.m-scene .scene_element--delayed {
-  -webkit-animation-delay: 0.25s;
-  animation-delay: 0.25s; }
-.m-scene.is-exiting .scene_element {
-  -webkit-animation-direction: alternate-reverse;
-  animation-direction: alternate-reverse; }
-.m-scene.is-exiting .scene_element--delayed {
-  -webkit-animation-delay: 0s;
-  animation-delay: 0s; }
-.m-scene.is-exiting .scene_element--noexiting {
-  -webkit-animation-direction: alternate-reverse;
-  animation-direction: alternate-reverse; }
 
 /*============================================
 		Navbar
@@ -760,38 +739,6 @@ ul.social a.facebook span:hover {
   50% { opacity: 1; }
   100% { opacity: 0; }
 }
-.welcome::after {
-  visibility: visible;
-  content: '';
-  background-color:green;
-  opacity: 0;
-  display: inline-block;
-  position: relative;
-  width: 0.5em;
-  height: 1em;
-  top: 5px;
-  margin-left: 0;
-  margin-bottom: 2px;
-	-webkit-animation: blink 1s 20;
-	-moz-animation: blink 1s 20;
-	animation: blink 1s 20;
-}
-.welcome-back-text::after {
-  visibility: visible;
-  content: '';
-  background-color:green;
-  opacity: 0;
-  display: inline-block;
-  position: relative;
-  width: 0.5em;
-  height: 1em;
-  top: 5px;
-  margin-left: 0;
-  margin-bottom: 2px;
-	-webkit-animation: blink 1s 3;
-	-moz-animation: blink 1s 3;
-	animation: blink 1s 3;
-}
 .terminal-welcome .modal-content {
 	margin: 0 0 100px;
 	border: none;
@@ -854,18 +801,6 @@ ul.social a.facebook span:hover {
 .thermo-intro span.mee {
 	color: #389436;
 }
-/*============================================
-					About / Studio Carousels
-==============================================*/
-
-.carousel-fade .carousel-inner .item {
-  left: 0 !important;
-  opacity: 0;
-  -webkit-transition-property: opacity;
-  -moz-transition-property: opacity;
-  -o-transition-property: opacity;
-  transition-property: opacity;
-}
 .carousel-fade .carousel-inner .active {
   opacity: 1;
 }
@@ -965,42 +900,13 @@ ul.social a.facebook span:hover {
 	-webkit-animation: vidunblur 4s;
 	animation: vidunblur 4s;
 }
-.wallpaper .wallpaper-media.animated {
- 	-webkit-transition: opacity 0.5s linear !important;
-	        transition: opacity 0.5s linear !important;
-}
 .wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
 .wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }
-.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
-.wallpaper .wallpaper-media.native img { display: none; }
 .wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
 .wallpaper .wallpaper-media.fixed img { display: none; }
-.touch-carousel .carousel-inner>.item {
-	position:relative;
-	float:left;
-	display:block;
-	-webkit-transition:none;
-	-moz-transition:none;
-	transition:none;
-	-webkit-backface-visibility:hidden;
-	-webkit-transform-style:preserve-3d
-}
-.touch-carousel .carousel-inner>.item * {
-	-webkit-transition:none;
-	-moz-transition:none;transition:none
-}
-.touch-carousel .carousel-inner.animate {
-	-webkit-transition:all .3s linear;
-	-moz-transition:all .3s linear;
-	transition:all .3s linear
-}
 .about {
 	padding: 20px 0 50px;
 }
-
-.where {
-	margin: 20px 0 0;
-}
 table.icons tbody > tr {
 	margin: 0px;
 	padding: 0px;
@@ -1009,13 +915,6 @@ table.icons tbody > tr > td {
 	border:none;
 	padding: 0px;
 }
-.text-field .req {
-  position: relative;
-  top: 4px;
-  left: 4px;
-  color: #1a8;
-  opacity: 0.5;
-}
 @media (min-width: 768px) {
 }
 form .actions button{
@@ -2272,32 +2171,15 @@ span.quiet {
 span.right {
 	float: right;
 }
-.checkbox-field input {
-  margin-right: 10px;
-}
 .entry-content ul {
 	margin: 10px 20px;
 }
 .entry-content ul.sitemap  {
 	margin: 0;
 }
-
-/*============================================
-		Forms
-==============================================*/
-
-.form-row {
-  margin: 10px 0;
-}
 .form-row.checkbox {
   font-size: 0.85em;
 }
-.form-row.texts:first-of-type {
-  margin-top: 18px;
-}
-.form-row.texts + .form-row:not(.texts) {
-  margin-top: 30px;
-}
 
 /*============================================
 		Code - Sunburst Theme

File diff suppressed because it is too large
+ 0 - 0
v4-style.min.css


Some files were not shown because too many files changed in this diff