Skip to content

Instantly share code, notes, and snippets.

@Pageboy
Created December 23, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pageboy/a72c76438b924b2cce734f5219fe291f to your computer and use it in GitHub Desktop.
Save Pageboy/a72c76438b924b2cce734f5219fe291f to your computer and use it in GitHub Desktop.
A CSS file with empty style attributes for use in our Shakespeare play.
/* This stylesheet is where to add styles for your Shakespeare Play */
/*We usually add something general for the body*/
body {
/*your style rules go in here */
}
/*Here follows the class names that you may have*/
/*You may have more if you added styles in InDesign*/
/*You need to add the style attributes between the curly brackets*/
section.cover {
text-align:center;
width:70%;
margin: 20px auto;
}
img.coverimage {
/* you will need a width attribute in here */
max-width:40%;
padding:20px auto;
}
nav {
}
nav ul {
}
.toc_act {
}
.toc_scene {
}
.act {
}
.dramatis {
}
.dramatishead {
}
.charactername {
}
.character_role {
}
.play_location {
}
.firstscene {
}
.allscenes {
}
.location {
}
.stagedirection {
}
.balance-text {
}
.character {
}
.verseline {
}
.scene {
}
.prose {
}
.song {
}
.stage_action {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment