You are here

ShareThisForm.css in ShareThis 7.2

Same filename and directory in other branches
  1. 7 ShareThisForm.css

Styling for sharethis form.

File

ShareThisForm.css
View source
  1. /**
  2. * @file
  3. * Styling for sharethis form.
  4. */
  5. .st_form {
  6. color: #333333;
  7. padding: 10px;
  8. margin: 0px;
  9. margin-bottom: 25px;
  10. border: 1px solid darkgrey;
  11. -moz-border-radius: 10px;
  12. -webkit-border-radius: 10px;
  13. border-radius: 10px;
  14. background: #eaeeef;
  15. background: -moz-linear-gradient(top, #eaeeef 0%, #fff 90%);
  16. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeeef), color-stop(90%,#fff));
  17. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeeef', endColorstr='#fff',GradientType=0 );
  18. }
  19. .st_formButton,
  20. .st_formButtonSave {
  21. margin: 0px;
  22. margin-bottom: 10px;
  23. margin-right: 7px;
  24. padding: 10px;
  25. display: inline-block;
  26. color: #056d2d;
  27. text-align: center;
  28. font-size: 1.2em;
  29. width: 120px;
  30. cursor: pointer;
  31. border: 1px solid #888888;
  32. -moz-border-radius: 5px;
  33. -webkit-border-radius: 5px;
  34. border-radius: 5px;
  35. background: #eeeeee;
  36. background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 90%);
  37. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(90%,#cccccc));
  38. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  39. }
  40. .st_formButton:hover,
  41. .st_formButtonSave:hover {
  42. background: #cccccc;
  43. border: 1px solid #aaaaaa;
  44. background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 90%);
  45. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(90%,#eeeeee));
  46. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  47. }
  48. .st_formSubtitle {
  49. font-size: .7em;
  50. color: black;
  51. }
  52. .st_widgetPic {
  53. position: absolute;
  54. left: 206px;
  55. display: block;
  56. background: white;
  57. padding: 10px;
  58. border: 1px solid black;
  59. -moz-border-radius: 5px;
  60. -webkit-border-radius: 5px;
  61. border-radius: 5px;
  62. }
  63. .st_widgetPicContain {
  64. display: block;
  65. height: 285px;
  66. overflow: hidden;
  67. border: 1px solid #aaaaaa;
  68. -moz-border-radius: 5px;
  69. -webkit-border-radius: 5px;
  70. border-radius: 5px;
  71. }
  72. .st_multi .st_widgetPicContain img {
  73. margin-top: -285px;
  74. }
  75. .st_widgetPic img {
  76. margin: 0px;
  77. padding: 0px;
  78. display: block;
  79. }
  80. .st_widgetContain {
  81. width: 800px;
  82. height: 340px;
  83. position: relative;
  84. }
  85. .st_buttonContain {
  86. height: 340px;
  87. }
  88. .st_select,
  89. .st_select:hover {
  90. background: #aaaaaa;
  91. border: 2px solid #118811;
  92. margin-bottom: 8px;
  93. }
  94. .st_formPickerLeft,
  95. .st_formPickerMid,
  96. .st_formPickerRight {
  97. display: block;
  98. float: left;
  99. height: 294px;
  100. width: 327px;
  101. border: 1px solid black;
  102. -moz-border-radius: 5px;
  103. -webkit-border-radius: 5px;
  104. border-radius: 5px;
  105. overflow: hidden;
  106. }
  107. .st_formPickerMid {
  108. width: 100px;
  109. border: none;
  110. margin-top: 40px;
  111. }
  112. .st_clear {
  113. clear: both;
  114. }
  115. #st_formULLeft,
  116. #st_formULRight {
  117. display: block;
  118. overflow-y: scroll;
  119. height: 255px;
  120. margin: 0px;
  121. list-style: none;
  122. background-color: #eeeeee;
  123. }
  124. .st_formULHeader {
  125. display: block;
  126. font-size: 1.2em;
  127. padding: 10px;
  128. background-color: #115511;
  129. color: #115511;
  130. background: #eeeeee;
  131. background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 90%);
  132. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(90%,#cccccc));
  133. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  134. }
  135. .st_pickerLi {
  136. border-bottom: 1px solid black;
  137. padding: 5px;
  138. background: #ffffee;
  139. cursor: pointer;
  140. }
  141. .st_pickerLi:hover {
  142. background: #aaffcc;
  143. }
  144. .st_selectLi,
  145. .st_selectLi:hover {
  146. background: #88dd11;
  147. }
  148. .st_arrow {
  149. display: block;
  150. height: 35px;
  151. width: 35px;
  152. margin: 30px;
  153. margin-bottom: 10px;
  154. margin-top: 10px;
  155. overflow: hidden;
  156. cursor: pointer;
  157. }
  158. .st_up:hover {
  159. margin-top: -152px;
  160. }
  161. .st_left {
  162. margin-top: -37px;
  163. }
  164. .st_left:hover {
  165. margin-top: -189px;
  166. }
  167. .st_right {
  168. margin-top: -75px;
  169. }
  170. .st_right:hover {
  171. margin-top: -227px;
  172. }
  173. .st_down {
  174. margin-top: -114px;
  175. }
  176. .st_down:hover {
  177. margin-top: -266px;
  178. }
  179. .st_formMessage {
  180. color: red;
  181. }
  182. .st_buttonSelectImage {
  183. left: 206px;
  184. display: block;
  185. background: white;
  186. padding: 10px;
  187. border: 1px solid #aaaaaa;
  188. -moz-border-radius: 5px;
  189. -webkit-border-radius: 5px;
  190. border-radius: 5px;
  191. }
  192. .st_buttonSelectSprite {
  193. display: block;
  194. padding: 0px;
  195. margin: 0px;
  196. }
  197. .st_spriteCover {
  198. position: absolute;
  199. left: 219px;
  200. top: 100px;
  201. display: block;
  202. margin: 10px;
  203. overflow: hidden;
  204. height: 73px;
  205. width: 600px;
  206. z-index: 5;
  207. }
  208. .st_buttonContain {
  209. position: relative;
  210. width: 400px;
  211. }
  212. .stbc_ {
  213. margin-top: -90px;
  214. }
  215. .stbc_large {
  216. margin-top: -10px;
  217. }
  218. .stbc_hcount {
  219. margin-top: -244px;
  220. }
  221. .stbc_vcount {
  222. margin-top: -315px;
  223. }
  224. .stbc_button {
  225. margin-top: -166px;
  226. }
  227. .form-item-sharethis-option-extras {
  228. margin-bottom: 0px !important;
  229. padding-bottom: 5px !important;
  230. }
  231. .form-item-sharethis-option-extras-foursquarefollow-field {
  232. margin-bottom: 0px !important;
  233. }
  234. .st_cns_container {
  235. margin-top: -15px;
  236. }