Template:JakeTesting.css: Difference between revisions

No edit summary
m Protected "Template:JakeTesting.css": WIP ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(29 intermediate revisions by the same user not shown)
Line 6: Line 6:
   border: 1px solid #eaecf0;
   border: 1px solid #eaecf0;
   border-radius: 8px;
   border-radius: 8px;
   background: #fff;
   background: #f5f5f5;
   box-shadow: 0 2px 6px rgba(0,0,0,.03);
   box-shadow: 0 2px 6px rgba(0,0,0,.03);
   font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
   font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
Line 13: Line 13:
.crw-eyebrow-wp {
.crw-eyebrow-wp {
   font-size: 1rem;
   font-size: 1rem;
   font-weight: 600; /* bold */
   font-weight: 600;
   color: #000;
   color: #000;
   letter-spacing: .04em;
   letter-spacing: .04em;
Line 25: Line 25:
   line-height: 1.3;
   line-height: 1.3;
   font-weight: 700;
   font-weight: 700;
   color: #202122;
   color: #000;
   margin: .25rem 0 1rem;
   margin: .25rem 0 1rem;
}
}
Line 33: Line 33:
   line-height: 1.6;
   line-height: 1.6;
   margin: 0 0 .75rem;
   margin: 0 0 .75rem;
   color: #374151;
   color: #000;
}
}


.crw-count-wp {
.crw-count-wp {
   font-size: 1rem;
   font-size: 1rem;
   color: #4b5563;
   color: #000;
   margin: 0 0 1.25rem;
   margin: 0 0 1.25rem;
}
}
Line 56: Line 56:
   border-radius: 6px;
   border-radius: 6px;
   background: #f9fafb;
   background: #f9fafb;
   color: #1f2937;
   color: #000;
   font-size: .95rem;
   font-size: .95rem;
   font-weight: 500;
   font-weight: 500;
Line 142: Line 142:
   .crw-title-wp { font-size: 1.75rem; }
   .crw-title-wp { font-size: 1.75rem; }
   .crw-tagline-wp { font-size: 1.08rem; }
   .crw-tagline-wp { font-size: 1.08rem; }
}
.crw-hero-wp {
  position: relative;
}
.crw-hero-logo {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
}
.crw-hero-logo img {
  width: 45px;
  height: auto;
  border: 0;
}
.crw-hero-wp {
  max-width: 920px;
  box-sizing: border-box;
}
.crw-title-wp a {
  color: #000 !important; 
  text-decoration: none !important;
}
.crw-title-wp a:hover {
  color: #4B1D78; 
  text-decoration: underline;
}
}