Skip to content

Commit

Permalink
extract loading page css out
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Jan 5, 2011
1 parent d571559 commit ed33a64
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions org-html5presentation.el
Expand Up @@ -924,8 +924,14 @@ PUB-DIR is set, use this as the publishing directory."
<title>%s</title>
<link id=\"prettify-link\" href=\"./prettify.css\" rel=\"stylesheet\" disabled />
<link type=\"text/css\" href=\"./default.css\" rel=\"stylesheet\">
<link id=\"prettify-link\" href=\"./css/prettify.css\" rel=\"stylesheet\" disabled />
<link href=\"css/moon.css\" class=\"theme\" rel=\"stylesheet\" />
<link href=\"css/sand.css\" class=\"theme\" rel=\"stylesheet\" />
<link href=\"css/sea_wave.css\" class=\"theme\" rel=\"stylesheet\" />
<link href=\"css/default.css\" class=\"theme\" rel=\"stylesheet\" media=\"screen\" />
<link type=\"text/css\" href=\"./css/customization.css\" rel=\"stylesheet\">
</head>
<body>
<div class=\"presentation\">
Expand Down Expand Up @@ -976,22 +982,6 @@ PUB-DIR is set, use this as the publishing directory."
(when (plist-get opt-plist :auto-preamble)
(insert (format "
<div class=\"slide\" id=\"landing-slide\">
<style>
#landing-slide #presentation-title {
color: black;
letter-spacing: -2px;
font-size: 96px;
}
#landing-slide #presentation-author {
margin-top:100px;
font-size: 35px;
letter-spacing: -1px;
}
#landing-slide p {
font-size: 25px;
line-height: 180%%;
}
</style>
<section class=\"middle\">
<h1 id=\"presentation-title\">%s</h1>
<h3 id=\"presentation-author\">%s</h3>
Expand All @@ -1000,11 +990,6 @@ PUB-DIR is set, use this as the publishing directory."
</div>
<div class=\"slide\" id=\"controls-slide\">
<style>
#controls-slide li, #controls-slide p {
font-size: 35px;
}
</style>
<section>
<p>Slides controls, press:</p>
<ul>
Expand Down

0 comments on commit ed33a64

Please sign in to comment.