previews.css 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  1. /********************************
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: cpscrn
  5. *
  6. * (C) Copyright IBM Corp. 2013
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. ********************************/
  10. body.previews {
  11. margin: 0;
  12. padding: 0;
  13. background-image: url("../../../themedesigner/configuration/applications/default/previews/images/linen pattern.png");
  14. background-repeat: repeat;
  15. }
  16. a {
  17. color: #00649d;
  18. font-weight: normal;
  19. text-decoration: none;
  20. }
  21. a:VISITED {
  22. color: #FF0000;
  23. }
  24. a:HOVER {
  25. color: #00649d;
  26. text-decoration: underline;
  27. }
  28. .previews .breadcrumbContainer {
  29. float: left;
  30. margin: 10px 0 0 10px;
  31. }
  32. .previews .breadcrumbContainer .breadcrumbPath {
  33. font-family: Arial, Tahoma, Verdana, sans-serif;
  34. font-size: 0.75em;
  35. margin: 0;
  36. color: #121212;
  37. font-weight: bold;
  38. }
  39. .previews .breadcrumbContainer .breadcrumbSeparator {
  40. padding: 0 5px;
  41. font-weight: normal;
  42. }
  43. /* Portlets */
  44. .previews .portlet {
  45. border: 1px solid #999999;
  46. width: 400px;
  47. height: 250px;
  48. position: absolute;
  49. top: 50%;
  50. left: 50%;
  51. margin: -125px 0 0 -200px;
  52. -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  53. -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  54. box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  55. }
  56. .previews .portletHeader {
  57. width: 100%;
  58. height: 24px;
  59. position: relative;
  60. background-color: #8d8d8d;
  61. background-image: none;
  62. background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  63. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
  64. background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  65. background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  66. background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  67. background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
  68. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
  69. zoom: 1;
  70. border-bottom: 1px solid #444444;
  71. }
  72. .previews .portletBody {
  73. width: 100%;
  74. height: 225px;
  75. position: relative;
  76. background: #ffffff;
  77. }
  78. .previews .portletHeader .portletHeaderTitle p {
  79. color: #ffffff;
  80. font-size: 0.6875em;
  81. font-weight: bold;
  82. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  83. float: left;
  84. line-height: 24px;
  85. padding-left: 4px;
  86. margin: 0;
  87. }
  88. .previews .portletHeader .portletHeaderCloseIcon {
  89. float: right;
  90. width: 16px;
  91. height:16px;
  92. margin: 4px;
  93. }
  94. /* Dialogs */
  95. .previews .dialog {
  96. border: 1px solid #999999;
  97. width: 350px;
  98. height: 400px;
  99. position: absolute;
  100. top: 50%;
  101. left: 50%;
  102. margin: -200px 0 0 -175px;
  103. -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  104. -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  105. box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  106. }
  107. .previews .dialogHeader {
  108. width: 100%;
  109. height: 24px;
  110. position: relative;
  111. background-color: #444444;
  112. background-image: none;
  113. background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  114. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
  115. background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  116. background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  117. background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  118. background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
  119. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
  120. zoom: 1;
  121. border-bottom: #FF0000 #FF0000 #FF0000;
  122. }
  123. .previews .dialogBody {
  124. width: 100%;
  125. height: 336px;
  126. position: relative;
  127. background: #ffffff;
  128. }
  129. .previews .dialogFooter {
  130. border-top: #FF0000 #FF0000 #FF0000;
  131. width: 100%;
  132. height: 38px;
  133. position: relative;
  134. background: #e7e7e7;
  135. }
  136. .previews .dialogBody .dialogBodyContainer {
  137. padding: 10px;
  138. width: calc(100% - 20px);
  139. }
  140. .previews .dialogHeader .dialogHeaderTitle p{
  141. color: #ffffff;
  142. font-size: 0.6875em;
  143. font-weight: bold;
  144. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  145. float: left;
  146. line-height: 24px;
  147. padding-left: 4px;
  148. margin: 0;
  149. }
  150. .previews .dialogHeader .dialogHeaderCloseIcon {
  151. float: right;
  152. width: 16px;
  153. height:16px;
  154. margin: 4px;
  155. }
  156. .previews .buttonContainer {
  157. margin: 0;
  158. padding: 0;
  159. height: 34px;
  160. }
  161. .previews .button {
  162. float: left;
  163. border-radius: 3px;
  164. border: 1px solid #8d8d8d;
  165. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  166. background-color: #f3f3f3;
  167. background-image: none;
  168. background-image: -moz-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  169. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#cccccc));
  170. background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  171. background-image: -o-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  172. background-image: -ms-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  173. background-image: linear-gradient(to bottom, #f3f3f3 0%, #cccccc 100%);
  174. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cccccc',GradientType=0 );
  175. zoom: 1;
  176. padding: 0 10px;
  177. min-width: 65px;
  178. margin: 4px 8px 0;
  179. list-style-type: none;
  180. display: inline-block;
  181. cursor: pointer;
  182. }
  183. .previews .button.hover, .previews .hover.button {
  184. background-color: #cccccc;
  185. background-image: none;
  186. background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  187. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
  188. background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  189. background-image: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  190. background-image: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  191. background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  192. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
  193. zoom: 1;
  194. cursor: pointer;
  195. }
  196. .previews .button.active, .previews .active.button {
  197. background-color: #efefef;
  198. background-image: none;
  199. background-image: -moz-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
  200. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f3f3f3));
  201. background-image: -webkit-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
  202. background-image: -o-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
  203. background-image: -ms-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
  204. background-image: linear-gradient(to bottom, #efefef 0%, #f3f3f3 100%);
  205. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f3f3f3',GradientType=0 );
  206. zoom: 1;
  207. -moz-box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13);
  208. -webkit-box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13);
  209. box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13);
  210. cursor: pointer;
  211. }
  212. .previews .button.disabled, .previews .disabled.button {
  213. background-color: #f3f3f3;
  214. background-image: none;
  215. background-image: -moz-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
  216. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#efefef));
  217. background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
  218. background-image: -o-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
  219. background-image: -ms-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
  220. background-image: linear-gradient(to bottom, #f3f3f3 0%, #efefef 100%);
  221. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef',GradientType=0 );
  222. zoom: 1;
  223. cursor: pointer;
  224. }
  225. .previews .button:focus {
  226. outline: 1px dotted #000000;
  227. border-radius: 3px;
  228. }
  229. .previews .button:FIRST-CHILD {
  230. margin-left: 4px;
  231. }
  232. .previews .button .label {
  233. font-size: 0.75em;
  234. line-height: 1em;
  235. text-align: center;
  236. color: #000000;
  237. text-shadow: 0 1px #ffffff;
  238. font-weight: bold;
  239. margin: 7px 0;
  240. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  241. }
  242. .previews .button.disabled .label, .previews .disabled.button .label {
  243. color: #767676;
  244. }
  245. .previews .button:active .label {
  246. color: #000000;
  247. }
  248. .previews .dialogText, .previews .plaintext {
  249. font-size: 0.6875em;
  250. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  251. margin: 10px 0 0;
  252. color: #121212;
  253. }
  254. .previews .dialogLabel, .previews .formLabel {
  255. font-size: 0.6875em;
  256. font-weight: bold;
  257. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  258. margin: 10px 0 0;
  259. color: #000000;
  260. }
  261. .previews .formLabel {
  262. font-weight: normal;
  263. }
  264. .previews .formText {
  265. font-size: 0.6875em;
  266. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  267. color: #121212;
  268. }
  269. .previews .formLabel.right {
  270. text-align: right;
  271. }
  272. .previews .textbox {
  273. box-sizing: border-box;
  274. margin-top: 5px;
  275. }
  276. .previews .textarea {
  277. width: 100%;
  278. box-sizing: border-box;
  279. margin-top: 5px;
  280. height: 100px;
  281. }
  282. .previews .select {
  283. margin-top: 5px;
  284. box-sizing: border-box;
  285. width: 100%;
  286. }
  287. /* banner */
  288. .previews .bannerContainer {
  289. position: absolute;
  290. width: 850px;
  291. top: 50%;
  292. left: 50%;
  293. margin: -100px 0 0 -425px;
  294. -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  295. -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  296. box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  297. }
  298. .previews .primaryBannerContainer {
  299. height: 38px;
  300. width: 100%;
  301. background-color: #444444;
  302. background-image: none;
  303. background-image: none, -moz-linear-gradient(top, #444444 0%, #000000 100%);
  304. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
  305. background-image: none, -webkit-linear-gradient(top, #444444 0%, #000000 100%);
  306. background-image: none, -o-linear-gradient(top, #444444 0%, #000000 100%);
  307. background-image: none, -ms-linear-gradient(top, #444444 0%, #000000 100%);
  308. background-image: none, linear-gradient(to bottom, #444444 0%, #000000 100%);
  309. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
  310. zoom: 1;
  311. }
  312. .previews .secondaryBannerContainer {
  313. width: 100%;
  314. height: 4px;
  315. background: #008abf;
  316. }
  317. .previews .primaryBannerLeft {
  318. float: left;
  319. height: 100%;
  320. }
  321. .previews .primaryBannerRight {
  322. float: right;
  323. height: 100%;
  324. padding-right: 20px;
  325. }
  326. .previews .bannerHeader {
  327. float: left;
  328. padding-left: 20px;
  329. }
  330. .previews .bannerHeader p {
  331. font-size: 0.8125em;
  332. color: #ffffff;
  333. font-weight: bold;
  334. text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  335. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  336. margin: 0;
  337. line-height: 38px;
  338. }
  339. .previews .menuContainer {
  340. width: 180px;
  341. height: auto;
  342. box-shadow: 1px 0px 1px rgba(0,0,0,0.25), -1px 0px 1px rgba(0,0,0,0.25), 0px 2px 1px rgba(0,0,0,0.25);
  343. background: #ffffff;
  344. border-radius: 0 0 2px 2px;
  345. border-color: #444444;
  346. border-style: solid;
  347. border-width: 0 2px 2px;
  348. position: absolute;
  349. top: 38px;
  350. margin-left: -3px;
  351. }
  352. .previews .menuContainer ul {
  353. margin: 0;
  354. padding: 0;
  355. }
  356. .previews .menuContainer .menuItem {
  357. list-style-type: none;
  358. }
  359. .previews .bannerSearchBox {
  360. float: right;
  361. width: 150px;
  362. margin-left: 10px;
  363. }
  364. .previews .bannerSearchBox .textbox {
  365. margin-top: 10px;
  366. }
  367. .previews .bannerMenuItem{
  368. float: right;
  369. margin-left: 10px;
  370. width: auto;
  371. height: 100%;
  372. border-width: 0 1px;
  373. border-color: transparent;
  374. border-style: solid;
  375. }
  376. .previews .bannerMenuItem .bannerMenuItemContainer {
  377. width: 100%;
  378. height: 100%;
  379. }
  380. .previews .bannerMenuItem.hover, .previews .hover.bannerMenuItem {
  381. background-color: #222222;
  382. background-image: none;
  383. background-image: none, -moz-linear-gradient(top, #222222 0%, #444444 100%);
  384. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
  385. background-image: none, -webkit-linear-gradient(top, #222222 0%, #444444 100%);
  386. background-image: none, -o-linear-gradient(top, #222222 0%, #444444 100%);
  387. background-image: none, -ms-linear-gradient(top, #222222 0%, #444444 100%);
  388. background-image: none, linear-gradient(to bottom, #222222 0%, #444444 100%);
  389. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=0 );
  390. zoom: 1;
  391. height: 100%;
  392. }
  393. .previews .bannerMenuItem:hover {
  394. background-color: #222222;
  395. background-image: none;
  396. background-image: none, -moz-linear-gradient(top, #222222 0%, #444444 100%);
  397. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
  398. background-image: none, -webkit-linear-gradient(top, #222222 0%, #444444 100%);
  399. background-image: none, -o-linear-gradient(top, #222222 0%, #444444 100%);
  400. background-image: none, -ms-linear-gradient(top, #222222 0%, #444444 100%);
  401. background-image: none, linear-gradient(to bottom, #222222 0%, #444444 100%);
  402. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=0 );
  403. zoom: 1;
  404. height: 100%;
  405. }
  406. .previews .bannerMenuItem.active, .previews .active.bannerMenuItem {
  407. background-color: #222222;
  408. background-image: none;
  409. background-image: none, -moz-linear-gradient(top, #585858 0%, #222222 100%);
  410. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#222222));
  411. background-image: none, -webkit-linear-gradient(top, #585858 0%, #222222 100%);
  412. background-image: none, -o-linear-gradient(top, #585858 0%, #222222 100%);
  413. background-image: none, -ms-linear-gradient(top, #585858 0%, #222222 100%);
  414. background-image: none, linear-gradient(to bottom, #585858 0%, #222222 100%);
  415. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#222222',GradientType=0 );
  416. zoom: 1;
  417. border-color: #444444;
  418. border-width: 0 1px;
  419. border-style: solid;
  420. height: 100%;
  421. -webkit-box-shadow: 1px 0px #222222, -1px 0px #222222;
  422. -moz-box-shadow: 1px 0px #222222, -1px 0px #222222;
  423. box-shadow: 1px 0px #222222, -1px 0px #222222;
  424. }
  425. .previews .bannerMenuItem:active {
  426. background-color: #222222;
  427. background-image: none;
  428. background-image: none, -moz-linear-gradient(top, #585858 0%, #222222 100%);
  429. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#222222));
  430. background-image: none, -webkit-linear-gradient(top, #585858 0%, #222222 100%);
  431. background-image: none, -o-linear-gradient(top, #585858 0%, #222222 100%);
  432. background-image: none, -ms-linear-gradient(top, #585858 0%, #222222 100%);
  433. background-image: none, linear-gradient(to bottom, #585858 0%, #222222 100%);
  434. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#222222',GradientType=0 );
  435. zoom: 1;
  436. border-color: #444444;
  437. border-width: 0 1px;
  438. border-style: solid;
  439. height: 100%;
  440. -webkit-box-shadow: 1px 0px #222222, -1px 0px #222222;
  441. -moz-box-shadow: 1px 0px #222222, -1px 0px #222222;
  442. box-shadow: 1px 0px #222222, -1px 0px #222222;
  443. }
  444. .previews .menuContainer .menuItem.hover {
  445. background-color: #95daf2;
  446. }
  447. .previews .bannerMenuItem .menuItemIcon, .previews .menuContainer .menuItem .menuItemIcon {
  448. float: left;
  449. margin: 10px 5px;
  450. }
  451. .previews .menuContainer .menuItem .menuItemIcon {
  452. margin: 10px;
  453. }
  454. .previews .bannerMenuItem .menuItemPulldownIcon{
  455. float: left;
  456. margin: 10px 5px 0 0;
  457. }
  458. .previews .bannerMenuItem .menuLabel {
  459. float: left;
  460. margin: 0px 5px;
  461. color: #ffffff;
  462. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  463. font-size: 0.75em;
  464. line-height: 38px;
  465. }
  466. .previews .menuContainer .menuItem.disabled .menuItemLabel, .previews .menuContainer .disabled.menuItem .menuItemLabel {
  467. color: #767676;
  468. }
  469. .previews .menuContainer .menuItem .menuItemLabel {
  470. float: none;
  471. color: #000000;
  472. margin: 0px 5px;
  473. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  474. font-size: 0.75em;
  475. line-height: 38px;
  476. float: left;
  477. }
  478. .previews .menuContainer .menuItem .menuItemLabel.hover, .previews .menuContainer .menuItem .hover.menuItemLabel {
  479. color: #000000;
  480. }
  481. .previews .bannerSeparator {
  482. float: right;
  483. height: 100%;
  484. margin-left: 10px;
  485. }
  486. .previews .bannerSeparator .bannerSeparatorImage {
  487. margin: 10px 0 0;
  488. }
  489. .previews .primaryBannerLogoContainer {
  490. width: auto;
  491. line-height: 38px;
  492. padding: 11px 0 0 20px;
  493. }
  494. .previews .primaryBannerLogoContainer.left {
  495. float: left;
  496. padding-left: 20px;
  497. }
  498. .previews .primaryBannerLogoContainer.right {
  499. float: right;
  500. width: 41px;
  501. }
  502. .previews .primaryBannerLogo {
  503. float: right;
  504. background: none no-repeat;
  505. background-image: url(../../../skins/presentation/branding/ibm-logo-white.gif);
  506. width: 41px;
  507. height: 15px;
  508. display: ;
  509. }
  510. .previews .customLogo {
  511. width: 45px;
  512. height: 16px;
  513. display: none;
  514. background-image: none;
  515. background-image: url(../../../skins/presentation/branding/your_logo_here.gif);
  516. background-position: top left;
  517. background-repeat: no-repeat;
  518. }
  519. /* Generics */
  520. .previews .genericContainer {
  521. width: 750px;
  522. height: 350px;
  523. background-color: #ffffff;
  524. position: absolute;
  525. top: 50%;
  526. left: 50%;
  527. margin: -175px 0 0 -375px;
  528. -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  529. -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  530. box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  531. border-radius: 2px;
  532. }
  533. .previews .toolbarContainer {
  534. height: 34px;
  535. float: right;
  536. margin-right: 10px;
  537. }
  538. .previews .toolbarListContainer {
  539. margin: 0;
  540. padding: 0;
  541. height: 34px;
  542. }
  543. .previews .toolbarItem {
  544. list-style-type: none;
  545. float: left;
  546. display: block;
  547. border: 1px solid transparent;
  548. }
  549. .previews .toolbarItem.hover, .previews .hover.toolbarItem {
  550. background-color: #f8f8f8;
  551. background-image: none;
  552. background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  553. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
  554. background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  555. background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  556. background-image: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  557. background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  558. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  559. zoom: 1;
  560. cursor: pointer;
  561. border-radius: 3px;
  562. border: #8d8d8d 1px solid;
  563. }
  564. .previews .toolbarItem.active, .previews .active.toolbarItem {
  565. background-color: #e7e7e7;
  566. background-image: none;
  567. background-image: -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  568. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cccccc));
  569. background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  570. background-image: -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  571. background-image: -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  572. background-image: linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
  573. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cccccc',GradientType=0 );
  574. zoom: 1;
  575. cursor: pointer;
  576. border-radius: 3px;
  577. border: #8d8d8d 1px solid;
  578. }
  579. .previews .toolbarItem.selected, .previews .selected.toolbarItem {
  580. background-color: #efefef;
  581. background-image: none;
  582. background-image: none, -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  583. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cccccc));
  584. background-image: none, -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  585. background-image: none, -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  586. background-image: none, -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  587. background-image: none, linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
  588. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cccccc',GradientType=0 );
  589. zoom: 1;
  590. border: 1px dotted #8d8d8d;
  591. }
  592. .previews .toolbarItem .toolbarItemContainer {
  593. height: 32px;
  594. margin: 0 5px;
  595. }
  596. .previews .toolbarItem .toolbarItemContainer .toolbarItemIcon, .previews .toolbarItem .toolbarItemContainer .toolbarItemSeparator {
  597. float: left;
  598. margin: 8px 0;
  599. }
  600. .previews .toolbarItem .toolbarItemContainer .toolbarItemLabel {
  601. float: left;
  602. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  603. font-size: 0.75em;
  604. line-height: 38px;
  605. color: #000000;
  606. margin: 0 0 0 5px;
  607. line-height: 32px;
  608. }
  609. .previews .formsContainer {
  610. height: 135px;
  611. }
  612. .previews .formsContainerLeft {
  613. float: left;
  614. width: 50%;
  615. }
  616. .previews .formsContainerRight {
  617. float: right;
  618. width: 50%;
  619. }
  620. .previews .formsContainerInner {
  621. padding: 0 10px 10px;
  622. }
  623. .previews .textContainer .plaintext {
  624. margin-left: 10px;
  625. margin-right: 10px;
  626. }
  627. /* Grid */
  628. .previews .gridContainer {
  629. width: 750px;
  630. height: 360px;
  631. background-color: #ffffff;
  632. position: absolute;
  633. top: 50%;
  634. left: 50%;
  635. margin: -180px 0 0 -375px;
  636. -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  637. -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  638. box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  639. border-radius: 2px;
  640. }
  641. .previews .controlsContainer {
  642. padding: 10px 15px 0;
  643. }
  644. .previews .controlsContainer .entriesTextbox {
  645. width: 50px;
  646. }
  647. .previews .gridContainer .tableContainer {
  648. padding: 10px 15px;
  649. }
  650. .previews .gridContainer table {
  651. width: 100%;
  652. border: 1px solid #444444;
  653. }
  654. .previews .gridContainer table thead tr th {
  655. background-color: #8d8d8d;
  656. background: none;
  657. background-image: -moz-linear-gradient(top, #8d8d8d 0%, #585858 100%);
  658. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#585858));
  659. background-image: -webkit-linear-gradient(top, #8d8d8d 0%, #585858 100%);
  660. background-image: -o-linear-gradient(top, #8d8d8d 0%, #585858 100%);
  661. background-image: -ms-linear-gradient(top, #8d8d8d 0%, #585858 100%);
  662. background-image: linear-gradient(to bottom, #8d8d8d 0%, #585858 100%);
  663. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#585858',GradientType=0 );
  664. zoom: 1;
  665. padding: 10px 7px;
  666. color: #ffffff;
  667. text-shadow: 0 1px #000000;
  668. font-size: 0.75em;
  669. font-family: Arial, Tahoma, Verdana, sans-serif;
  670. font-weight: bold;
  671. border-width: 0 0 1px 1px;
  672. border-style: solid;
  673. border-color: #444444;
  674. }
  675. .previews .gridContainer table thead tr th:first-child {
  676. border-width: 0 0 1px 0;
  677. }
  678. .previews .gridContainer table thead tr th.left {
  679. text-align: left;
  680. }
  681. .previews .gridContainer table thead tr th.col16px {
  682. width: 16px;
  683. }
  684. .previews .gridContainer table tbody tr {
  685. background-color: #ffffff;
  686. }
  687. .previews .gridContainer table tbody tr.alternate {
  688. background-color: #e7e7e7;
  689. }
  690. .previews .gridContainer table tbody tr.selected {
  691. background-color: #95daf2;
  692. }
  693. .previews .gridContainer table tbody tr.hover {
  694. background-color: #b5e9fa;
  695. }
  696. .previews .gridContainer table tbody tr td {
  697. font-size: 0.75em;
  698. font-family: Arial, Tahoma, Verdana, sans-serif;
  699. color: #000000;
  700. padding: 7px;
  701. }
  702. .previews .gridContainer table tbody tr td input {
  703. margin-top: 0;
  704. }
  705. .previews .gridContainer table tbody tr td.center {
  706. text-align: center;
  707. }
  708. .previews .gridContainer table tfoot tr {
  709. background-color: #cccccc;
  710. }
  711. .previews .gridContainer table tfoot tr td {
  712. font-size: 0.75em;
  713. font-family: Arial, Tahoma, Verdana, sans-serif;
  714. color: #000000;
  715. padding: 4px;
  716. border-color: #444444;
  717. border-style: solid;
  718. border-width: 1px 0 0 0;
  719. }
  720. .previews .gridContainer .controlsContainer input {
  721. width: 50px;
  722. }
  723. /* Tabs */
  724. .previews .tabsContainer {
  725. width: 700px;
  726. height: 400px;
  727. background: #ffffff;
  728. padding: 20px;
  729. position: absolute;
  730. top: 50%;
  731. left: 50%;
  732. margin: -200px 0 0 -375px;
  733. -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  734. -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  735. box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
  736. }
  737. .previews .horizontalTabsContainer {
  738. position: absolute;
  739. width: 530px;
  740. left: 190px;
  741. top: 21px;
  742. z-index: 999;
  743. }
  744. .previews .horizontalTabs {
  745. margin: 0;
  746. padding: 0;
  747. border-bottom: 1px solid #444444;
  748. width: 530px;
  749. height: 39px;
  750. background-color: #ffffff;
  751. }
  752. .previews .verticalTabs {
  753. margin: 0;
  754. padding: 0;
  755. }
  756. .previews .verticalTabs .secondary {
  757. margin: 12px 10px 0;
  758. padding: 0;
  759. position: relative;
  760. z-index: 999;
  761. border-top: 1px solid #cccccc;
  762. }
  763. .previews .verticalTabsContainer {
  764. width: 166px;
  765. position: absolute;
  766. top: 60px;
  767. left: 20px;
  768. z-index: 999;
  769. }
  770. .previews .tabItem {
  771. border-radius: 0;
  772. border-width: 1px;
  773. border-style: solid;
  774. background-color: #ffffff;
  775. background-image: none;
  776. background-image: none;
  777. padding: 12px 0px 13px;
  778. list-style-type: none;
  779. cursor: pointer;
  780. }
  781. .previews .horizontalTabs .tabItem {
  782. float: left;
  783. border-color: #cccccc #cccccc #444444;
  784. display: inline-block;
  785. margin: 1px 2px 0 0;
  786. border-radius: 1px 1px 0 0;
  787. }
  788. .previews .horizontalTabs .tabItem:first-child {
  789. margin-left: 15px;
  790. }
  791. .previews .verticalTabs .tabItem {
  792. display: block;
  793. border-color: #cccccc;
  794. margin: 2px 0 0;
  795. border-radius: 0px 0 0 0px;
  796. border-radius: 0;
  797. border-width: 1px;
  798. border-style: solid;
  799. }
  800. .previews .verticalTabs .tabItem.parent, .previews .verticalTabs .parent.tabItem {
  801. padding-bottom: 0;
  802. border-color: #cccccc;
  803. border-left-width: 1px;
  804. border-radius: 0;
  805. background-color: #ffffff;
  806. }
  807. .previews .verticalTabs .tabItem:first-child {
  808. margin-top: 0px;
  809. }
  810. .previews .verticalTabs .secondary .tabItem {
  811. border-width: 0;
  812. font-size: 12px;
  813. padding-left: 30px;
  814. margin-left: -10px;
  815. margin-right: -10px;
  816. }
  817. .previews .verticalTabs .secondary .tabItem.selected, .previews .verticalTabs .secondary .selected.tabItem {
  818. font-weight: bold;
  819. }
  820. .previews .verticalTabs .secondary .tabItem:first-child {
  821. margin-top: 0;
  822. }
  823. .previews .horizontalTabs .tabItem .label {
  824. font-size: 0.75em;
  825. line-height: 1em;
  826. text-align: center;
  827. color: #444444;
  828. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  829. margin: 0;
  830. }
  831. .previews .verticalTabs .tabItem .label {
  832. font-size: 0.75em;
  833. line-height: 1em;
  834. text-align: center;
  835. color: #444444;
  836. font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  837. margin: 0;
  838. }
  839. .previews .verticalTabs .tabItem .label {
  840. text-align: left;
  841. }
  842. .previews .horizontalTabs .tabItem.active, .previews .horizontalTabs .active.tabItem {
  843. border-radius: 3px 3px 0 0;
  844. padding-top: 11px;
  845. border-width: 2px 1px 1px;
  846. border-style: solid;
  847. border-color: #008abf #444444 #ffffff;
  848. background-color: #ffffff;
  849. background-image: none;
  850. background-image: none;
  851. }
  852. .previews .horizontalTabs .tabItem.hover, .previews .horizontalTabs .active.hover {
  853. border-top: 2px solid #1995c4;
  854. border-radius: 3px 0 0 3px;
  855. padding-top: 11px;
  856. background-color: #ffffff;
  857. background-image: none;
  858. background-image: none;
  859. }
  860. .previews .verticalTabs .tabItem.active, .previews .verticalTabs .active.tabItem {
  861. background-color: #008abf;
  862. background-image: none;
  863. background-image: none;
  864. color: #ffffff;
  865. }
  866. .previews .verticalTabs .tabItem.hover, .previews .verticalTabs .active.hover {
  867. background-color: #95daf2;
  868. background-image: none;
  869. background-image: none;
  870. color: #222222;
  871. }
  872. .previews .verticalTabs .secondary .tabItem.active, .previews .verticalTabs .secondary .active.tabItem {
  873. border-width: 0;
  874. border-radius: 0;
  875. background-color: #008abf;
  876. background-image: none;
  877. background-image: none;
  878. }
  879. .previews .verticalTabs .tabItem.active .label, .previews .verticalTabs .active.tabItem .label {
  880. color: #ffffff;
  881. }
  882. .previews .verticalTabs .tabItem.active.parent .label, .previews .verticalTabs .active.parent.tabItem .label {
  883. color: #444444;
  884. }
  885. .previews .verticalTabs .secondary .tabItem.active .label, .previews .verticalTabs .secondary .active.tabItem .label {
  886. color: #ffffff;
  887. }
  888. .previews .verticalTabs .secondary .tabItem.hover, .previews .verticalTabs .secondary .hover.tabItem {
  889. border-width: 0;
  890. border-radius: 0;
  891. background-color: #95daf2;
  892. background-image: none;
  893. background-image: none;
  894. }
  895. .previews .verticalTabs .tabItem.hover .label, .previews .verticalTabs .hover.tabItem .label {
  896. color: #222222;
  897. }
  898. .previews .verticalTabs .secondary .tabItem.hover .label, .previews .verticalTabs .secondary .hover.tabItem .label {
  899. color: #000000;
  900. }
  901. .previews .tabItem .tabItemContainer {
  902. padding: 0 15px;
  903. }
  904. .previews .tabItem.active .label, .previews .active.tabItem .label {
  905. font-weight: bold;
  906. color: #000000;
  907. }
  908. .previews .tabItem.hover .label, .previews .hover.tabItem .label {
  909. color: #444444;
  910. }
  911. .previews .verticalTabs .secondary .tabItem .label {
  912. text-align: left;
  913. font-weight: normal;
  914. font-size: 1em;
  915. }
  916. .previews .verticalTabs .secondary .tabItem.active .label, .previews .verticalTabs .secondary .active.tabItem .label {
  917. color: #ffffff;
  918. font-weight: bold;
  919. }
  920. .previews .tabsBodyContainer {
  921. border-width: 0 1px 1px;
  922. border-style: solid;
  923. border-color: #444444;
  924. width: 528px;
  925. height: 360px;
  926. position: absolute;
  927. right: 20px;
  928. top: 60px;
  929. }