My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

doxygen.css 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. /* The standard CSS for doxygen */
  2. body, table, div, p, dl {
  3. font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
  4. font-size: 13px;
  5. line-height: 1.3;
  6. }
  7. /* @group Heading Levels */
  8. h1 {
  9. font-size: 150%;
  10. }
  11. .title {
  12. font-size: 150%;
  13. font-weight: bold;
  14. margin: 10px 2px;
  15. }
  16. h2 {
  17. font-size: 120%;
  18. }
  19. h3 {
  20. font-size: 100%;
  21. }
  22. dt {
  23. font-weight: bold;
  24. }
  25. div.multicol {
  26. -moz-column-gap: 1em;
  27. -webkit-column-gap: 1em;
  28. -moz-column-count: 3;
  29. -webkit-column-count: 3;
  30. }
  31. p.startli, p.startdd, p.starttd {
  32. margin-top: 2px;
  33. }
  34. p.endli {
  35. margin-bottom: 0px;
  36. }
  37. p.enddd {
  38. margin-bottom: 4px;
  39. }
  40. p.endtd {
  41. margin-bottom: 2px;
  42. }
  43. /* @end */
  44. caption {
  45. font-weight: bold;
  46. }
  47. span.legend {
  48. font-size: 70%;
  49. text-align: center;
  50. }
  51. h3.version {
  52. font-size: 90%;
  53. text-align: center;
  54. }
  55. div.qindex, div.navtab{
  56. background-color: #EBEFF6;
  57. border: 1px solid #A3B4D7;
  58. text-align: center;
  59. }
  60. div.qindex, div.navpath {
  61. width: 100%;
  62. line-height: 140%;
  63. }
  64. div.navtab {
  65. margin-right: 15px;
  66. }
  67. /* @group Link Styling */
  68. a {
  69. color: #3D578C;
  70. font-weight: normal;
  71. text-decoration: none;
  72. }
  73. .contents a:visited {
  74. color: #4665A2;
  75. }
  76. a:hover {
  77. text-decoration: underline;
  78. }
  79. a.qindex {
  80. font-weight: bold;
  81. }
  82. a.qindexHL {
  83. font-weight: bold;
  84. background-color: #9CAFD4;
  85. color: #ffffff;
  86. border: 1px double #869DCA;
  87. }
  88. .contents a.qindexHL:visited {
  89. color: #ffffff;
  90. }
  91. a.el {
  92. font-weight: bold;
  93. }
  94. a.elRef {
  95. }
  96. a.code, a.code:visited {
  97. color: #4665A2;
  98. }
  99. a.codeRef, a.codeRef:visited {
  100. color: #4665A2;
  101. }
  102. /* @end */
  103. dl.el {
  104. margin-left: -1cm;
  105. }
  106. .fragment {
  107. font-family: monospace, fixed;
  108. font-size: 105%;
  109. }
  110. pre.fragment {
  111. border: 1px solid #C4CFE5;
  112. background-color: #FBFCFD;
  113. padding: 4px 6px;
  114. margin: 4px 8px 4px 2px;
  115. overflow: auto;
  116. word-wrap: break-word;
  117. font-size: 9pt;
  118. line-height: 125%;
  119. }
  120. div.ah {
  121. background-color: black;
  122. font-weight: bold;
  123. color: #ffffff;
  124. margin-bottom: 3px;
  125. margin-top: 3px;
  126. padding: 0.2em;
  127. border: solid thin #333;
  128. border-radius: 0.5em;
  129. -webkit-border-radius: .5em;
  130. -moz-border-radius: .5em;
  131. box-shadow: 2px 2px 3px #999;
  132. -webkit-box-shadow: 2px 2px 3px #999;
  133. -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  134. background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
  135. background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
  136. }
  137. div.groupHeader {
  138. margin-left: 16px;
  139. margin-top: 12px;
  140. font-weight: bold;
  141. }
  142. div.groupText {
  143. margin-left: 16px;
  144. font-style: italic;
  145. }
  146. body {
  147. background-color: white;
  148. color: black;
  149. margin: 0;
  150. }
  151. div.contents {
  152. margin-top: 10px;
  153. margin-left: 8px;
  154. margin-right: 8px;
  155. }
  156. td.indexkey {
  157. background-color: #EBEFF6;
  158. font-weight: bold;
  159. border: 1px solid #C4CFE5;
  160. margin: 2px 0px 2px 0;
  161. padding: 2px 10px;
  162. white-space: nowrap;
  163. vertical-align: top;
  164. }
  165. td.indexvalue {
  166. background-color: #EBEFF6;
  167. border: 1px solid #C4CFE5;
  168. padding: 2px 10px;
  169. margin: 2px 0px;
  170. }
  171. tr.memlist {
  172. background-color: #EEF1F7;
  173. }
  174. p.formulaDsp {
  175. text-align: center;
  176. }
  177. img.formulaDsp {
  178. }
  179. img.formulaInl {
  180. vertical-align: middle;
  181. }
  182. div.center {
  183. text-align: center;
  184. margin-top: 0px;
  185. margin-bottom: 0px;
  186. padding: 0px;
  187. }
  188. div.center img {
  189. border: 0px;
  190. }
  191. address.footer {
  192. text-align: right;
  193. padding-right: 12px;
  194. }
  195. img.footer {
  196. border: 0px;
  197. vertical-align: middle;
  198. }
  199. /* @group Code Colorization */
  200. span.keyword {
  201. color: #008000
  202. }
  203. span.keywordtype {
  204. color: #604020
  205. }
  206. span.keywordflow {
  207. color: #e08000
  208. }
  209. span.comment {
  210. color: #800000
  211. }
  212. span.preprocessor {
  213. color: #806020
  214. }
  215. span.stringliteral {
  216. color: #002080
  217. }
  218. span.charliteral {
  219. color: #008080
  220. }
  221. span.vhdldigit {
  222. color: #ff00ff
  223. }
  224. span.vhdlchar {
  225. color: #000000
  226. }
  227. span.vhdlkeyword {
  228. color: #700070
  229. }
  230. span.vhdllogic {
  231. color: #ff0000
  232. }
  233. /* @end */
  234. /*
  235. .search {
  236. color: #003399;
  237. font-weight: bold;
  238. }
  239. form.search {
  240. margin-bottom: 0px;
  241. margin-top: 0px;
  242. }
  243. input.search {
  244. font-size: 75%;
  245. color: #000080;
  246. font-weight: normal;
  247. background-color: #e8eef2;
  248. }
  249. */
  250. td.tiny {
  251. font-size: 75%;
  252. }
  253. .dirtab {
  254. padding: 4px;
  255. border-collapse: collapse;
  256. border: 1px solid #A3B4D7;
  257. }
  258. th.dirtab {
  259. background: #EBEFF6;
  260. font-weight: bold;
  261. }
  262. hr {
  263. height: 0px;
  264. border: none;
  265. border-top: 1px solid #4A6AAA;
  266. }
  267. hr.footer {
  268. height: 1px;
  269. }
  270. /* @group Member Descriptions */
  271. table.memberdecls {
  272. border-spacing: 0px;
  273. padding: 0px;
  274. }
  275. .mdescLeft, .mdescRight,
  276. .memItemLeft, .memItemRight,
  277. .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  278. background-color: #F9FAFC;
  279. border: none;
  280. margin: 4px;
  281. padding: 1px 0 0 8px;
  282. }
  283. .mdescLeft, .mdescRight {
  284. padding: 0px 8px 4px 8px;
  285. color: #555;
  286. }
  287. .memItemLeft, .memItemRight, .memTemplParams {
  288. border-top: 1px solid #C4CFE5;
  289. }
  290. .memItemLeft, .memTemplItemLeft {
  291. white-space: nowrap;
  292. }
  293. .memItemRight {
  294. width: 100%;
  295. }
  296. .memTemplParams {
  297. color: #4665A2;
  298. white-space: nowrap;
  299. }
  300. /* @end */
  301. /* @group Member Details */
  302. /* Styles for detailed member documentation */
  303. .memtemplate {
  304. font-size: 80%;
  305. color: #4665A2;
  306. font-weight: normal;
  307. margin-left: 9px;
  308. }
  309. .memnav {
  310. background-color: #EBEFF6;
  311. border: 1px solid #A3B4D7;
  312. text-align: center;
  313. margin: 2px;
  314. margin-right: 15px;
  315. padding: 2px;
  316. }
  317. .mempage {
  318. width: 100%;
  319. }
  320. .memitem {
  321. padding: 0;
  322. margin-bottom: 10px;
  323. margin-right: 5px;
  324. }
  325. .memname {
  326. white-space: nowrap;
  327. font-weight: bold;
  328. margin-left: 6px;
  329. }
  330. .memproto, dl.reflist dt {
  331. border-top: 1px solid #A8B8D9;
  332. border-left: 1px solid #A8B8D9;
  333. border-right: 1px solid #A8B8D9;
  334. padding: 6px 0px 6px 0px;
  335. color: #253555;
  336. font-weight: bold;
  337. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  338. /* opera specific markup */
  339. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  340. border-top-right-radius: 8px;
  341. border-top-left-radius: 8px;
  342. /* firefox specific markup */
  343. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  344. -moz-border-radius-topright: 8px;
  345. -moz-border-radius-topleft: 8px;
  346. /* webkit specific markup */
  347. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  348. -webkit-border-top-right-radius: 8px;
  349. -webkit-border-top-left-radius: 8px;
  350. background-image:url('nav_f.png');
  351. background-repeat:repeat-x;
  352. background-color: #E2E8F2;
  353. }
  354. .memdoc, dl.reflist dd {
  355. border-bottom: 1px solid #A8B8D9;
  356. border-left: 1px solid #A8B8D9;
  357. border-right: 1px solid #A8B8D9;
  358. padding: 2px 5px;
  359. background-color: #FBFCFD;
  360. border-top-width: 0;
  361. /* opera specific markup */
  362. border-bottom-left-radius: 8px;
  363. border-bottom-right-radius: 8px;
  364. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  365. /* firefox specific markup */
  366. -moz-border-radius-bottomleft: 8px;
  367. -moz-border-radius-bottomright: 8px;
  368. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  369. background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
  370. /* webkit specific markup */
  371. -webkit-border-bottom-left-radius: 8px;
  372. -webkit-border-bottom-right-radius: 8px;
  373. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  374. background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
  375. }
  376. dl.reflist dt {
  377. padding: 5px;
  378. }
  379. dl.reflist dd {
  380. margin: 0px 0px 10px 0px;
  381. padding: 5px;
  382. }
  383. .paramkey {
  384. text-align: right;
  385. }
  386. .paramtype {
  387. white-space: nowrap;
  388. }
  389. .paramname {
  390. color: #602020;
  391. white-space: nowrap;
  392. }
  393. .paramname em {
  394. font-style: normal;
  395. }
  396. .params, .retval, .exception, .tparams {
  397. border-spacing: 6px 2px;
  398. }
  399. .params .paramname, .retval .paramname {
  400. font-weight: bold;
  401. vertical-align: top;
  402. }
  403. .params .paramtype {
  404. font-style: italic;
  405. vertical-align: top;
  406. }
  407. .params .paramdir {
  408. font-family: "courier new",courier,monospace;
  409. vertical-align: top;
  410. }
  411. /* @end */
  412. /* @group Directory (tree) */
  413. /* for the tree view */
  414. .ftvtree {
  415. font-family: sans-serif;
  416. margin: 0px;
  417. }
  418. /* these are for tree view when used as main index */
  419. .directory {
  420. font-size: 9pt;
  421. font-weight: bold;
  422. margin: 5px;
  423. }
  424. .directory h3 {
  425. margin: 0px;
  426. margin-top: 1em;
  427. font-size: 11pt;
  428. }
  429. /*
  430. The following two styles can be used to replace the root node title
  431. with an image of your choice. Simply uncomment the next two styles,
  432. specify the name of your image and be sure to set 'height' to the
  433. proper pixel height of your image.
  434. */
  435. /*
  436. .directory h3.swap {
  437. height: 61px;
  438. background-repeat: no-repeat;
  439. background-image: url("yourimage.gif");
  440. }
  441. .directory h3.swap span {
  442. display: none;
  443. }
  444. */
  445. .directory > h3 {
  446. margin-top: 0;
  447. }
  448. .directory p {
  449. margin: 0px;
  450. white-space: nowrap;
  451. }
  452. .directory div {
  453. display: none;
  454. margin: 0px;
  455. }
  456. .directory img {
  457. vertical-align: -30%;
  458. }
  459. /* these are for tree view when not used as main index */
  460. .directory-alt {
  461. font-size: 100%;
  462. font-weight: bold;
  463. }
  464. .directory-alt h3 {
  465. margin: 0px;
  466. margin-top: 1em;
  467. font-size: 11pt;
  468. }
  469. .directory-alt > h3 {
  470. margin-top: 0;
  471. }
  472. .directory-alt p {
  473. margin: 0px;
  474. white-space: nowrap;
  475. }
  476. .directory-alt div {
  477. display: none;
  478. margin: 0px;
  479. }
  480. .directory-alt img {
  481. vertical-align: -30%;
  482. }
  483. /* @end */
  484. div.dynheader {
  485. margin-top: 8px;
  486. }
  487. address {
  488. font-style: normal;
  489. color: #2A3D61;
  490. }
  491. table.doxtable {
  492. border-collapse:collapse;
  493. }
  494. table.doxtable td, table.doxtable th {
  495. border: 1px solid #2D4068;
  496. padding: 3px 7px 2px;
  497. }
  498. table.doxtable th {
  499. background-color: #374F7F;
  500. color: #FFFFFF;
  501. font-size: 110%;
  502. padding-bottom: 4px;
  503. padding-top: 5px;
  504. text-align:left;
  505. }
  506. table.fieldtable {
  507. width: 100%;
  508. margin-bottom: 10px;
  509. border: 1px solid #A8B8D9;
  510. border-spacing: 0px;
  511. -moz-border-radius: 4px;
  512. -webkit-border-radius: 4px;
  513. border-radius: 4px;
  514. -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  515. -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  516. box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  517. }
  518. .fieldtable td, .fieldtable th {
  519. padding: 3px 7px 2px;
  520. }
  521. .fieldtable td.fieldtype, .fieldtable td.fieldname {
  522. white-space: nowrap;
  523. border-right: 1px solid #A8B8D9;
  524. border-bottom: 1px solid #A8B8D9;
  525. vertical-align: top;
  526. }
  527. .fieldtable td.fielddoc {
  528. border-bottom: 1px solid #A8B8D9;
  529. width: 100%;
  530. }
  531. .fieldtable tr:last-child td {
  532. border-bottom: none;
  533. }
  534. .fieldtable th {
  535. background-image:url('nav_f.png');
  536. background-repeat:repeat-x;
  537. background-color: #E2E8F2;
  538. font-size: 90%;
  539. color: #253555;
  540. padding-bottom: 4px;
  541. padding-top: 5px;
  542. text-align:left;
  543. -moz-border-radius-topleft: 4px;
  544. -moz-border-radius-topright: 4px;
  545. -webkit-border-top-left-radius: 4px;
  546. -webkit-border-top-right-radius: 4px;
  547. border-top-left-radius: 4px;
  548. border-top-right-radius: 4px;
  549. border-bottom: 1px solid #A8B8D9;
  550. }
  551. .tabsearch {
  552. top: 0px;
  553. left: 10px;
  554. height: 36px;
  555. background-image: url('tab_b.png');
  556. z-index: 101;
  557. overflow: hidden;
  558. font-size: 13px;
  559. }
  560. .navpath ul
  561. {
  562. font-size: 11px;
  563. background-image:url('tab_b.png');
  564. background-repeat:repeat-x;
  565. height:30px;
  566. line-height:30px;
  567. color:#8AA0CC;
  568. border:solid 1px #C2CDE4;
  569. overflow:hidden;
  570. margin:0px;
  571. padding:0px;
  572. }
  573. .navpath li
  574. {
  575. list-style-type:none;
  576. float:left;
  577. padding-left:10px;
  578. padding-right:15px;
  579. background-image:url('bc_s.png');
  580. background-repeat:no-repeat;
  581. background-position:right;
  582. color:#364D7C;
  583. }
  584. .navpath li.navelem a
  585. {
  586. height:32px;
  587. display:block;
  588. text-decoration: none;
  589. outline: none;
  590. }
  591. .navpath li.navelem a:hover
  592. {
  593. color:#6884BD;
  594. }
  595. .navpath li.footer
  596. {
  597. list-style-type:none;
  598. float:right;
  599. padding-left:10px;
  600. padding-right:15px;
  601. background-image:none;
  602. background-repeat:no-repeat;
  603. background-position:right;
  604. color:#364D7C;
  605. font-size: 8pt;
  606. }
  607. div.summary
  608. {
  609. float: right;
  610. font-size: 8pt;
  611. padding-right: 5px;
  612. width: 50%;
  613. text-align: right;
  614. }
  615. div.summary a
  616. {
  617. white-space: nowrap;
  618. }
  619. div.ingroups
  620. {
  621. margin-left: 5px;
  622. font-size: 8pt;
  623. padding-left: 5px;
  624. width: 50%;
  625. text-align: left;
  626. }
  627. div.ingroups a
  628. {
  629. white-space: nowrap;
  630. }
  631. div.header
  632. {
  633. background-image:url('nav_h.png');
  634. background-repeat:repeat-x;
  635. background-color: #F9FAFC;
  636. margin: 0px;
  637. border-bottom: 1px solid #C4CFE5;
  638. }
  639. div.headertitle
  640. {
  641. padding: 5px 5px 5px 7px;
  642. }
  643. dl
  644. {
  645. padding: 0 0 0 10px;
  646. }
  647. dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug
  648. {
  649. border-left:4px solid;
  650. padding: 0 0 0 6px;
  651. }
  652. dl.note
  653. {
  654. border-color: #D0C000;
  655. }
  656. dl.warning, dl.attention
  657. {
  658. border-color: #FF0000;
  659. }
  660. dl.pre, dl.post, dl.invariant
  661. {
  662. border-color: #00D000;
  663. }
  664. dl.deprecated
  665. {
  666. border-color: #505050;
  667. }
  668. dl.todo
  669. {
  670. border-color: #00C0E0;
  671. }
  672. dl.test
  673. {
  674. border-color: #3030E0;
  675. }
  676. dl.bug
  677. {
  678. border-color: #C08050;
  679. }
  680. #projectlogo
  681. {
  682. text-align: center;
  683. vertical-align: bottom;
  684. border-collapse: separate;
  685. }
  686. #projectlogo img
  687. {
  688. border: 0px none;
  689. }
  690. #projectname
  691. {
  692. font: 300% Tahoma, Arial,sans-serif;
  693. margin: 0px;
  694. padding: 2px 0px;
  695. }
  696. #projectbrief
  697. {
  698. font: 120% Tahoma, Arial,sans-serif;
  699. margin: 0px;
  700. padding: 0px;
  701. }
  702. #projectnumber
  703. {
  704. font: 50% Tahoma, Arial,sans-serif;
  705. margin: 0px;
  706. padding: 0px;
  707. }
  708. #titlearea
  709. {
  710. padding: 0px;
  711. margin: 0px;
  712. width: 100%;
  713. border-bottom: 1px solid #5373B4;
  714. }
  715. .image
  716. {
  717. text-align: center;
  718. }
  719. .dotgraph
  720. {
  721. text-align: center;
  722. }
  723. .mscgraph
  724. {
  725. text-align: center;
  726. }
  727. .caption
  728. {
  729. font-weight: bold;
  730. }
  731. div.zoom
  732. {
  733. border: 1px solid #90A5CE;
  734. }
  735. dl.citelist {
  736. margin-bottom:50px;
  737. }
  738. dl.citelist dt {
  739. color:#334975;
  740. float:left;
  741. font-weight:bold;
  742. margin-right:10px;
  743. padding:5px;
  744. }
  745. dl.citelist dd {
  746. margin:2px 0;
  747. padding:5px 0;
  748. }
  749. @media print
  750. {
  751. #top { display: none; }
  752. #side-nav { display: none; }
  753. #nav-path { display: none; }
  754. body { overflow:visible; }
  755. h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
  756. .summary { display: none; }
  757. .memitem { page-break-inside: avoid; }
  758. #doc-content
  759. {
  760. margin-left:0 !important;
  761. height:auto !important;
  762. width:auto !important;
  763. overflow:inherit;
  764. display:inline;
  765. }
  766. pre.fragment
  767. {
  768. overflow: visible;
  769. text-wrap: unrestricted;
  770. white-space: -moz-pre-wrap; /* Moz */
  771. white-space: -pre-wrap; /* Opera 4-6 */
  772. white-space: -o-pre-wrap; /* Opera 7 */
  773. white-space: pre-wrap; /* CSS3 */
  774. word-wrap: break-word; /* IE 5.5+ */
  775. }
  776. }