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

  1. BODY.mainpage {
  2.     margin: 0px;
  3.     background-color: #ffffff;
  4.     font-family: Osaka,verdana,sans-serif;
  5.     font-size: 10pt;
  6. }
  7. A:link {
  8.     color : BLUE;
  9.     text-decoration: none;
  10. }
  11. A:visited {
  12.     color : BLUE;
  13.     text-decoration: none;
  14. }
  15. A:active {
  16.     color : BLUE;
  17.     text-decoration: none;
  18. }
  19.  
  20. /* Add stuff for presentation abstraction */
  21. /* TOP NAVIGATION Table Style */
  22. TABLE.nav {
  23.     background-color: #ccc;
  24.     border: 2px outset #eee;
  25.     /* bgcolor="#cccccc" style="border: outset #eeeeee 2px;" */
  26. }
  27.  
  28. TD {
  29.     FONT-FAMILY: verdana,Sans-Serif; FONT-SIZE: 8pt
  30. }
  31.  
  32. TR {
  33.     FONT-FAMILY: verdana,Sans-Serif; FONT-SIZE: 8pt
  34. }
  35.  
  36. h1, .title {
  37.     font-size: 18pt;
  38.     font-weight: normal;
  39.     margin: 0px;
  40. }
  41. h2, .subtitle {
  42.     font-size: 12pt;
  43.     font-weight: normal;
  44.     margin: 0px;
  45. }
  46.  
  47. bordertable {
  48.     border: 1px black solid;
  49. }
  50.  
  51. .bordertable{
  52.  border: 1px black solid;
  53. }
  54.  
  55. .button{
  56.     border: 1px black solid;
  57.     font-family: verdana,Sans-Serif;
  58.     font-size: 8pt;
  59.     /*width: 100px; too small for some translations*/
  60. }
  61.  
  62. .text{
  63.  border: 1px black solid;
  64.  font-family: Osaka,verdana,Sans-Serif;
  65.  font-size: 8pt;
  66.  height: 20px;
  67. }
  68.  
  69. .textarea{
  70.     font-family: Osaka,verdana,helvetica,arial,sans-serif;
  71.     font-size: 9pt;
  72. }
  73.  
  74. textarea.small {
  75.     border: 1px black solid;
  76.     font-family: Osaka,verdana,Sans-Serif;
  77.     font-size: 8pt;
  78. }
  79. /*
  80. **********************************
  81. Begin IE TD buttonizing
  82. **********************************
  83. */
  84.  
  85. TD.clsBtnUp {
  86.     cursor: hand;    color: #FFFFFF;    padding: 0 3;    border: inset 2px;
  87. }
  88.  
  89. TD.clsBtnDown {
  90.     cursor: hand;    color: #FFFFFF;    padding: 0 3;    border: inset 2px;
  91. }
  92.  
  93. TD.clsBtnOn {
  94.     cursor: hand;    color: #FFFFFF;    padding: 0 3;    border: outset #eeeeee 2px;
  95. }
  96.  
  97. TD.clsBtnOff {
  98.     color: #FFFFFF;    padding: 0 3;    tab-index: 0;    border: solid #559999 2px;
  99. }
  100.  
  101. TD.topBtnOff {
  102.     color: #FFFFFF;    padding: 0 3;    tab-index: 0;    border: solid #cccccc 2px;
  103. }
  104. TD.nav {
  105.     color: #FFFFFF;
  106. }
  107.  
  108. /* Standard table 'spreadsheet' style */
  109. TABLE.tbl {
  110.     background: #ffffff;
  111. }
  112.  
  113. TABLE.tbl TH {
  114.     background-color: #878676;
  115.     color: white;
  116.     list-style-type: disc;
  117.     list-style-position: inside;
  118.     border: outset #D1D1CD 1px;
  119.     font-weight: normal;
  120. }
  121.  
  122. TABLE.tbl TD {
  123.     background-color: #f4efe3;
  124. }
  125.  
  126. /* a 'standard' table */
  127. TABLE.std {
  128.     border: solid #878676 2px;
  129.     background: #f4efe3;
  130. }
  131. TABLE.std TH {
  132.     background-color: #878676;
  133.     color: white;
  134.     list-style-type: disc;
  135.     list-style-position: inside;
  136.     border: outset #D1D1CD 1px;
  137. }
  138.  
  139. TABLE.std TD.hilite {
  140.     background-color: #ffffff;
  141. }
  142.  
  143. /* contacts table */
  144. table.contacts {
  145.     background-color: #878676;
  146. }
  147.  
  148. table.contacts td {
  149.     background-color: #f4efe3;
  150. }
  151.  
  152. table.contacts td.hilite {
  153.     background-color: #ffffff;
  154. }
  155.  
  156. /* links in header blocks */
  157. A.hdr:link, A.hdr:active, A.hdr:visited {
  158.     color: #ffffff;
  159. }
  160.  
  161. /* tabbed boxes */
  162. TD.tabon {
  163.     background: #ffffff;
  164.     border-top: outset #cccccc 2px;
  165.     border-left: outset #cccccc 2px;
  166.     border-right: outset #cccccc 2px;
  167.     border-bottom: none;
  168. }
  169. TD.taboff {
  170.     background: #f4efe3;
  171.     border-top: outset #cccccc 2px;
  172.     border-left: outset #cccccc 2px;
  173.     border-right: outset #cccccc 2px;
  174.     border-bottom: solid #cccccc 2px;
  175. }
  176. TD.tabsp {
  177.     border-bottom: solid #cccccc 2px;
  178. }
  179. TD.tabox {
  180.     border-left: solid #cccccc 2px;
  181.     border-right: solid #cccccc 2px;
  182.     border-bottom: solid #cccccc 2px;
  183. }
  184.  
  185. /* Message styles */
  186. .warning {
  187.     color: #ff6600;
  188. }
  189. .error {
  190.     color: #ff0000;
  191. }
  192. .message {
  193.     color: #006600;
  194.     font-weight: bold;
  195. }
  196.  
  197. .no_ {
  198.     color: #ff0000;
  199.     font-weight: bold;
  200. }
  201.  
  202. /* popup calendar */
  203. body.popcal {
  204.     background-color: #f0f0f0;
  205. }
  206.  
  207. table.poptitle {
  208.     background-color: #ffffff;
  209. }
  210. table.poptitle td {
  211.     background-color: #ffffff;
  212. }
  213. table.poptitle th {
  214.     background-color: #ffffff;
  215.     color: #000000;
  216.     font-size: 10pt;
  217.     font-weight: bold;
  218. }
  219.  
  220. table.popcal {
  221.     background-color: #cccccc;
  222. }
  223.  
  224. table.popcal th {
  225.     background-color: #ffffff;
  226.     color: #000000;
  227.     font-family: helvetica,arial,sans-serif;
  228.     font-size: 9pt;
  229.     font-weight: normal;
  230. }
  231.  
  232. table.popcal td {
  233.     background-color: #e0e0e0;
  234.     font-family: helvetica,arial,sans-serif;
  235.     font-size: 8pt;
  236.     text-align: center;
  237. }
  238.  
  239. table.popcal td.empty {
  240.     background-color: #efefe7;
  241. }
  242.  
  243. table.mocal td.day  {
  244.     background-color: #cccccc;
  245.     text-align: center;
  246. }
  247.  
  248. table.popcal td.today {
  249.     background-color: #cccccc;
  250. }
  251.  
  252. table.popcal td.weekend {
  253.     background-color: #eeeeee;
  254. }
  255.  
  256. table.popcal a:link,
  257. table.popcal a:visited {
  258.     color: #0000ff;
  259.     text-decoration: none;
  260. }
  261.  
  262. table.popcal a.today:link,
  263. table.popcal a.today:visited {
  264.     color: #ff0000;
  265.     font-weight: bold;
  266. }
  267.  
  268. table.popcal a.weekend:link,
  269. table.popcal a.weekend:visited {
  270.     color: #777777;
  271. }
  272.  
  273. /* month calendar - title area */
  274. table.motitle {
  275.     background-color: #ffffff;
  276. }
  277. table.motitle td {
  278.     background-color: #ffffff;
  279. }
  280. table.motitle th {
  281.     background-color: #ffffff;
  282.     font-size: 10pt;
  283. }
  284.  
  285. table.mocal {
  286.     background-color: #cccccc;
  287. }
  288. table.mocal th {
  289.     background-color: #878676;
  290.     color: #ffffff;
  291. }
  292. table.mocal td {
  293. }
  294. table.mocal td.week {
  295.     vertical-align: top;
  296.     background-color: #878676;
  297.     height: 80px;
  298. }
  299. table.mocal td.empty {
  300.     background-color: #ffffff;
  301.     height: 80px;
  302. }
  303. table.mocal td.day  {
  304.     background-color: #f4efe3;
  305.     color: #333366;
  306.     text-align: left;
  307.     vertical-align: top;
  308.     height: 80px;
  309. }
  310. table.mocal td.today {
  311.     background-color: #878676;
  312.     color: #ffffff;
  313.     text-align: left;
  314.     vertical-align: top;
  315. }
  316.  
  317. table.mocal td.weekend {
  318.     background-color: #efefe7;
  319.     text-align: left;
  320.     vertical-align: top;
  321. }
  322.  
  323. table.mocal .event {
  324. }
  325.  
  326. /* mini calendar - title area */
  327. table.minititle {
  328. }
  329. table.minititle td {
  330. }
  331. table.minititle th {
  332.     font-weight: normal;
  333. }
  334.  
  335. table.minical {
  336. }
  337. table.minical th {
  338.     font-weight: normal;
  339. }
  340. table.minical td {
  341. }
  342. table.minical td.week {
  343. }
  344. table.minical td.empty {
  345. }
  346. table.minical td.day  {
  347.     text-align: center;
  348. }
  349. table.minical td.today {
  350.     background-color: #e0e0e0;
  351.     text-align: center;
  352. }
  353. table.minical td.weekend {
  354.     text-align: center;
  355. }
  356. table.minical .event {
  357. }
  358.