appEditor.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: cpscrn
  4. (C) Copyright IBM Corp. 2005, 2013
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. body {
  8. font-family: helvetica, Tahoma, arial, geneva, sans-serif;
  9. }
  10. .cogAppEntryList{
  11. }
  12. .cogAppEntry {
  13. margin:3px;
  14. padding:5px;
  15. color: #3d3d3d;
  16. cursor: pointer;
  17. -webkit-border-radius: 8px;
  18. -moz-border-radius: 8px;
  19. border-radius: 8px;
  20. -webkit-box-shadow: 1px 1px 4px 0px #999999;
  21. box-shadow: 1px 1px 4px 0px #999999;
  22. background: #f3f3f3; /* Old browsers */
  23. background: -moz-linear-gradient(top, #f3f3f3 0%, #fefefe 100%); /* FF3.6+ */
  24. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
  25. background: -webkit-linear-gradient(top, #f3f3f3 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
  26. background: -o-linear-gradient(top, #f3f3f3 0%,#fefefe 100%); /* Opera 11.10+ */
  27. background: -ms-linear-gradient(top, #f3f3f3 0%,#fefefe 100%); /* IE10+ */
  28. background: linear-gradient(to bottom, #f3f3f3 0%,#fefefe 100%); /* W3C */
  29. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
  30. }
  31. .cogAppEntry:hover{
  32. margin:3px;
  33. padding:5px;
  34. color: white;
  35. cursor: pointer;
  36. -webkit-border-radius: 8px;
  37. -moz-border-radius: 8px;
  38. border-radius: 8px;
  39. -webkit-box-shadow: 1px 1px 4px 0px #999999;
  40. box-shadow: 1px 1px 4px 0px #999999;
  41. background: #3d3d3d; /* Old browsers */
  42. background: -moz-linear-gradient(top, #3d3d3d 0%, #4c4c4c 100%); /* FF3.6+ */
  43. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
  44. background: -webkit-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
  45. background: -o-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* Opera 11.10+ */
  46. background: -ms-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* IE10+ */
  47. background: linear-gradient(to bottom, #3d3d3d 0%,#4c4c4c 100%); /* W3C */
  48. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
  49. }
  50. .cogAppEntryIcon {
  51. padding-right:8px;
  52. }
  53. .cogAppEntryEmptyIcon{
  54. border:1px solid #3d3d3d;
  55. width:74px;
  56. height:65px;
  57. }
  58. .cogAppEntryTitle {
  59. font-size:22px;
  60. padding-top:5px;
  61. padding-bottom:2px;
  62. }
  63. .cogAppEntryDesc {
  64. font-size:14px;
  65. padding-top:5px;
  66. }
  67. .cogSelectedAppHeader {
  68. padding:8px;
  69. color:white;
  70. font-size:14px;
  71. -webkit-border-radius: 2px;
  72. -moz-border-radius: 2px;
  73. border-radius: 2px;
  74. background: #3d3d3d; /* Old browsers */
  75. background: -moz-linear-gradient(top, #3d3d3d 0%, #4c4c4c 100%); /* FF3.6+ */
  76. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
  77. background: -webkit-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
  78. background: -o-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* Opera 11.10+ */
  79. background: -ms-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* IE10+ */
  80. background: linear-gradient(to bottom, #3d3d3d 0%,#4c4c4c 100%); /* W3C */
  81. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
  82. }
  83. .cogSelectedAppChange{
  84. color:white;
  85. font-size:12px;
  86. text-decoration:underline;
  87. float:right;
  88. cursor: pointer;
  89. }
  90. .cogAppEditContent{
  91. padding: 3px;
  92. }
  93. .cogAppEditGroup {
  94. padding-bottom:8px;
  95. }
  96. .cogAppEditGroupTitle {
  97. padding:3px;
  98. font-size:14px;
  99. border-bottom: 1px solid #e1e1e1;
  100. }
  101. .cogAppEditProperty {
  102. padding-top: 3px;
  103. padding-bottom: 3px;
  104. }
  105. .cogAppEditPropertyDesc{
  106. font-size:12px;
  107. padding-bottom: 3px;
  108. }
  109. .cogAppEditPropertyControl{
  110. font-size:12px;
  111. }
  112. .cogAppSubProps{
  113. padding-left:25px;
  114. padding-bottom:5px;
  115. }
  116. .cogAppFormFooter{
  117. text-align:right;
  118. margin-top:8px;
  119. padding:5px;
  120. padding-top: 10px;
  121. border-top: 1px solid #e1e1e1;
  122. }
  123. .startupTable a {
  124. color: #121212 !important;
  125. text-decoration: none;
  126. }
  127. .startupContainerPiece {
  128. height:100%;
  129. width:100%;
  130. }
  131. .startupTable{
  132. border-spacing:12px;
  133. }
  134. .startupContainerPiece .startupTable{
  135. border-spacing:0px;
  136. overflow:hidden;
  137. }
  138. .startupContainer {
  139. height:100%;
  140. width:100%;
  141. padding:16px;
  142. -webkit-border-radius: 8px;
  143. -moz-border-radius: 8px;
  144. border-radius: 8px;
  145. -webkit-box-shadow: 1px 1px 4px 0px #999999;
  146. box-shadow: 1px 1px 4px 0px #999999;
  147. background: #3d3d3d; /* Old browsers */
  148. background: -moz-linear-gradient(top, #3d3d3d 0%, #4c4c4c 100%); /* FF3.6+ */
  149. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
  150. background: -webkit-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
  151. background: -o-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* Opera 11.10+ */
  152. background: -ms-linear-gradient(top, #3d3d3d 0%,#4c4c4c 100%); /* IE10+ */
  153. background: linear-gradient(to bottom, #3d3d3d 0%,#4c4c4c 100%); /* W3C */
  154. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
  155. }
  156. .headerTitle {
  157. float:left;
  158. padding-bottom:10px;
  159. }
  160. .headerLinks{
  161. float:right;
  162. padding-right:30px;
  163. padding-left:30px;
  164. }
  165. .headerLink{
  166. padding-right:5px;
  167. padding-left:5px;
  168. cursor: pointer;
  169. font-size:12pt;
  170. }
  171. .searchInput{
  172. float:right;
  173. padding-bottom:10px;
  174. font-size:10pt;
  175. }
  176. .searchIcon {
  177. position: relative;
  178. right: 30px;
  179. vertical-align: middle;
  180. }
  181. .searchInput input {
  182. border: 2px solid gray;
  183. -webkit-border-radius: 15px;
  184. -moz-border-radius: 15px;
  185. border-radius: 15px;
  186. padding-left: 10px;
  187. padding-right:25px;
  188. width:250px;
  189. }
  190. .searchInput input:focus {
  191. border: 2px solid #008ABF;
  192. }
  193. .headerBannerLip {
  194. background-color: #008ABF;
  195. clear: left;
  196. display: block;
  197. height: 4px;
  198. overflow: hidden;
  199. margin-top:8px;
  200. margin-bottom: 20px;
  201. clear:both;
  202. }
  203. .startupHeader{
  204. height:60px;
  205. font-size:20pt;
  206. color:white;
  207. }
  208. /* Begin Layout properties */
  209. .rightSection{
  210. float:right;
  211. min-width:295px;
  212. height:100%;
  213. }
  214. .ccApp {
  215. float:left;
  216. }
  217. /*
  218. .breadCrumbBox {
  219. float:right;
  220. clear:right;
  221. width:100%;
  222. }
  223. .contentBox {
  224. float:right;
  225. clear:right;
  226. }*/
  227. .clickable {
  228. cursor: pointer;
  229. }
  230. .toolbar {
  231. -moz-box-sizing: border-box;
  232. float: right;
  233. width: 100%;
  234. }
  235. .toolbarBox {
  236. }
  237. /* End Layout properties */
  238. .ccApp {
  239. position:relative;
  240. }
  241. .contentFrame {
  242. min-width:500px;
  243. overflow:visible;
  244. z-index:300;
  245. }
  246. .breadCrumbBox {
  247. z-index:50;
  248. position:relative;
  249. border: 1px solid gray;
  250. height: 30px;
  251. overflow-y: auto;
  252. padding-bottom:5px;
  253. background: #EFEFEF; /* Old browsers */
  254. }
  255. div.ccAppMainContent{
  256. float:right;
  257. }
  258. tr.ccAppMainContent{
  259. height:100%;
  260. }
  261. .titleBox {
  262. overflow:hidden;
  263. padding:6px;
  264. padding-bottom:10px;
  265. z-index:50;
  266. position:relative;
  267. height: 25px;
  268. color: #FFFFFF;
  269. border:1px solid #1c1c1c;
  270. letter-spacing:1;
  271. font-size:14pt;
  272. overflow-y: auto;
  273. -webkit-border-radius: 1px;
  274. -moz-border-radius: 1px;
  275. border-radius: 1px;
  276. xx-webkit-box-shadow: 1px 1px 4px 0px #999999;
  277. xxbox-shadow: 1px 1px 4px 0px #999999;
  278. background: #444444; /* Old browsers */
  279. background: -moz-linear-gradient(top, #444444 0%, #232323 100%); /* FF3.6+ */
  280. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#232323)); /* Chrome,Safari4+ */
  281. background: -webkit-linear-gradient(top, #444444 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
  282. background: -o-linear-gradient(top, #444444 0%,#232323 100%); /* Opera 11.10+ */
  283. background: -ms-linear-gradient(top, #444444 0%,#232323 100%); /* IE10+ */
  284. background: linear-gradient(to bottom, #444444 0%,#232323 100%); /* W3C */
  285. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
  286. }
  287. .breadCrumbEntry_old{
  288. color: #111111;
  289. cursor: pointer;
  290. margin: 1px;
  291. padding: 2px;
  292. border: 1px solid #C9C9C9;
  293. -webkit-border-radius: 2px;
  294. -moz-border-radius: 2px;
  295. border-radius: 2px;
  296. float: left;
  297. font-size: 65%;
  298. min-height: 20px;
  299. background: rgb(205, 225, 239); /* Old browsers */
  300. background: -moz-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  301. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  302. /* FF3.6+ */
  303. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,
  304. 225, 239, 1) ), color-stop(60%, rgba(231, 241, 247, 1) ),
  305. color-stop(100%, rgba(251, 252, 253, 1) ) ); /* Chrome,Safari4+ */
  306. background: -webkit-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  307. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  308. /* Chrome10+,Safari5.1+ */
  309. background: -o-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  310. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  311. /* Opera 11.10+ */
  312. background: -ms-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  313. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% ); /* IE10+ */
  314. background: linear-gradient(to bottom, rgba(205, 225, 239, 1) 0%,
  315. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% ); /* W3C */
  316. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde1ef',
  317. endColorstr='#fbfcfd', GradientType=0 ); /* IE6-9 */
  318. }
  319. .breadCrumbEntry:hover{
  320. color: #111111;
  321. cursor: pointer;
  322. margin: 1px;
  323. padding: 2px;
  324. border: 1px solid #C9C9C9;
  325. -webkit-border-radius: 2px;
  326. -moz-border-radius: 2px;
  327. border-radius: 2px;
  328. float: left;
  329. font-size: 65%;
  330. min-height: 20px;
  331. background: rgb(205, 225, 239); /* Old browsers */
  332. background: -moz-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  333. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  334. /* FF3.6+ */
  335. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,
  336. 225, 239, 1) ), color-stop(60%, rgba(231, 241, 247, 1) ),
  337. color-stop(100%, rgba(251, 252, 253, 1) ) ); /* Chrome,Safari4+ */
  338. background: -webkit-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  339. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  340. /* Chrome10+,Safari5.1+ */
  341. background: -o-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  342. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  343. /* Opera 11.10+ */
  344. background: -ms-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  345. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% ); /* IE10+ */
  346. background: linear-gradient(to bottom, rgba(205, 225, 239, 1) 0%,
  347. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% ); /* W3C */
  348. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde1ef',
  349. endColorstr='#fbfcfd', GradientType=0 ); /* IE6-9 */
  350. }
  351. .breadCrumbEntry{
  352. color: #111111;
  353. cursor: pointer;
  354. margin: 1px;
  355. padding: 2px;
  356. border: 1px solid transparent;
  357. float: left;
  358. font-size: 65%;
  359. min-height: 20px;
  360. }
  361. .breadCrumbSep{
  362. border-right: 1px dotted #C9C9C9;
  363. margin-right:3px;
  364. width:3px;
  365. float: left;
  366. height:100%;
  367. }
  368. .startupContainerPiece .contentBox {
  369. border: 1px solid #303030;
  370. }
  371. .contentBox {
  372. z-index:50;
  373. height:100%;
  374. position:relative;
  375. padding: 5px;
  376. min-height: 100px;
  377. /*max-height: 400px;*/
  378. overflow-y: auto;
  379. -webkit-border-radius: 3px;
  380. -moz-border-radius: 3px;
  381. border-radius: 3px;
  382. xx-webkit-box-shadow: 1px 1px 4px 0px #999999;
  383. xxbox-shadow: 1px 1px 4px 0px #999999;
  384. background: rgb(255, 255, 255); /* Old browsers */
  385. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  386. rgba(229, 229, 229, 1) 100% ); /* FF3.6+ */
  387. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
  388. 255, 255, 1) ), color-stop(100%, rgba(229, 229, 229, 1) ) );
  389. /* Chrome,Safari4+ */
  390. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  391. rgba(229, 229, 229, 1) 100% ); /* Chrome10+,Safari5.1+ */
  392. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  393. rgba(229, 229, 229, 1) 100% ); /* Opera 11.10+ */
  394. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  395. rgba(229, 229, 229, 1) 100% ); /* IE10+ */
  396. background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
  397. rgba(229, 229, 229, 1) 100% ); /* W3C */
  398. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  399. endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  400. }
  401. .entryCheckbox{
  402. float:left;
  403. width:20px;
  404. margin-right:3px;
  405. border: 1px solid #6E6E6E;
  406. -webkit-border-radius: 3px;
  407. -moz-border-radius: 3px;
  408. border-radius: 3px;
  409. background: #EFEFEF;
  410. }
  411. .entryCheckboxChecked{
  412. background: #232323;
  413. }
  414. .contentEntry {
  415. color: #121212;
  416. cursor: pointer;
  417. padding: 3px;
  418. margin: 1px;
  419. border-bottom: 1px dotted #C9C9C9
  420. }
  421. .selectedEntry {
  422. background: rgb(219,229,229); /* Old browsers */
  423. background: -moz-linear-gradient(top, rgba(219,229,229,1) 0%, rgba(209,221,227,1) 0%, rgba(196,213,218,1) 100%); /* FF3.6+ */
  424. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,229,229,1)), color-stop(0%,rgba(209,221,227,1)), color-stop(100%,rgba(196,213,218,1))); /* Chrome,Safari4+ */
  425. background: -webkit-linear-gradient(top, rgba(219,229,229,1) 0%,rgba(209,221,227,1) 0%,rgba(196,213,218,1) 100%); /* Chrome10+,Safari5.1+ */
  426. background: -o-linear-gradient(top, rgba(219,229,229,1) 0%,rgba(209,221,227,1) 0%,rgba(196,213,218,1) 100%); /* Opera 11.10+ */
  427. background: -ms-linear-gradient(top, rgba(219,229,229,1) 0%,rgba(209,221,227,1) 0%,rgba(196,213,218,1) 100%); /* IE10+ */
  428. background: linear-gradient(to bottom, rgba(219,229,229,1) 0%,rgba(209,221,227,1) 0%,rgba(196,213,218,1) 100%); /* W3C */
  429. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe5e5', endColorstr='#c4d5da',GradientType=0 ); /* IE6-9 */
  430. }
  431. .contentEntry:hover {
  432. color: #FFFFFF;
  433. background: rgb(207, 231, 250); /* Old browsers */
  434. background: -moz-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  435. rgba(99, 147, 193, 1) 100% ); /* FF3.6+ */
  436. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(207,
  437. 231, 250, 1) ), color-stop(100%, rgba(99, 147, 193, 1) ) );
  438. /* Chrome,Safari4+ */
  439. background: -webkit-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  440. rgba(99, 147, 193, 1) 100% ); /* Chrome10+,Safari5.1+ */
  441. background: -o-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  442. rgba(99, 147, 193, 1) 100% ); /* Opera 11.10+ */
  443. background: -ms-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  444. rgba(99, 147, 193, 1) 100% ); /* IE10+ */
  445. background: linear-gradient(to bottom, rgba(207, 231, 250, 1) 0%,
  446. rgba(99, 147, 193, 1) 100% ); /* W3C */
  447. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa',
  448. endColorstr='#6393c1', GradientType=0 ); /* IE6-9 */
  449. }
  450. .entryTitle {
  451. font-size: 14pt;
  452. padding-left: 15px;
  453. }
  454. .startupContainerPiece .entryTitle{
  455. font-size: 12pt;
  456. }
  457. .smallFont .entryTitle {
  458. font-size: 10pt;
  459. }
  460. .launcherEntryTitle {
  461. font-size: 12pt;
  462. padding-left: 6px;
  463. }
  464. .entryActions {
  465. float: right;
  466. opacity:0;
  467. filter:alpha(opacity=0);
  468. display:none;
  469. }
  470. .entryAction {
  471. margin: 1px;
  472. padding: 2px;
  473. border: 1px solid #C9C9C9;
  474. -webkit-border-radius: 2px;
  475. -moz-border-radius: 2px;
  476. border-radius: 2px;
  477. float: right;
  478. font-size: 65%;
  479. min-height:16px;
  480. }
  481. .entryAction:hover {
  482. background: rgb(255, 255, 255); /* Old browsers */
  483. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  484. rgba(229, 229, 229, 1) 100% ); /* FF3.6+ */
  485. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
  486. 255, 255, 1) ), color-stop(100%, rgba(229, 229, 229, 1) ) );
  487. /* Chrome,Safari4+ */
  488. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  489. rgba(229, 229, 229, 1) 100% ); /* Chrome10+,Safari5.1+ */
  490. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  491. rgba(229, 229, 229, 1) 100% ); /* Opera 11.10+ */
  492. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  493. rgba(229, 229, 229, 1) 100% ); /* IE10+ */
  494. background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
  495. rgba(229, 229, 229, 1) 100% ); /* W3C */
  496. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  497. endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  498. }
  499. .contentEntryIcon, .launcherContentEntryIcon {
  500. padding: 2px;
  501. vertical-align: middle;
  502. }
  503. .toolbarBox{
  504. background:#eFeFeF;
  505. position:relative;
  506. -webkit-box-shadow: 1px 1px 4px 0px #999999;
  507. box-shadow: 1px 1px 4px 0px #999999;
  508. }
  509. .toolbar , .copyPasteToolbar{
  510. opacity:1;
  511. padding: 2px;
  512. border: 1px solid #C9C9C9;
  513. background: rgb(255, 255, 255);
  514. -webkit-border-radius: 3px;
  515. -moz-border-radius: 3px;
  516. border-radius: 3px;
  517. }
  518. .copyPasteToolbar{
  519. display: none;
  520. z-index:100;
  521. }
  522. .copyPasteToolbar{
  523. position:absolute;
  524. right:50%;
  525. top:0px;
  526. }
  527. .copyPasteToolbar .toolbarItem{
  528. float:left;
  529. }
  530. .toolbarSep {
  531. float: left;
  532. /*width:5px;*/
  533. }
  534. .toolbarItem:hover {
  535. color: #FFFFFF;
  536. background: rgb(207, 231, 250); /* Old browsers */
  537. background: -moz-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  538. rgba(99, 147, 193, 1) 100% ); /* FF3.6+ */
  539. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(207,
  540. 231, 250, 1) ), color-stop(100%, rgba(99, 147, 193, 1) ) );
  541. /* Chrome,Safari4+ */
  542. background: -webkit-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  543. rgba(99, 147, 193, 1) 100% ); /* Chrome10+,Safari5.1+ */
  544. background: -o-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  545. rgba(99, 147, 193, 1) 100% ); /* Opera 11.10+ */
  546. background: -ms-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  547. rgba(99, 147, 193, 1) 100% ); /* IE10+ */
  548. background: linear-gradient(to bottom, rgba(207, 231, 250, 1) 0%,
  549. rgba(99, 147, 193, 1) 100% ); /* W3C */
  550. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa',
  551. endColorstr='#6393c1', GradientType=0 ); /* IE6-9 */
  552. }
  553. .toolbarItem{
  554. float:right;
  555. color: #111111;
  556. cursor: pointer;
  557. margin: 5px;
  558. padding: 2px;
  559. border: 1px solid #C9C9C9;
  560. -webkit-border-radius: 2px;
  561. -moz-border-radius: 2px;
  562. border-radius: 2px;
  563. font-size: 65%;
  564. min-height: 20px;
  565. background: rgb(205, 225, 239); /* Old browsers */
  566. background: -moz-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  567. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  568. /* FF3.6+ */
  569. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,
  570. 225, 239, 1) ), color-stop(60%, rgba(231, 241, 247, 1) ),
  571. color-stop(100%, rgba(251, 252, 253, 1) ) ); /* Chrome,Safari4+ */
  572. background: -webkit-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  573. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  574. /* Chrome10+,Safari5.1+ */
  575. background: -o-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  576. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% );
  577. /* Opera 11.10+ */
  578. background: -ms-linear-gradient(top, rgba(205, 225, 239, 1) 0%,
  579. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% ); /* IE10+ */
  580. background: linear-gradient(to bottom, rgba(205, 225, 239, 1) 0%,
  581. rgba(231, 241, 247, 1) 60%, rgba(251, 252, 253, 1) 100% ); /* W3C */
  582. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde1ef',
  583. endColorstr='#fbfcfd', GradientType=0 ); /* IE6-9 */
  584. }
  585. .ccLauncher{
  586. border: 1px solid #303030;
  587. float:right;
  588. padding:6px;
  589. -webkit-border-radius: 3px;
  590. -moz-border-radius: 3px;
  591. border-radius: 3px;
  592. -webkit-box-shadow: 1px 1px 4px 0px #999999;
  593. box-shadow: 1px 1px 4px 0px #999999;
  594. background: rgb(255, 255, 255); /* Old browsers */
  595. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  596. rgba(229, 229, 229, 1) 100% ); /* FF3.6+ */
  597. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
  598. 255, 255, 1) ), color-stop(100%, rgba(229, 229, 229, 1) ) );
  599. /* Chrome,Safari4+ */
  600. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  601. rgba(229, 229, 229, 1) 100% ); /* Chrome10+,Safari5.1+ */
  602. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  603. rgba(229, 229, 229, 1) 100% ); /* Opera 11.10+ */
  604. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
  605. rgba(229, 229, 229, 1) 100% ); /* IE10+ */
  606. background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
  607. rgba(229, 229, 229, 1) 100% ); /* W3C */
  608. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  609. endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  610. }
  611. .startupLauncherButton{
  612. cursor: pointer;
  613. -webkit-box-sizing: border-box;
  614. -moz-box-sizing: border-box;
  615. -ms-box-sizing: border-box;
  616. -o-box-sizing: border-box;
  617. box-sizing: border-box;
  618. float:left;
  619. width:46%;
  620. padding:5px;
  621. margin: 5px;
  622. -webkit-border-radius: 3px;
  623. -moz-border-radius: 3px;
  624. border-radius: 3px;
  625. }
  626. .startupContainerPiece .startupLauncherButton{
  627. width:96%;
  628. }
  629. .startupLauncherButton:hover{
  630. color: #FFFFFF;
  631. background: rgb(207, 231, 250); /* Old browsers */
  632. background: -moz-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  633. rgba(99, 147, 193, 1) 100% ); /* FF3.6+ */
  634. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(207,
  635. 231, 250, 1) ), color-stop(100%, rgba(99, 147, 193, 1) ) );
  636. /* Chrome,Safari4+ */
  637. background: -webkit-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  638. rgba(99, 147, 193, 1) 100% ); /* Chrome10+,Safari5.1+ */
  639. background: -o-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  640. rgba(99, 147, 193, 1) 100% ); /* Opera 11.10+ */
  641. background: -ms-linear-gradient(top, rgba(207, 231, 250, 1) 0%,
  642. rgba(99, 147, 193, 1) 100% ); /* IE10+ */
  643. background: linear-gradient(to bottom, rgba(207, 231, 250, 1) 0%,
  644. rgba(99, 147, 193, 1) 100% ); /* W3C */
  645. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa',
  646. endColorstr='#6393c1', GradientType=0 ); /* IE6-9 */
  647. }