Show More
@@ -25,7 +25,7 b' div#notebook {' | |||||
25 | overflow-x: auto; |
|
25 | overflow-x: auto; | |
26 | width: 100%; |
|
26 | width: 100%; | |
27 | /* This spaces the cell away from the edge of the notebook area */ |
|
27 | /* This spaces the cell away from the edge of the notebook area */ | |
28 |
padding: |
|
28 | padding: 1em 0 1em 0; | |
29 | margin: 0px; |
|
29 | margin: 0px; | |
30 | border-top: 1px solid @border_color; |
|
30 | border-top: 1px solid @border_color; | |
31 | outline: none; |
|
31 | outline: none; |
@@ -6,22 +6,43 b'' | |||||
6 | u {text-decoration: underline;} |
|
6 | u {text-decoration: underline;} | |
7 | :link { text-decoration: underline } |
|
7 | :link { text-decoration: underline } | |
8 | :visited { text-decoration: underline } |
|
8 | :visited { text-decoration: underline } | |
9 | h1 {font-size: 197%; margin: .65em 0; font-weight: bold;} |
|
9 | ||
10 | h2 {font-size: 153.9%; margin: .75em 0; font-weight: bold;} |
|
10 | // For a 14px base font size this goes as: | |
11 | h3 {font-size: 123.1%; margin: .85em 0; font-weight: bold;} |
|
11 | // font-size = 26, 22, 18, 14, 12, 12 | |
12 | h4 {font-size: 100%; margin: 0.95em 0; font-weight: bold;} |
|
12 | // margin-top = 14, 14, 14, 14, 8, 8 | |
13 |
h |
|
13 | h1 {font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0;} | |
14 |
h |
|
14 | h2 {font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0;} | |
15 | ul {list-style:disc; margin: 1em 2em;} |
|
15 | h3 {font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0;} | |
|
16 | h4 {font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0;} | |||
|
17 | h5 {font-size: 85.7%; margin: 1.83em 0 0 0; font-weight: bold; line-height: 1.0;} | |||
|
18 | h6 {font-size: 85.7%; margin: 1.83em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic} | |||
|
19 | ||||
|
20 | // Reduce the top margins by 14px compared to above | |||
|
21 | h1:first-child {margin-top: 0.538em} | |||
|
22 | h2:first-child {margin-top: 0.636em} | |||
|
23 | h3:first-child {margin-top: 0.777em} | |||
|
24 | h4:first-child {margin-top: 1em} | |||
|
25 | h5:first-child {margin-top: 1.16em} | |||
|
26 | h6:first-child {margin-top: 1.16em} | |||
|
27 | ||||
|
28 | ul {list-style:disc; margin: 0em 2em;} | |||
16 | ul ul {list-style:square; margin: 0em 2em;} |
|
29 | ul ul {list-style:square; margin: 0em 2em;} | |
17 | ul ul ul {list-style:circle; margin: 0em 2em;} |
|
30 | ul ul ul {list-style:circle; margin: 0em 2em;} | |
18 |
ol {list-style:decimal; margin: |
|
31 | ol {list-style:decimal; margin: 0em 2em;} | |
19 | ol ol {list-style:upper-alpha; margin: 0em 2em;} |
|
32 | ol ol {list-style:upper-alpha; margin: 0em 2em;} | |
20 | ol ol ol {list-style:lower-alpha; margin: 0em 2em;} |
|
33 | ol ol ol {list-style:lower-alpha; margin: 0em 2em;} | |
21 | ol ol ol ol {list-style:lower-roman; margin: 0em 2em;} |
|
34 | ol ol ol ol {list-style:lower-roman; margin: 0em 2em;} | |
22 | /* any extras will just be numbers: */ |
|
35 | /* any extras will just be numbers: */ | |
23 | ol ol ol ol ol {list-style:decimal; margin: 0em 2em;} |
|
36 | ol ol ol ol ol {list-style:decimal; margin: 0em 2em;} | |
24 |
|
37 | |||
|
38 | * + ul { | |||
|
39 | margin-top: 1em; | |||
|
40 | } | |||
|
41 | ||||
|
42 | * + ol { | |||
|
43 | margin-top: 1em; | |||
|
44 | } | |||
|
45 | ||||
25 | hr { |
|
46 | hr { | |
26 | color: black; |
|
47 | color: black; | |
27 | background-color: black; |
|
48 | background-color: black; | |
@@ -67,22 +88,22 b'' | |||||
67 | font-weight: bold; |
|
88 | font-weight: bold; | |
68 | } |
|
89 | } | |
69 |
|
90 | |||
70 | p { |
|
91 | * + table { | |
71 | text-align: justify; |
|
92 | margin-top: 1em; | |
72 | } |
|
93 | } | |
73 |
|
94 | |||
74 |
|
|
95 | p { | |
75 | display: block; |
|
96 | text-align: justify; | |
76 | margin-left: auto; |
|
|||
77 | margin-right: auto; |
|
|||
78 | } |
|
97 | } | |
79 |
|
98 | |||
80 | * + p { |
|
99 | * + p { | |
81 | margin-top: 1em; |
|
100 | margin-top: 1em; | |
82 | } |
|
101 | } | |
83 |
|
102 | |||
84 | * + table { |
|
103 | img { | |
85 | margin-top: 1em; |
|
104 | display: block; | |
|
105 | margin-left: auto; | |||
|
106 | margin-right: auto; | |||
86 | } |
|
107 | } | |
87 |
|
108 | |||
88 | * + img { |
|
109 | * + img { |
@@ -35,12 +35,3 b' h1,h2,h3,h4,h5,h6 {' | |||||
35 | div.cell.text_cell.rendered { |
|
35 | div.cell.text_cell.rendered { | |
36 | padding: 0px; |
|
36 | padding: 0px; | |
37 | } |
|
37 | } | |
38 |
|
||||
39 | div.text_cell_render.rendered_html { |
|
|||
40 | h1 {font-size: 26px; margin: 14px 0 0 0; font-weight: bold; line-height: 1.0;} |
|
|||
41 | h2 {font-size: 22px; margin: 14px 0 0 0; font-weight: bold; line-height: 1.0;} |
|
|||
42 | h3 {font-size: 18px; margin: 14px 0 0 0; font-weight: bold; line-height: 1.0;} |
|
|||
43 | h4 {font-size: 14px; margin: 14px 0 0 0; font-weight: bold; line-height: 1.0;} |
|
|||
44 | h5 {font-size: 14px; margin: 6px 0 0 0; font-weight: bold; line-height: 1.0;} |
|
|||
45 | h6 {font-size: 14px; margin: 6px 0 0 0; font-weight: bold; line-height: 1.0;} |
|
|||
46 | } No newline at end of file |
|
@@ -123,20 +123,28 b' p.p-space{margin-bottom:10px}' | |||||
123 | .rendered_html u{text-decoration:underline} |
|
123 | .rendered_html u{text-decoration:underline} | |
124 | .rendered_html :link{text-decoration:underline} |
|
124 | .rendered_html :link{text-decoration:underline} | |
125 | .rendered_html :visited{text-decoration:underline} |
|
125 | .rendered_html :visited{text-decoration:underline} | |
126 |
.rendered_html h1{font-size:1 |
|
126 | .rendered_html h1{font-size:185.7%;margin:1.08em 0 0 0;font-weight:bold;line-height:1} | |
127 |
.rendered_html h2{font-size:15 |
|
127 | .rendered_html h2{font-size:157.1%;margin:1.27em 0 0 0;font-weight:bold;line-height:1} | |
128 |
.rendered_html h3{font-size:12 |
|
128 | .rendered_html h3{font-size:128.6%;margin:1.55em 0 0 0;font-weight:bold;line-height:1} | |
129 |
.rendered_html h4{font-size:100%;margin: |
|
129 | .rendered_html h4{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1} | |
130 |
.rendered_html h5{font-size:85%;margin:1. |
|
130 | .rendered_html h5{font-size:85.7%;margin:1.83em 0 0 0;font-weight:bold;line-height:1} | |
131 |
.rendered_html h6{font-size: |
|
131 | .rendered_html h6{font-size:85.7%;margin:1.83em 0 0 0;font-weight:bold;line-height:1;font-style:italic} | |
132 |
.rendered_html |
|
132 | .rendered_html h1:first-child{margin-top:.538em} | |
|
133 | .rendered_html h2:first-child{margin-top:.636em} | |||
|
134 | .rendered_html h3:first-child{margin-top:.777em} | |||
|
135 | .rendered_html h4:first-child{margin-top:1em} | |||
|
136 | .rendered_html h5:first-child{margin-top:1.16em} | |||
|
137 | .rendered_html h6:first-child{margin-top:1.16em} | |||
|
138 | .rendered_html ul{list-style:disc;margin:0 2em} | |||
133 | .rendered_html ul ul{list-style:square;margin:0 2em} |
|
139 | .rendered_html ul ul{list-style:square;margin:0 2em} | |
134 | .rendered_html ul ul ul{list-style:circle;margin:0 2em} |
|
140 | .rendered_html ul ul ul{list-style:circle;margin:0 2em} | |
135 |
.rendered_html ol{list-style:decimal;margin: |
|
141 | .rendered_html ol{list-style:decimal;margin:0 2em} | |
136 | .rendered_html ol ol{list-style:upper-alpha;margin:0 2em} |
|
142 | .rendered_html ol ol{list-style:upper-alpha;margin:0 2em} | |
137 | .rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em} |
|
143 | .rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em} | |
138 | .rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em} |
|
144 | .rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em} | |
139 | .rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em} |
|
145 | .rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em} | |
|
146 | .rendered_html *+ul{margin-top:1em} | |||
|
147 | .rendered_html *+ol{margin-top:1em} | |||
140 | .rendered_html hr{color:#000;background-color:#000} |
|
148 | .rendered_html hr{color:#000;background-color:#000} | |
141 | .rendered_html pre{margin:1em 2em} |
|
149 | .rendered_html pre{margin:1em 2em} | |
142 | .rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0} |
|
150 | .rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0} | |
@@ -145,10 +153,10 b' p.p-space{margin-bottom:10px}' | |||||
145 | .rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em} |
|
153 | .rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em} | |
146 | .rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px} |
|
154 | .rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px} | |
147 | .rendered_html th{font-weight:bold} |
|
155 | .rendered_html th{font-weight:bold} | |
|
156 | .rendered_html *+table{margin-top:1em} | |||
148 | .rendered_html p{text-align:justify} |
|
157 | .rendered_html p{text-align:justify} | |
149 | .rendered_html img{display:block;margin-left:auto;margin-right:auto} |
|
|||
150 | .rendered_html *+p{margin-top:1em} |
|
158 | .rendered_html *+p{margin-top:1em} | |
151 | .rendered_html *+table{margin-top:1em} |
|
159 | .rendered_html img{display:block;margin-left:auto;margin-right:auto} | |
152 | .rendered_html *+img{margin-top:1em} |
|
160 | .rendered_html *+img{margin-top:1em} | |
153 | div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch} |
|
161 | div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch} | |
154 | div.text_cell_input{color:#000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7} |
|
162 | div.text_cell_input{color:#000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7} | |
@@ -156,12 +164,6 b' div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;pa' | |||||
156 | a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden} |
|
164 | a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden} | |
157 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible} |
|
165 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible} | |
158 | div.cell.text_cell.rendered{padding:0} |
|
166 | div.cell.text_cell.rendered{padding:0} | |
159 | div.text_cell_render.rendered_html h1{font-size:26px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
160 | div.text_cell_render.rendered_html h2{font-size:22px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
161 | div.text_cell_render.rendered_html h3{font-size:18px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
162 | div.text_cell_render.rendered_html h4{font-size:14px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
163 | div.text_cell_render.rendered_html h5{font-size:14px;margin:6px 0 0 0;font-weight:bold;line-height:1} |
|
|||
164 | div.text_cell_render.rendered_html h6{font-size:14px;margin:6px 0 0 0;font-weight:bold;line-height:1} |
|
|||
165 | .widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2} |
|
167 | .widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2} | |
166 | .widget-hlabel{min-width:10ex;padding-right:8px;padding-top:3px;text-align:right;vertical-align:text-top} |
|
168 | .widget-hlabel{min-width:10ex;padding-right:8px;padding-top:3px;text-align:right;vertical-align:text-top} | |
167 | .widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom} |
|
169 | .widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom} |
@@ -1337,20 +1337,28 b' p.p-space{margin-bottom:10px}' | |||||
1337 | .rendered_html u{text-decoration:underline} |
|
1337 | .rendered_html u{text-decoration:underline} | |
1338 | .rendered_html :link{text-decoration:underline} |
|
1338 | .rendered_html :link{text-decoration:underline} | |
1339 | .rendered_html :visited{text-decoration:underline} |
|
1339 | .rendered_html :visited{text-decoration:underline} | |
1340 |
.rendered_html h1{font-size:1 |
|
1340 | .rendered_html h1{font-size:185.7%;margin:1.08em 0 0 0;font-weight:bold;line-height:1} | |
1341 |
.rendered_html h2{font-size:15 |
|
1341 | .rendered_html h2{font-size:157.1%;margin:1.27em 0 0 0;font-weight:bold;line-height:1} | |
1342 |
.rendered_html h3{font-size:12 |
|
1342 | .rendered_html h3{font-size:128.6%;margin:1.55em 0 0 0;font-weight:bold;line-height:1} | |
1343 |
.rendered_html h4{font-size:100%;margin: |
|
1343 | .rendered_html h4{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1} | |
1344 |
.rendered_html h5{font-size:85%;margin:1. |
|
1344 | .rendered_html h5{font-size:85.7%;margin:1.83em 0 0 0;font-weight:bold;line-height:1} | |
1345 |
.rendered_html h6{font-size: |
|
1345 | .rendered_html h6{font-size:85.7%;margin:1.83em 0 0 0;font-weight:bold;line-height:1;font-style:italic} | |
1346 |
.rendered_html |
|
1346 | .rendered_html h1:first-child{margin-top:.538em} | |
|
1347 | .rendered_html h2:first-child{margin-top:.636em} | |||
|
1348 | .rendered_html h3:first-child{margin-top:.777em} | |||
|
1349 | .rendered_html h4:first-child{margin-top:1em} | |||
|
1350 | .rendered_html h5:first-child{margin-top:1.16em} | |||
|
1351 | .rendered_html h6:first-child{margin-top:1.16em} | |||
|
1352 | .rendered_html ul{list-style:disc;margin:0 2em} | |||
1347 | .rendered_html ul ul{list-style:square;margin:0 2em} |
|
1353 | .rendered_html ul ul{list-style:square;margin:0 2em} | |
1348 | .rendered_html ul ul ul{list-style:circle;margin:0 2em} |
|
1354 | .rendered_html ul ul ul{list-style:circle;margin:0 2em} | |
1349 |
.rendered_html ol{list-style:decimal;margin: |
|
1355 | .rendered_html ol{list-style:decimal;margin:0 2em} | |
1350 | .rendered_html ol ol{list-style:upper-alpha;margin:0 2em} |
|
1356 | .rendered_html ol ol{list-style:upper-alpha;margin:0 2em} | |
1351 | .rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em} |
|
1357 | .rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em} | |
1352 | .rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em} |
|
1358 | .rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em} | |
1353 | .rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em} |
|
1359 | .rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em} | |
|
1360 | .rendered_html *+ul{margin-top:1em} | |||
|
1361 | .rendered_html *+ol{margin-top:1em} | |||
1354 | .rendered_html hr{color:#000;background-color:#000} |
|
1362 | .rendered_html hr{color:#000;background-color:#000} | |
1355 | .rendered_html pre{margin:1em 2em} |
|
1363 | .rendered_html pre{margin:1em 2em} | |
1356 | .rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0} |
|
1364 | .rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0} | |
@@ -1359,10 +1367,10 b' p.p-space{margin-bottom:10px}' | |||||
1359 | .rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em} |
|
1367 | .rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em} | |
1360 | .rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px} |
|
1368 | .rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px} | |
1361 | .rendered_html th{font-weight:bold} |
|
1369 | .rendered_html th{font-weight:bold} | |
|
1370 | .rendered_html *+table{margin-top:1em} | |||
1362 | .rendered_html p{text-align:justify} |
|
1371 | .rendered_html p{text-align:justify} | |
1363 | .rendered_html img{display:block;margin-left:auto;margin-right:auto} |
|
|||
1364 | .rendered_html *+p{margin-top:1em} |
|
1372 | .rendered_html *+p{margin-top:1em} | |
1365 | .rendered_html *+table{margin-top:1em} |
|
1373 | .rendered_html img{display:block;margin-left:auto;margin-right:auto} | |
1366 | .rendered_html *+img{margin-top:1em} |
|
1374 | .rendered_html *+img{margin-top:1em} | |
1367 | div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch} |
|
1375 | div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch} | |
1368 | div.text_cell_input{color:#000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7} |
|
1376 | div.text_cell_input{color:#000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7} | |
@@ -1370,12 +1378,6 b' div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;pa' | |||||
1370 | a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden} |
|
1378 | a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden} | |
1371 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible} |
|
1379 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible} | |
1372 | div.cell.text_cell.rendered{padding:0} |
|
1380 | div.cell.text_cell.rendered{padding:0} | |
1373 | div.text_cell_render.rendered_html h1{font-size:26px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
1374 | div.text_cell_render.rendered_html h2{font-size:22px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
1375 | div.text_cell_render.rendered_html h3{font-size:18px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
1376 | div.text_cell_render.rendered_html h4{font-size:14px;margin:14px 0 0 0;font-weight:bold;line-height:1} |
|
|||
1377 | div.text_cell_render.rendered_html h5{font-size:14px;margin:6px 0 0 0;font-weight:bold;line-height:1} |
|
|||
1378 | div.text_cell_render.rendered_html h6{font-size:14px;margin:6px 0 0 0;font-weight:bold;line-height:1} |
|
|||
1379 | .widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2} |
|
1381 | .widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2} | |
1380 | .widget-hlabel{min-width:10ex;padding-right:8px;padding-top:3px;text-align:right;vertical-align:text-top} |
|
1382 | .widget-hlabel{min-width:10ex;padding-right:8px;padding-top:3px;text-align:right;vertical-align:text-top} | |
1381 | .widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom} |
|
1383 | .widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom} | |
@@ -1399,7 +1401,7 b' body{background-color:#fff}' | |||||
1399 | body.notebook_app{overflow:hidden} |
|
1401 | body.notebook_app{overflow:hidden} | |
1400 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%} |
|
1402 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%} | |
1401 | div#notebook_panel{margin:0 0 0 0;padding:0;-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)} |
|
1403 | div#notebook_panel{margin:0 0 0 0;padding:0;-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)} | |
1402 |
div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding: |
|
1404 | div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:1em 0 1em 0;margin:0;border-top:1px solid #ababab;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} | |
1403 | div.ui-widget-content{border:1px solid #ababab;outline:none} |
|
1405 | div.ui-widget-content{border:1px solid #ababab;outline:none} | |
1404 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:.4em;padding-left:2em} |
|
1406 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:.4em;padding-left:2em} | |
1405 | p.dialog{padding:.2em} |
|
1407 | p.dialog{padding:.2em} |
General Comments 0
You need to be logged in to leave comments.
Login now