<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.telephones.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ATemplateStyles</id>
	<title>Template:TemplateStyles - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.telephones.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ATemplateStyles"/>
	<link rel="alternate" type="text/html" href="https://www.telephones.wiki/index.php?title=Template:TemplateStyles&amp;action=history"/>
	<updated>2026-05-13T12:52:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://www.telephones.wiki/index.php?title=Template:TemplateStyles&amp;diff=41&amp;oldid=prev</id>
		<title>CaptainChris: Created page with &quot;/* Contribute button */ .wp-contrib-cta {   display: flex;   justify-content: center;   margin: 1rem 0; }  .wp-contrib-cta__btn {   /* layout */   display: flex;   align-items: center;   justify-content: center; /* centers the label */   gap: 0.75rem;   width: min(100%, 28rem);   padding: 0.9rem 1.2rem;    /* vibe */   background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);   color: #fff;   border-radius: 999px;   font-weight: 700;   font-size: clamp(14px, 2.8vw,...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.telephones.wiki/index.php?title=Template:TemplateStyles&amp;diff=41&amp;oldid=prev"/>
		<updated>2025-08-19T05:05:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;Contribute button: &lt;/span&gt; .wp-contrib-cta {   display: flex;   justify-content: center;   margin: 1rem 0; }  .wp-contrib-cta__btn {   &lt;span class=&quot;autocomment&quot;&gt;layout: &lt;/span&gt;   display: flex;   align-items: center;   justify-content: center; &lt;span class=&quot;autocomment&quot;&gt;centers the label: &lt;/span&gt;   gap: 0.75rem;   width: min(100%, 28rem);   padding: 0.9rem 1.2rem;    &lt;span class=&quot;autocomment&quot;&gt;vibe: &lt;/span&gt;   background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);   color: #fff;   border-radius: 999px;   font-weight: 700;   font-size: clamp(14px, 2.8vw,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Contribute button */&lt;br /&gt;
.wp-contrib-cta {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  margin: 1rem 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wp-contrib-cta__btn {&lt;br /&gt;
  /* layout */&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center; /* centers the label */&lt;br /&gt;
  gap: 0.75rem;&lt;br /&gt;
  width: min(100%, 28rem);&lt;br /&gt;
  padding: 0.9rem 1.2rem;&lt;br /&gt;
&lt;br /&gt;
  /* vibe */&lt;br /&gt;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);&lt;br /&gt;
  color: #fff;&lt;br /&gt;
  border-radius: 999px;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-size: clamp(14px, 2.8vw, 18px);&lt;br /&gt;
  text-decoration: none;&lt;br /&gt;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35),&lt;br /&gt;
              0 2px 6px rgba(0, 0, 0, 0.15);&lt;br /&gt;
  border: 1px solid rgba(255,255,255,0.18);&lt;br /&gt;
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wp-contrib-cta__btn:hover {&lt;br /&gt;
  transform: translateY(-1px);&lt;br /&gt;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.45),&lt;br /&gt;
              0 4px 10px rgba(0, 0, 0, 0.18);&lt;br /&gt;
  filter: brightness(1.03);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wp-contrib-cta__btn:active {&lt;br /&gt;
  transform: translateY(0);&lt;br /&gt;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35),&lt;br /&gt;
              0 2px 6px rgba(0, 0, 0, 0.14);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wp-contrib-cta__btn:focus-visible {&lt;br /&gt;
  outline: 3px solid #a5b4fc; /* soft indigo focus ring */&lt;br /&gt;
  outline-offset: 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wp-contrib-cta__icon,&lt;br /&gt;
.wp-contrib-cta__arrow {&lt;br /&gt;
  /* fixed space so the label stays visually centered,&lt;br /&gt;
     even with icons on both sides */&lt;br /&gt;
  width: 1.5em;&lt;br /&gt;
  height: 1.5em;&lt;br /&gt;
  display: inline-flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  flex: 0 0 1.5em;&lt;br /&gt;
  line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wp-contrib-cta__text {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  flex: 0 1 auto;&lt;br /&gt;
  line-height: 1.2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* smooth arrow nudge on hover (respects reduced motion) */&lt;br /&gt;
@media (prefers-reduced-motion: no-preference) {&lt;br /&gt;
  .wp-contrib-cta__btn:hover .wp-contrib-cta__arrow {&lt;br /&gt;
    transform: translateX(2px);&lt;br /&gt;
    transition: transform 120ms ease;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* dark mode-ish pages (if your skin flips bg), keep contrast decent */&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
  .wp-contrib-cta__btn {&lt;br /&gt;
    border-color: rgba(255,255,255,0.22);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>CaptainChris</name></author>
	</entry>
</feed>