Advertisement
Guest User

Untitled

a guest
May 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.35 KB | None | 0 0
  1. #tr{
  2.     margin-bottom:0px;
  3.     padding-bottom: 0px;
  4.     margin-top:0px;
  5.     padding-top:0px;
  6.    
  7.    
  8. }
  9. #tr1_1{
  10.     height: 204px;
  11. }
  12.  
  13.  
  14.  
  15. #tr2_1{
  16.     height: 23.5px;
  17. }  
  18.  
  19. .ellipsis {
  20.   overflow: hidden;
  21.   text-overflow: ellipsis;
  22.   -o-text-overflow: ellipsis;
  23.   white-space: nowrap;
  24.   width: 27%;
  25. }
  26. #td2_1{
  27.   overflow: hidden;
  28.   text-overflow: ellipsis;
  29.   -o-text-overflow: ellipsis;
  30.   white-space: nowrap;
  31.   width: 5px;
  32. }
  33. #tr3_1{
  34.     height: 25px;
  35. }
  36. #td_3_1{
  37.     width: 386px;
  38.     height: 25px;
  39. }
  40. #tr4_1{
  41.     height: 50px;
  42. }
  43.  
  44. #td4_1{
  45.     width: 386px;
  46.     height: 50px;
  47. }
  48. #left{
  49.     width: 50%;
  50.     height: 204px;
  51.             padding-left:0px;
  52. padding-right:0px;
  53. margin-left:0px;
  54. margin-right:0px;
  55. }
  56. #right{
  57.     margin-right: 50%;
  58.     height: 204px;
  59.         padding-left:0px;
  60.     padding-right:0px;
  61.     margin-left:0px;
  62.     margin-right:0px;
  63.     margin-bottom:0px;
  64.     padding-bottom: 0px;
  65.     margin-top:0px;
  66.     padding-top:0px;
  67. }
  68. #tr5_1{
  69.     height: 57.5px;
  70. }
  71.  
  72. #td5_1{
  73.     width: 413px;
  74.     height: 57.5px;
  75. }
  76. #tr6_1{
  77.     height: 57.5px;
  78. }
  79.  
  80. #td6_1{
  81.     width: 413px;
  82.     height: 57.5px;
  83. }
  84. #tr7_1{
  85.     height: 57.5px;
  86. }
  87.  
  88. #td7_1{
  89.     width: 413px;
  90.     height: 57.5px;
  91. }
  92. #tr5_2{
  93.     height: 57.5px;
  94. }
  95.  
  96. #td5_2{
  97.     width: 413px;
  98.     height: 57.5px;
  99. }
  100. #tr5_3{
  101.     height: 57.5px;
  102. }
  103.  
  104. #td5_3{
  105.     width: 100%;
  106.     height: 57.5px;
  107. }
  108. #table_1{
  109.     height: 396px;
  110.     width: 100%;
  111.         margin-bottom:0px;
  112.     padding-bottom: 0px;
  113.     margin-top:0px;
  114.     padding-top:0px;
  115.    
  116. }
  117.  
  118. #table_2{
  119.     height: 172%;
  120.     width:100%;
  121.     max-width:100%;
  122.     background-color:green;
  123.     margin-bottom:0px;
  124.     padding-bottom: 0px;
  125.     margin-top:0px;
  126.     padding-top:0px;
  127.      overflow: hidden;
  128.     text-overflow:ellipsis;
  129.    
  130.         position: relative;
  131.  
  132. }
  133.  
  134. #table_3{
  135.     height: 100px;
  136.     margin-bottom:0px;
  137.     padding-bottom: 0px;
  138.         width:100%;
  139.  
  140.         background-color:blue;
  141.  
  142. }
  143.  
  144. #table_4{
  145.     height: 5px;
  146.     background-color:purple;
  147.     margin-bottom:0px;
  148.     padding-bottom: 0px;
  149.     width:100%;
  150.  
  151. }
  152.  
  153. #table_5{
  154.  
  155.     background-color:yellow;
  156.     height: 200%;
  157.     width:100%;
  158.     margin-bottom:0px;
  159.     padding-bottom: 0px;
  160.     margin-top:0px;
  161.     padding-top:0px;
  162.    
  163.  
  164. }
  165.  
  166. #table_6{
  167.     height: 34px;
  168. margin-left:0px;
  169.     width:100%;
  170.     background-color:gray;
  171.     margin-bottom:0px;
  172.     padding-bottom: 0px;
  173.     padding-left:0px;
  174.  
  175. }
  176.  
  177. #table_7{
  178.     height: 34px;
  179.     margin-left:0px;
  180.     padding-left:0px;
  181.     width:100%;
  182.     background-color:orange;
  183.     margin-bottom:0px;
  184.     padding-bottom: 0px;
  185.  
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement