123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- body{
- padding:10px;
- }
- /* parent: modules_content */
- div.modules_nav_wrapper{
- position:absolute;
- left:0;
- bottom: 0;
- width:299px;
- height:100%;
- padding:16px 12px;
- overflow:auto;
- -webkit-overflow-scrolling:touch;
- }
-
- /* parent: modules_content */
- div.modules_docs_wrapper{
- position:absolute;
- left:300px;
- right:0;
- height:100%;
- padding:0;
- border:0;
- margin:0;
- overflow:auto;
- -webkit-overflow-scrolling:touch;
- }
- /* parent: modules_docs_wrapper */
- iframe.modules_docs_iframe{
- display:block;
- width:100%;
- height:100%;
- padding:0;
- border:0;
- margin:0;
- }
- /* ***** table ***** */
- table{
- border-spacing: 0;
- width: 100%;
- margin: 16px 0;
- }
- table.modman{
- font-size: 90%;
- table-layout: auto;
- margin: 0;
- }
- tr:nth-child(even){
- background: #f5f5f5;
- }
- tr:nth-child(odd){
- background: #fff;
- }
- th{
- background: #eee;
- border-radius: 3px 3px 0 0;
- padding-left: 4px;
- }
- td{
- padding:3px 2px 3px 10px;
- }
-
- th.mx2docs:first-child{
- width: 200px;
- }
- td.mx2docs:first-child{
- width: 200px;
- }
- th.modman{
- padding: 0 8px;
- }
- td.modman{
- padding: 0 8px;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6{
-
- }
- h1{
-
- }
- h2{
-
- }
- h3{
-
- }
- h4{
-
- margin-top:24px;
- }
- h5{
- font-size: 18px;
-
- }
- h6{
-
- }
-
-
|