Skip to content

Instantly share code, notes, and snippets.

@tjeden
Created April 17, 2012 22:00
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 tjeden/2409362 to your computer and use it in GitHub Desktop.
Save tjeden/2409362 to your computer and use it in GitHub Desktop.
showoff in HD
@import url(http://fonts.googleapis.com/css?family=Poly);
body {font-family: 'Poly', serif;}
#preso, .slide {
background: #fff;
width: 1920px;
height: 1080px;
}
.slide .center {
width: 1920px;
height: 1080px;
}
#footer {
width: 1905px;
}
.slide .black {
background: black;
}
h1,h2,h3 { font-weight: normal; text-align: center; margin: 0.5em 0; }
h1 { font-size: 10em; }
h2 { font-size: 6em; }
h3 { font-size: 4em; }
.reversed {
color: white;
background-color: black;
width: 1920px;
height: 1080px;
}
.manifesto ul{
padding-top: 300px;
}
#manifesto-table {
width: 1524px;
margin-left: auto;
margin-right: auto;
}
#manifesto-table td {
font-size: 2em;
}
.img {
height: 1080px;
background-position: center;
margin-top: -30px !important;
padding-top: 50px;
background-repeat: no-repeat;
}
.scrum {
background-image: url('one/scrum.jpg');
}
.img_left h1 {
margin-left: 40px;
padding: 25px;
}
.img_left h1, .img_left li{
background-color: white;
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
width: 700px;
}
.sprint {
background-image: url('one/sprint.jpg');
}
.white {
color: white;
}
.team {
background-image: url('one/team.jpg');
}
.img_right h1 {
margin-left: 1040px;
padding: 25px;
}
.img_right ul {
margin-left: 1000px;
}
.img_right h1, .img_right li{
background-color: white;
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
width: 700px;
}
.master {
background-image: url('one/master.jpg');
}
.master h1 {
width: 1000px;
}
.standup {
background-image: url('one/standup.jpg');
}
.superman {
background-image: url('one/superman-on-couch.jpg');
}
.superman h1 {
width: 1000px !important;
margin-left: auto;
margin-right: auto;
}
.show {
background-image: url('one/show.jpg');
}
.img_center h1 {
padding: 25px;
width: 700px;
}
.img_center ul{
width: 750px;
}
.img_center h1, .img_center ul{
margin-left: auto;
margin-right: auto;
}
.img_center ul li{
margin-left: 0px;
}
.img_center h1, .img_center li{
background-color: white;
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
width: 700px;
}
.bank_job{
background-image: url('one/bank_job.jpg');
}
.bank_job h1{
width: 900px;
}
.owner {
background-image: url('one/mckwacz.jpg');
background-position: left;
background-repeat: no-repeat;
padding-left: 500px;
}
.backlog {
background-image: url('one/backlog.jpg');
}
.backlog h1{
width: 1200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment