print_static.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. /* Default style definitions */
  2. @import url(common.css);
  3. @page {
  4. margin: 0.25in;
  5. }
  6. /* General
  7. -----------------------------------------------------------------------*/
  8. body {
  9. background-color: transparent;
  10. color: black;
  11. font-family: "verdana", "sans-serif";
  12. margin: 0px;
  13. padding-top: 0px;
  14. font-size: 1em;
  15. }
  16. @media print {
  17. p { margin: 2px; }
  18. }
  19. h1 {
  20. font-size: 1.1em;
  21. font-style: italic;
  22. }
  23. h2 {
  24. font-size: 1.05em;
  25. }
  26. img {
  27. border: none;
  28. }
  29. pre {
  30. font-family: "verdana", "sans-serif";
  31. font-size: 0.7em;
  32. }
  33. ul {
  34. list-style-type: circle;
  35. list-style-position: inside;
  36. margin: 0px;
  37. padding: 3px;
  38. }
  39. li.alpha {
  40. list-style-type: lower-alpha;
  41. margin-left: 15px;
  42. }
  43. p {
  44. font-size: 0.8em;
  45. }
  46. a:link,
  47. a:visited {
  48. /* font-weight: bold; */
  49. text-decoration: none;
  50. color: black;
  51. }
  52. a:hover {
  53. text-decoration: underline;
  54. }
  55. #body {
  56. padding-bottom: 2em;
  57. padding-top: 5px;
  58. }
  59. #body pre {
  60. }
  61. .center {
  62. text-align: center;
  63. }
  64. .right {
  65. text-align: right;
  66. }
  67. #money {
  68. text-align: right;
  69. padding-right: 20px;
  70. }
  71. /* Footer
  72. -----------------------------------------------------------------------*/
  73. #footer {
  74. color: black;
  75. }
  76. #copyright {
  77. padding: 5px;
  78. font-size: 0.6em;
  79. background-color: white;
  80. }
  81. #footer_spacer_row {
  82. width: 100%;
  83. }
  84. #footer_spacer_row td {
  85. padding: 0px;
  86. border-bottom: 1px solid #000033;
  87. background-color: #F7CF07;
  88. height: 2px;
  89. font-size: 2px;
  90. line-height: 2px;
  91. }
  92. #logos {
  93. padding: 5px;
  94. float: right;
  95. }
  96. /* Section Header
  97. -----------------------------------------------------------------------*/
  98. #section_header {
  99. text-align: center;
  100. }
  101. #job_header {
  102. text-align: left;
  103. background-color: white;
  104. margin-left: 5px;
  105. padding: 5px;
  106. border: 1px dashed black;
  107. }
  108. #job_info {
  109. font-weight: bold;
  110. }
  111. .header_details td {
  112. font-size: 0.6em;
  113. }
  114. .header_label {
  115. padding-left: 20px;
  116. }
  117. .header_field {
  118. padding-left: 5px;
  119. font-weight: bold;
  120. }
  121. /* Content
  122. -----------------------------------------------------------------------*/
  123. #content {
  124. padding: 0.2em 1% 0.2em 1%;
  125. min-height: 15em;
  126. }
  127. .page_buttons {
  128. text-align: center;
  129. margin: 3px;
  130. font-size: 0.7em;
  131. white-space: nowrap;
  132. font-weight: bold;
  133. width: 74%;
  134. }
  135. .link_bar {
  136. font-size: 0.7em;
  137. text-align: center;
  138. margin: auto;
  139. /* white-space: nowrap; */
  140. }
  141. .link_bar a {
  142. white-space: nowrap;
  143. font-weight: bold;
  144. }
  145. .page_menu li {
  146. margin: 5px;
  147. font-size: 0.8em;
  148. }
  149. /* Detail
  150. -----------------------------------------------------------------------*/
  151. .detail_table {
  152. border-top: 1px solid black;
  153. border-bottom: 1px solid black;
  154. padding: 3px;
  155. margin: 15px;
  156. }
  157. .detail_head td {
  158. background-color: #ddd;
  159. color: black;
  160. font-weight: bold;
  161. padding: 3px;
  162. font-size: 0.75em;
  163. text-align: center;
  164. }
  165. .detail_label {
  166. padding: 3px;
  167. font-size: 0.75em;
  168. width: 16%;
  169. border-top: 1px solid #fff;
  170. border-bottom: 1px solid #fff;
  171. background-color: #ddd;
  172. }
  173. .detail_field {
  174. width: 33%;
  175. font-size: 0.8em;
  176. color: ;
  177. text-align: center;
  178. padding: 3px;
  179. }
  180. .detail_sub_table {
  181. font-size: 1em;
  182. }
  183. .detail_spacer_row td {
  184. border-top: 1px solid white;
  185. border-bottom: 1px solid white;
  186. background-color: #999;
  187. font-size: 2px;
  188. line-height: 2px;
  189. }
  190. #narrow {
  191. width: 50%;
  192. }
  193. .operation {
  194. width: 1%;
  195. }
  196. .summary_spacer_row {
  197. font-size: 0.1em;
  198. }
  199. .bar {
  200. border-top: 1px solid black;
  201. }
  202. /* Forms
  203. -----------------------------------------------------------------------*/
  204. .form {
  205. border-top: 1px solid black;
  206. border-bottom: 1px solid black;
  207. margin-top: 10px;
  208. }
  209. .form td {
  210. padding: 3px;
  211. }
  212. .form th, .form_head td {
  213. background-color: #ddd
  214. border-bottom: 1px solid black;
  215. color: black;
  216. padding: 3px;
  217. text-align: center;
  218. font-size: 0.65em;
  219. font-weight: bold;
  220. }
  221. .form_head a:link,
  222. .form_head a:visited {
  223. color: black;
  224. }
  225. .form_head a:hover {
  226. }
  227. .sub_form_head td {
  228. border: none;
  229. font-size: 0.9em;
  230. white-space: nowrap;
  231. }
  232. .form input {
  233. color: black;
  234. background-color: white;
  235. border: 1px solid black;
  236. padding: 1px 2px 1px 2px;
  237. text-decoration: none;
  238. font-size: 1em;
  239. }
  240. .form textarea {
  241. color: black;
  242. background-color: white;
  243. border: 1px solid black;
  244. font-size: 1em;
  245. }
  246. .form select {
  247. color: black;
  248. background-color: white;
  249. font-size: 1em;
  250. }
  251. .button, a.button {
  252. color: black;
  253. background-color: white;
  254. border: 1px solid black;
  255. font-weight: normal;
  256. white-space: nowrap;
  257. text-decoration: none;
  258. }
  259. a.button {
  260. display: inline-block;
  261. text-align: center;
  262. padding: 2px;
  263. }
  264. a.button:hover {
  265. text-decoration: none;
  266. color: black;
  267. }
  268. .form_field {
  269. color: black;
  270. background-color: white;
  271. font-size: 0.7em;
  272. }
  273. .form_label {
  274. color: black;
  275. background-color: #ddd;
  276. font-size: 0.7em;
  277. padding: 3px;
  278. }
  279. /*
  280. .form_foot {
  281. background-color: #E5D9C3;
  282. font-size: 0.6em;
  283. }
  284. */
  285. .form_foot td {
  286. background-color: #ddd
  287. border-bottom: 1px solid black;
  288. color: black;
  289. padding: 3px;
  290. text-align: center;
  291. font-size: 0.65em;
  292. font-weight: bold;
  293. }
  294. .form_foot a:link,
  295. .form_foot a:visited {
  296. color: black;
  297. }
  298. .form_foot a:hover {
  299. color: black;
  300. }
  301. .no_border_input input {
  302. border: none;
  303. }
  304. .no_wrap {
  305. white-space: nowrap;
  306. }
  307. tr.row_form td {
  308. white-space: nowrap;
  309. }
  310. /* Wizards
  311. -----------------------------------------------------------------------*/
  312. .wizard {
  313. font-size: 0.8em;
  314. border-top: 1px solid black;
  315. }
  316. #no_border {
  317. border: none;
  318. }
  319. .wizard p {
  320. text-indent: 2%;
  321. }
  322. .wizard td {
  323. padding: 3px;
  324. /* padding-left: 3px;
  325. padding-right: 3px;
  326. padding-bottom: 3px;*/
  327. }
  328. .wizard input {
  329. color: black;
  330. background-color: white;
  331. border: 1px solid black;
  332. padding: 1px 2px 1px 2px;
  333. text-decoration: none;
  334. }
  335. .wizard textarea {
  336. color: black;
  337. background-color: white;
  338. border: 1px solid black;
  339. }
  340. .wizard select {
  341. color: black;
  342. background-color: white;
  343. border: 1px solid black;
  344. }
  345. .wizard_head {
  346. color: black;
  347. font-weight: bold;
  348. }
  349. .wizard_buttons {
  350. border-top: 1px solid black;
  351. padding-top: 3px;
  352. }
  353. .wizard_buttons a {
  354. background-color: white;
  355. border: 1px solid black;
  356. padding: 2px 3px 2px 3px;
  357. }
  358. /* List
  359. -----------------------------------------------------------------------*/
  360. .list_table,
  361. .notif_list_table {
  362. color: black;
  363. padding-bottom: 4px;
  364. background-color: white;
  365. }
  366. .list_table td,
  367. .notif_list_table td {
  368. padding: 3px 5px 3px 5px;
  369. }
  370. .list_table input {
  371. color: black;
  372. background-color: white;
  373. border: 1px solid black;
  374. padding: 1px 2px 1px 2px;
  375. text-decoration: none;
  376. }
  377. .list_head,
  378. .notif_list_head {
  379. font-weight: bold;
  380. background-color: #ddd;
  381. font-size: 0.65em;
  382. }
  383. .list_head td,
  384. .notif_list_head td {
  385. border-top: 1px solid black;
  386. border-bottom: 1px solid black;
  387. color: black;
  388. text-align: center;
  389. white-space: nowrap;
  390. }
  391. .list_head a:link,
  392. .list_head a:visited,
  393. .notif_list_head a:link,
  394. .notif_list_head a:visited {
  395. color: black;
  396. }
  397. .list_head a:hover,
  398. .notif_list_head a:hover {
  399. }
  400. .list_foot {
  401. font-weight: bold;
  402. background-color: #ddd;
  403. font-size: 0.65em;
  404. }
  405. .list_foot td {
  406. border-top: 1px solid black;
  407. border-bottom: 1px solid black;
  408. color: black;
  409. text-align: right;
  410. white-space: nowrap;
  411. }
  412. .sub_list_head td {
  413. border: none;
  414. font-size: 0.7em;
  415. }
  416. .odd_row td {
  417. /* background-color: #EDF2F7;
  418. border-top: 2px solid #FFFFff;*/
  419. background-color: transparent;
  420. border-bottom: 0.9px solid #ddd; /* 0.9 so table borders take precedence */
  421. }
  422. .even_row td {
  423. /* background-color: #F8EEE4;
  424. border-top: 3px solid #FFFFff;*/
  425. background-color: #f6f6f6;
  426. border-bottom: 0.9px solid #ddd;
  427. }
  428. .spacer_row td {
  429. line-height: 2px;
  430. font-size: 2px;
  431. }
  432. .phone_table td {
  433. border: none;
  434. font-size: 0.8em;
  435. }
  436. div.notif_list_text {
  437. margin-bottom: 1px;
  438. font-size: 1.1em;
  439. }
  440. .notif_list_row td.notif_list_job {
  441. text-align: center;
  442. font-weight: bold;
  443. font-size: 0.65em;
  444. }
  445. .notif_list_row td.notif_list_dismiss table td {
  446. text-align: center;
  447. font-size: 1em;
  448. border: none;
  449. padding: 0px 2px 0px 2px;
  450. }
  451. .notif_list_row td {
  452. padding: 5px 5px 7px 5px;
  453. border-bottom: 1px dotted #ddd;
  454. background-color: white;
  455. font-size: 0.6em;
  456. }
  457. .notif_list_row:hover td {
  458. background-color: #ddd;
  459. }
  460. /* Page
  461. -----------------------------------------------------------------------*/
  462. .page {
  463. border: none;
  464. padding: 0in;
  465. margin-right: 0.1in;
  466. margin-left: 0.1in;
  467. /*margin: 0.33in 0.33in 0.4in 0.33in; */
  468. background-color: transparent;
  469. }
  470. .page table.header h1{
  471. font-size: 12pt;
  472. }
  473. .page>h2,
  474. .page>p {
  475. margin-top: 2pt;
  476. margin-bottom: 2pt;
  477. }
  478. .page h2 {
  479. page-break-after: avoid;
  480. }
  481. .money_table {
  482. border-collapse: collapse;
  483. font-size: 6pt;
  484. }
  485. /* Tree
  486. -----------------------------------------------------------------------*/
  487. .tree_div {
  488. display: none;
  489. background-color: #ddd;
  490. border: 1px solid #333;
  491. }
  492. .tree_div .tree_step_bottom_border {
  493. border-bottom: 1px dashed #8B9DBE;
  494. }
  495. .tree_div .button, .tree_row_table .button,
  496. .tree_div .no_button {
  497. width: 110px;
  498. font-size: 0.7em;
  499. padding: 3px;
  500. text-align: center;
  501. }
  502. /*
  503. .tree_div .button a, .tree_row_table .button a {
  504. text-decoration: none;
  505. color: #114C8D;
  506. }
  507. */
  508. .tree_row_desc {
  509. font-weight: bold;
  510. font-size: 0.7em;
  511. text-indent: -10px;
  512. }
  513. .tree_row_info {
  514. font-size: 0.7em;
  515. width: 200px;
  516. }
  517. .tree_div_head a,
  518. .tree_row_desc a {
  519. color: #000033;
  520. text-decoration: none;
  521. }
  522. .tree_div_head {
  523. font-weight: bold;
  524. font-size: 0.7em;
  525. }
  526. /* Summaries
  527. -----------------------------------------------------------------------*/
  528. .summary {
  529. border: 1px solid black;
  530. background-color: white;
  531. padding: 1%;
  532. font-size: 0.8em;
  533. }
  534. .summary h1 {
  535. color: black;
  536. font-style: normal;
  537. }
  538. /* Sales-agreement specific
  539. -----------------------------------------------------------------------*/
  540. table.sa_signature_box {
  541. margin: 2em auto 2em auto;
  542. }
  543. table.sa_signature_box tr td {
  544. padding-top: 1.25em;
  545. vertical-align: top;
  546. white-space: nowrap;
  547. }
  548. .special_conditions {
  549. font-style: italic;
  550. margin-left: 2em;
  551. white-space: pre;
  552. }
  553. .sa_head * {
  554. font-size: 7pt;
  555. }
  556. /* Change order specific
  557. -----------------------------------------------------------------------*/
  558. table.change_order_items {
  559. font-size: 8pt;
  560. width: 100%;
  561. border-collapse: collapse;
  562. margin-top: 2em;
  563. margin-bottom: 2em;
  564. }
  565. table.change_order_items>tbody {
  566. border: 1px solid black;
  567. }
  568. table.change_order_items>tbody>tr>th {
  569. border-bottom: 1px solid black;
  570. }
  571. table.change_order_items>tbody>tr>td {
  572. border-right: 1px solid black;
  573. padding: 0.5em;
  574. }
  575. td.change_order_total_col {
  576. padding-right: 4pt;
  577. text-align: right;
  578. }
  579. td.change_order_unit_col {
  580. padding-left: 2pt;
  581. text-align: left;
  582. }