Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. .linktable {margin-top: 15px;}
  2.  
  3. .linktable a {text-decoration:none}
  4.  
  5. table.linklisttable {
  6. width:100%;
  7. border-width: 0px 0px 0px 0px;
  8. border-spacing: 5px;
  9. /* border-style: outset outset outset outset;
  10. border-color: gray gray gray gray; */
  11. border-collapse: separate;
  12. }
  13. table.linklisttable th {
  14. border-width: 1px 1px 1px 1px;
  15. padding: 3px 3px 3px 3px;
  16. background-color: #f4f5f3;
  17. /* border-style: none none none none;
  18. border-color: gray gray gray gray;
  19. -moz-border-radius: 3px 3px 3px 3px; */
  20. }
  21. table.linklisttable td {
  22. border-width: 1px 1px 1px 1px;
  23. padding: 3px 3px 3px 3px;
  24. background-color: #dee1d8;
  25. /* border-style: dotted dotted dotted dotted;
  26. border-color: gray gray gray gray;
  27. -moz-border-radius: 3px 3px 3px 3px; */
  28. }
  29.  
  30. .linklistcatname{
  31. font-family: arial;
  32. font-size: 16px;
  33. font-weight: bold;
  34. border: 0;
  35. padding-bottom: 10px;
  36. padding-top: 10px;
  37. }
  38.  
  39. .linklistcatnamedesc{
  40. font-family: arial;
  41. font-size: 12px;
  42. font-weight: normal;
  43. border: 0;
  44. padding-bottom: 10px;
  45. padding-top: 10px;
  46. }
  47.  
  48.  
  49. .linklistcolumnheader{
  50. font-weight: bold;
  51. }
  52.  
  53. div.rsscontent{color: #333333; font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;font-size: 11px;line-height: 1.25em;
  54. vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-weight: normal;font-style: normal;font-variant: normal;text-transform: none;
  55. text-decoration: none;text-align: left;text-indent: 0px;max-width:500px;}
  56.  
  57. #ll_rss_results { border-style:solid;border-width:1px;margin-left:10px;margin-top:10px;padding-top:3px;background-color:#f4f5f3;}
  58. .rsstitle{font-weight:400;font-size:0.8em;color:#33352C;font-family:Georgia,"Times New Roman",Times,serif;}
  59. .rsstitle a{color:#33352C}
  60.  
  61. #ll_rss_results img {
  62. max-width: 400px; /* Adjust this value according to your content area size*/
  63. height: auto;
  64. }
  65.  
  66. .rsselements {float: right;}
  67.  
  68. .highlight_word {background-color: #FFFF00}
  69.  
  70. .previouspage {float:left;margin-top:10px;font-weight:bold}
  71.  
  72. .nextpage {float: right;margin-top:10px;font-weight:bold}
  73.  
  74. .resulttitle {padding-top:10px;}
  75.  
  76. .catdropdown { width: 300px; }
  77.  
  78. #llsearch {padding-top:10px;}
  79.  
  80. .lladdlink {
  81. margin-top: 16px;
  82. }
  83.  
  84. .lladdlink #lladdlinktitle {
  85. font-weight: bold;
  86. }
  87.  
  88. .lladdlink table {
  89. margin-top: 5px;
  90. margin-bottom: 8px;
  91. border: 0;
  92. border-spacing: 0;
  93. border-collapse: collapse;
  94. }
  95.  
  96. .lladdlink table td {
  97. border: 0;
  98. height: 30px;
  99. }
  100.  
  101. .lladdlink table th {
  102. border: 0;
  103. text-align: left;
  104. font-weight: normal;
  105. width: 400px;
  106. }
  107.  
  108. .lladdlink input[type="text"] {
  109. width: 300px;
  110. }
  111.  
  112. .lladdlink select {
  113. width: 300px;
  114. }
  115.  
  116. .llmessage {
  117. margin: 8px;
  118. border: 1px solid #ddd;
  119. background-color: #ff0;
  120. }
  121.  
  122. .pageselector {
  123. margin-top: 20px;
  124. text-align: center;
  125. }
  126.  
  127. .selectedpage {
  128. margin: 0px 4px 0px 4px;
  129. border: 1px solid #000;
  130. padding: 7px;
  131. background-color: #f4f5f3;
  132. }
  133.  
  134. .unselectedpage {
  135. margin: 0px 4px 0px 4px;
  136. border: 1px solid #000;
  137. padding: 7px;
  138. background-color: #dee1d8;
  139. }
  140.  
  141. .previousnextactive {
  142. margin: 0px 4px 0px 4px;
  143. border: 1px solid #000;
  144. padding: 7px;
  145. background-color: #dee1d8;
  146. }
  147.  
  148. .previousnextinactive {
  149. margin: 0px 4px 0px 4px;
  150. border: 1px solid #000;
  151. padding: 7px;
  152. background-color: #dddddd;
  153. color: #cccccc;
  154. }
  155.  
  156. #linklist .linklisttable {
  157. border: 0;
  158. padding: 0;
  159. border-collapse: collapse;
  160. }
  161.  
  162. #linklist tr {
  163. padding: 10px 0 10px 0;
  164. }
  165.  
  166. #linklist tr.filler {
  167. height: 10px;
  168. }
  169.  
  170. #linklist td.linkimage {
  171. border-top: 1px #3b3d32 solid;
  172. }
  173.  
  174. #linklist td.linkname {
  175. vertical-align: top;
  176. padding-top: 12px;
  177. height: 16px;
  178. border-top: 1px #3b3d32 solid;
  179. }
  180.  
  181. #linklist td.linkdesc {
  182. vertical-align: top;
  183. padding-top: 10px;
  184. }
  185.  
  186. #linklist img {
  187. margin: 10px;
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement