You are here

layout.css in BeautyTips 7.2

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html, body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #52697E;
}
body {
	text-align: center;
	overflow: auto;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	font-size: 21px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
}
.navigationTabs {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.navigationTabs li a{
	float: left;
	dispaly: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	overflow: hidden;
	color: #52697E;
	background-color: #eee;
	position: relative;
	text-decoration: none;
}
.navigationTabs li a:hover {
	background-color: #f0f0f0;
}
.navigationTabs li a.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px solid;
}
.tabsContent {
	border: 1px solid #ccc;
	border-top: 0px solid;
	width: 698px;
	overflow: hidden;
}
.tab {
	padding: 16px;
	display: none;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.tab p {
	margin-top: 16px;
	clear: both;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
}
.tab li {
	margin: 10px 0 0 35px;
}
.tab a {
	color: #8FB0CF;
}
.tab strong {
	font-weight: bold;
}
.tab pre {
	font-size: 11px;
	margin-top: 20px;
	width: 668px;
	overflow: auto;
	clear: both;
}
.tab table {
	width: 100%;
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.tab dt {
	margin-top: 16px;
}

#colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
}
#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) center;
}
#colorSelector2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../images/select2.png);
}
#colorSelector2 div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/select2.png) center;
}
#colorpickerHolder2 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
}
#colorpickerHolder2 .colorpicker {
	background-image: url(../images/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder2 .colorpicker_hue div {
	background-image: url(../images/custom_indic.gif);
}
#colorpickerHolder2 .colorpicker_hex {
	background-image: url(../images/custom_hex.png);
}
#colorpickerHolder2 .colorpicker_rgb_r {
	background-image: url(../images/custom_rgb_r.png);
}
#colorpickerHolder2 .colorpicker_rgb_g {
	background-image: url(../images/custom_rgb_g.png);
}
#colorpickerHolder2 .colorpicker_rgb_b {
	background-image: url(../images/custom_rgb_b.png);
}
#colorpickerHolder2 .colorpicker_hsb_s {
	background-image: url(../images/custom_hsb_s.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_h {
	background-image: url(../images/custom_hsb_h.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_b {
	background-image: url(../images/custom_hsb_b.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_submit {
	background-image: url(../images/custom_submit.png);
}
#colorpickerHolder2 .colorpicker input {
	color: #778398;
}
#customWidget {
	position: relative;
	height: 36px;
}

File

other_libs/colorpicker/css/layout.css
View source
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  2. margin:0;
  3. padding:0;
  4. }
  5. table {
  6. border-collapse:collapse;
  7. border-spacing:0;
  8. }
  9. fieldset,img {
  10. border:0;
  11. }
  12. address,caption,cite,code,dfn,em,strong,th,var {
  13. font-style:normal;
  14. font-weight:normal;
  15. }
  16. ol,ul {
  17. list-style:none;
  18. }
  19. caption,th {
  20. text-align:left;
  21. }
  22. h1,h2,h3,h4,h5,h6 {
  23. font-size:100%;
  24. font-weight:normal;
  25. }
  26. q:before,q:after {
  27. content:'';
  28. }
  29. abbr,acronym { border:0;
  30. }
  31. html, body {
  32. background-color: #fff;
  33. font-family: Arial, Helvetica, sans-serif;
  34. font-size: 12px;
  35. line-height: 18px;
  36. color: #52697E;
  37. }
  38. body {
  39. text-align: center;
  40. overflow: auto;
  41. }
  42. .wrapper {
  43. width: 700px;
  44. margin: 0 auto;
  45. text-align: left;
  46. }
  47. h1 {
  48. font-size: 21px;
  49. height: 47px;
  50. line-height: 47px;
  51. text-transform: uppercase;
  52. }
  53. .navigationTabs {
  54. height: 23px;
  55. line-height: 23px;
  56. border-bottom: 1px solid #ccc;
  57. }
  58. .navigationTabs li {
  59. float: left;
  60. height: 23px;
  61. line-height: 23px;
  62. padding-right: 3px;
  63. }
  64. .navigationTabs li a{
  65. float: left;
  66. dispaly: block;
  67. height: 23px;
  68. line-height: 23px;
  69. padding: 0 10px;
  70. overflow: hidden;
  71. color: #52697E;
  72. background-color: #eee;
  73. position: relative;
  74. text-decoration: none;
  75. }
  76. .navigationTabs li a:hover {
  77. background-color: #f0f0f0;
  78. }
  79. .navigationTabs li a.active {
  80. background-color: #fff;
  81. border: 1px solid #ccc;
  82. border-bottom: 0px solid;
  83. }
  84. .tabsContent {
  85. border: 1px solid #ccc;
  86. border-top: 0px solid;
  87. width: 698px;
  88. overflow: hidden;
  89. }
  90. .tab {
  91. padding: 16px;
  92. display: none;
  93. }
  94. .tab h2 {
  95. font-weight: bold;
  96. font-size: 16px;
  97. }
  98. .tab h3 {
  99. font-weight: bold;
  100. font-size: 14px;
  101. margin-top: 20px;
  102. }
  103. .tab p {
  104. margin-top: 16px;
  105. clear: both;
  106. }
  107. .tab ul {
  108. margin-top: 16px;
  109. list-style: disc;
  110. }
  111. .tab li {
  112. margin: 10px 0 0 35px;
  113. }
  114. .tab a {
  115. color: #8FB0CF;
  116. }
  117. .tab strong {
  118. font-weight: bold;
  119. }
  120. .tab pre {
  121. font-size: 11px;
  122. margin-top: 20px;
  123. width: 668px;
  124. overflow: auto;
  125. clear: both;
  126. }
  127. .tab table {
  128. width: 100%;
  129. }
  130. .tab table td {
  131. padding: 6px 10px 6px 0;
  132. vertical-align: top;
  133. }
  134. .tab dt {
  135. margin-top: 16px;
  136. }
  137. #colorSelector {
  138. position: relative;
  139. width: 36px;
  140. height: 36px;
  141. background: url(../images/select.png);
  142. }
  143. #colorSelector div {
  144. position: absolute;
  145. top: 3px;
  146. left: 3px;
  147. width: 30px;
  148. height: 30px;
  149. background: url(../images/select.png) center;
  150. }
  151. #colorSelector2 {
  152. position: absolute;
  153. top: 0;
  154. left: 0;
  155. width: 36px;
  156. height: 36px;
  157. background: url(../images/select2.png);
  158. }
  159. #colorSelector2 div {
  160. position: absolute;
  161. top: 4px;
  162. left: 4px;
  163. width: 28px;
  164. height: 28px;
  165. background: url(../images/select2.png) center;
  166. }
  167. #colorpickerHolder2 {
  168. top: 32px;
  169. left: 0;
  170. width: 356px;
  171. height: 0;
  172. overflow: hidden;
  173. position: absolute;
  174. }
  175. #colorpickerHolder2 .colorpicker {
  176. background-image: url(../images/custom_background.png);
  177. position: absolute;
  178. bottom: 0;
  179. left: 0;
  180. }
  181. #colorpickerHolder2 .colorpicker_hue div {
  182. background-image: url(../images/custom_indic.gif);
  183. }
  184. #colorpickerHolder2 .colorpicker_hex {
  185. background-image: url(../images/custom_hex.png);
  186. }
  187. #colorpickerHolder2 .colorpicker_rgb_r {
  188. background-image: url(../images/custom_rgb_r.png);
  189. }
  190. #colorpickerHolder2 .colorpicker_rgb_g {
  191. background-image: url(../images/custom_rgb_g.png);
  192. }
  193. #colorpickerHolder2 .colorpicker_rgb_b {
  194. background-image: url(../images/custom_rgb_b.png);
  195. }
  196. #colorpickerHolder2 .colorpicker_hsb_s {
  197. background-image: url(../images/custom_hsb_s.png);
  198. display: none;
  199. }
  200. #colorpickerHolder2 .colorpicker_hsb_h {
  201. background-image: url(../images/custom_hsb_h.png);
  202. display: none;
  203. }
  204. #colorpickerHolder2 .colorpicker_hsb_b {
  205. background-image: url(../images/custom_hsb_b.png);
  206. display: none;
  207. }
  208. #colorpickerHolder2 .colorpicker_submit {
  209. background-image: url(../images/custom_submit.png);
  210. }
  211. #colorpickerHolder2 .colorpicker input {
  212. color: #778398;
  213. }
  214. #customWidget {
  215. position: relative;
  216. height: 36px;
  217. }