view css/ideas.css @ 164:7a6b855cfb99 tip

more ideas, other stuff.
author Robert McIntyre <rlm@mit.edu>
date Tue, 12 Jul 2016 21:16:25 -0700
parents 7bb8ee5a52e8
children
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;
22 }
25 .outline-3 h3 {
26 position:absolute;
27 top:0.15em; bottom:0;
28 width:13em;
29 margin:0;
30 padding:0;
31 text-align:right;
32 text-transform:capitalize;
33 font-size:1.2em;
34 line-height:1.25;
35 color:#333333;
36 }
38 h1 {
39 font-size:3em;
40 line-height:1em;
41 text-align:center;
42 text-transform:uppercase;
43 }
45 .header h1 {
46 display:inline;
47 font-size:2em;
48 text-transform:none;
49 }
51 .outline-3 p {
52 padding-left: 18em;
53 }
56 div.header {
58 background:#0F4D92;
59 color:#fff;
60 position:absolute;
61 top:0;
62 left:0;
63 right:0;
64 padding:1em 3em;
65 }
66 body {
67 padding-top:8em;
68 }
70 .author{
71 display:none;
72 }
74 h1.title{
75 text-align:center;
76 font-size:5em;
77 }
80 h1.title:before {
81 content:"\2022";
82 color:#d90;
83 border:0.1em double #d90;
84 border:0.1em solid #d90;
86 display:block;
87 width:1em;
88 height:1em;
89 border-radius:100%;
90 margin:0 auto;
91 margin-bottom:0.5em;
93 }
95 p.end{
96 padding-left:0em;
97 }
99 .outline-3:nth-child(even) {
100 background:#eee;
101 }
104 #content{
105 width:85% !important;
106 margin-left:auto !important;
107 margin-right:auto !important;
108 }
110 /* dxh */
111 .outline-3 > * {
112 padding-bottom:2em!important;
113 padding-top:0.5em!important;
115 }
118 .outline-3, .outline-3 * {
119 margin:0!important;
121 }
122 .outline-3 {
123 border-bottom:1px solid #ccc;
124 }
125 .outline-3 h3 {
126 padding-left:1em;
127 font-family:Georgia, Times, serif;
128 font-size:1.14em;
130 }