Jump to content

Template:BopCSS1: Difference between revisions

From Philosophical Research
m .date
re-test dialogue-style chapters
Line 1: Line 1:
/* stylesheet for bop-format thesis portal entries */
/* stylesheet for bop-format thesis portal entries */


div.bop {
@media screen {
border-top: 1px solid var(--border-color-base,#a2a9b1);
 
padding-top: 0.9em; padding-bottom: 0.9em;
.bop-foot, div.bop { border-top: 1px solid var(--border-color-base,#a2a9b1); }
}
 
.bop-foot { margin-top: 3em; padding-top: 1.2em; }
.bop-foot dl { margin-top: 1em; font-family: monospace; }
 
div.bop { padding-top: 0.9em; padding-bottom: 0.9em; }
div.bop.bottom { padding-bottom: 0.2em; }
div.bop div, div.bop.top { border: none; }
div.bop div, .bop-text { white-space: pre-wrap; font-family: inherit; background: inherit; border: none; }


.bop h3 { margin: 0 0 0.9em 0; padding-top: 0; }
.bop h3 { margin: 0 0 0.9em 0; padding-top: 0; }
Line 10: Line 17:
.bop.top.date h3 time { display: block; }
.bop.top.date h3 time { display: block; }


.bop div { white-space: pre-wrap; font-family: inherit; background: inherit; }
/* dialogue chapters */
.bop div, .bop.top { border: none; }
dl.script { max-width: 65em; white-space: normal; }
.bop div.row { white-space: normal; }
.dialogue { margin: 1em 0; }
 
.dialogue dt, .dialogue dd { display: inline; }
.bop-foot {
.dialogue.top dd { display: block; }
margin-top: 3em; padding-top: 1.2em;
.dialogue.top + .dialogue { margin-top: 1.3em; }
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; }
hr.dash { width: 2em; height: 2px; margin: 1.5em 0; }


.bop i.line:before { content: "_" }
.bop i.line:before   { content: "_" } .bop i.line:after   { content: "_" }
.bop i.line:after { content: "_" }
.bop em.slash:before { content: "/" } .bop em.slash: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; }
s.censor { text-decoration: none; white-space: pre-wrap !important; background-color: #303030; color: transparent; }
}
/* we will worry about the print stylesheet later */




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

Revision as of 07:07, 2 May 2025

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

@media screen {

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

.bop-foot { margin-top: 3em; padding-top: 1.2em; }
.bop-foot dl { margin-top: 1em; font-family: monospace; }

div.bop { padding-top: 0.9em; padding-bottom: 0.9em; }
div.bop.bottom { padding-bottom: 0.2em; }
div.bop div, div.bop.top { border: none; }
div.bop div, .bop-text { white-space: pre-wrap; font-family: inherit; background: inherit; border: none; }

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

/* dialogue chapters */
dl.script { max-width: 65em; white-space: normal; }
.dialogue { margin: 1em 0; }
.dialogue dt, .dialogue dd { display: inline; }
.dialogue.top dd { display: block; }
.dialogue.top + .dialogue { margin-top: 1.3em; }


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; }

}

/* we will worry about the print stylesheet later */


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