source: documentation/trunk/tutorial_sample_files/libraries/althor/js/tweet/index.css@ 28599

Last change on this file since 28599 was 28599, checked in by jlwhisler, 10 years ago

Draft interface for use in Defining Libraries tutorial.

File size: 1.0 KB
Line 
1body {
2 background-color: #008D99;
3 color: white;
4 font: 15px/1.3 arial, sans-serif;
5 margin: 0 auto;
6 width: 480px;
7 padding: 30px;
8 text-align: left; }
9
10h1 {
11 font-size: 240%;
12 margin-bottom: -.5em; }
13h2, p, ul, code {
14 margin-bottom: 1em; }
15h2 a {
16 color: #fff; }
17h3 {
18 font-size: 140%;
19 margin-bottom: .4em; }
20ul {
21 padding-left: 2em; }
22 ul li {
23 list-style-type: square;
24 margin-left: 0;}
25a {
26 color: #8ADEE2; }
27code, .example {
28 padding: .5em;
29 display: block;
30 overflow-x: auto;}
31code {
32 margin-left: 1em;}
33code, .code, .example {
34 background-color: #0C717A;
35 color: #fff;
36 font-size: 85%;
37 font-family: courier, monospace; }
38 code a, .code a {
39 color: #fff; }
40.show-code {
41 display: block;
42 font-size: 75%;
43 margin: 1em 0;}
44.copyright {
45 font-family: verdana, sans-serif;
46 font-size: 75%;
47 margin-top: 8em; }
48 .copyright span {
49 color: #8ADEE2; }
50.download h4 {
51 font-size: 120%;
52 margin-top: -.5em;
53 color: #8ADEE2; }
54.twoot {
55 padding-top: 3em; }
56.query {
57 margin-bottom: 2em; }
Note: See TracBrowser for help on using the repository browser.