Advertisement
korenki

MainSA00 (2010)

Jun 11th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.75 KB | None | 0 0
  1. .footer_sub_container{
  2.     background-image: url(ft_bg300.gif);
  3.     height: 276px;
  4. }
  5.  
  6. ul.subcategory_navigation{
  7.     margin:0px;
  8.     padding:0px;
  9. }
  10.  
  11. ul.subcategory_navigation li{
  12.     list-style-type:none;
  13.     display:inline;
  14.     margin:0px;
  15.     line-height:20px;
  16.     height:20px;
  17.     padding-left:3px;
  18.     padding-right:3px;
  19. }
  20.  
  21. ul.subcategory_navigation li.none{
  22.     list-style-type:none;
  23.     display:inline;
  24.     margin:0px;
  25.     line-height:20px;
  26.     height:20px;
  27.     padding:0px;
  28. }
  29.  
  30. ul.subcategory_navigation li.inactive:hover{
  31.     background-color: #000;
  32. }
  33. ul.subcategory_navigation li a:hover{
  34.     color: #ffd776;
  35. }
  36.  
  37. ul.subcategory_navigation li.active, ul.subcategory_navigation li.active a{
  38.     background:#000;
  39.     color:#FFD776;
  40.     font-weight:bold;
  41.     line-height:20px;
  42.     height:20px;
  43.     padding-left:3px;
  44.     padding-right:3px;
  45. }
  46.  
  47. ul.subcategory_navigation li ul{
  48.     background:#000;
  49.     padding:5px;
  50.     margin:0px;
  51.     display:none;
  52. }
  53.  
  54. ul.subcategory_navigation li ul li{
  55.     list-style-type:none;
  56.     display:inline;
  57.     margin-right:10px;
  58.     line-height:20px;
  59.     height:20px;
  60.     color:#fff;
  61. }
  62.  
  63. ul.subcategory_navigation li:hover ul{
  64.     background:#000;
  65.     padding:5px;
  66.     margin:0px;
  67.     display:block;
  68. }
  69.  
  70. a.category_breadcrumb{
  71.         text-decoration: underline;
  72.     }
  73.    
  74. .small_image_container_img{
  75.     border: 0px; width: 72px;
  76.     }
  77.    
  78.  
  79. /* css for NEW */
  80.  
  81. .sa__container_head{
  82.     border: 1px solid #000;
  83.     border-bottom: 0px;
  84.     color: #fff;
  85.     height: 16px;
  86. }
  87.  
  88. .sa__container_body{
  89.     border: 1px solid #000;
  90.     background-color: #fff;
  91. }
  92.  
  93. .sa__container_footer{
  94.     border: 1px solid #000;
  95.     border-top: 0px;
  96.     color: #fff;
  97. }
  98.  
  99. .def__textalign_center{
  100.     text-align: center;
  101. }
  102.  
  103. .def__textalign_left{
  104.     text-align: left;
  105. }
  106.  
  107. .def__textalign_right{
  108.     text-align: right;
  109. }
  110.  
  111. .def__textcolor_white{
  112.     color: #fff;
  113. }
  114.  
  115. .def__textcolor_black{
  116.     color: #000;
  117. }
  118.  
  119. .def__bgcolor_lightgreen{
  120.     background-color: #93BB3E;
  121. }
  122.  
  123. .def__bgimg_lightgreen{
  124.     background-color: #93BB3E;
  125.     background-image: url(ads_bg00.gif);
  126.     background-repeat: repeat-x;
  127. }
  128.  
  129. .def__fontsize_small{
  130.     font-size: 10px;
  131. }
  132.  
  133. .def__fontsize_middle{
  134.     font-size: 11px;
  135. }
  136.  
  137. .def__fontsize_big{
  138.     font-size: 12px;
  139. }
  140.  
  141.  
  142.    
  143.    
  144. /* css for START-PAGES */
  145.  
  146. .sa__start__top_container{
  147.     border: 0px solid red;
  148. }
  149.  
  150.     .sa__start__top_container .left_container{
  151.         width: 153px;
  152.         margin-right: 10px;
  153.         float: left;
  154.     }
  155.         .sa__start__top_container .left_container .container_head{
  156.             font-size: 11px;
  157.             width: 110px;
  158.         }
  159.        
  160.         .sa__start__top_container .left_container .container_subhead{
  161.             font-size: 10px;
  162.             padding-left: 1px;
  163.         }
  164.        
  165.         .sa__start__top_container .left_container .container_body{
  166.             height: 286px;
  167.         }
  168.        
  169.             .sa__start__top_container .left_container .category_container{
  170.                 border-bottom: 1px solid #999;
  171.                 height: 91px;
  172.                 margin-bottom: 5px;
  173.             }
  174.            
  175.             .sa__start__top_container .left_container .category_link{
  176.                 height: 91px;
  177.                 width: 151px;
  178.                 position: relative;
  179.             }
  180.            
  181.             .sa__start__top_container .left_container a.sublink{
  182.                 position: absolute;
  183.                 display: block;
  184.                 font-weight: bold;
  185.                 color: #3E4D12;
  186.                 text-align: center;
  187.                 line-height: 12px;
  188.             }
  189.            
  190.             .sa__start__top_container .left_container a.sublink:hover{
  191.                 color: #8B571A;
  192.             }
  193.        
  194.         .sa__start__top_container .left_container .container_footer{
  195.             height: 30px;
  196.         }
  197.    
  198.     .sa__start__top_container .middle_container{
  199.         width: 566px;
  200.         float: left;
  201.     }
  202.    
  203.     .sa__start__top_container .right_container{
  204.         width: 223px;
  205.         float: right;
  206.     }
  207.         .sa__start__top_container .right_container .container_head{
  208.             font-size: 11px;
  209.             width: 110px;
  210.         }
  211.        
  212.         .sa__start__top_container .right_container .container_body{
  213.            
  214.         }
  215.        
  216.         .sa__start__top_container .right_container .container_footer{
  217.            
  218.         }
  219.  
  220.  
  221.  
  222. /* /css for START-PAGES\ */
  223.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement