Jump to content

Template:BopCSS1: Difference between revisions

From Philosophical Research
m white-space didn't work
page divisions
Line 1: Line 1:
/* stylesheet for bop-format thesis portal entries */
/* stylesheet for bop-format thesis portal entries */
div.bop {
border-top: 1px solid var(--border-color-base,#a2a9b1);
padding-top: 0.9em; padding-bottom: 0.9em;
}
.bop h3 { margin: 0 0 0.9em 0; padding-top: 0; }
.bop.top h3 time { display: none; }
.bop div { white-space: pre-wrap; font-family: inherit; background: inherit; }
.bop div, .bop.top { border: none; }
.bop div.row { white-space: normal; }
.bop-foot {
margin-top: 3em; padding-top: 1.2em;
border-top: 1px solid var(--border-color-base,#a2a9b1);
}
.bop-foot dl { margin-top: 1em; font-family: monospace; }
hr.dash { width: 2em; height: 2px; margin: 1.5em 0; }
.bop i.line:before { content: "_" }
.bop i.line:after  { content: "_" }


.bop em.slash:before { content: "/" }
.bop em.slash:before { content: "/" }
.bop em.slash:after  { content: "/" }
.bop em.slash:after  { content: "/" }
   
   
s.censor { text-decoration: none; background-color: #303030; color: transparent; }
s.censor { text-decoration: none; white-space: pre-wrap !important; background-color: #303030; color: transparent; }




/* [[Category:Fake Item lists]] */
/* [[Category:Fake Item lists]] */

Revision as of 09:54, 30 April 2025

/* stylesheet for bop-format thesis portal entries */

div.bop {
 border-top: 1px solid var(--border-color-base,#a2a9b1);
 padding-top: 0.9em; padding-bottom: 0.9em;
}

.bop h3 { margin: 0 0 0.9em 0; padding-top: 0; }
.bop.top h3 time { display: none; }

.bop div { white-space: pre-wrap; font-family: inherit; background: inherit; }
.bop div, .bop.top { border: none; }
.bop div.row { white-space: normal; }

.bop-foot {
 margin-top: 3em; padding-top: 1.2em;
 border-top: 1px solid var(--border-color-base,#a2a9b1);
}
.bop-foot dl { margin-top: 1em; font-family: monospace; }


hr.dash { width: 2em; height: 2px; margin: 1.5em 0; }

.bop i.line:before { content: "_" }
.bop i.line:after  { content: "_" }

.bop em.slash:before { content: "/" }
.bop em.slash:after  { content: "/" }
 
s.censor { text-decoration: none; white-space: pre-wrap !important; background-color: #303030; color: transparent; }


/* [[Category:Fake Item lists]] */