Template:Quantum book backlink/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".quantum-backlink { display: block; margin: 0.2em 0 0.8em 0; font-size: 90%; } .quantum-backlink::before { content: "← Back"; } .quantum-methods-backlink-mathematical::before { content: "← Back to Mathematical methods"; }" |
imported>WikiHarold Fix methods backlink plasma kinetic label |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.quantum-backlink { | /* Quantum Collection backlink shared style */ | ||
.quantum-book-backlink { | |||
margin: 0 0 0.8em 0; | |||
font-size: 90%; | |||
line-height: 1.4; | |||
} | |||
/* Shared yellow backlink button/box */ | |||
.quantum-parent-box, | |||
.quantum-book-backlink-button { | |||
display: inline-block; | |||
border: 1px solid #e0d890; | |||
background: #fff8cc; | |||
padding: 4px 8px; | |||
margin: 0 0 1em 0; | |||
text-align: left; | |||
font-size: 90%; | |||
border-radius: 4px; | |||
} | |||
/* Parent book fallback */ | |||
.quantum-parent-book-link:before { | |||
content: "← Back to Book:Quantum Collection"; | |||
} | |||
/* Flexible version used by the original B template */ | |||
.quantum-book-backlink-text::before { | |||
content: attr(data-label); | |||
} | |||
/* B: Main Quantum Collection fixed-label classes */ | |||
.qb-back-foundations::before { | |||
content: "← Back to Foundations"; | |||
} | |||
.qb-back-conceptual::before { | |||
content: "← Back to Conceptual and interpretations"; | |||
} | |||
.qb-back-mathematical::before { | |||
content: "← Back to Mathematical structure and systems"; | |||
} | |||
.qb-back-atomic::before { | |||
content: "← Back to Atomic and spectroscopy"; | |||
} | |||
.qb-back-wavefunctions::before { | |||
content: "← Back to Wavefunctions and modes"; | |||
} | |||
.qb-back-dynamics::before { | |||
content: "← Back to Quantum dynamics and evolution"; | |||
} | |||
.qb-back-measurement::before { | |||
content: "← Back to Measurement and information"; | |||
} | |||
.qb-back-information::before { | |||
content: "← Back to Quantum information and computing"; | |||
} | |||
.qb-back-optics::before { | |||
content: "← Back to Quantum optics and experiments"; | |||
} | |||
.qb-back-open::before { | |||
content: "← Back to Open quantum systems"; | |||
} | |||
.qb-back-field::before { | |||
content: "← Back to Quantum field theory"; | |||
} | |||
.qb-back-statistical::before { | |||
content: "← Back to Statistical mechanics and kinetic theory"; | |||
} | |||
.qb-back-condensed::before { | |||
content: "← Back to Condensed matter and solid-state physics"; | |||
} | |||
.qb-back-plasma::before { | |||
content: "← Back to Plasma and fusion physics"; | |||
} | |||
.qb-back-timeline::before { | |||
content: "← Back to Timeline"; | |||
} | |||
.qb-back-advanced::before { | |||
content: "← Back to Advanced and frontier topics"; | |||
} | |||
.qb-back-top::before { | |||
content: "← Back to Book:Quantum Collection"; | |||
} | |||
/* BM: Matter by scale fixed-label classes */ | |||
.qm-back-materials::before { | |||
content: "← Back to Materials"; | |||
} | |||
.qm-back-matter::before { | |||
content: "← Back to Matter"; | |||
} | |||
.qm-back-molecules::before { | |||
content: "← Back to Molecules"; | |||
} | |||
.qm-back-atoms::before { | |||
content: "← Back to Atoms"; | |||
} | |||
.qm-back-particles::before { | |||
content: "← Back to Particles"; | |||
} | |||
.qm-back-fields::before { | |||
content: "← Back to Fields"; | |||
} | |||
.qm-back-top::before { | |||
content: "← Back to Matter by scale"; | |||
} | |||
/* BT: Methods and tools fixed-label classes */ | |||
.qt-back-mathematical::before { | |||
content: "← Back to Mathematical methods"; | |||
} | |||
.qt-back-measurement::before { | |||
content: "← Back to Measurement techniques"; | |||
} | |||
.qt-back-experimental::before { | |||
content: "← Back to Experimental methods"; | |||
} | |||
.qt-back-computational::before { | |||
content: "← Back to Computational methods"; | |||
} | |||
.qt-back-statistical::before { | |||
content: "← Back to Statistical and thermodynamic methods"; | |||
} | |||
.qt-back-field::before { | |||
content: "← Back to Field and many-body methods"; | |||
} | |||
.qt-back-top::before { | |||
content: "← Back to Methods and tools"; | |||
} | |||
/* BD: Data Analysis Techniques in Particle Physics fixed-label classes */ | |||
.qd-back-introduction::before { | |||
content: "← Back to Introduction to particle-physics data"; | |||
} | |||
.qd-back-collision::before { | |||
content: "← Back to Collision experiments and kinematics"; | |||
} | |||
.qd-back-detectors::before { | |||
content: "← Back to Detectors and data acquisition"; | |||
} | |||
.qd-back-reconstruction::before { | |||
content: "← Back to Event reconstruction and simulation"; | |||
} | } | ||
. | .qd-back-statistics::before { | ||
content: "← Back to Statistical methods and visualisation"; | |||
} | } | ||
. | .qd-back-standard-model::before { | ||
content: "← Back to Standard Model measurements"; | |||
} | |||
.qd-back-searches::before { | |||
content: "← Back to Searches and optimisation"; | |||
} | |||
.qd-back-machine-learning::before { | |||
content: "← Back to Machine learning and advanced comprehension"; | |||
} | |||
.qd-back-top::before { | |||
content: "← Back to Data Analysis Techniques"; | |||
} | |||
.qt-back-plasma-kinetic::before { | |||
content: "← Back to Plasma and kinetic methods"; | |||
} | } | ||
Latest revision as of 10:36, 11 May 2026
/* Quantum Collection backlink shared style */
.quantum-book-backlink {
margin: 0 0 0.8em 0;
font-size: 90%;
line-height: 1.4;
}
/* Shared yellow backlink button/box */
.quantum-parent-box,
.quantum-book-backlink-button {
display: inline-block;
border: 1px solid #e0d890;
background: #fff8cc;
padding: 4px 8px;
margin: 0 0 1em 0;
text-align: left;
font-size: 90%;
border-radius: 4px;
}
/* Parent book fallback */
.quantum-parent-book-link:before {
content: "← Back to Book:Quantum Collection";
}
/* Flexible version used by the original B template */
.quantum-book-backlink-text::before {
content: attr(data-label);
}
/* B: Main Quantum Collection fixed-label classes */
.qb-back-foundations::before {
content: "← Back to Foundations";
}
.qb-back-conceptual::before {
content: "← Back to Conceptual and interpretations";
}
.qb-back-mathematical::before {
content: "← Back to Mathematical structure and systems";
}
.qb-back-atomic::before {
content: "← Back to Atomic and spectroscopy";
}
.qb-back-wavefunctions::before {
content: "← Back to Wavefunctions and modes";
}
.qb-back-dynamics::before {
content: "← Back to Quantum dynamics and evolution";
}
.qb-back-measurement::before {
content: "← Back to Measurement and information";
}
.qb-back-information::before {
content: "← Back to Quantum information and computing";
}
.qb-back-optics::before {
content: "← Back to Quantum optics and experiments";
}
.qb-back-open::before {
content: "← Back to Open quantum systems";
}
.qb-back-field::before {
content: "← Back to Quantum field theory";
}
.qb-back-statistical::before {
content: "← Back to Statistical mechanics and kinetic theory";
}
.qb-back-condensed::before {
content: "← Back to Condensed matter and solid-state physics";
}
.qb-back-plasma::before {
content: "← Back to Plasma and fusion physics";
}
.qb-back-timeline::before {
content: "← Back to Timeline";
}
.qb-back-advanced::before {
content: "← Back to Advanced and frontier topics";
}
.qb-back-top::before {
content: "← Back to Book:Quantum Collection";
}
/* BM: Matter by scale fixed-label classes */
.qm-back-materials::before {
content: "← Back to Materials";
}
.qm-back-matter::before {
content: "← Back to Matter";
}
.qm-back-molecules::before {
content: "← Back to Molecules";
}
.qm-back-atoms::before {
content: "← Back to Atoms";
}
.qm-back-particles::before {
content: "← Back to Particles";
}
.qm-back-fields::before {
content: "← Back to Fields";
}
.qm-back-top::before {
content: "← Back to Matter by scale";
}
/* BT: Methods and tools fixed-label classes */
.qt-back-mathematical::before {
content: "← Back to Mathematical methods";
}
.qt-back-measurement::before {
content: "← Back to Measurement techniques";
}
.qt-back-experimental::before {
content: "← Back to Experimental methods";
}
.qt-back-computational::before {
content: "← Back to Computational methods";
}
.qt-back-statistical::before {
content: "← Back to Statistical and thermodynamic methods";
}
.qt-back-field::before {
content: "← Back to Field and many-body methods";
}
.qt-back-top::before {
content: "← Back to Methods and tools";
}
/* BD: Data Analysis Techniques in Particle Physics fixed-label classes */
.qd-back-introduction::before {
content: "← Back to Introduction to particle-physics data";
}
.qd-back-collision::before {
content: "← Back to Collision experiments and kinematics";
}
.qd-back-detectors::before {
content: "← Back to Detectors and data acquisition";
}
.qd-back-reconstruction::before {
content: "← Back to Event reconstruction and simulation";
}
.qd-back-statistics::before {
content: "← Back to Statistical methods and visualisation";
}
.qd-back-standard-model::before {
content: "← Back to Standard Model measurements";
}
.qd-back-searches::before {
content: "← Back to Searches and optimisation";
}
.qd-back-machine-learning::before {
content: "← Back to Machine learning and advanced comprehension";
}
.qd-back-top::before {
content: "← Back to Data Analysis Techniques";
}
.qt-back-plasma-kinetic::before {
content: "← Back to Plasma and kinetic methods";
}