view css/ff-herdict-preso.css @ 17:1e2d6fdd2bf2 default tip

Added tag blog-post for changeset 851edaba4c87
author Atul Varma <varmaa@toolness.com>
date Wed, 10 Feb 2010 16:35:00 -0800
parents 26e0ce205a8f
children
line wrap: on
line source

@font-face {
    font-family: "MuseoSans";
    src: url(../fonts/MuseoSans_500.otf) format("opentype");
}

body {
    background: white;
    font-family: "MuseoSans", Helvetica, Sans-Serif;
    text-align: center;
}

h1 {
    font-weight: normal;
    font-size: 24pt;
}

#container {
    width: 660px;
    margin: 0 auto;
}

#subtitles {
    width: 660px;
    height: 4em;
    margin: 0 auto;
    font-size: 12pt;
    display: none;
}

#subtitles p {
    display: none;
}

#subtitles .visible {
    display: block;
}

#slides {
    height: 400px;
    margin: 0 auto;
    display: table;
    position: static;
}

#slides div {
    font-size: 24pt;
    display: none;
    vertical-align: middle;
}

#slides .visible {
    display: table-cell;
}

#slides div em {
    font-style: normal;
    font-weight: bold;
}

#hide-subtitles {
    display: none;
}

#more-info {
    font-size: 8pt;
    display: none;
}

.button {
    color: gray;
    font-size: 9pt;
    cursor: pointer;
}

audio {
    width: 660px;
}

img {
    border: none;
}

a {
    white-space: nowrap;
    color: black;
}

img[src="images/fallows-article.png"] {
    height: 380px;
}

img[src="images/cubicles.jpg"] {
    height: 380px;
}

img[src="images/china-flag.png"] {
    height: 380px;
}

img[src="images/herdict-map-2.png"] {
    height: 380px;
}

img[src="images/mockup-firewall.png"] {
    height: 380px;
}

img[src="images/mockup-china.png"] {
    height: 380px;
}

img[src="images/mockup-everyone.png"] {
    height: 380px;
}