Browse Source

decruft: sweep 77 dead rules from style.css (coverage-verified)

Coverage analysis: crawled 32 representative pages + cross-referenced every
class token in template sources and JS (so JS-toggled/conditional classes are
NOT flagged). Removed 77 rules whose every selector is a confirmed-dead token
(~9.4 KB): FullCalendar (.fc-*/#calendar), deleted About page (#tv/.text-field*/
.about-caro/#caro-lead*/.about-form), replaced carousels (.touch-carousel*/
.carousel-fade*/.darken-carousel-indicators/.caro-grad_old), and obsolete
clusters (.m-scene/.scene_element, .wallpaper*, .nav-toggle*, .nav-tabs-*,
.doughnut-legend, .welcome-back, .front-*, .single-card*, .entry-caption*,
.img-thumbnail/rounded/circle, etc.).

Kept (false positives): WP-generated conditional markup (#respond, .gallery,
.avatar, .screen-reader, .page-link, .form-submit, .wp-block-*) and
uncertain-but-used (.terminal, .helvetica, .courier, .signature, .widget).
Brace-balanced; all pages 200.
windhamdavid 8 hours ago
parent
commit
e7ec749223
2 changed files with 0 additions and 440 deletions
  1. 0 440
      style.css
  2. 0 0
      v4-style.min.css

+ 0 - 440
style.css

@@ -32,9 +32,6 @@ a:focus {outline:thin dotted;}
 a img {border: 0;}
 .clear {clear: both;}
 
-
-
-
 /*============================================
 		Body
 ==============================================*/
@@ -169,9 +166,6 @@ body.contact {
 .courier {
 	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
 }
-.didot {
-	font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
-}
 .georgia {
 	font-family: Georgia, Times, "Times New Roman", serif;
 }
@@ -250,11 +244,6 @@ h5.contact {
 h4.spread {
 	line-height: 24px;
 }
-.conq {
-	font-family: "aw-conqueror-didot",serif;
-	font-style: normal;
-	font-weight: 300;
-}
 .email a {
 	color: #777;
 }
@@ -534,14 +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 {
-  -webkit-animation-duration: 0.25s;
-  animation-duration: 0.25s;
-  -webkit-transition-timing-function: ease-in;
-  transition-timing-function: ease-in;
-  -webkit-animation-fill-mode: both;
-  animation-fill-mode: both; }
 .m-scene .scene_element--fadein {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn; }
@@ -564,7 +545,6 @@ h4.spread {
   -webkit-animation-direction: alternate-reverse;
   animation-direction: alternate-reverse; }
 
-
 /*============================================
 		Navbar
 ==============================================*/
@@ -620,21 +600,6 @@ h4.spread {
 	-moz-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
 }
-
-/*============================================
-		NavMenu
-==============================================*/
-.nav-tabs-bottom {
-  border-bottom: 0;
-  border-top: 1px solid #dddddd;
-}
-.nav-tabs-bottom > li {
-  margin-bottom: 0;
-  margin-top: -1px;
-}
-.nav-tabs-bottom > li > a {
-  border-radius: 0 0 4px 4px;
-}
 .nav-tabs-bottom > li > a:hover,
 .nav-tabs-bottom > li > a:focus,
 .nav-tabs-bottom > li.active > a,
@@ -643,20 +608,6 @@ h4.spread {
   border: 1px solid #dddddd;
   border-top-color: transparent;
 }
-.nav-tabs-left {
-  border-bottom: 0;
-  border-right: 1px solid #dddddd;
-}
-.nav-tabs-left > li {
-  margin-bottom: 0;
-  margin-right: -1px;
-  float: none;
-}
-.nav-tabs-left > li > a {
-  border-radius: 4px 0 0 4px;
-  margin-right: 0;
-  margin-bottom: 2px;
-}
 .nav-tabs-left > li > a:hover,
 .nav-tabs-left > li > a:focus,
 .nav-tabs-left > li.active > a,
@@ -675,20 +626,6 @@ h4.spread {
 .row > .nav-tabs-left + .tab-content {
   border-left: 1px solid #dddddd;
 }
-.nav-tabs-right {
-  border-bottom: 0;
-  border-left: 1px solid #dddddd;
-}
-.nav-tabs-right > li {
-  margin-bottom: 0;
-  margin-left: -1px;
-  float: none;
-}
-.nav-tabs-right > li > a {
-  border-radius: 0 4px 4px 0;
-  margin-left: 0;
-  margin-bottom: 2px;
-}
 .nav-tabs-right > li > a:hover,
 .nav-tabs-right > li > a:focus,
 .nav-tabs-right > li.active > a,
@@ -701,35 +638,6 @@ h4.spread {
   padding-left: 0;
   padding-right: 15px;
 }
-
-
-
-.nav-toggle {
-	padding: 15px 0;
-	right: 15px;
-	top: 25px;
-	cursor: pointer;
-	position: absolute;
-}
-.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
-  cursor: pointer;
-  border-radius: 1px;
-  height: 5px;
-  width: 35px;
-  background: #333E52;
-  position: absolute;
-  display: block;
-  content: '';
-}
-.nav-toggle span:before {
-  top: -10px;
-}
-.nav-toggle span:after {
-  bottom: -10px;
-}
-.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
-  transition: all 500ms ease-in-out;
-}
 .nav-toggle.active span {
   background-color: transparent;
 }
@@ -757,7 +665,6 @@ h4.spread {
 	float: left;
 }
 
-
 /*============================================
 		Header
 ==============================================*/
@@ -776,20 +683,10 @@ img.dw {
 	float: right;
 	margin: 15px 0;
 }
-#site-description {
-	clear: right;
-	float: right;
-	font-style: italic;
-	margin: 14px 0 18px 0;
-	width: 160px;
-}
 .logo {
 	margin: 0 auto;
 	vertical-align: top;
 }
-.front-nav {
-	margin: 10px 0 0;
-}
 /*============================================
 		Footer
 ==============================================*/
@@ -835,7 +732,6 @@ ul.social a.facebook span:hover {
 	color: #3B5998;
 }
 
-
 /*============================================
 		Intro
 ==============================================*/
@@ -896,15 +792,6 @@ ul.social a.facebook span:hover {
 	-moz-animation: blink 1s 3;
 	animation: blink 1s 3;
 }
-.welcome-back {
-	min-height: 500px;
-	padding: 70px 50px 40px;
-	font-size: 24px;
-	color: #34F743;
-	background: transparent url('img/terminal.svg');
-	background-size: cover;
-  border-radius: 1px;
-}
 .terminal-welcome .modal-content {
 	margin: 0 0 100px;
 	border: none;
@@ -992,16 +879,6 @@ ul.social a.facebook span:hover {
 .carousel-fade .carousel-inner .prev.right {
   opacity: 1;
 }
-.carousel-fade .carousel-control {
-  z-index: 2;
-}
-
-#caro-lead {
-	min-height: 420px;
-}
-#caro-lead h2 {
-	font-size: 27px;
-}
 #caro-lead .carousel-indicators {
   top:550px;
 }
@@ -1052,13 +929,6 @@ ul.social a.facebook span:hover {
 	left: 10%;
 	bottom: 0;
 }
-.caro-grad_old {
-	background: #5E7A9B;
-	background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
-	background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
-	background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
-	background: linear-gradient(top, #355069 0, #5e7a9b 100%);
-}
 .caro-grad {
 	background:#404040;
 }
@@ -1071,46 +941,14 @@ ul.social a.facebook span:hover {
 .caro-grad5 {
 	background: none;
 }
-.darken-carousel-indicators {
-	border: 1px solid #000 !important;
-}
 .carousel-indicators .darken-carousel-indicators.active  {
 	background: #000 !important;
 }
-.bg1 {
-	background-size: cover;
-	-webkit-background-size: cover;
-	-moz-background-size: cover;
-	-o-background-size: cover;
-}
 .blur {
   -webkit-filter: blur(5px);
   -ms-filter: blur(5px);
   filter: blur(5px);
 }
-.about-caro {
-  height:670px;
-}
-#tv {
-	position: fixed;
-	left: 0;
-	top: 0;
-	min-width: 101%;
-	width: auto;
-	height: auto;
-	z-index: -100;
-	/*background: url(img/tv.gif) no-repeat;*/
-	background: url(img/tv.jpg) no-repeat;
-	background-size: cover;
-	-webkit-background-size: cover;
-	-moz-background-size: cover;
-	-o-background-size: cover;
-	filter: saturate(0);
-	-webkit-filter: saturate(0);
-	transform-origin: 50% 50%;
-	-webkit-transform-origin: 50% 50%;
-	border: none;
-}
 @-webkit-keyframes vidblur {
 	0% {-webkit-filter: blur(0px) saturate(0) hue-rotate(0deg);}
 	100% {-webkit-filter: blur(4px) saturate(2) hue-rotate(100deg);}
@@ -1127,58 +965,16 @@ ul.social a.facebook span:hover {
 	-webkit-animation: vidunblur 4s;
 	animation: vidunblur 4s;
 }
-.wallpaper,
-.wallpaper .wallpaper-container,
-.wallpaper .wallpaper-media {
- 	-webkit-transition: opacity 0.5s linear !important;
-	        transition: opacity 0.5s linear !important;
-}
-.wallpaper { overflow: hidden; position: relative; }
-.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; left:0px; width: 100%; z-index: -1; }
-.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
 .wallpaper .wallpaper-media.animated {
  	-webkit-transition: opacity 0.5s linear !important;
 	        transition: opacity 0.5s linear !important;
 }
-.wallpaper .wallpaper-media img,
-.wallpaper .wallpaper-media video,
-.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; }
 .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 {
-	position:relative;
-	overflow:hidden;
-	width:100%;
-	-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);
-	-webkit-backface-visibility:hidden;
-	-webkit-transform-style:preserve-3d;
-	-webkit-tap-highlight-color:rgba(0,0,0,0);
-	-webkit-touch-callout:none;
-	-webkit-user-select:none;
-	-moz-user-select:none;
-	-ms-user-select:none;
-	user-select:none
-}
-.touch-carousel .carousel-inner {
-	overflow:hidden;
-	-webkit-transform:translate3d(0%,0,0) scale3d(1,1,1);
-	-moz-transform:translate3d(0%,0,0) scale3d(1,1,1);
-	-ms-transform:translate3d(0%,0,0) scale3d(1,1,1);
-	transform:translate3d(0%,0,0) scale3d(1,1,1);
-	-webkit-backface-visibility:hidden;
-	-webkit-transform-style:preserve-3d;
-	-webkit-tap-highlight-color:rgba(0,0,0,0);
-	-webkit-touch-callout:none;
-	-webkit-user-select:none;
-	-moz-user-select:none;
-	-ms-user-select:none;
-	user-select:none
-}
 .touch-carousel .carousel-inner>.item {
 	position:relative;
 	float:left;
@@ -1198,17 +994,6 @@ ul.social a.facebook span:hover {
 	-moz-transition:all .3s linear;
 	transition:all .3s linear
 }
-/*============================================
-					About
-==============================================*/
-.big-top {
-	height: auto;
-	margin: 0 auto;
-	width: 100%;
-	position: relative;
-	box-shadow: 0 0 50px rgba(0,0,0,0.8);
-	padding: 100px 0;
-}
 .about {
 	padding: 20px 0 50px;
 }
@@ -1216,10 +1001,6 @@ ul.social a.facebook span:hover {
 .where {
 	margin: 20px 0 0;
 }
-
-.icon-grid {
-	margin: 28px 0 0;
-}
 table.icons tbody > tr {
 	margin: 0px;
 	padding: 0px;
@@ -1228,32 +1009,6 @@ table.icons tbody > tr > td {
 	border:none;
 	padding: 0px;
 }
-.about-form label strong {
-	color: #999;
-}
-.text-field {
-  width: 50%;
-  float: left;
-  display: block;
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-  position: relative;
-}
-.text-field > strong {
-  display: block;
-  font-weight: bold;
-  color: white;
-  font-size: 0.85em;
-  margin-top: -3px;
-}
-.text-field > strong > i {
-  font-weight: normal;
-  font-style: italic;
-  font-family: playfair display, serif;
-  font-size: 0.9em;
-  opacity: 0.8;
-}
 .text-field .req {
   position: relative;
   top: 4px;
@@ -1261,69 +1016,11 @@ table.icons tbody > tr > td {
   color: #1a8;
   opacity: 0.5;
 }
-.text-field [type='email'],
-.text-field [type='text'] {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-  -webkit-transition: all 200ms linear;
-  transition: all 200ms linear;
-}
-.text-field [type='email']::-webkit-input-placeholder,
-.text-field [type='text']::-webkit-input-placeholder {
-  color: rgba(250, 250, 250, 0.2);
-  font-weight: normal;
-}
-.text-field [type='email']::-moz-placeholder,
-.text-field [type='text']::-moz-placeholder {
-  color: rgba(250, 250, 250, 0.2);
-  font-weight: normal;
-}
-.text-field [type='email']:-ms-input-placeholder,
-.text-field [type='text']:-ms-input-placeholder {
-  color: rgba(250, 250, 250, 0.2);
-  font-weight: normal;
-}
-.text-field [type='email']::placeholder,
-.text-field [type='text']::placeholder {
-  color: rgba(250, 250, 250, 0.2);
-  font-weight: normal;
-}
-.text-field [type='email'],
-.text-field [type='text'] {
-  background: transparent;
-  border: 0;
-  padding: 5px 0;
-  border-bottom: solid 1px rgba(250, 250, 250, 0.2);
-  margin: 5px 5px 5px 0;
-  color: #1d8;
-  font-weight: bold;
-}
-.text-field [type='email']:hover,
-.text-field [type='text']:hover {
-  border-bottom-color: rgba(250, 250, 250, 0.5);
-  outline: 0;
-}
-.text-field [type='email']:focus,
-.text-field [type='text']:focus {
-  color: #1d8;
-  border-bottom-color: #1d8;
-  outline: 0;
-}
 @media (min-width: 768px) {
-  .text-field [type='email'],
-  .text-field [type='text'] {
-    width: 92%;
-  }
 }
 form .actions button{
 	margin: 20px 0;
 }
-.posts-front {
-	margin: 40px 0;
-	padding: 0px 0;
-	background: transparent;
-}
 .updates {
 	background: rgba(237, 237, 237, 0.85);
 	box-shadow: 0 0 25px rgba(0, 0, 0, .9);
@@ -1342,8 +1039,6 @@ article.home {
 	border-radius: 5px;
 }
 
-
-
 /*============================================
 		Studio
 ==============================================*/
@@ -1404,8 +1099,6 @@ img.studio-thumb:hover {
     filter: saturate(1) opacity(1);
 }
 
-
-
 /*============================================
 		Art
 ==============================================*/
@@ -1618,23 +1311,6 @@ h1#now {
     line-height: 17px;
   }
 }
-.doughnut-legend li span {
-	display: block;
-	width: 14px;
-	height: 14px;
-	border-radius: 7px;
-	float: left;
-	margin-top: 4px;
-	margin-right: 8px;
-}
-
-.doughnut-legend {
-	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
-	list-style: none;
-	margin: 20px 0 0;
-	padding: 0;
-	font-size: 14px;
-}
 div#player{
 	width: 100%;
 	color: #555555;
@@ -1683,8 +1359,6 @@ div#player{
 
 }
 
-
-
 /*============================================
 		Anatlyics
 ==============================================*/
@@ -1695,9 +1369,6 @@ div#player{
 	height:500px;
 }
 
-
-
-
 /*============================================
 ==============================================
 		General Content
@@ -1787,10 +1458,6 @@ div#player{
 .hentry {
 	margin: 0 0 30px 0;
 }
-.reserved-gallery {
-	float: left;
-	padding: 5px;
-}
 .home .sticky {
 	background: #f2f7fc;
 	border-top: 4px solid #000;
@@ -1861,11 +1528,6 @@ h2.entry-title {
 	color: #888;
 	font-size: 12px;
 }
-.entry-meta-attachment {
-	float: right;
-	color: #888;
-	font: 11px "Courier New", Courier, mono;
-}
 .entry-meta abbr,
 .entry-utility abbr {
 	border: none;
@@ -1879,10 +1541,6 @@ h2.entry-title {
 	clear: both;
 	padding: 18px 0 20px;
 }
-.entry-guestbook {
-	clear: both;
-	padding: 3px 0 10px 0;
-}
 .entry-content p {
 	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 }
@@ -1995,12 +1653,6 @@ body.page .edit-link {
 	clear: both;
 	display: block;
 }
-.entry-utility {
-	clear: both;
-	color: #888;
-	font-size: 12px;
-	line-height: 18px;
-}
 .entry-meta a,
 .entry-utility a {
 	color: #888;
@@ -2018,12 +1670,6 @@ body.page .edit-link {
 	color: #777;
 	font: 14px/18px "Courier New", Courier, mono;
 }
-.front-date {
-	float: right;
-	margin: 0px 0 0px 40px;
-	color: #777;
-	font: 14px/18px "Courier New", Courier, mono;
-}
 #content ul li li {
 	padding: 0 0 0 20px;
 }
@@ -2049,21 +1695,9 @@ body.page .edit-link {
 	box-shadow: 0 0 5px rgba(0,0,0,.1);
 	padding: 70px 100px 140px;
 }
-.single-card {
-	border: 1px solid #eee;
-	padding:10px 15px;
-	margin:10px 0 10px;
-	min-height: 230px;
-}
-.single-card:hover{
-    background-color: rgba(0, 0, 0, 0.1);
-}
 .single-card .entry-title {
 	margin-bottom:5px !important;
 }
-.single-card-thumbnail img {
-	border:5px solid #cecece;
-}
 
 article.studio {
 	background: #fff;
@@ -2087,7 +1721,6 @@ img.archive-thumb:hover {
 	filter: saturate(3) opacity(1) invert(.8);
 }
 
-
 /*============================================
 		Meta
 ==============================================*/
@@ -2304,7 +1937,6 @@ li.comment.thread-odd {
     width: 50%;
 }
 
-
 /*============================================
 		Media
 ==============================================*/
@@ -2336,7 +1968,6 @@ li.comment.thread-odd {
 	padding-top: 4px;
 }
 
-
 /*===== Attachments =====*/
 .single-attachment .hentry {
 	margin: 0px;
@@ -2345,10 +1976,6 @@ li.comment.thread-odd {
 	font-size: 140%;
 	margin-top: 24px;
 }
-.entry-caption-attachment {
-	margin: 0px auto 0;
-	text-align: center;
-}
 #content .entry-caption-attachment h2.entry-title {
 	margin: 0 0 5px;
 	font-weight: normal;
@@ -2366,9 +1993,6 @@ li.comment.thread-odd {
 	line-height: 15px;
 	margin-bottom: 0px;
 }
-.entry-caption-attachment h2 {
-	font: bold 27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
-}
 .attachment .entry-content .nav-previous a:before {
 	content: '\2190\00a0';
 }
@@ -2376,7 +2000,6 @@ li.comment.thread-odd {
 	content: '\00a0\2192';
 }
 
-
 /*===== Images ======*/
 
 img.avatar {
@@ -2402,27 +2025,6 @@ img.me {
 	height: auto;
 }
 
-.img-rounded {
-  border-radius: 6px;
-}
-.img-thumbnail {
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-radius: 4px;
-  -webkit-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  display: inline-block;
-  width: 100% \9;
-  max-width: 100%;
-  height: auto;
-}
-.img-circle {
-  border-radius: 50%;
-}
-
 #content .home img {
 	border: 15px solid #000;
 }
@@ -2510,7 +2112,6 @@ img.me {
 .gallery dl, .gallery dt { margin: 0; }
 .gallery br+br { display: none; }
 
-
 /*============================================
 		Pagination
 ==============================================*/
@@ -2546,12 +2147,6 @@ img.me {
 	text-align: right;
 	width: 50%;
 }
-#nav-above {
-	margin: 0 0 18px 0;
-}
-#nav-above {
-	display: none;
-}
 .paged #nav-above,
 .single #nav-above {
 	display: block;
@@ -2602,7 +2197,6 @@ img.me {
 	font-size: 16px;
 }
 
-
 /*============================================
 		404
 ==============================================*/
@@ -2688,7 +2282,6 @@ span.right {
 	margin: 0;
 }
 
-
 /*============================================
 		Forms
 ==============================================*/
@@ -2775,21 +2368,6 @@ pre .variable, pre .variable.global {
 pre .variable.class {
 
 }
-
-/*============================================
-		v3.0 Edits!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-==============================================*/
-
-.fc-toolbar h2 {
-  font-size:17px;
-  color: #777;
-}
-.fc-unthemed td.fc-today {
-  background: #ffffff12;
-}
-.fc-event {
-  background:none;
-}
 .wp-block-video video {
   max-width:100% !important;
   width:100% !important;
@@ -2803,24 +2381,6 @@ figcaption {
 ul.tags {
   font-size:14px;
 }
-#calendar {
-  color:#555;
-}
-.fc-theme-standard, .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
-  border-color: #555;
-}
-.fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
-  border-color: #555;
-}
-.fc .fc-toolbar.fc-header-toolbar {
-  margin-bottom: 5px;
-}
-.fc .fc-toolbar-title {
-  font-size: 16px;
-}
-.fc-h-event .fc-event-main {
-  color: #999;
-}
 .chess-html {
   padding: 0 5px 0 5px;
 }

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