blob: c2fa294d795fa8d171114914794618c40a0bc8d6 [file] [log] [blame]
Douglas Gregor6687f9f2009-10-12 23:15:14 +00001html { margin: 0px; } body { margin: 8px; }
2
Ted Kremenek591b9072009-06-08 21:21:24 +00003html, body {
4 padding:0px;
Ted Kremenek8bebc6e2010-02-09 23:05:59 +00005 margin:0px;
Ted Kremenek591b9072009-06-08 21:21:24 +00006 font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
7 line-height:1.5;
Ted Kremenek8bebc6e2010-02-09 23:05:59 +00008 background-color: #808080;
9
Ted Kremenek591b9072009-06-08 21:21:24 +000010}
11
12h1, h2, h3, tt { color: #000 }
13
14h1 { padding-top:0px; margin-top:0px;}
15h2 { color:#333333; padding-top:0.5em; }
16h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7 }
17h4 { color:#2d58b7 }
Anna Zaks5076e8a2012-06-11 22:09:46 +000018h4.faq { color:#2d58b7 }
Ted Kremenek591b9072009-06-08 21:21:24 +000019li { padding-bottom: 0.5em }
20ul { padding-left:1.5em; }
21
22.command { font-weight:bold }
23.code_highlight { font-weight:bold; color:#2d58b7 }
24.code_example { border-width:1px; border-style:solid; border-color:#cccccc;
25 background-color:#eeeeee; padding:10px }
26
27/* Slides */
28IMG.img_slide {
29 display: block;
30 margin-left: auto;
31 margin-right: auto
32}
33
Ted Kremenek4bf24052010-02-09 23:40:10 +000034#page { width:930px; text-align: left; margin: 0 auto; padding:0;
Ted Kremenek8bebc6e2010-02-09 23:05:59 +000035 background-color: white; height:100%;
36 border-left: 1px solid #EBF0FA;
37}
38
39#content {
40 clear: left;
41 padding: 1em 2em 0 2em;
42 background-color: #ffffff;
43}
44
Ted Kremenek591b9072009-06-08 21:21:24 +000045.itemTitle { color:#2d58b7 }
46
Ted Kremenek8bebc6e2010-02-09 23:05:59 +000047
Ted Kremenek591b9072009-06-08 21:21:24 +000048/* Tables */
49tr { vertical-align:top }
Ted Kremenekf4aed5f2010-02-12 21:05:44 +000050
Ted Kremenek0f399962010-02-19 08:14:02 +000051table.options thead {
52 background-color:#eee; color:#666666;
53 font-weight: bold; cursor: default;
54 text-align:left;
55 border-top: 2px solid #cccccc;
56 border-bottom: 2px solid #cccccc;
57 font-weight: bold; font-family: Verdana
58}
59table.options { border: 1px #cccccc solid }
60table.options { border-collapse: collapse; border-spacing: 0px }
61table.options { margin-left:0px; margin-top:20px; margin-bottom:20px }
62table.options td { border-bottom: 1px #cccccc dotted }
63table.options td { padding:5px; padding-left:8px; padding-right:8px }
64table.options td { text-align:left; font-size:9pt }
65
Ted Kremenek41c1c712012-10-06 05:09:43 +000066table.checkers {
67 border: 1px #cccccc solid;
68 border-collapse: collapse;
69 margin:0px; margin-top:20px; margin-bottom:20px;
70 text-align:left;
71 table-layout: fixed;
72 width: 100%;
73 word-wrap :break-word;
74 font-size: 100%;
75}
76
77table.checkers thead {
78 background-color:#eee; color:#666666;
79 border-top: 2px solid #cccccc;
80 border-bottom: 2px solid #cccccc;
81 font-weight: bold; font-family: Verdana;
82}
83
84table.checkers td {
85 padding:5px; padding-left:8px; padding-right:8px;
86 border-right: 1px #cccccc dotted;
87 border-bottom: 1px #cccccc dotted;
88}
89
90table.checkers col.namedescr { width: 45% }
91table.checkers col.example { width: 55% }
92table.checkers col.progress { width: 84px }
93table.checkers pre { margin:1px; font-size: 100%; word-wrap :break-word; }
94table.checkers .name { font-weight:bold; }
95table.checkers .checked { background-color:#81F781; }
96table.checkers .commented { color:#909090; }
97
Ted Kremenekf4aed5f2010-02-12 21:05:44 +000098/* Collapsing Trees: http://dbtree.megalingo.com/web/demo/simple-collapsible-tree.cfm */
99#collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none}
100#collapsetree,#collapsetree ul{list-style-type:none; width:auto; margin:0; padding:0}
101#collapsetree ul{padding-left:20px;display:none;overflow:auto}
102#collapsetree li ul{margin:0 auto}
103#collapsetree li{display:block;width:100%;line-height:20px;white-space:nowrap}
104#collapsetree li a{display:block;padding-left:20px;color:#000;text-decoration:none;background:url(images/tree/bullet.gif) center left no-repeat;white-space:nowrap}
105#collapsetree li a:hover{text-decoration:underline;background-color:transparent;color:#000}
106#collapsetree li ul.click{display:block}
107#collapsetree li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
108#collapsetree ul li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
109#collapsetree li a.subMenu,#collapsetree ul li a.subMenu{background:url(images/tree/plus.gif) center left no-repeat}
110#collapsetree li a.click{background:url(images/tree/minus.gif) center left no-repeat}
Ted Kremenek0f399962010-02-19 08:14:02 +0000111#collapsetree ul li a.click{background:url(images/tree/minus.gif) center left no-repeat}
112