annotate DataTables-1.9.4/media/css/demo_page.css @ 7:0f2b740536fb draft

Uploaded
author saskia-hiltemann
date Mon, 21 Aug 2017 09:16:07 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 * General page setup
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 #dt_example {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 margin: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 padding: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 color: #333;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 background-color: #fff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 #dt_example #container {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 width: 800px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 margin: 30px auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 padding: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 #dt_example #footer {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 margin: 50px auto 0 auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 padding: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 #dt_example #demo {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 margin: 30px auto 0 auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 #dt_example .demo_jui {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 margin: 30px auto 0 auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 #dt_example .big {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 font-size: 1.3em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 font-weight: bold;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 line-height: 1.6em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 color: #4E6CA3;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 #dt_example .spacer {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42 height: 20px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 #dt_example .clear {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 #dt_example pre {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51 padding: 15px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 background-color: #F5F5F5;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 border: 1px solid #CCCCCC;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 #dt_example h1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57 margin-top: 2em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
58 font-size: 1.3em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
59 font-weight: normal;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
60 line-height: 1.6em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 color: #4E6CA3;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 border-bottom: 1px solid #B0BED9;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
66 #dt_example h2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
67 font-size: 1.2em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
68 font-weight: normal;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 line-height: 1.6em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 color: #4E6CA3;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74 #dt_example a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75 color: #0063DC;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 text-decoration: none;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 #dt_example a:hover {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 text-decoration: underline;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 #dt_example ul {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84 color: #4E6CA3;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
85 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
86
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
87 .css_right {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 float: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
89 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
90
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
91 .css_left {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
92 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
93 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
94
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
95 .demo_links {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
96 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
97 width: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
98 margin-bottom: 1em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
99 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
100
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
101 #demo_info {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
102 padding: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
103 border: 1px solid #B0BED9;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
104 height: 100px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
105 width: 100%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
106 overflow: auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
107 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
108
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
109 #dt_example code {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
110 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
111 padding: 2px 4px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
112 white-space: nowrap;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
113 font-size: 0.9em;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
114
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
115 color: #D14;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
116 background-color: #F7F7F9;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
117
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
118 border: 1px solid #E1E1E8;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
119 -webkit-border-radius: 3px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
120 -moz-border-radius: 3px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
121 border-radius: 3px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
122 }