Douglas Gregor | 6687f9f | 2009-10-12 23:15:14 +0000 | [diff] [blame] | 1 | html { margin: 0px; } body { margin: 8px; } |
| 2 | |
Ted Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 3 | html, body { |
| 4 | padding:0px; |
Ted Kremenek | 8bebc6e | 2010-02-09 23:05:59 +0000 | [diff] [blame] | 5 | margin:0px; |
Ted Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 6 | 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 Kremenek | 8bebc6e | 2010-02-09 23:05:59 +0000 | [diff] [blame] | 8 | background-color: #808080; |
| 9 | |
Ted Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 10 | } |
| 11 | |
| 12 | h1, h2, h3, tt { color: #000 } |
| 13 | |
| 14 | h1 { padding-top:0px; margin-top:0px;} |
| 15 | h2 { color:#333333; padding-top:0.5em; } |
| 16 | h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7 } |
| 17 | h4 { color:#2d58b7 } |
Anna Zaks | 5076e8a | 2012-06-11 22:09:46 +0000 | [diff] [blame] | 18 | h4.faq { color:#2d58b7 } |
Ted Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 19 | li { padding-bottom: 0.5em } |
| 20 | ul { 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 */ |
| 28 | IMG.img_slide { |
| 29 | display: block; |
| 30 | margin-left: auto; |
| 31 | margin-right: auto |
| 32 | } |
| 33 | |
Ted Kremenek | 4bf2405 | 2010-02-09 23:40:10 +0000 | [diff] [blame] | 34 | #page { width:930px; text-align: left; margin: 0 auto; padding:0; |
Ted Kremenek | 8bebc6e | 2010-02-09 23:05:59 +0000 | [diff] [blame] | 35 | 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 Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 45 | .itemTitle { color:#2d58b7 } |
| 46 | |
Ted Kremenek | 8bebc6e | 2010-02-09 23:05:59 +0000 | [diff] [blame] | 47 | |
Ted Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 48 | /* Tables */ |
| 49 | tr { vertical-align:top } |
Ted Kremenek | f4aed5f | 2010-02-12 21:05:44 +0000 | [diff] [blame] | 50 | |
Ted Kremenek | 0f39996 | 2010-02-19 08:14:02 +0000 | [diff] [blame] | 51 | table.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; |
Anton Yartsev | dd15907 | 2013-06-28 19:21:11 +0000 | [diff] [blame] | 57 | font-weight: bold; font-family: Verdana; |
| 58 | table-layout: fixed; |
| 59 | width: 100% |
Ted Kremenek | 0f39996 | 2010-02-19 08:14:02 +0000 | [diff] [blame] | 60 | } |
| 61 | table.options { border: 1px #cccccc solid } |
| 62 | table.options { border-collapse: collapse; border-spacing: 0px } |
| 63 | table.options { margin-left:0px; margin-top:20px; margin-bottom:20px } |
| 64 | table.options td { border-bottom: 1px #cccccc dotted } |
| 65 | table.options td { padding:5px; padding-left:8px; padding-right:8px } |
| 66 | table.options td { text-align:left; font-size:9pt } |
Anton Yartsev | dd15907 | 2013-06-28 19:21:11 +0000 | [diff] [blame] | 67 | table.options col.option { width:207px } |
Ted Kremenek | 0f39996 | 2010-02-19 08:14:02 +0000 | [diff] [blame] | 68 | |
Ted Kremenek | 41c1c71 | 2012-10-06 05:09:43 +0000 | [diff] [blame] | 69 | table.checkers { |
| 70 | border: 1px #cccccc solid; |
| 71 | border-collapse: collapse; |
| 72 | margin:0px; margin-top:20px; margin-bottom:20px; |
| 73 | text-align:left; |
| 74 | table-layout: fixed; |
| 75 | width: 100%; |
| 76 | word-wrap :break-word; |
| 77 | font-size: 100%; |
| 78 | } |
| 79 | |
| 80 | table.checkers thead { |
| 81 | background-color:#eee; color:#666666; |
| 82 | border-top: 2px solid #cccccc; |
| 83 | border-bottom: 2px solid #cccccc; |
| 84 | font-weight: bold; font-family: Verdana; |
| 85 | } |
| 86 | |
| 87 | table.checkers td { |
| 88 | padding:5px; padding-left:8px; padding-right:8px; |
| 89 | border-right: 1px #cccccc dotted; |
| 90 | border-bottom: 1px #cccccc dotted; |
| 91 | } |
| 92 | |
Anton Yartsev | 7eae669 | 2013-02-12 04:45:48 +0000 | [diff] [blame] | 93 | table.checkers td.aligned { text-align: center; vertical-align: middle; } |
Ted Kremenek | 41c1c71 | 2012-10-06 05:09:43 +0000 | [diff] [blame] | 94 | table.checkers col.namedescr { width: 45% } |
| 95 | table.checkers col.example { width: 55% } |
| 96 | table.checkers col.progress { width: 84px } |
| 97 | table.checkers pre { margin:1px; font-size: 100%; word-wrap :break-word; } |
| 98 | table.checkers .name { font-weight:bold; } |
| 99 | table.checkers .checked { background-color:#81F781; } |
| 100 | table.checkers .commented { color:#909090; } |
| 101 | |
Ted Kremenek | f4aed5f | 2010-02-12 21:05:44 +0000 | [diff] [blame] | 102 | /* Collapsing Trees: http://dbtree.megalingo.com/web/demo/simple-collapsible-tree.cfm */ |
| 103 | #collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none} |
| 104 | #collapsetree,#collapsetree ul{list-style-type:none; width:auto; margin:0; padding:0} |
| 105 | #collapsetree ul{padding-left:20px;display:none;overflow:auto} |
| 106 | #collapsetree li ul{margin:0 auto} |
| 107 | #collapsetree li{display:block;width:100%;line-height:20px;white-space:nowrap} |
| 108 | #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} |
| 109 | #collapsetree li a:hover{text-decoration:underline;background-color:transparent;color:#000} |
| 110 | #collapsetree li ul.click{display:block} |
| 111 | #collapsetree li.click a{background:url(images/tree/bullet.gif) center left no-repeat} |
| 112 | #collapsetree ul li.click a{background:url(images/tree/bullet.gif) center left no-repeat} |
| 113 | #collapsetree li a.subMenu,#collapsetree ul li a.subMenu{background:url(images/tree/plus.gif) center left no-repeat} |
| 114 | #collapsetree li a.click{background:url(images/tree/minus.gif) center left no-repeat} |
Ted Kremenek | 0f39996 | 2010-02-19 08:14:02 +0000 | [diff] [blame] | 115 | #collapsetree ul li a.click{background:url(images/tree/minus.gif) center left no-repeat} |
| 116 | |