Skip to content

Commit

Permalink
Center presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Sep 25, 2012
1 parent 24a6d38 commit 12c4c2e
Showing 1 changed file with 46 additions and 28 deletions.
74 changes: 46 additions & 28 deletions springone.css
@@ -1,8 +1,6 @@

/* CSS Reset */

body {
font-size: 100%;
background: white;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
Expand All @@ -13,21 +11,29 @@ dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
font-size: 1em;
}

/* Widescreen format */
#preso {
position:absolute;
top:50%;
height:720px;
margin-top:-360px;
box-shadow: none;
width: 100%;
}

#preso,.slide {
div.slide {
width: 1280px;
height: 720px;
margin-left: auto;
margin-right: auto;
position: relative !important;
box-shadow: none;
}

/* Setup Fonts */

body {
font-family: "Arial", sans-serif;
color: #535353;
}


div.content {
font-size: 2.2em;
}
Expand All @@ -50,7 +56,9 @@ ul > li {
font-size: 1em;
}

/* Positioning */
.content > p {
text-align: left;
}

div.content {
padding: 10px 50px;
Expand All @@ -60,8 +68,6 @@ div.content {
margin-top: 0px !important;
}

/* Bullets */

.bullets > ul > li {
text-align: left;
list-style-type: disc;
Expand All @@ -85,9 +91,6 @@ div.content {
padding : 18px 0 0 10px;
}


/* Misc */

h1 {
text-align: left;
padding-bottom: 14px;
Expand All @@ -105,25 +108,41 @@ h1 {
}

#footer {
background: url("footer.png") no-repeat bottom;
height: 43px;
top: -43px;
height: 720px;
margin: 0;
margin-top: -360px;
position: absolute;
top: 50%;
width: 100%;
padding: 0;
width: 1280px;
background: url("footer.png") no-repeat bottom;
}

#copyright {
height: 43px;
top: -43px;
height: 720px;
margin: 0;
padding: 16px 0 0 60px;
position: relative;;
width: 1280px;
margin-top: -360px;
position: absolute;
top: 50%;
width: 100%;
padding: 0;
z-index: 2147483647;
font-size: 0.9em;
color: white;
}

#footer > span, #copyright > span {
display: block;
position: relative;
top: 680px;
width: 1280px;
margin-left: auto;
margin-right: auto;
margin-right: auto;
color: white;
}

#copyright > span {
top: 693px;
left: 10px;
}

#slideInfo {
Expand Down Expand Up @@ -152,6 +171,7 @@ div.cover {
font-size: 0.8em;
margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}

#notesInfo {
Expand All @@ -170,6 +190,4 @@ div.cover {
font-style: italic;
}

.content > P {
text-align: left;
}

0 comments on commit 12c4c2e

Please sign in to comment.