Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.45 KB | None | 0 0
  1. body {  
  2.  
  3.         background-color: #f4f4f4;
  4.  
  5.         margin-top: 0px;
  6.  
  7.         margin-right: 0px;
  8.  
  9.         margin-bottom: 0px;
  10.  
  11.         margin-left: 0px;
  12.  
  13.         padding-top: 0px;
  14.  
  15.         padding-right: 0px;
  16.  
  17.         padding-bottom: 0px;
  18.  
  19.         padding-left: 0px
  20.  
  21.         }
  22.  
  23.        
  24.  
  25.         /* ---------------KADERS ----------------------*/
  26.  
  27.        
  28.  
  29. .mapleftrep {  
  30.  
  31.     background-image: url(../images/map_left_rep.gif);
  32.  
  33.     background-repeat: repeat-y; background-position: left top
  34.  
  35.     }  
  36.  
  37. .maprightrep {
  38.  
  39.     background-image: url(../images/map_right_rep.gif);
  40.  
  41.     background-repeat: repeat-y;
  42.  
  43.     background-position: left top
  44.  
  45.     }  
  46.  
  47. .centerbg {  
  48.  
  49.     background-image: url(../images/map_bg.jpg);
  50.  
  51.     background-repeat: repeat;
  52.  
  53.     background-position: left top
  54.  
  55.     }
  56.  
  57. .etiket_top {  
  58.  
  59.     background-image: url(../images/etiket_top.gif);
  60.  
  61.     background-repeat: repeat-x;
  62.  
  63.     background-position: left top
  64.  
  65.     }
  66.  
  67. .etiket_bottom {
  68.  
  69.     background-image: url(../images/etiket_bottom.gif);
  70.  
  71.     background-repeat: repeat-x;
  72.  
  73.     background-position: left top
  74.  
  75.     }  
  76.  
  77. .etiket_left {
  78.  
  79.     background-image: url(../images/etiket_left.gif);
  80.  
  81.     background-repeat: repeat-y;
  82.  
  83.     background-position: left top
  84.  
  85.     }
  86.  
  87. .etiket_right {
  88.  
  89.     background-image: url(../images/etiket_right.gif);
  90.  
  91.     background-repeat: repeat-y;
  92.  
  93.     background-position: left top
  94.  
  95.     }  
  96.  
  97. .etiket_center {
  98.  
  99.     background-color: #FFFFFF;
  100.  
  101.     padding-top: 5px;
  102.  
  103.     padding-right: 5px;
  104.  
  105.     padding-bottom: 5px;
  106.  
  107.     padding-left: 5px
  108.  
  109.     }  
  110.  
  111. .etiket_marge {  
  112.  
  113.     margin-top: 0px;
  114.  
  115.     margin-right: 0px;
  116.  
  117.     margin-bottom: 10px;
  118.  
  119.     margin-left: 0px
  120.  
  121.     }
  122.  
  123.    
  124.  
  125. .etiketblue_center {
  126.  
  127.     background-color: #00a3e6;
  128.  
  129.     padding-top: 5px;
  130.  
  131.     padding-right: 5px;
  132.  
  133.     padding-bottom: 5px;
  134.  
  135.     padding-left: 5px
  136.  
  137.     }
  138.  
  139. .etiketblue_top {  
  140.  
  141.     background-image: url(../images/etblue_top.gif);
  142.  
  143.     background-repeat: repeat-x;
  144.  
  145.     background-position: left top
  146.  
  147.     }  
  148.  
  149. .etiketblue_bottom {
  150.  
  151.     background-image: url(../images/etblue_bottom.gif);
  152.  
  153.     background-repeat: repeat-x;
  154.  
  155.     background-position: left top
  156.  
  157.     }
  158.  
  159. .etiketblue_left {
  160.  
  161.     background-image: url(../images/etblue_left.gif);
  162.  
  163.     background-repeat: repeat-y;
  164.  
  165.     background-position: left top
  166.  
  167.     }
  168.  
  169. .etiketblue_right {
  170.  
  171.     background-image: url(../images/etblue_right.gif);
  172.  
  173.     background-repeat: repeat-y;
  174.  
  175.     background-position: left top
  176.  
  177.     }
  178.  
  179.    
  180.  
  181.     /*  ----------------------------------NAV---------------------------------------*/
  182.  
  183.    
  184.  
  185. #headercel_nav {
  186.  
  187.         padding: 10px 30px 0px 0px;
  188.  
  189. }
  190.  
  191.  
  192.  
  193. .topnav {
  194.  
  195.         font-family: "Times New Roman", Times, serif;
  196.  
  197.         font-size: 16px;
  198.  
  199.         color: #666666;
  200.  
  201.         font-weight: bold;
  202.  
  203.  
  204.  
  205.         }
  206.  
  207.  
  208.  
  209. .topnav:hover {
  210.  
  211.         font-family: "Times New Roman", Times, serif;
  212.  
  213.         font-size: 16px;
  214.  
  215.         color: #00a3e6;
  216.  
  217.         font-weight: bold;     
  218.  
  219.         }
  220.  
  221. .topnav a {
  222.  
  223.     text-decoration:underline;
  224.  
  225. }
  226.  
  227. /*
  228.  
  229. #print {
  230.  
  231.         padding: 5px;
  232.  
  233.         margin: 5px;
  234.  
  235. }
  236.  
  237. */ 
  238.  
  239.  
  240.  
  241. #print a{
  242.  
  243.         font-family: "Times New Roman", Times, serif;
  244.  
  245.         font-size: 14px;
  246.  
  247.         color: #939393;
  248.  
  249.         text-decoration: underline;
  250.  
  251.         padding: 5px;
  252.  
  253.         margin: 5px;
  254.  
  255. }      
  256.  
  257. #print a:hover{
  258.  
  259.         font-family: "Times New Roman", Times, serif;
  260.  
  261.         font-size: 14px;
  262.  
  263.         color: #00a3e6;
  264.  
  265.         text-decoration: underline;
  266.  
  267.         padding: 5px;      
  268.  
  269.         }
  270.  
  271.  
  272.  
  273.    
  274.  
  275.     /*  ----------------------------------TYPO---------------------------------------*/
  276.  
  277.    
  278.  
  279. h1 {  
  280.  
  281.         font-family: "Times New Roman", Times, serif;
  282.  
  283.         font-size: 18px;
  284.  
  285.         font-weight: bold;
  286.  
  287.         color: #000000;
  288.  
  289.         text-transform: uppercase;
  290.  
  291.         }
  292.  
  293.        
  294.  
  295. h2 {  
  296.  
  297.         font-family: "Times New Roman", Times, serif;
  298.  
  299.         font-size: 18px;
  300.  
  301.         font-weight: bold;
  302.  
  303.         color: #000000;
  304.  
  305.         text-transform: uppercase;
  306.  
  307.         margin-bottom: -18px;
  308.  
  309.         /* --- alleen gebruikt als onder de zwarte titel nog een andere staat ---*/
  310.  
  311.         }
  312.  
  313.        
  314.  
  315.         /* IE only values */       
  316.  
  317. * html h2 { font-size : 100%; margin-bottom: -15px;} /* IE font size fix */
  318.  
  319.        
  320.  
  321. h3 {
  322.  
  323.         font-family: "Times New Roman", Times, serif;
  324.  
  325.         font-size: 18px;
  326.  
  327.         font-weight: bold;
  328.  
  329.         color: #00a3e6 ;
  330.  
  331.         text-transform: uppercase;
  332.  
  333.         }
  334.  
  335. h4 {
  336.  
  337.         font-family: "Times New Roman", Times, serif;
  338.  
  339.         font-size: 18px;
  340.  
  341.         font-weight: bold;
  342.  
  343.         color: #FFFFFF;
  344.  
  345.         text-transform: uppercase;
  346.  
  347.         margin-bottom: 18px;
  348.  
  349.         }
  350.  
  351.        
  352.  
  353. h5 {  
  354.  
  355.         font-family: "Times New Roman", Times, serif;
  356.  
  357.         font-size: 18px;
  358.  
  359.         font-weight: bold;
  360.  
  361.         color: #000000;
  362.  
  363.         margin-top: 0px;
  364.  
  365.         margin-bottom: 6px;
  366.  
  367.        
  368.  
  369.         }
  370.  
  371.        
  372.  
  373. h6 {  
  374.  
  375.         font-family: "Times New Roman", Times, serif;
  376.  
  377.         font-size: 14px;
  378.  
  379.         font-weight: bold;
  380.  
  381.         color: #333333;
  382.  
  383.         margin-top: 0px;
  384.  
  385.         margin-bottom: 6px;
  386.  
  387.        
  388.  
  389.         }
  390.  
  391.        
  392.  
  393. .subtitel{
  394.  
  395.  
  396.  
  397.         font-family: "Times New Roman", Times, serif;
  398.  
  399.         font-size: 15px;
  400.  
  401.         font-weight: bold;
  402.  
  403.         color: #666666;
  404.  
  405.         /*text-transform: uppercase;*/
  406.  
  407. }
  408.  
  409. p {  
  410.  
  411.         font-family: "Times New Roman", Times, serif;
  412.  
  413.         font-size: 14px;
  414.  
  415.         color: #000000;
  416.  
  417.         }
  418.  
  419.        
  420.  
  421. p#alinea {  
  422.  
  423.         font-family: "Times New Roman", Times, serif;
  424.  
  425.         font-size: 14px;
  426.  
  427.         color: #000000;
  428.  
  429.         margin-bottom: -10px;
  430.  
  431.         }
  432.  
  433.        
  434.  
  435. p#alinealaatst {  
  436.  
  437.         font-family: "Times New Roman", Times, serif;
  438.  
  439.         font-size: 14px;
  440.  
  441.         color: #000000;
  442.  
  443.         margin-bottom: 10px;
  444.  
  445.         }
  446.  
  447.        
  448.  
  449. .text_normal {  
  450.  
  451.         font-family: "Times New Roman", Times, serif;
  452.  
  453.         font-size: 14px;
  454.  
  455.         color: #000000;
  456.  
  457.        
  458.  
  459.         }
  460.  
  461. .text_white {
  462.  
  463.         font-family: "Times New Roman", Times, serif;
  464.  
  465.         font-size: 14px;
  466.  
  467.         color: #FFFFFF;
  468.  
  469.         }
  470.  
  471.  
  472.  
  473. .comment{
  474.  
  475.         font-family: "Times New Roman", Times, serif;
  476.  
  477.         font-size: 13px;
  478.  
  479.         color: #979898;
  480.  
  481.    
  482.  
  483. }
  484.  
  485.  
  486.  
  487. .blu {
  488.  
  489.         font-family: "Times New Roman", Times, serif;
  490.  
  491.         font-size: 14px;
  492.  
  493.         color: #00a3e6 ;
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. }
  502.  
  503.  
  504.  
  505. a {
  506.  
  507.         font-family: "Times New Roman", Times, serif;
  508.  
  509.         font-size: 14px;
  510.  
  511.         color: #00a3e6;
  512.  
  513.         text-decoration: underline;
  514.  
  515.         }
  516.  
  517.  
  518.  
  519. a:hover {
  520.  
  521.         font-family: "Times New Roman", Times, serif;
  522.  
  523.         font-size: 14px;
  524.  
  525.         color: #939393;
  526.  
  527.         text-decoration: underline;
  528.  
  529.         }
  530.  
  531.        
  532.  
  533. a.kleiner {
  534.  
  535.         font-family: "Times New Roman", Times, serif;
  536.  
  537.         font-size: 12px;
  538.  
  539.         color: #00a3e6;
  540.  
  541.         text-decoration: underline;
  542.  
  543.         }
  544.  
  545.  
  546.  
  547. a.kleiner:hover {
  548.  
  549.         font-family: "Times New Roman", Times, serif;
  550.  
  551.         font-size: 12px;
  552.  
  553.         color: #939393;
  554.  
  555.         text-decoration: underline;
  556.  
  557.         }
  558.  
  559.        
  560.  
  561. a.terug {
  562.  
  563.         font-family: "Times New Roman", Times, serif;
  564.  
  565.         font-size: 13px;
  566.  
  567.         color: #00a3e6;
  568.  
  569.         text-decoration: underline;
  570.  
  571.         margin-left: 5px;
  572.  
  573.         }
  574.  
  575.  
  576.  
  577. a.terug:hover {
  578.  
  579.         font-family: "Times New Roman", Times, serif;
  580.  
  581.         font-size: 13px;
  582.  
  583.         color: #939393;
  584.  
  585.         text-decoration: underline;
  586.  
  587.         margin-left: 5px;
  588.  
  589.         }
  590.  
  591.     /* ------------------------------------ LISTS ----------------------------------------------------*/
  592.  
  593.    
  594.  
  595. ul, ol {
  596.  
  597.     font-family: "Times New Roman", Times, serif;
  598.  
  599.     font-size: 14px;
  600.  
  601.     padding-left: 11px;
  602.  
  603.     margin-left: 11px;
  604.  
  605.    
  606.  
  607.    
  608.  
  609.    
  610.  
  611.     }
  612.  
  613.    
  614.  
  615. text_white li{
  616.  
  617.     padding-left: 2px;
  618.  
  619.     margin-left: 2px;
  620.  
  621.  
  622.  
  623. }
  624.  
  625.    
  626.  
  627. li {
  628.  
  629.     list-style-type: none;
  630.  
  631.     line-height: 15px;
  632.  
  633.     }
  634.  
  635.  
  636.  
  637. li.spatie {
  638.  
  639.     list-style-image: url(../images/bullit_grey.gif);
  640.  
  641.     line-height: 15px;
  642.  
  643.     padding-bottom: 5px;
  644.  
  645.     }
  646.  
  647.    
  648.  
  649. li.nummers {
  650.  
  651.     list-style-type: decimal;
  652.  
  653.     /*line-height: 15px;*/
  654.  
  655. }
  656.  
  657.  
  658.  
  659. li.niks {
  660.  
  661.     list-style-type: none;
  662.  
  663.     /*line-height: 15px;*/
  664.  
  665. }
  666.  
  667. li.niks {
  668.  
  669.     list-style-type: none;
  670.  
  671.     /*line-height: 15px;*/
  672.  
  673. }
  674.  
  675. .bull_blue{
  676.  
  677.     color: #c1bfb2;
  678.  
  679.  
  680.  
  681. }
  682.  
  683.  
  684.  
  685.     /*  ----------------------------------FORM---------------------------------------*/
  686.  
  687.    
  688.  
  689. #form {
  690.  
  691.         width:500px;
  692.  
  693.         padding: 0px 16px 8px 16px;
  694.  
  695.         background-color: #FFFFFF;
  696.  
  697.         font-family: "Times New Roman", Times, serif;
  698.  
  699.         font-size: 14px;
  700.  
  701.         color: #666666;
  702.  
  703.         border:1px solid #FF0000;
  704.  
  705.        
  706.  
  707. }
  708.  
  709. form#mailform{ 
  710.  
  711. width:600px;
  712.  
  713. /*border:1px solid #FF0000;*/
  714.  
  715. }
  716.  
  717. input {
  718.  
  719.         background-color: #FFFFFF;
  720.  
  721.         border:1px solid #999999;
  722.  
  723.        
  724.  
  725. }
  726.  
  727.  
  728.  
  729. #dashedline{
  730.  
  731.         width:100%;
  732.  
  733.         border-top:thin dashed #999999;
  734.  
  735.         padding: 10px 0px 0px 0px;
  736.  
  737.  
  738.  
  739.  
  740.  
  741. }
  742.  
  743. #dashedline_services{
  744.  
  745.         width:100%;
  746.  
  747.         margin-top: 10px;
  748.  
  749.         border-top:thin dashed #999999;
  750.  
  751.         padding: 10px 0px 0px 0px;
  752.  
  753.  
  754.  
  755.  
  756.  
  757. }
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765. /* CSC Mailform Typo3 4.0 */
  766.  
  767. .csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
  768.  
  769.     border: 0;
  770.  
  771. }
  772.  
  773. .csc-mailform-field {
  774.  
  775.     /*border:1px solid #FF0000;*/
  776.  
  777.     margin: 5px 0px 5px 0px;
  778.  
  779.     /*clear:both;*/
  780.  
  781. }
  782.  
  783. .field-bel_me {
  784.  
  785.     /*border:1px solid #006600;*/
  786.  
  787.     margin: 5px 0px 5px 0px;
  788.  
  789.     width:135px;
  790.  
  791.     float:left;
  792.  
  793. }
  794.  
  795. .field-uur{
  796.  
  797.     /*border:1px solid #006600;*/
  798.  
  799.     margin: 22px 0px 5px 0px;
  800.  
  801.     width:150px;
  802.  
  803.     float:left;
  804.  
  805.     /*height:39px;*/
  806.  
  807. }
  808.  
  809.  
  810.  
  811. .field- {
  812.  
  813.     /*border:1px solid #006600;*/
  814.  
  815.     margin: 25px 0px 5px 0px;
  816.  
  817.     width:150px;
  818.  
  819.     float:left;
  820.  
  821. }
  822.  
  823.  
  824.  
  825. FIELDSET{
  826.  
  827. border:none;
  828.  
  829. margin:0;
  830.  
  831. padding:0;
  832.  
  833. }
  834.  
  835. .field-formtype_mail{
  836.  
  837. clear:both;
  838.  
  839. text-align:right;
  840.  
  841. }
  842.  
  843.  
  844.  
  845. .field-naam label , .field-Telefoon label, .field-email label, .field-Vraag label {
  846.  
  847. width: 150px;
  848.  
  849. float: left;
  850.  
  851. text-align: left;
  852.  
  853. margin-right: 0.5em;
  854.  
  855. /*display: block;*/
  856.  
  857. }
  858.  
  859.  
  860.  
  861.  
  862.  
  863. p.newsletter{
  864.  
  865.         /*border:1px solid #CC0000;*/
  866.  
  867.         font-family: "Times New Roman", Times, serif;
  868.  
  869.         font-size: 14px;
  870.  
  871.         color: #666666;
  872.  
  873.         text-align:center;
  874.  
  875.         }
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.         /*------------------------------------- ZOEK -------------------------------------
  884.  
  885.  
  886.  
  887. td.zoek{
  888.  
  889. padding-top: 18px;
  890.  
  891.  
  892.  
  893.  
  894.  
  895. }
  896.  
  897.     *html td.zoek{
  898.  
  899.     height: 18px;
  900.  
  901.     padding-top: 15px;
  902.  
  903.    
  904.  
  905.     }
  906.  
  907.  
  908.  
  909. form#zoek {
  910.  
  911.                     height: 18px;
  912.  
  913.                     background:#fff;
  914.  
  915.                     margin-top: 20px;
  916.  
  917.                
  918.  
  919.                             }
  920.  
  921.                            
  922.  
  923.                     *html form#zoek{
  924.  
  925.                             height: 12px;
  926.  
  927.                             margin-top: 12px
  928.  
  929.                            
  930.  
  931.                            
  932.  
  933.                         }
  934.  
  935. */
  936.  
  937. /*  ----------------------------------TABLES---------------------------------------*/
  938.  
  939.  
  940.  
  941. td p.bodytext{
  942.  
  943. padding:0;
  944.  
  945. margin:0;
  946.  
  947. }
  948.  
  949.  
  950.  
  951.  
  952.  
  953. table.services  {
  954.  
  955.     width:630px;
  956.  
  957.     border-width:1px;
  958.  
  959.     padding:10px;
  960.  
  961.     border-style:dashed;
  962.  
  963.     border-color:#999999;
  964.  
  965.     font-family: "Times New Roman", Times, serif;
  966.  
  967.     font-size: 12px;
  968.  
  969.     color: #666666;
  970.  
  971. }
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979. td.maintitel p{
  980.  
  981.     padding: 10px 5px 3px 5px;
  982.  
  983.     font-family: "Times New Roman", Times, serif;
  984.  
  985.     font-size: 14px;
  986.  
  987.     color: #757575;
  988.  
  989.     font-weight: bold;
  990.  
  991. }
  992.  
  993.  
  994.  
  995. td.opsomming p{
  996.  
  997.     font-family: "Times New Roman", Times, serif;
  998.  
  999.     font-size: 12px;
  1000.  
  1001.     padding: 4px 5px 4px 5px;
  1002.  
  1003.     color: #333333;
  1004.  
  1005. }
  1006.  
  1007.  
  1008.  
  1009. .bull_opsomming{
  1010.  
  1011.     font-family: "Times New Roman", Times, serif;
  1012.  
  1013.     font-size: 12px;
  1014.  
  1015.     color: #c1bfb2;
  1016.  
  1017.  
  1018.  
  1019. }
  1020.  
  1021.  
  1022.  
  1023. td.meerinfo p{
  1024.  
  1025.     font-family: "Times New Roman", Times, serif;
  1026.  
  1027.     font-size: 12px;
  1028.  
  1029.     padding: 3px 5px 4px 12px;
  1030.  
  1031.     padding: 0;
  1032.  
  1033. }
  1034.  
  1035.  
  1036.  
  1037. td.meerinfobeforetab{
  1038.  
  1039.     font-family: "Times New Roman", Times, serif;
  1040.  
  1041.     font-size: 12px;
  1042.  
  1043.     padding: 3px 5px 10px 12px;
  1044.  
  1045. }
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053. td.prijzen p{
  1054.  
  1055.     vertical-align: middle;
  1056.  
  1057.     text-align: center;
  1058.  
  1059.     padding: 2px 0px 2px 0px;
  1060.  
  1061.     padding: 0;
  1062.  
  1063.     font-family: "Times New Roman", Times, serif;
  1064.  
  1065.     font-size: 14px;
  1066.  
  1067.     color: #757575;
  1068.  
  1069.     font-weight: bold;
  1070.  
  1071. }
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077. /*  ----------------------------------LISTS---------------------------------------*/
  1078.  
  1079. ul.services {    
  1080.  
  1081.     margin: 0px;  
  1082.  
  1083.     list-style-image: url(../images/im_ulist.gif);  
  1084.  
  1085.    
  1086.  
  1087.     }
  1088.  
  1089.    
  1090.  
  1091. /* 
  1092.  
  1093. // --- CSS STYLES start ----------------------
  1094.  
  1095. */
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.     #tabsmenu {background: #F4F4F4;height:44px;padding:0px 0px 0px 0px;
  1104.  
  1105.     background-image:url(../images/newnavigation/navi_fill2_small.jpg);
  1106.  
  1107.         background-repeat:repeat-x;
  1108.  
  1109.         background-position:top;
  1110.  
  1111.     }
  1112.  
  1113.     html > #tabsmenu {height:48px;}
  1114.  
  1115.     #tabsmenu .img,#tabsmenu .item,#tabsmenu .item2 {float: left;}
  1116.  
  1117.     #tabsmenu .item {
  1118.  
  1119.         height:44px;
  1120.  
  1121.         background:#810027;
  1122.  
  1123.         background-image:url(../images/newnavigation/m1.gif);
  1124.  
  1125.         background-repeat:repeat-x;
  1126.  
  1127.         background-position:top;
  1128.  
  1129.     }
  1130.  
  1131.     #tabsmenu .item2 {
  1132.  
  1133.         height:44px;
  1134.  
  1135.         background:#FFFFFF;
  1136.  
  1137.         background-image:url(../images/newnavigation/m2.gif);
  1138.  
  1139.         background-repeat:repeat-x;
  1140.  
  1141.         background-position:top;
  1142.  
  1143.     }
  1144.  
  1145.     #tabsmenu .item A,#tabsmenu .item2 A {padding: 0px 10px;line-height:28px; font-family: Verdana;font-weight:bold;font-size: .8em;text-decoration:none;}
  1146.  
  1147.     #tabsmenu .item A {color: #FFFFFF;}
  1148.  
  1149.     #tabsmenu .item2 A {color: #000000;}
  1150.  
  1151.     #tabsmenu .item A:hover,#tabsmenu2 .item A:hover {text-decoration:underline;}
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159. /*
  1160.  
  1161. // --- CCS STYLES end ------------------------
  1162.  
  1163. */
  1164.  
  1165.  
  1166.  
  1167.    
  1168.  
  1169. a img {
  1170.  
  1171.     border:none;
  1172.  
  1173. }
  1174.  
  1175.  
  1176.  
  1177. /*
  1178.  
  1179. // --- Added styles for wat doen we table -----
  1180.  
  1181.  
  1182.  
  1183. td.odd{
  1184.  
  1185.     border-right: #95b3d7 1px solid !important;
  1186.  
  1187.     border-top: #95b3d7 1px solid !important;
  1188.  
  1189.     border-left: #95b3d7 1px solid !important;
  1190.  
  1191.     border-bottom: #95b3d7 1px solid !important;
  1192.  
  1193.     height: 20px !important;
  1194.  
  1195.     background-color: #b8cce4
  1196.  
  1197. }
  1198.  
  1199. td.even{
  1200.  
  1201.     border-right: #95b3d7 1px solid !important;
  1202.  
  1203.     border-top: #f0f0f0;
  1204.  
  1205.     border-left: #95b3d7 1px solid !important;
  1206.  
  1207.     border-bottom: #95b3d7 1px solid !important;
  1208.  
  1209.     height: 20px !important;
  1210.  
  1211.     background-color: #dbe5f1
  1212.  
  1213. }
  1214.  
  1215.  
  1216.  
  1217. td.clean{
  1218.  
  1219.     border-right: #f0f0f0;
  1220.  
  1221.     border-top: #f0f0f0;
  1222.  
  1223.     border-left: #f0f0f0;
  1224.  
  1225.     border-bottom: #f0f0f0;
  1226.  
  1227.     height: 20px !important;
  1228.  
  1229.     background-color: transparent
  1230.  
  1231. }
  1232.  
  1233.  
  1234.  
  1235. #Border{
  1236.  
  1237.     height:170px !important;
  1238.  
  1239.     margin-top:-25px !important;  
  1240.  
  1241. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement