You are here

asset_wizard.css in Asset 5.2

Same filename and directory in other branches
  1. 5 asset_wizard.css
  2. 6 asset_wizard.css
#TB_load{
  height:32px;
  width:32px;
  margin: -16px 0 0 -16px; /* -height/2 0 0 -width/2 */
}

/* Main Layout
==============================*/
#asset-wizard{
	background: #eff5ff url(images/wizard.bg.png) repeat-x 0 0;
	color: #444444;
	font-size: 11px;
	font-family: "Trebuchet MS", arial, sans-serif;	
	padding: 5px;	
	/* 100% height and width */
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
* html #asset-wizard{
	height:expression(this.parentElement.clientHeight);
  width:expression(this.parentElement.clientWidth);
}

#asset-wizard h1{
	color: #5d9dfe;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#asset-wizard a.wizard-close{
	position: absolute;
	top: 0px;
	right: 6px;
	text-decoration: none;
	font-size: 15px;
	line-height: 24px;
	color: #4575a5;
}

.wizard-sidebar,
.wizard-main{
	border: 1px #b9d1f0 solid;
	background: #ffffff;
	overflow: hidden;	
	position: absolute;
	top: 30px;
	bottom: 40px;
}

.wizard-sidebar{
	width: 150px;
	left: 5px; 
}
* html .wizard-sidebar{
	height:expression(this.parentElement.clientHeight - 70);
}

.wizard-main{
	left: 165px; 	
	right: 5px;
}
* html .wizard-main{
	height:expression(this.parentElement.clientHeight - 70);
  width:expression(this.parentElement.clientWidth - 170);
}

/* Buttons
==============================*/
.wizard-buttons{
	position: absolute;
	bottom: 10px;
	right: 5px;
}

.wizard-buttons button,
.wizard-buttons input.form-submit{
	margin: 0;
	border: 1px outset #eee;
	background: #eee;
	font-size: 12px;
	font-family: tahoma;
	padding: 3px 5px;
	cursor: pointer;
}
.wizard-buttons button:active,
.wizard-buttons input.form-submit:active{
	border-style: inset;
}

/* Sidebar links
==============================*/
.wizard-sidebar ul{
	padding: 0;
	margin: 0;
}

.wizard-sidebar ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	border-bottom: 1px solid #d4d4d4;
	font-size: 12px;
}

.wizard-sidebar li a,
.wizard-sidebar li span{
	text-decoration: none;
	color: #444;
	display: block;
	height: 20px;
	padding: 6px 5px 0;
}
.wizard-sidebar li span{
	cursor: default;
	color: #aaa;
}
.wizard-sidebar li a:hover{
	text-decoration: underline;
	background: #eff5ff;
}
.wizard-sidebar li span.active{
	background: #eff5ff url(images/sidebar.active.png) no-repeat 0 0;
	padding-left: 20px;
	color: #444;
}

/* Selected asset preview
==============================*/
.wizard-selected{
	width: 150px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
}
.wizard-selected h2{
	background: #eee url(images/sidebar.selected.png) repeat-x 0 0;
	color: #444;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	padding: 6px 0;
	border-bottom: 1px solid #d4d4d4;
}
.wizard-selected .content{
	padding: .5em;
}

/* Main content section
==============================*/
.wizard-main h2,
.wizard-main .wizard-content{
	padding: 8px 10px;
}

.wizard-main h2{
	color: #3366cc;
	font-size: 18px;
	height: 20px;
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;	
}

.wizard-loading{
  background: url(js/thickbox/loadingAnimation.gif) no-repeat center center;
}
.wizard-loading *{
  display: none;
}

.wizard-content{
	overflow: auto;
	position: absolute;
	top: 36px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.wizard-content input,
.wizard-content textarea{
	max-width: 95%;
	border: 1px inset #eee;
	padding: 4px;
}

/* ugh! thickbox has a #TB_window a:link selector */
#asset-wizard .wizard-content a{
	color: #3366cc;
	text-decoration: underline;
}

/* Item lists
==============================*/
/* ugh! garland has a .item_list ul li selector */
#asset-wizard .item-list ul{
	padding: 0;
	margin: .5em 0;
}
#asset-wizard .item-list ul ul{
  margin-left: 2em;
}
#asset-wizard .item-list li{
	padding: 0;
	margin: 0 0 1em;
	background-image: none;
}
#asset-wizard .item-list li a{
	font-size: 14px;
}
#asset-wizard .item-list li li a{
	font-size: 12px;
}



/**
 * Wizard Step 1: Browse
 */
.asset-wizard-browse li{
  float: left;
	text-align: center;
	margin: 1em 1em 1em 0;
	padding: 0;
	list-style: none;
	background-image: none;
	width: 80px;
}
/* ugh! thickbox has a #TB_window a:link selector */
#asset-wizard .asset-wizard-browse li a{
	display: block;
	text-decoration: none;
	border: solid 1px #f0f0f0;
	font-size: .9em;
}
.asset-wizard-browse li a:hover{
	text-decoration: none;
	background-color: #B5D5FF;
	border-color: #eee;
}
.asset-wizard-browse li .icon{
	height: 64px;
	width: 64px;
	overflow: hidden;
	margin: 0 auto;
}

.asset-wizard-browse li .caption{
	height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
}

/**
 * Wizard Step 3: Preview and Finish
 */
.asset-wizard-preview{
	margin: 1em auto;
}

.asset-textfield-preview{
  line-height: 1.1em;
  padding: .5em;
  float: left;
  width: 80px;
  height: 80px;
}
.asset-textfield-preview .asset-wizard-start{
  text-decoration: none;
  text-align: center;
}
.asset-textfield-preview .asset-wizard-start:hover{
  text-decoration: none;
}
.asset-textfield-preview .caption{
  height: 1.1em;
  overflow: hidden;
}

/**
 * assetfield
 */
html.js input.form-asset{
  display: none;
}
div.assetfield-container {
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-bottom: 10px;
  width: 100px;
}
div.assetfield-icon{
  height: 64px;
  overflow: hidden;
}
div.assetfield-icon,
div.assetfield-title{
  text-align: center;
  line-height: 1.1em;
}

optgroup option{
  padding-left: 20px;
}

.asset-field-multiple .add{
  padding: 3px 0px 3px 20px;
  background: url(icons/silk/add.png) no-repeat left center;
  cursor: pointer;
}
.asset-field-multiple .remove{
  padding: 3px 0px 3px 20px;
  background: url(icons/silk/cross.png) no-repeat left center;
  cursor: pointer;
}
.asset-field-multiple .edit{
  padding: 3px 0px 3px 20px;
  background: url(icons/silk/pencil.png) no-repeat left center;
  cursor: pointer;
}

.asset-field-multiple .ops span{
  display: block;
  line-height: 1em;  
}
.asset-field-multiple .form-item{
  float: left;
  margin-right: 1em;
}

File

asset_wizard.css
View source
  1. #TB_load{
  2. height:32px;
  3. width:32px;
  4. margin: -16px 0 0 -16px; /* -height/2 0 0 -width/2 */
  5. }
  6. /* Main Layout
  7. ==============================*/
  8. #asset-wizard{
  9. background: #eff5ff url(images/wizard.bg.png) repeat-x 0 0;
  10. color: #444444;
  11. font-size: 11px;
  12. font-family: "Trebuchet MS", arial, sans-serif;
  13. padding: 5px;
  14. /* 100% height and width */
  15. position: absolute;
  16. top: 0px;
  17. bottom: 0px;
  18. left: 0px;
  19. right: 0px;
  20. }
  21. * html #asset-wizard{
  22. height:expression(this.parentElement.clientHeight);
  23. width:expression(this.parentElement.clientWidth);
  24. }
  25. #asset-wizard h1{
  26. color: #5d9dfe;
  27. font-size: 15px;
  28. line-height: 24px;
  29. margin: 0;
  30. padding: 0;
  31. font-weight: normal;
  32. }
  33. #asset-wizard a.wizard-close{
  34. position: absolute;
  35. top: 0px;
  36. right: 6px;
  37. text-decoration: none;
  38. font-size: 15px;
  39. line-height: 24px;
  40. color: #4575a5;
  41. }
  42. .wizard-sidebar,
  43. .wizard-main{
  44. border: 1px #b9d1f0 solid;
  45. background: #ffffff;
  46. overflow: hidden;
  47. position: absolute;
  48. top: 30px;
  49. bottom: 40px;
  50. }
  51. .wizard-sidebar{
  52. width: 150px;
  53. left: 5px;
  54. }
  55. * html .wizard-sidebar{
  56. height:expression(this.parentElement.clientHeight - 70);
  57. }
  58. .wizard-main{
  59. left: 165px;
  60. right: 5px;
  61. }
  62. * html .wizard-main{
  63. height:expression(this.parentElement.clientHeight - 70);
  64. width:expression(this.parentElement.clientWidth - 170);
  65. }
  66. /* Buttons
  67. ==============================*/
  68. .wizard-buttons{
  69. position: absolute;
  70. bottom: 10px;
  71. right: 5px;
  72. }
  73. .wizard-buttons button,
  74. .wizard-buttons input.form-submit{
  75. margin: 0;
  76. border: 1px outset #eee;
  77. background: #eee;
  78. font-size: 12px;
  79. font-family: tahoma;
  80. padding: 3px 5px;
  81. cursor: pointer;
  82. }
  83. .wizard-buttons button:active,
  84. .wizard-buttons input.form-submit:active{
  85. border-style: inset;
  86. }
  87. /* Sidebar links
  88. ==============================*/
  89. .wizard-sidebar ul{
  90. padding: 0;
  91. margin: 0;
  92. }
  93. .wizard-sidebar ul li{
  94. margin: 0;
  95. padding: 0;
  96. list-style: none;
  97. background: transparent;
  98. border-bottom: 1px solid #d4d4d4;
  99. font-size: 12px;
  100. }
  101. .wizard-sidebar li a,
  102. .wizard-sidebar li span{
  103. text-decoration: none;
  104. color: #444;
  105. display: block;
  106. height: 20px;
  107. padding: 6px 5px 0;
  108. }
  109. .wizard-sidebar li span{
  110. cursor: default;
  111. color: #aaa;
  112. }
  113. .wizard-sidebar li a:hover{
  114. text-decoration: underline;
  115. background: #eff5ff;
  116. }
  117. .wizard-sidebar li span.active{
  118. background: #eff5ff url(images/sidebar.active.png) no-repeat 0 0;
  119. padding-left: 20px;
  120. color: #444;
  121. }
  122. /* Selected asset preview
  123. ==============================*/
  124. .wizard-selected{
  125. width: 150px;
  126. position: absolute;
  127. bottom: 0px;
  128. left: 0px;
  129. text-align: center;
  130. }
  131. .wizard-selected h2{
  132. background: #eee url(images/sidebar.selected.png) repeat-x 0 0;
  133. color: #444;
  134. font-size: 13px;
  135. line-height: 13px;
  136. font-weight: normal;
  137. padding: 6px 0;
  138. border-bottom: 1px solid #d4d4d4;
  139. }
  140. .wizard-selected .content{
  141. padding: .5em;
  142. }
  143. /* Main content section
  144. ==============================*/
  145. .wizard-main h2,
  146. .wizard-main .wizard-content{
  147. padding: 8px 10px;
  148. }
  149. .wizard-main h2{
  150. color: #3366cc;
  151. font-size: 18px;
  152. height: 20px;
  153. font-weight: normal;
  154. border-bottom: 1px solid #d4d4d4;
  155. }
  156. .wizard-loading{
  157. background: url(js/thickbox/loadingAnimation.gif) no-repeat center center;
  158. }
  159. .wizard-loading *{
  160. display: none;
  161. }
  162. .wizard-content{
  163. overflow: auto;
  164. position: absolute;
  165. top: 36px;
  166. bottom: 0px;
  167. left: 0px;
  168. right: 0px;
  169. }
  170. .wizard-content input,
  171. .wizard-content textarea{
  172. max-width: 95%;
  173. border: 1px inset #eee;
  174. padding: 4px;
  175. }
  176. /* ugh! thickbox has a #TB_window a:link selector */
  177. #asset-wizard .wizard-content a{
  178. color: #3366cc;
  179. text-decoration: underline;
  180. }
  181. /* Item lists
  182. ==============================*/
  183. /* ugh! garland has a .item_list ul li selector */
  184. #asset-wizard .item-list ul{
  185. padding: 0;
  186. margin: .5em 0;
  187. }
  188. #asset-wizard .item-list ul ul{
  189. margin-left: 2em;
  190. }
  191. #asset-wizard .item-list li{
  192. padding: 0;
  193. margin: 0 0 1em;
  194. background-image: none;
  195. }
  196. #asset-wizard .item-list li a{
  197. font-size: 14px;
  198. }
  199. #asset-wizard .item-list li li a{
  200. font-size: 12px;
  201. }
  202. /**
  203. * Wizard Step 1: Browse
  204. */
  205. .asset-wizard-browse li{
  206. float: left;
  207. text-align: center;
  208. margin: 1em 1em 1em 0;
  209. padding: 0;
  210. list-style: none;
  211. background-image: none;
  212. width: 80px;
  213. }
  214. /* ugh! thickbox has a #TB_window a:link selector */
  215. #asset-wizard .asset-wizard-browse li a{
  216. display: block;
  217. text-decoration: none;
  218. border: solid 1px #f0f0f0;
  219. font-size: .9em;
  220. }
  221. .asset-wizard-browse li a:hover{
  222. text-decoration: none;
  223. background-color: #B5D5FF;
  224. border-color: #eee;
  225. }
  226. .asset-wizard-browse li .icon{
  227. height: 64px;
  228. width: 64px;
  229. overflow: hidden;
  230. margin: 0 auto;
  231. }
  232. .asset-wizard-browse li .caption{
  233. height: 2.4em;
  234. line-height: 1.2em;
  235. overflow: hidden;
  236. }
  237. /**
  238. * Wizard Step 3: Preview and Finish
  239. */
  240. .asset-wizard-preview{
  241. margin: 1em auto;
  242. }
  243. .asset-textfield-preview{
  244. line-height: 1.1em;
  245. padding: .5em;
  246. float: left;
  247. width: 80px;
  248. height: 80px;
  249. }
  250. .asset-textfield-preview .asset-wizard-start{
  251. text-decoration: none;
  252. text-align: center;
  253. }
  254. .asset-textfield-preview .asset-wizard-start:hover{
  255. text-decoration: none;
  256. }
  257. .asset-textfield-preview .caption{
  258. height: 1.1em;
  259. overflow: hidden;
  260. }
  261. /**
  262. * assetfield
  263. */
  264. html.js input.form-asset{
  265. display: none;
  266. }
  267. div.assetfield-container {
  268. border: 1px solid #e5e5e5;
  269. padding: 5px;
  270. margin-bottom: 10px;
  271. width: 100px;
  272. }
  273. div.assetfield-icon{
  274. height: 64px;
  275. overflow: hidden;
  276. }
  277. div.assetfield-icon,
  278. div.assetfield-title{
  279. text-align: center;
  280. line-height: 1.1em;
  281. }
  282. optgroup option{
  283. padding-left: 20px;
  284. }
  285. .asset-field-multiple .add{
  286. padding: 3px 0px 3px 20px;
  287. background: url(icons/silk/add.png) no-repeat left center;
  288. cursor: pointer;
  289. }
  290. .asset-field-multiple .remove{
  291. padding: 3px 0px 3px 20px;
  292. background: url(icons/silk/cross.png) no-repeat left center;
  293. cursor: pointer;
  294. }
  295. .asset-field-multiple .edit{
  296. padding: 3px 0px 3px 20px;
  297. background: url(icons/silk/pencil.png) no-repeat left center;
  298. cursor: pointer;
  299. }
  300. .asset-field-multiple .ops span{
  301. display: block;
  302. line-height: 1em;
  303. }
  304. .asset-field-multiple .form-item{
  305. float: left;
  306. margin-right: 1em;
  307. }