You are here

stlib_picker.css in ShareThis 7

Same filename and directory in other branches
  1. 7.2 stlib_picker.css
.stp_pickerLeft, .stp_pickerArrow, .stp_pickerRight {
	display:block;
	float:left;
	height:254px;
	width:250px;
	border:1px solid black;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    overflow:hidden;
}

.stp_pickerArrow {
	width:92px;
	border:none;
	margin-top:40px;
}


.stp_header {
	display:block;
	font-size:1.25em;
	border-bottom:1px solid black;
	padding:8px;
	background-color: #115511;
	color:#115511;
	
	background: #eeeeee; 
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 90%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(90%,#cccccc)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );	
}

.stp_ulLeft, .stp_ulRight  {
	display:block;
	overflow-y:scroll;	
	height:215px;
	margin:0px !important;
	padding:0px;
	list-style:none;
	background-color: #eeeeee;
}

.stp_li {
	border-bottom:1px solid #ccc;	
	padding:0px;
	margin:0px;
	padding-top:5px;
	background: #ffffee; 
	vertical-align:center;
}

.stp_li img {
	display:inline-	block;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

.stp_liText {
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:5px;
	margin-left:10px;
	font-size:1.2em;
	font-family:sans-serif;
	overflow:hidden;
}

.stp_arrow {
	display:block;
	height:35px;
	width:35px;
	margin:30px;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

.stp_li:hover {
	background: #ddddcc; 
}

.stp_select, .stp_select:hover {
	background:#ccccbb;
}

.stp_up:hover {
	margin-top:-152px;
}

.stp_left {
	margin-top:-37px;
}

.stp_left:hover {
	margin-top:-189px;
}

.stp_right {
	margin-top:-75px;	
}

.stp_right:hover {
	margin-top:-227px;	
}

.stp_down {
	margin-top:-114px;	
}

.stp_down:hover {
	margin-top:-266px;	
}

.stp_clear {
	clear:both;
	width:500px;
}

File

stlib_picker.css
View source
  1. .stp_pickerLeft, .stp_pickerArrow, .stp_pickerRight {
  2. display:block;
  3. float:left;
  4. height:254px;
  5. width:250px;
  6. border:1px solid black;
  7. -moz-border-radius: 4px;
  8. -webkit-border-radius: 4px;
  9. border-radius:4px;
  10. overflow:hidden;
  11. }
  12. .stp_pickerArrow {
  13. width:92px;
  14. border:none;
  15. margin-top:40px;
  16. }
  17. .stp_header {
  18. display:block;
  19. font-size:1.25em;
  20. border-bottom:1px solid black;
  21. padding:8px;
  22. background-color: #115511;
  23. color:#115511;
  24. background: #eeeeee;
  25. background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 90%);
  26. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(90%,#cccccc));
  27. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  28. }
  29. .stp_ulLeft, .stp_ulRight {
  30. display:block;
  31. overflow-y:scroll;
  32. height:215px;
  33. margin:0px !important;
  34. padding:0px;
  35. list-style:none;
  36. background-color: #eeeeee;
  37. }
  38. .stp_li {
  39. border-bottom:1px solid #ccc;
  40. padding:0px;
  41. margin:0px;
  42. padding-top:5px;
  43. background: #ffffee;
  44. vertical-align:center;
  45. }
  46. .stp_li img {
  47. display:inline- block;
  48. margin:0px;
  49. padding:0px;
  50. margin-left:5px;
  51. }
  52. .stp_liText {
  53. display:inline-block;
  54. vertical-align:top;
  55. margin:0px;
  56. padding:5px;
  57. margin-left:10px;
  58. font-size:1.2em;
  59. font-family:sans-serif;
  60. overflow:hidden;
  61. }
  62. .stp_arrow {
  63. display:block;
  64. height:35px;
  65. width:35px;
  66. margin:30px;
  67. margin-bottom:10px;
  68. margin-top:10px;
  69. overflow:hidden;
  70. }
  71. .stp_li:hover {
  72. background: #ddddcc;
  73. }
  74. .stp_select, .stp_select:hover {
  75. background:#ccccbb;
  76. }
  77. .stp_up:hover {
  78. margin-top:-152px;
  79. }
  80. .stp_left {
  81. margin-top:-37px;
  82. }
  83. .stp_left:hover {
  84. margin-top:-189px;
  85. }
  86. .stp_right {
  87. margin-top:-75px;
  88. }
  89. .stp_right:hover {
  90. margin-top:-227px;
  91. }
  92. .stp_down {
  93. margin-top:-114px;
  94. }
  95. .stp_down:hover {
  96. margin-top:-266px;
  97. }
  98. .stp_clear {
  99. clear:both;
  100. width:500px;
  101. }