Guest User

Untitled

a guest
Apr 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. /* two tables */
  2.  
  3. /* ---- rounded boxes rules ----------------------------------------------------------------------------------------- */
  4. .xtop, .xbottom{
  5. background:transparent;
  6. display:block;
  7. font-size:1px;
  8. }
  9. .xb1, .xb2, .xb3, .xb4{
  10. display:block;
  11. overflow:hidden;
  12. }
  13. .xb1, .xb2, .xb3{
  14. height:1px;
  15. }
  16. .xb2, .xb3, .xb4{
  17. background:#fff;
  18. border: 0 solid #ccc; ;/* CORNERS (left and right) colors */
  19. border-width:0 1px; /* CORNERS (left and right) widths */
  20. }
  21. .xb1{
  22. background: #ccc; /* BORDERs (top and bottom) colors */
  23. margin:0 5px;
  24. }
  25. .xb2{
  26. border-width:0 2px;
  27. margin:0 3px;
  28. }
  29. .xb3{
  30. margin:0 2px;
  31. }
  32. .xb4{
  33. height:2px;
  34. margin:0 1px;
  35. }
  36. .xboxcontent{
  37. xbackground:#80BFCC; /* same as body */
  38. background:#DCEAC9;
  39. background:#eee;
  40.  
  41. border:0 solid #ccc ;/* BORDERs (left and right) colors */
  42. border-width:0 1px; /* BORDERs (left and right) widths */
  43. display:block;
  44. text-align:center;
  45. color:#000;
  46. }
  47. .color_a{
  48. background:#eee;
  49. color:#fff;
  50. }
  51.  
  52. /* -----------------------------------------------------------------------------------------------------------------*/
  53. /*
  54. #rightTd div ul{
  55. margin:0;
  56. margin-left:1em;
  57. padding-left:8px;
  58. text-align:left;
  59.  
  60. }
  61. #rightTd div ul li{
  62. list-style: outside;
  63. list-style-image: url(/images/bullet.png);
  64. xlist-style-image: none;
  65. xlist-style: none;
  66. padding-left:2em;
  67. }
  68.  
  69. .roundedMessage div.xboxcontent ul li a{
  70. font:12px verdana;
  71. xline-height:10px;
  72.  
  73. }
  74. .roundedMessage div.xboxcontent ul li{
  75. margin-bottom: .8em;
  76. }
  77. #rightTd .xboxcontent ul li.subTitle2{
  78. padding-top:1.1em;
  79. list-style:none;
  80. font:bold 1.1em verdana;
  81. color:#663399;
  82. margin-left:-0.5em;
  83.  
  84. }
  85. #rightTd .xboxcontent ul li{
  86. margin-left:1em;
  87. margin:0 0 .3em 1em;
  88. padding-left:0;
  89. }
  90. #rightTd .xboxcontent ul li a{
  91. list-style-image: url(/images/bullet.png);
  92. font: .9em sans-serif;
  93. text-decoration:none;
  94. }
  95. #rightTd .xboxcontent ul li a:hover{
  96. text-decoration:underline;
  97. }
  98. .roundedMessage div.xboxcontent ul li:last-child{
  99. margin-bottom:.8em;
  100. padding-bottom:12px;
  101. }
  102. #rightTd .xboxcontent ul li:last-child{
  103. margin:0 0 0 1em;
  104. }
  105.  
  106. p.bodytext{
  107. margin-left:2em;
  108. }
  109. */
  110. #rightTd div ul{
  111. margin:0;
  112. margin-left:1em;
  113. padding-left:8px;
  114. text-align:left;
  115.  
  116. }
  117. #rightTd div ul li{
  118.  
  119.  
  120. xlist-style-image:none;
  121. list-style-type: none;
  122.  
  123. padding-left:2em;
  124. }
  125. .roundedMessage div.xboxcontent ul li a{
  126. font:12px verdana;
  127. xline-height:10px;
  128.  
  129. }
  130. .roundedMessage div.xboxcontent ul li{
  131. margin-bottom: .8em;
  132. }
  133. #rightTd .xboxcontent ul li.subTitle2{
  134. padding-top:1.1em;
  135. list-style:none;
  136. font:bold 1.1em verdana;
  137. color:#663399;
  138. margin-left:-0.5em;
  139.  
  140. }
  141. #rightTd .xboxcontent ul li{
  142. margin-left:1em;
  143. margin:0 0 .3em 1em;
  144. padding-left:0;
  145. }
  146. #rightTd .xboxcontent ul li a{
  147.  
  148.  
  149. font: .9em sans-serif;
  150. text-decoration:none;
  151. }
  152. #rightTd .xboxcontent ul li a:hover{
  153. text-decoration:underline;
  154. }
  155. .roundedMessage div.xboxcontent ul li:last-child{
  156. margin-bottom:.8em;
  157. padding-bottom:12px;
  158. }
  159. #rightTd .xboxcontent ul li:last-child{
  160. margin:0 0 0 1em;
  161. }
  162.  
  163. p.bodytext{
  164. margin-left:2em;
  165. }
  166.  
  167.  
  168. table table ul{list-style:none;}
  169.  
  170.  
  171. table ul li a.pdf,
  172. #rightTd li a.pdf{
  173. list-style:none;
  174. list-style-type:none;
  175. list-style-image:none;
  176. color:orange;
  177.  
  178. }
  179.  
  180. /* -
  181. pdf
  182. */
  183.  
  184. #rightTd div.roundedMessage div.xboxcontent ul li.pdf{
  185. list-style:none;
  186. margin:0 0 0 -.8em;
  187. padding:0 0 0 1.9em;
  188. background: url(/images/pdfIcon.gif) .1em .1em no-repeat;
  189. }
  190.  
  191. /*
  192. doing this his would've been simpler, but the position of the pdf image is too high up
  193.  
  194. #rightTd div.roundedMessage div.xboxcontent ul li.pdf{
  195. list-style:circle outside url(/images/pdfIcon.gif) ;
  196. }
  197. */
  198.  
  199. #rightTd div.roundedMessage div.xboxcontent ul li.doc{
  200. list-style:none;
  201. margin:0 0 0 -.8em;
  202. padding:0 0 0 1.9em;
  203. background: url(/images/typeDoc.png) .1em .1em no-repeat;
  204. }
  205. #rightTd div.roundedMessage{
  206. position:absolute;
  207. top:180px;
  208. left:786px;
  209. width:200px;
  210. }
Add Comment
Please, Sign In to add comment