Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Timeline styles/styles.css: Difference between revisions

Template page
Content added Content deleted
(template styles created)
 
m (timeline table font weight 200)
Line 27: Line 27:
table.timeline tr td {
table.timeline tr td {
font-size: 1rem;
font-size: 1rem;
/*font-weight: var( --font-weight-semibold );*/
font-weight: 200; /*var( --font-weight-semibold );*/
color: var( --color-base--emphasized );
color: var( --color-base--emphasized );
padding: 0 10px;
padding: 0 10px;

Revision as of 23:01, 6 October 2023

/*Attribution: Star Citizen Wiki */ table.timeline, table.timeline tbody { display: block; } table.timeline tr { position: relative; margin-left: 8px; padding: var( --space-xs ) var( --space-xs ) var( --space-xs ) 20px; display: flex; flex-direction: column; border-top-right-radius: var( --border-radius--small ); border-bottom-right-radius: var( --border-radius--small ); } table.timeline tr:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; display: block; width: 1px; background-color: var( --border-color-base--darker ); } table.timeline tr td { font-size: 1rem; font-weight: 200; /*var( --font-weight-semibold );*/ color: var( --color-base--emphasized ); padding: 0 10px; } table.timeline tr td:first-child:before { content: ""; width: 8px; height: 8px; display: block; background-color: var( --color-base--subtle ); border-radius: 100%; position: absolute; left: -4px; margin-top: 8px; } /*table.timeline tr td { padding: 0; }*/ table.timeline tr + tr { border-top: 0; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.