extjs.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding: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;}
  2. body {
  3. font-family: Helvetica, Arial, sans-serif;
  4. font-size:12px;
  5. color:#555;
  6. line-height:20px;
  7. background-color:#fff;
  8. text-align:center;
  9. margin:0;padding:0;border:0;
  10. }
  11. td {
  12. font-size:13px;
  13. }
  14. a:link, a:visited, a:active {
  15. color: #0464BB;
  16. text-decoration:none;
  17. }
  18. a:hover {
  19. color: #1C417C;
  20. text-decoration: underline;
  21. }
  22. /* main document center */
  23. #viewport {
  24. margin:auto;
  25. text-align:left;
  26. width:960px;
  27. }
  28. #hd {
  29. height: 65px;
  30. position:relative;
  31. }
  32. #hd a#logo img {
  33. border: none !important;
  34. position:relative;
  35. left:-3px;
  36. }
  37. /* body styles */
  38. #bd {
  39. margin:5px auto;
  40. zoom:1;
  41. }
  42. #bd p {
  43. margin-top:8px;
  44. margin-bottom:8px;
  45. }
  46. #bd br {
  47. font-size:10px;
  48. line-height:10px;
  49. }
  50. #bd .left-column {
  51. width:738px;
  52. float:left;
  53. }
  54. #bd .right-column {
  55. width:200px;
  56. float:left;
  57. margin-left:20px;
  58. }
  59. #bd .right-column p {
  60. margin:5px;
  61. font-size:12px;
  62. }
  63. #bd h1#pagetitle {
  64. font-size:24px;
  65. font-weight:bold;
  66. color: #000;
  67. line-height: 24px;
  68. margin:0.67em 0 6px;
  69. position: relative;
  70. width: 738px;
  71. }
  72. h1#pagetitle div {
  73. position: absolute;
  74. top: 0;
  75. right: 0;
  76. }
  77. h1#pagetitle div a {
  78. font-size: 13px;
  79. /* float: right; */
  80. line-height: 30px;
  81. text-decoration: underline;
  82. }
  83. #bd h3 {
  84. font-size:18px;
  85. font-weight:normal;
  86. color: #385F95;
  87. margin:7px 0;
  88. }
  89. #bd h4 {
  90. font-size:14px;
  91. font-weight:bold;
  92. color: #555;
  93. margin:5px 0;
  94. }
  95. #bd h5 {
  96. background-color:#F1F1F1;
  97. padding:3px;
  98. color:#789030;
  99. font-size:11px;
  100. font-weight:bold;
  101. text-transform:uppercase;
  102. }
  103. #bd .big-box h5.alt {
  104. text-align:center;
  105. font-size:13px;
  106. border-bottom:1px solid #eee;
  107. color:#385F95;
  108. }
  109. #bd .box {
  110. padding: 3px 5px 15px;
  111. }
  112. /* footer */
  113. #ft {
  114. margin-top:25px;
  115. text-align:left;
  116. padding-top:5px;
  117. }
  118. #ft table.nav {
  119. margin: 0 auto;
  120. }
  121. #ft table.nav a, #ft table.nav a:hover, #ft table.nav a:visited {
  122. color:#789030;
  123. font-size:12px;
  124. display:block;
  125. padding:5px 15px 0;
  126. }
  127. #ft div.copy {
  128. margin: 0 auto;
  129. padding:10px 0 25px;
  130. color:gray;
  131. }
  132. /* feature list */
  133. ul.features, .content-box ul, .side-box ul {
  134. margin-left:15px;
  135. list-style-image: url(../images/c-sep-l.gif);
  136. }
  137. ul.features li, .content-box ul li, .side-box ul li {
  138. margin-top:5px;
  139. margin-bottom:5px;
  140. }
  141. /* rss feeds */
  142. .rss {
  143. float:right;
  144. margin: 3px 3px 0 0;
  145. }
  146. .rss a {
  147. display:block;
  148. width:14px;
  149. height:14px;
  150. background: transparent url(../images/home/rss.gif) no-repeat 0 -14px;
  151. }
  152. .rss a:hover {
  153. background-position: 0 0;
  154. }
  155. /* side boxes */
  156. div.side-box {
  157. background: #f3f3f3;
  158. border: 1px solid #ddd;
  159. width:200px;
  160. margin-bottom:20px;
  161. zoom:1;
  162. }
  163. div.side-box-inner {
  164. background: #f3f3f3;
  165. padding: 15px;
  166. font-size:12px;
  167. zoom:1;
  168. }
  169. #bd div.side-box-inner h5 {
  170. background:transparent !important;
  171. padding-top:0;
  172. }
  173. div.big-box {
  174. background: transparent url(../images/big-box.png) no-repeat;
  175. padding-top:12px;
  176. width:700px;
  177. margin-bottom:20px;
  178. }
  179. div.big-box-inner {
  180. background: transparent url(../images/big-box.png) no-repeat 0 bottom;
  181. padding:0 15px 12px;
  182. font-size:12px;
  183. }
  184. #bd div.big-box-inner h5 {
  185. background:transparent !important;
  186. padding-top:0;
  187. }
  188. div.full-box {
  189. background: transparent url(../images/full-box.png) no-repeat;
  190. padding-top:12px;
  191. width:920px;
  192. }
  193. div.full-box-inner {
  194. background: transparent url(../images/full-box.png) no-repeat 0 bottom;
  195. padding:0 15px 10px;
  196. font-size:12px;
  197. }
  198. div.content-box {
  199. width:700px;
  200. }
  201. div.content-box p {
  202. margin-left:5px;
  203. margin-right:5px;
  204. }
  205. #bd div.content-box ul.features {
  206. margin-left:20px;
  207. }
  208. #bd .content-box h5 {
  209. background-image: url(../images/med-shd.png);
  210. padding-left:10px;
  211. }
  212. /* Store */
  213. #commercial strong {
  214. font-size: 12px;
  215. margin: 0 0 0 0;
  216. font-family:tahoma,verdana,helvetica,sans-serif;
  217. color: #083772;
  218. font-weight:bold;
  219. }
  220. table.license {
  221. margin-left:5px;
  222. }
  223. table.license, table.license td {
  224. border-collapse: separate;
  225. border: 0 none !important;
  226. font-size:12px;
  227. }
  228. table.license td {
  229. padding:0 5px 5px;
  230. }
  231. .order-type {
  232. float:left;
  233. width:300px;
  234. margin:10px;
  235. font-size:11px;
  236. }
  237. #bd .order-complete {
  238. }
  239. #bd .order-complete p {
  240. margin-left:0;
  241. }
  242. #commercial table.order-review {
  243. border-collapse: separate;
  244. margin-left:10px;
  245. font-size:12px;
  246. }
  247. #commercial table.order-review td {
  248. padding:5px 20px 5px 5px;
  249. vertical-align:top;
  250. }
  251. #commercial table.order-review tr.tsep td {
  252. border-top:1px dotted #ddd;
  253. }
  254. #commercial h3 {
  255. margin:0 0 5px;
  256. font-size:16px;
  257. }
  258. #store .big-box h4 {
  259. font-size:12px;
  260. font-weight:bold;
  261. color: #222;
  262. padding:4px;
  263. background:#efefef url(../images/inner-hd.png) repeat-x;
  264. border: 1px solid #efefef;
  265. }
  266. a.buynow {
  267. text-decoration:none;
  268. padding:4px 7px;
  269. border:1px solid;
  270. border-color:#ddd #bbb #bbb #ddd;
  271. background:#eee;
  272. color:#333 !important;
  273. cursor:pointer;
  274. margin:0 2px;
  275. display:block;
  276. float:right;
  277. }
  278. a.buynow:hover, a.buynow:hover {
  279. text-decoration:none;
  280. border-color:#ccc #bbb #bbb #ccc;
  281. background-position:0 2px;
  282. background-color:#fafafa;
  283. }
  284. .saleprice, b.sale, .sale-msg strong{
  285. color: #c33;
  286. }
  287. /* comparison table */
  288. .compare {
  289. }
  290. .compare th {
  291. padding:5px 12px;
  292. font-weight:bold;
  293. text-align:center;
  294. border:1px solid #dddddd;
  295. color:#fff;
  296. background:#083772;
  297. font-size:12px;
  298. }
  299. .compare td {
  300. padding:5px;
  301. text-align:center;
  302. border:1px solid #dddddd;
  303. font-size:12px;
  304. }
  305. .compare th.cfirst {
  306. padding-left:8px;
  307. }
  308. .compare td.cfirst, .compare th.cfirst {
  309. text-align:left;
  310. }
  311. .compare td.cfirst {
  312. padding-left:20px;
  313. }
  314. .compare td.ctitle {
  315. text-align:left;
  316. font-weight:bold;
  317. background:#ececec;
  318. padding-left:12px;
  319. font-size:12px;
  320. }
  321. .compare tr.cprice td,.compare tr.cfoot td {
  322. padding:5px 12px;
  323. font-weight:bold;
  324. border:1px solid #dddddd;
  325. border-collapse:collapse;
  326. color:#083772;
  327. background:#c3daf9 url(/themes/ext/resources/images/grid-hrow.gif) repeat-x;
  328. vertical-align:top;
  329. }
  330. .compare tr.cfoot td {
  331. background:#fff;
  332. padding-left:2px;
  333. padding-right:2px;
  334. border-color:#fff;
  335. }
  336. .compare tr.cfoot td a {
  337. margin-top:0;
  338. margin-right:25px;
  339. }
  340. .compare tr.corder-note td {
  341. background: #eee;
  342. }
  343. .compare sup {
  344. margin-left:3px;
  345. font-size:10px;
  346. }
  347. .compare-info {
  348. font-size:11px;
  349. padding:10px;
  350. }
  351. /* downloads */
  352. table.dl {
  353. width:650px;
  354. }
  355. table.dl td {
  356. padding:5px;
  357. vertical-align:top;
  358. }
  359. .expandable {
  360. background:#F7F7F7;
  361. padding:4px;
  362. border:1px solid #DEDEDE;
  363. }
  364. .expandable-body{
  365. background:#fff;
  366. padding:5px;
  367. zoom:1;
  368. }
  369. .expandable-body-inner{
  370. zoom:1;
  371. }
  372. .expandable-body dd {
  373. float:left;
  374. width:300px;
  375. padding:5px;
  376. }
  377. .training-info {
  378. font-size:11px;
  379. }
  380. a.link {
  381. font-size:12px;
  382. font-weight:bold;
  383. line-height:19px;
  384. }
  385. #msg-ct {
  386. position:absolute;
  387. left:680px;
  388. top:17px;
  389. width:217px;
  390. height:22px;
  391. }
  392. #msg {
  393. width:217px;
  394. height:22px;
  395. background-image:url(../images/msg-bg.png);
  396. color:#777;
  397. font-size:11px;
  398. cursor:pointer;
  399. visibility:hidden;
  400. }
  401. #msg-inner {
  402. padding:5px 10px 0;
  403. zoom:1;
  404. line-height:12px;
  405. text-align:center;
  406. }
  407. .msg-over {
  408. color:#789030 !important;
  409. }
  410. #msg img {
  411. width:19px;
  412. height:19px;
  413. }
  414. /**
  415. * Ext.App#setAlert message-box styles.
  416. */
  417. .app-msg .x-box-mc {
  418. text-align: left;
  419. }
  420. .x-icon-text { background-repeat: no-repeat; padding-left: 20px; }
  421. .icon-status-ok { background-image: url(../../icons/fam/accept.png) !important; }
  422. .icon-status-error { background-image: url(../../icons/fam/error.png) !important; }
  423. .icon-status-notice { background-image: url(../../icons/fam/information.png) !important; }