Mercurial > thoughts
view css/ideas.css @ 147:3bc644fab800
s
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Apr 2015 13:49:58 -0700 |
parents | f5a56e2241fb |
children | 7bb8ee5a52e8 |
line wrap: on
line source
1 body {2 font-size:18px;3 line-height:1.5em;4 margin:0;5 padding:3em;6 }8 #unnumbered-1 {9 display:none;10 }12 blockquote {13 text-align:center;14 font-style:italic;15 }17 .outline-3 {18 position:relative;19 padding:15em;20 min-height:5em;21 }24 .outline-3 h3 {25 position:absolute;26 top:0.15em; bottom:0;27 width:13em;28 margin:0;29 padding:0;30 text-align:right;31 text-transform:capitalize;32 font-size:1.2em;33 line-height:1.25;34 color:#333333;35 }37 h1 {38 font-size:3em;39 line-height:1em;40 text-align:center;41 text-transform:uppercase;42 }44 .header h1 {45 display:inline;46 font-size:2em;47 text-transform:none;48 }50 .outline-3 p {51 padding-left: 18em;52 }55 div.header {57 background:#0F4D92;58 color:#fff;59 position:absolute;60 top:0;61 left:0;62 right:0;63 padding:1em 3em;64 }65 body {66 padding-top:8em;67 }69 .author{70 display:none;71 }73 h1.title{74 text-align:center;75 font-size:5em;76 }79 h1.title:before {80 content:"\2022";81 color:#d90;82 border:0.1em double #d90;83 border:0.1em solid #d90;85 display:block;86 width:1em;87 height:1em;88 border-radius:100%;89 margin:0 auto;90 margin-bottom:0.5em;92 }94 p.end{95 padding-left:0em;96 }98 .outline-3:nth-child(even) {99 background:#eee;100 }102 #content{103 width:85% !important;104 margin-left:auto !important;105 margin-right:auto !important;106 }