home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / dotproject / style / default / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-14  |  7.0 KB  |  445 lines

  1. /* dotPROJECT REQUIRED CLASSES */
  2. BODY {
  3.     background-color: #f0f0f0;
  4.     margin-top: 0px;
  5.     margin-left: 0px;
  6.     margin-right: 0px;
  7.     margin-bottom: 10px;
  8.     font-family: Osaka,verdana,Sans-Serif;
  9.     font-size: 10pt;
  10. }
  11.  
  12. ul {
  13.     margin-left: 25px;
  14. }
  15.  
  16. dl {
  17.     margin-top: 0px; padding-left: 1px;
  18. }
  19. dt {
  20.     margin-top: 0.5em;
  21.     color: #000099;
  22.     font-weight: bold;
  23. }
  24. dd {
  25.     margin-bottom: 0px; margin-left: 1.5em;
  26. }
  27.  
  28.  
  29. em {
  30.     font-weight: bold;
  31.     text-decoration: none;
  32.     font-style: normal;
  33. }
  34.  
  35. A:link {
  36.     color: #08245b;
  37.     text-decoration: none;
  38. }
  39.  
  40. A:visited {
  41.     color: #08245b;
  42.     text-decoration: none;
  43. }
  44.  
  45. A:active {
  46.     color: red;
  47.     text-decoration: none;
  48. }
  49.  
  50. A:hover {
  51.     color: #666666;
  52.     text-decoration: underline;
  53. }
  54.  
  55. TD {
  56.     font-family: Osaka,verdana,Sans-Serif;
  57.     font-size: 8pt
  58. }
  59.  
  60. TR {
  61.     font-family: Osaka,verdana,Sans-Serif;
  62.     font-size: 8pt
  63. }
  64.  
  65. h1, .title {
  66.     font-size: 16px;
  67.     font-weight: bold;
  68.     font-family: Osaka,verdana,Sans-Serif;
  69.     color: #08245b;
  70.     margin-bottom: 0px;
  71.     margin-top: 5px;
  72. }
  73.  
  74. h2, .subtitle {
  75.     font-size: 12px;
  76.     font-weight: bold;
  77.     font-family: Osaka,verdana,Sans-Serif;
  78.     color: #666;
  79.     margin-bottom: 0px;
  80.     margin-top: 15px;
  81. }
  82.  
  83. h3 {
  84.     font-size: 12px;
  85.     font-weight: bold;
  86.     font-family: Osaka,verdana,Sans-Serif;
  87.     color: #08245b;
  88.     margin-bottom: 0px;
  89.     margin-top: 35px;
  90. }
  91.  
  92. bordertable {
  93.     border: 1px black solid;
  94. }
  95.  
  96. .bordertable{
  97.  border: 1px black solid;
  98. }
  99.  
  100. .button{
  101.     border: 1px black solid;
  102.     font-family: Osaka,verdana,Sans-Serif;
  103.     font-size: 8pt;
  104.     /*width: 100px; too small for some translations*/
  105. }
  106.  
  107. .text{
  108.     border: 1px black solid;
  109.     font-family: Osaka,verdana,Sans-Serif;
  110.     font-size: 8pt;
  111.     height: 12pt;
  112. }
  113.  
  114. TEXTAREA {
  115.     font-family: Osaka,verdana,helvetica,arial,sans-serif;
  116.     font-size: 9pt;
  117. }
  118.  
  119. .textarea {
  120.     font-family: Osaka, verdana,helvetica,arial,sans-serif;
  121.     font-size: 9pt;
  122. }
  123.  
  124. textarea.small {
  125.     border: 1px black solid;
  126.     font-family: Osaka, verdana,Sans-Serif;
  127.     font-size: 8pt;
  128. }
  129.  
  130. /* dotProject Top Banner and Top Nav Customization */
  131. TH.banner {
  132.     background-color: #08245b;
  133.     color: #fff
  134. }
  135.  
  136. TD.nav {
  137.     border: 1px solid #848284;
  138.     background-color: #d5d3ce;
  139.     color: #000
  140. }
  141.  
  142. /*
  143. **********************************
  144. Begin IE TD buttonizing
  145. **********************************
  146. */
  147.  
  148. TD.clsBtnUp {
  149.     cursor: hand;
  150.     color: #FFFFFF;
  151.     padding: 0 3;
  152.     border: inset 2px;
  153. }
  154.  
  155. TD.clsBtnDown {
  156.     cursor: hand;
  157.     color: #FFFFFF;
  158.     padding: 0 3;
  159.     border: inset 2px;
  160. }
  161.  
  162. TD.clsBtnOn {
  163.     cursor: hand;
  164.     color: #FFFFFF;
  165.     padding: 0 3;
  166.     border: outset #eeeeee 2px;
  167. }
  168.  
  169. TD.clsBtnOff {
  170.     color: #FFFFFF;
  171.     padding: 0 3;
  172.     tab-index: 0;
  173.     border: solid #559999 2px;
  174. }
  175.  
  176. TD.topBtnOff {
  177.     color: #FFFFFF;
  178.     padding: 0 3;
  179.     tab-index: 0;
  180.     border: solid #cccccc 2px;
  181. }
  182.  
  183. TD.nav {
  184.     color: #FFFFFF;
  185. }
  186.  
  187. /* Standard table 'spreadsheet' style */
  188. table.tbl {
  189.     background: #a5cbf7;
  190. }
  191.  
  192. table.tbl TH {
  193.     background-color: #08245b;
  194.     color: #ffffff;
  195.     list-style-type: disc;
  196.     list-style-position: inside;
  197.     border: outset #D1D1CD 1px;
  198.     font-weight: normal;
  199.     text-align:center;
  200. }
  201.  
  202. table.tbl td {
  203.     background-color: #ffffff;
  204. }
  205.  
  206. /* a 'standard' table */
  207. table.std {
  208.     border: solid #08245b 2px;
  209.     background: #d6ebff;
  210. }
  211. table.std TH {
  212.     background-color: #08245b;
  213.     color: white;
  214.     list-style-type: disc;
  215.     list-style-position: inside;
  216.     border: outset #D1D1CD 1px;
  217. }
  218.  
  219. table.std td.hilite {
  220.     background-color: #ffffff;
  221. }
  222.  
  223. /* contacts table */
  224. table.contacts {
  225.     background-color: #08245b;
  226. }
  227.  
  228. table.contacts td {
  229.     background-color: #d6ebff;
  230. }
  231.  
  232. table.contacts td.hilite {
  233.     background-color: #ffffff;
  234. }
  235.  
  236. /* links in header blocks */
  237. A.hdr:link, A.hdr:active, A.hdr:visited {
  238.     color: #ffffff;
  239. }
  240.  
  241. /* tabbed boxes */
  242. td.tabon {
  243.     background: #a5cbf7;
  244.     border-top: outset #ffffff 2px;
  245.     border-left: outset #ffffff 2px;
  246.     border-right: outset #cccccc 2px;
  247.     border-bottom: none;
  248. }
  249. td.taboff {
  250.     background: #d6ebff;
  251.     border-top: solid #cccccc 1px;
  252.     border-left: solid #cccccc 1px;
  253.     border-right: solid #cccccc 1px;
  254.     border-bottom: solid #cccccc 2px;
  255. }
  256. td.tabsp {
  257.     border-bottom: solid #cccccc 2px;
  258. }
  259. td.tabox {
  260.     background-color: #a5cbf7;
  261.     border-left: solid #cccccc 2px;
  262.     border-right: solid #cccccc 2px;
  263.     border-bottom: solid #cccccc 2px;
  264. }
  265.  
  266. /* Message styles */
  267. .warning {
  268.     color: red
  269. }
  270. .error {
  271.     color: red
  272. }
  273. .message {
  274.     color: #08245b;
  275. }
  276.  
  277. .no_ {
  278.     color: red
  279. }
  280.  
  281. /* popup calendar */
  282. body.popcal {
  283.     background-color: #f0f0f0;
  284. }
  285.  
  286. table.poptitle {
  287.     background-color: #ffffff;
  288. }
  289. table.poptitle td {
  290.     background-color: #ffffff;
  291. }
  292. table.poptitle th {
  293.     background-color: #ffffff;
  294.     color: #000000;
  295.     font-size: 10pt;
  296.     font-weight: bold;
  297. }
  298.  
  299. table.popcal {
  300.     background-color: #cccccc;
  301. }
  302.  
  303. table.popcal th {
  304.     background-color: #ffffff;
  305.     color: #000000;
  306.     font-family: Osaka,helvetica,arial,sans-serif;
  307.     font-size: 9pt;
  308.     font-weight: normal;
  309. }
  310.  
  311. table.popcal td {
  312.     background-color: #ffffff;
  313.     font-family: Osaka,helvetica,arial,sans-serif;
  314.     font-size: 8pt;
  315.     text-align: center;
  316. }
  317.  
  318. table.popcal td.empty {
  319.     background-color: #e0e0e0;
  320. }
  321.  
  322. table.mocal td.day  {
  323.     background-color: #ffffff;
  324.     text-align: center;
  325. }
  326.  
  327. table.popcal td.today {
  328. }
  329.  
  330. table.popcal td.weekend {
  331.     background-color: #f0f0f0;
  332. }
  333.  
  334. table.popcal a:link,
  335. table.popcal a:visited {
  336.     color: #0000ff;
  337.     text-decoration: none;
  338. }
  339.  
  340. table.popcal a.today:link,
  341. table.popcal a.today:visited {
  342.     color: #ff0000;
  343.     font-weight: bold;
  344. }
  345.  
  346. table.popcal a.weekend:link,
  347. table.popcal a.weekend:visited {
  348.     color: #0000aa;
  349. }
  350.  
  351. table.popcal a.empty:link,
  352. table.popcal a.empty:visited {
  353.     color: #777777;
  354. }
  355.  
  356. /* month calendar - title area */
  357. table.motitle {
  358.     background-color: #777777;
  359. }
  360. table.motitle td {
  361.     background-color: #f0f0f0;
  362. }
  363. table.motitle th {
  364.     background-color: #f0f0f0;
  365.     font-size: 10pt;
  366. }
  367.  
  368. table.mocal {
  369.     background-color: #777777;
  370. }
  371. table.mocal th {
  372.     background-color: #08245b;
  373.     color: #ffffff;
  374. }
  375. table.mocal td {
  376. }
  377. table.mocal td.week {
  378.     vertical-align: top;
  379.     background-color: #08245b;
  380.     height: 80px;
  381. }
  382. table.mocal td.empty {
  383.     background-color: #e0e0e0;
  384.     color: #aaaaaa;
  385.     text-align: left;
  386.     vertical-align: top;
  387.     height: 80px;
  388. }
  389. table.mocal td.day  {
  390.     background-color: #ffffff;
  391.     color: #333366;
  392.     text-align: left;
  393.     vertical-align: top;
  394.     height: 80px;
  395. }
  396. table.mocal td.today {
  397.     background-color: #a5cbf7;
  398.     color: #ffffff;
  399.     text-align: left;
  400.     vertical-align: top;
  401. }
  402.  
  403. table.mocal td.weekend {
  404.     background-color: #f0f0f0;
  405.     text-align: left;
  406.     vertical-align: top;
  407. }
  408.  
  409. table.mocal .event {
  410. }
  411.  
  412. /* mini calendar - title area */
  413. table.minititle {
  414. }
  415. table.minititle td {
  416. }
  417. table.minititle th {
  418.     font-weight: normal;
  419. }
  420.  
  421. table.minical {
  422. }
  423. table.minical th {
  424.     font-weight: normal;
  425. }
  426. table.minical td {
  427. }
  428. table.minical td.week {
  429. }
  430. table.minical td.empty {
  431.     color: #aaaaaa;
  432. }
  433. table.minical td.day  {
  434.     text-align: center;
  435. }
  436. table.minical td.today {
  437.     background-color: #e0e0e0;
  438.     text-align: center;
  439. }
  440. table.minical td.weekend {
  441.     text-align: center;
  442. }
  443. table.minical .event {
  444. }
  445.