Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slide Format: Title and Vertical Text #15

Open
burtlo opened this issue Mar 4, 2013 · 1 comment
Open

Slide Format: Title and Vertical Text #15

burtlo opened this issue Mar 4, 2013 · 1 comment
Labels

Comments

@burtlo
Copy link
Owner

burtlo commented Mar 4, 2013

Implement a slide class for the Title and Vertical Text

  • NOTE: How useful is vertical text? I don't know but this will likely find a home in the heart of someone.

Title Slide

How the user defines the title slide in their presentation

!SLIDE title-and-vertical-text

# Awesome Slide Title

vertical text

Implementation

Register the particular renderer in the slide_post_renderers.rb

SlidePostRenderers.register Renderers::TitleAndVerticalText.new(css_class: 'title-and-vertical-text', title_element: "h1")

Implement a solution that is similar to columns_renderer.rb.

@burtlo
Copy link
Owner Author

burtlo commented Mar 9, 2013

I can get some vertical text in some instances but not others. Going to punt on this feature.

.vertical-text .content p {
  margin: 200px 0em 0px 0px;
  float: right;
  width: 400px;
  /*height: 400px;*/
  text-align: left;
  /*height: 50px;*/
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform: rotate(90deg);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant