home *** CD-ROM | disk | FTP | other *** search
/ Beweegwijzer / beweegwijzer.iso / setup / _SETUP.1 / beweegwijzer.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-10-29  |  10.5 KB  |  578 lines

  1. #Indicator {
  2.     font-family: Arial;
  3.   font-weight:bold;
  4.     font-size: 12px;
  5.     line-height: 14px;
  6.     color:#000000;
  7.   padding-left:8px;
  8.   padding-top:4px;
  9.   background-image:url('../images/indicator.bmp');
  10.   }
  11.   
  12. #ControlBreed {
  13.   background-image:url('../images/bck_control_breed.bmp');
  14.   }  
  15.  
  16. #ControlActiviteit {
  17.   background-image:url('../images/bck_control_activiteiten.bmp');
  18.   }  
  19.  
  20. #ControlMedium {
  21.   background-image:url('../images/bck_control_medium.bmp');
  22.   }
  23.  
  24. #ControlKlein {
  25.   background-image:url('../images/bck_control_klein.bmp');
  26.   }
  27.  
  28. #ControlGeluid {
  29.   background-image:url('../images/bck_control_geluid.bmp');
  30.   }
  31.  
  32. #ControlGezond {
  33.   background-image:url('../images/bck_control_gezond.bmp');
  34.   }
  35.   
  36. #ControlWandel {
  37.   background-image:url('../images/bck_control_wandel.bmp');
  38.   }
  39.  
  40. #Result {
  41.   position:absolute;
  42.   left:108px;
  43.   top:4px;
  44.     font-family: Arial;
  45.     font-size: 22px;
  46.     line-height: 25px;  
  47.     font-weight:bold;
  48.   font-style:italic;
  49.     color: #ffffff;
  50.     text-align:left;
  51.   padding:4px;
  52.     cursor:text;
  53. }
  54.  
  55.   
  56. .boxNonEdit {
  57.   behavior:url('resources/EditBox.htc');
  58.     font-family: Arial;
  59.     font-size: 12px;
  60.     line-height: 14px;  
  61.     font-weight:bold;
  62.     color: Black;
  63.     background-color: #ffeedd;
  64.     border-top: 1px solid #ffffcc;
  65.     border-right: 1px solid #c6a455;
  66.     border-bottom: 1px solid #c6a455;
  67.     border-left: 1px solid #ffddbb;
  68.     text-align:center;
  69.   padding:2px;
  70.     cursor:text;
  71. }
  72.  
  73. .boxEdit {
  74.   behavior:url('resources/EditBox.htc');
  75.     font-family: Arial;
  76.     font-size: 12px;
  77.     line-height: 14px;  
  78.     font-weight:bold;
  79.     color: Black;  
  80.     background-color: #ffffff;
  81.     border-top: 1px solid #ffcc99;
  82.     border-right: 1px solid #a68435;
  83.     border-bottom: 1px solid #a68435;
  84.     border-left: 1px solid #ffcc99;
  85.     text-align:center;
  86.   padding:2px;
  87.     cursor:text;
  88. }
  89.  
  90. .ddImg {
  91.   behavior:url('resources/Dropdown.htc');
  92.   cursor:hand;
  93.   }
  94.  
  95. .ddShown {
  96.   behavior:url('resources/Dropdown.htc');
  97.   display:inline;
  98.     font-family: Arial;
  99.     font-size: 12px;
  100.     line-height: 14px;  
  101.     font-weight:bold;
  102.     color: Black;
  103.     position:relative;
  104.   width:128px; 
  105.   height:21px;
  106.   background-color: #ffeedd;
  107.     border: 1px solid #ffcc99;
  108.     text-align:left;
  109.   padding:2px;
  110.   margin:0px;
  111.   cursor:hand;
  112.   }
  113.  
  114. .ddHidden {
  115.   behavior:url('resources/Dropdown.htc');
  116.   display:none;
  117.     position:relative;
  118.   width:125px; 
  119.   height:21px;
  120.   margin:0px;
  121.   cursor:hand;
  122.   }
  123.  
  124. .ddActImg {
  125.   behavior:url('resources/ActDropdown.htc');
  126.   cursor:hand;
  127.   }
  128.  
  129. #ddScroll {
  130.   behavior:url('resources/ActScroll.htc');
  131.   display:none;
  132.   visibility:hidden;
  133.     position:relative;
  134.   width:254px; 
  135.   height:12px;
  136.     background-color: #ffbc4d;
  137.     border-top: 1px solid #ffcc99;
  138.     border-right: 1px solid #a68435;
  139.     border-bottom: 1px solid #a68435;
  140.     border-left: 1px solid #ffcc99;
  141.     text-align:center;
  142.   padding:1px;
  143.   margin:0px;
  144.   cursor:hand;
  145.   }
  146.  
  147. .ddActShown {
  148.   behavior:url('resources/ActDropdown.htc');
  149.   display:inline;
  150.     font-family: Arial;
  151.     font-size: 10px;
  152.     line-height: 13px;
  153.     color: Black;
  154.     position:relative;
  155.   width:254px; 
  156.   height:17px;
  157.   background-color: #ffeedd;
  158.     border: 1px solid #ffcc99;
  159.     text-align:left;
  160.   padding:1px;
  161.   margin:0px;
  162.   cursor:hand;
  163.   }
  164.  
  165. .ddActHidden {
  166.   behavior:url('resources/ActDropdown.htc');
  167.   display:none;
  168.     position:relative;
  169.   width:254px; 
  170.   height:17px;
  171.   margin:0px;
  172.   cursor:hand;
  173.   }
  174.  
  175. #Geluid {
  176.   behavior:url('resources/ButtonGeluid.htc');
  177.     font-family: Arial;
  178.     font-size: 14px;
  179.     line-height: 14px;  
  180.     font-weight:bold;
  181.     color: #000000;  
  182.     background-color: #ffbc4d;
  183.     border-top: 1px solid #ffcc99;
  184.     border-right: 1px solid #a68435;
  185.     border-bottom: 1px solid #a68435;
  186.     border-left: 1px solid #ffcc99;
  187.     text-align:center;
  188.   padding:2px;
  189.     cursor:hand;
  190. }
  191.  
  192. #Sex {
  193.   behavior:url('resources/ButtonSex.htc');
  194.     font-family: Arial;
  195.     font-size: 14px;
  196.     line-height: 14px;  
  197.     font-weight:bold;
  198.     color: #000000;  
  199.     background-color: #ffbc4d;
  200.     border-top: 1px solid #ffcc99;
  201.     border-right: 1px solid #a68435;
  202.     border-bottom: 1px solid #a68435;
  203.     border-left: 1px solid #ffcc99;
  204.     text-align:center;
  205.   padding:2px;
  206.     cursor:hand;
  207. }
  208.  
  209. #Count {
  210.   behavior:url('resources/ButtonCount.htc');
  211.     font-family: Arial;
  212.     font-size: 16px;
  213.     line-height: 14px;  
  214.     font-weight:bold;
  215.     color: #000000;  
  216.     background-color: #ffbc4d;
  217.     border-top: 1px solid #ffcc99;
  218.     border-right: 1px solid #a68435;
  219.     border-bottom: 1px solid #a68435;
  220.     border-left: 1px solid #ffcc99;
  221.     text-align:left;
  222.   padding:2px;
  223.   padding-left:4px;
  224.     cursor:hand;
  225. }
  226.  
  227. #FaqTabBtn {
  228.   behavior:url('resources/FaqTabBtn.htc');
  229.   cursor:hand;
  230.   }
  231.  
  232. #TabBtn {
  233.   behavior:url('resources/TabBtn.htc');
  234.   cursor:hand;
  235.   }
  236.   
  237. #StepBtn {
  238.   behavior:url('resources/StepBtn.htc');
  239.   cursor:hand;
  240.   visibility:inherit; 
  241.   }
  242.   
  243. #WandelBtn {
  244.   behavior:url('resources/WandelBtn.htc');
  245.   cursor:hand;
  246.   }
  247.   
  248. #ProfielBtn {
  249.   behavior:url('resources/ProfielBtn.htc');
  250.   cursor:hand;
  251.   }
  252.  
  253. #NavBtn {
  254.   visibility:inherit;
  255.   behavior:url('resources/NavBtn.htc');
  256.   cursor:hand;  
  257.   }
  258.  
  259. #CloseBtn {
  260.   visibility:inherit;
  261.   behavior:url('resources/CloseBtn.htc');
  262.   cursor:hand;  
  263.   }
  264.   
  265. #MenuBtn {
  266.   behavior:url('resources/MenuBtn.htc');
  267.     position:absolute;
  268.   width:264px; 
  269.   height:54px;
  270.   background-image:url('../images/bck_mm_0.bmp');
  271.     text-align:left;
  272.   padding-left:43px;
  273.   padding-right:6px;
  274.   padding-top:4px;  
  275.   cursor:hand;  
  276.   }
  277.   
  278. #MmBtn {
  279.   behavior:url('resources/MmBtn.htc');
  280.     position:absolute;
  281.   width:264px; 
  282.   height:54px;
  283.   background-image:url('../images/bck_mm_0.bmp');
  284.     text-align:left;
  285.   padding-left:43px;
  286.   padding-right:6px;
  287.   padding-top:4px;  
  288.   cursor:hand;  
  289.   }
  290.  
  291. #MmImg {
  292.     position:absolute;
  293.   left:4px;
  294.   top:2px;
  295.   z-index:2;
  296.   }
  297.  
  298. #MenuImg {
  299.     position:absolute;
  300.   left:0px;
  301.   top:0px;
  302.   z-index:2;
  303.   }
  304.   
  305. #MmTitel {
  306.     font-family: Arial;
  307.     font-size: 13px;
  308.     line-height: 15px;
  309.     font-weight:bold;
  310.     color:#000000;
  311.   margin-bottom:6px;
  312.   }
  313.  
  314. #MmText {
  315.     font-family: Arial;
  316.     font-size: 11px;
  317.     line-height: 12px;
  318.     font-weight:bold;
  319.     color:#ffffff;
  320.   z-index:3;
  321.     position:absolute;
  322.   left:44px;
  323.   top:24px;  
  324.   width:200px;
  325. /*  visibility:hidden; */
  326.   }
  327.  
  328. #FbkBtn {
  329.   behavior:url('resources/FbkBtn.htc');
  330.   cursor:hand;  
  331.   }
  332.   
  333. #VoorbeeldBtn {
  334.   behavior:url('resources/VoorbeeldBtn.htc');
  335.   cursor:help;  
  336.   }
  337.  
  338. #Voorbeeld {
  339.   padding-top:88px;
  340.   padding-left:0px;
  341.   padding-right:0px;  
  342.     font-family: Arial;
  343.     font-size: 11px;
  344.     line-height: 12px;
  345.     font-weight:bold;
  346.   text-align:left;
  347.     color:#003366;
  348.   }
  349.   
  350. #VoorbeeldItem {
  351.   margin-left:6px;
  352.   margin-right:6px;
  353.   margin-top:0px;
  354.   margin-bottom:4px;
  355.   padding-bottom:2px;
  356.   border-bottom:1px solid #99ccff;
  357.   }
  358.   
  359. #VraagBtn {
  360.   behavior:url('resources/VraagBtn.htc');
  361.     position:absolute;
  362.   width:35px; 
  363.   height:35px;
  364.   background-image:url('../images/bt_vraag_0.bmp');
  365.   padding-top:10px;  
  366.     font-family: Arial;
  367.     font-size: 12px;
  368.     line-height: 12px;
  369.     font-weight:bold;
  370.   text-align:center;
  371.     color:#000000;
  372.   cursor:hand;  
  373.   }
  374.   
  375. #AntwoordBtn {
  376.   behavior:url('resources/AntwoordBtn.htc');
  377.   cursor:hand;  
  378.   }
  379.   
  380. #AltBtn {
  381.   behavior:url('resources/AltBtn.htc');
  382.     position:absolute;
  383.   width:284px; 
  384.   height:19px;
  385.   background-image:url('../images/radiobtn_0.gif');
  386.   background-repeat:no-repeat;
  387.     text-align:left;
  388.   padding-left:36px;
  389.   padding-top:2px;  
  390.   cursor:hand;  
  391.   }
  392.   
  393. #LinkBtn {
  394.   behavior:url('resources/LinkBtn.htc');
  395.     position:absolute;
  396.   width:284px; 
  397.   height:19px;
  398.   background-image:url('../images/radiobtn_0.gif');
  399.   background-repeat:no-repeat;
  400.     text-align:left;
  401.   padding-left:36px;
  402.   padding-top:2px;  
  403.   cursor:hand;  
  404.   }
  405.  
  406. #AltText {
  407.     font-family: Arial;
  408.     font-size: 11px;
  409.     line-height: 12px;
  410.     font-weight:bold;
  411.     color:#ffffff;
  412.   visibility:inherit;
  413.   }
  414.   
  415. #ActDelete {
  416.   behavior:url('resources/ActDeleteBtn.htc');
  417.   cursor:hand;  
  418.   }
  419.   
  420. #CopyPasteBtn {
  421.   behavior:url('resources/CopyPasteBtn.htc');
  422.   cursor:hand;  
  423.   }
  424.   
  425. #DagBtn {
  426.   behavior:url('resources/DagBtn.htc');
  427.   cursor:hand;  
  428.   }
  429.   
  430. #WeekBtn {
  431.   behavior:url('resources/WeekBtn.htc');
  432.   cursor:hand;  
  433.   }
  434.   
  435. #GroenBtn {
  436.   behavior:url('resources/GroenBtn.htc');
  437.   cursor:hand;  
  438.   }
  439.   
  440. #WeekPrintBtn {
  441.   behavior:url('resources/WeekPrintBtn.htc');
  442.   cursor:hand;  
  443.   }
  444.  
  445. #PlanPrintBtn {
  446.   behavior:url('resources/PlanPrintBtn.htc');
  447.   cursor:hand;  
  448.   }
  449.  
  450.   
  451. .dagBoxRed {
  452.     font-family: Arial;
  453.     font-size: 12px;
  454.     line-height: 14px;  
  455.     font-weight:bold;
  456.     color: Black;
  457.     background-color: #ff3300;
  458.     border-top: 1px solid #ff9933;
  459.     border-right: 1px solid #cc0000;
  460.     border-bottom: 1px solid #cc0000;
  461.     border-left: 1px solid #ff9933;
  462.     text-align:left;
  463.   padding-top:2px;
  464. }
  465.  
  466. .dagBoxGreen {
  467.     font-family: Arial;
  468.     font-size: 12px;
  469.     line-height: 14px;  
  470.     font-weight:bold;
  471.     color: Black;
  472.     background-color: #00cc00;
  473.     border-top: 1px solid #00ff00;
  474.     border-right: 1px solid #006600;
  475.     border-bottom: 1px solid #006600;
  476.     border-left: 1px solid #00ff00;
  477.     text-align:left;
  478.   padding-top:2px;
  479. }
  480.  
  481. .dagBoxNeutral {
  482.     font-family: Arial;
  483.     font-size: 12px;
  484.     line-height: 14px;  
  485.     font-weight:bold;
  486.     color: Black;
  487.     background-color: #FFFFCC;
  488.     border-top: 1px solid #ffffcc;
  489.     border-right: 1px solid #c6a455;
  490.     border-bottom: 1px solid #c6a455;
  491.     border-left: 1px solid #ffddbb;
  492.     text-align:left;
  493.   padding-top:2px;
  494. }
  495.  
  496. .noprintText {
  497.     font-family: Arial;
  498.     font-size: 12px;
  499.     line-height: 14px;
  500.     font-weight:bold;
  501.     color:#ffffff;
  502.   visibility:inherit;
  503.   }
  504.   
  505. .leesText {
  506.     font-family: Arial;
  507.     font-size: 12px;
  508.     line-height: 14px;
  509.     font-weight:bold;
  510.     color:#ffffff;
  511.   }
  512.   
  513. .bladText {
  514.     font-family: Arial;
  515.     font-size: 12px;
  516.     line-height: 14px;
  517.   font-weight:normal;
  518.     color:#000000;
  519.   }
  520.   
  521. .fbkText {
  522.     font-family: Arial;
  523.     font-size: 12px;
  524.     line-height: 14px;
  525.     font-weight:bold;
  526.     color:#000000;
  527.   }
  528.  
  529. th {
  530.     font-family: Arial;
  531.     font-size: 12px;
  532.     line-height: 14px;
  533.     font-weight:bold;
  534.     color:#000000;
  535.   text-align:left;
  536.   vertical-align:top;
  537.   height:42px;
  538.   }
  539.   
  540. td {
  541.     font-family: Arial;
  542.     font-size: 12px;
  543.     line-height: 14px;
  544.     font-weight:bold;
  545.     color:#ffffff;
  546.   }
  547.   
  548. a {
  549.     font-weight:bold;
  550.     color:#000033;
  551.   text-decoration:none;
  552.   }
  553.  
  554. a:hover {
  555.     font-weight:bold;
  556.     color:#ffffcc;
  557.   text-decoration:underline;
  558.   }
  559.  
  560. p {
  561.   padding:0px;
  562.   margin-top:0px;
  563.   margin-bottom:8px;
  564.   }
  565.   
  566. ul {
  567.   padding-left:10px;
  568.   margin:4px;
  569.   }
  570.  
  571. li {
  572.   padding-left:0px;
  573.   margin:4px;
  574.   list-style-image:url('../images/dot.gif');
  575.   }
  576.  
  577.  
  578.