Guest User

Untitled

a guest
Nov 1st, 2012
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.73 KB | None | 0 0
  1. html, body          {
  2.                     margin: 0;
  3.                    
  4.                     }
  5.  
  6. body                {
  7.                     padding: 10px;
  8.                     border-color: #ffffff;
  9.                     font-family: tahoma, verdana, arial, sans-serif;
  10.                     color: #666666;
  11.                     background:white;
  12.                     }
  13.  
  14. body table          {
  15.                     font-size: 10pt;
  16.                     }
  17.  
  18. a{
  19. text-decoration:bold;
  20. }
  21. #header_top_right {
  22. width:24%;
  23. height:95%;
  24.  text-align:right;
  25.  float:right;
  26.   border:5px solid #000000;
  27.   background:grey;
  28.  
  29.   }
  30. #header_top_right .btn1{
  31. text-align:center;
  32. float:left;
  33.   background:green;
  34.   width:50%;
  35.   height:50%;
  36.   text-decoration:none;
  37.   }
  38. #header_top_right .btn2{
  39. text-align:center;
  40. float:left;
  41.   background:orange;
  42.   width:50%;
  43.   height:50%;
  44.   text-decoration:none;
  45.   }
  46.  #header_top_right  form{
  47.  
  48.     background:red;
  49.     height:100%;
  50.     width:100%;
  51.  }
  52.   #header_top_right  form .cnt{
  53.     font-size:0.7em;
  54.     color:white;
  55.  
  56.     position:relative;
  57.     right:2em;
  58.     top:0.5em;
  59.  
  60.   }
  61.  
  62. .btn2 span a , .btn2 span a h5{
  63.    
  64.     text-decoration:none;
  65.     color:white;
  66.  }
  67. .superbar {
  68.     width:100%;
  69.     background:black;
  70.     height:3em;
  71. }
  72. .container{
  73.     width: 70em;
  74.     padding:auto;
  75.     margin:auto;
  76.     border:1px solid #000000;
  77.     margin-top:1em;
  78.     background:#666666;
  79.     padding:1em;
  80.     height:100%;
  81. }
  82.  
  83. .header     {
  84.                     wid: 100%;
  85.                     margin: 10px 0 10px 0;
  86.                     }
  87.  
  88. .headerLogo     {
  89.                     wid: 100%;
  90.                     padding: 5px 10px 5px 0;
  91.                     }
  92.  
  93. .headerSearch       {
  94.                     }
  95.  
  96. .search     {
  97.                     wid: 100%;
  98.                     font-size: 8pt;
  99.                     }
  100.  
  101. .search         {
  102.                     white-space: nowrap;
  103.                     background-color: #efefef;
  104.                     }
  105.  
  106. .searchTitle        {
  107.                     }
  108.  
  109. .searchField        {
  110.                     wid: 100%;
  111.                     padding: 0 5px 0 5px;
  112.                     }
  113.  
  114. .searchButton       {
  115.                     }
  116.  
  117. .subheader      {
  118.                     width: 100%;
  119.                     height: 3em;
  120.                     display:block;
  121.                     background:green;
  122.                    
  123.                     }
  124.  
  125. .menuSeparator  {
  126.                     height: 1em;
  127.                     wid: 10px;
  128.                     }
  129.  
  130. .menuPokupki        {
  131.                     wid: 90px;
  132.                    
  133.                     vertical-align: center;
  134.                     white-space: nowrap;
  135.                     /*background-image: url(pix/pokupki.gif);
  136.                     background-position: left bottom;
  137.                     background-repeat: no-repeat;
  138.                     padding: 0 0 3px 37px;*/
  139.                     padding-top:2em;
  140.                     }
  141.  
  142. .menu1          {
  143.                     wid: 120px;
  144.                     vertical-align: middle;
  145.                     background-color: #e27106;
  146.                     border-right: 1px solid #ffffff;
  147.                     padding: 0.3em;
  148.                     white-space: nowrap;
  149.                     }
  150.  
  151. .menu2          {
  152.                     wid: 120px;
  153.                     vertical-align: middle;
  154.                     background-color: #38a811;
  155.                     border-right: 1px solid #ffffff;
  156.                     padding: 0.3em;
  157.                     white-space: nowrap;
  158.                     }
  159.  
  160. .menu3          {
  161.                     wid: 120px;
  162.                     vertical-align: middle;
  163.                     background-color: #0e64b1;
  164.                     border-right: 1px solid #ffffff;
  165.                     padding: 0.3em;
  166.                     white-space: nowrap;
  167.                     }
  168.  
  169. .menu4          {
  170.                     wid: 120px;
  171.                     vertical-align: middle;
  172.                     background-color: #de1981;
  173.                     border-right: 1px solid #ffffff;
  174.                     padding: 0.3em;
  175.                     white-space: nowrap;
  176.                     }
  177. .menu {
  178.     list-style:none;
  179.    
  180.     display:block;
  181.     height:100%;
  182.     background:grey;
  183.    
  184. }
  185. .menu li{
  186.     height:80%;
  187.     width:10em;
  188.     float:left;
  189.    
  190. }
  191. .menu1 a,
  192. .menu2 a,
  193. .menu3 a,
  194. .menu4 a            {
  195.                     color: #ffffff;
  196.                     text-decoration:none;
  197.  
  198.                    
  199.                     padding:1em;
  200.                     }
  201. .wrapper{
  202.  
  203. border:1px solid black;
  204. float:left;
  205. width:70%;
  206. height:100%;
  207. background:#999999;
  208.  
  209.  
  210. }
  211. .header-container{
  212.  
  213.  
  214. width:100%;
  215. height:7em;
  216.  
  217. }
  218. .menuSearch     {
  219.                     background-color: #efefef;
  220.                    
  221.                     float:right;
  222.                     margin-top:0.6em;
  223.                     margin-right:6.7em;
  224.                     padding: 0 0.5em;
  225.                     height:1.7em;
  226.                     width:20%;
  227.                     display:block;
  228.                    
  229.                     }
  230. .menuSearch span{
  231.             display:block;
  232.            
  233.             margin:0.15em;
  234.             padding:auto;
  235.  
  236.  
  237. }
  238. .content        {
  239.                     wid: 100%;
  240.                     vertical-align: top;
  241.                     display:inline;
  242.                     }
  243.  
  244. .title          {
  245.                     wid: 100%;
  246.                     text-align: left;
  247.                     padding: 0 0 1px 10px;
  248.                     font-size: 8pt;
  249.                     }
  250.  
  251. .titleA         {
  252.                     wid: 100%;
  253.                     text-align: left;
  254.                     padding: 0 10px 1px 10px;
  255.                     font-size: 8pt;
  256.                     }
  257.  
  258. .filter         {
  259.                     wid: 100%;
  260.                     text-align: right;
  261.                     padding: 0 0 1px 10px;
  262.                     font-size: 8pt;
  263.                     float:right;
  264.                     background:#444444;
  265.                     height:98%;
  266.                     margin-right:1em;
  267.                     display:block;
  268.                     }
  269.  
  270. .filterA            {
  271.                     wid: 100%;
  272.                     text-align: right;
  273.                     padding: 0 10px 1px 10px;
  274.                     font-size: 8pt;
  275.                     }
  276.  
  277. .searchResults  {
  278.                     padding: 0 10px 10px 10px;
  279.                     font-size: 8pt;
  280.                     }
  281. .cLhead {
  282.         width:100%;
  283.         background:black;
  284.         color:white;
  285.         font-size:10pt;
  286.         text-align:left;
  287.         height:1.5em;
  288.         padding:0;
  289.         margin:0;
  290.  
  291. }
  292. .cLhead h4{
  293.         padding:0;
  294.         margin:0;
  295.         padding-left:0.5em;
  296.         padding-top:0.1em;
  297. }
  298. .contentLeft        {
  299.                     padding:0.3em;
  300.                     font-size: 8pt;
  301.                     display:block;
  302.                     width:25em;
  303.                     border:1px solid black;
  304.                     height:100%;
  305.                     background:white;
  306.                     }
  307.  
  308. .contentRight       {
  309.                     wid: 100%;
  310.                     font-size: 8pt;
  311.                     padding:0.3em;
  312.                     font-size: 8pt;
  313.                     display:block;
  314.                     width:30em;
  315.                     border:1px solid black;
  316.                     height:100%;
  317.                     background:white;
  318.                     float:left;
  319.                     }
  320.  
  321. .searchDigiseller   {
  322.                     background-color: #eeeeee;
  323.                     }
  324.  
  325. .data           {
  326.                     wid: 100%;
  327.                     border: 1px solid #efefef;
  328.                     font-size: 8pt;
  329.                     margin-bottom: 10px;
  330.                     }
  331.  
  332. .data       {
  333.                     vertical-align: top;
  334.                     padding: 5px;
  335.                     border-bottom: 1px solid #ffffff;
  336.                     background-color: #f8f8f8;
  337.                     }
  338.  
  339. .data       {
  340.                     background-color: #efefef;
  341.                     padding: 5px;
  342.                     border-top: 1px solid #ffffff;
  343.                     border-bottom: 1px solid #ffffff;
  344.                     }
  345.  
  346. .dataTitle      {
  347.                     wid: 100%;
  348.                     text-align: left;
  349.                     border-left: 1px solid #ffffff;
  350.                     }
  351.  
  352. .dataPrice      {
  353.                     white-space: nowrap;
  354.                     border-left: 1px solid #ffffff;
  355.                     border-right: 1px solid #ffffff;
  356.                     }
  357.  
  358. .dataPrice      {
  359.                     white-space: nowrap;
  360.                     border-right: 1px solid #ffffff;
  361.                     border-left: 1px solid #ffffff;
  362.                     text-align: center;
  363.                     }
  364.  
  365. .dataTitle      {
  366.                     wid: 100%;
  367.                     border-left: 1px solid #ffffff;
  368.                     }
  369.  
  370. .sorting        {
  371.                     wid: 220px;
  372.                     font-size: 8pt;
  373.                     }
  374.  
  375. .sortingButton  {
  376.                     padding: 5px;
  377.                     }
  378.  
  379. .sortingTitle       {
  380.                     white-space: nowrap;
  381.                     vertical-align: middle !important;
  382.                     padding: 0 5px 0 5px;
  383.                     color:white;
  384.                     font-size:1.5em;
  385.                     text-align:left;
  386.                     }
  387.  
  388. .sortingSelect  {
  389.                     padding: 5px 0 5px 0;
  390.                     wid: 100%;
  391.                     }
  392.  
  393. .card           {
  394.                     wid: 100%;
  395.                     border: 1px solid #efefef;
  396.                     font-size: 8pt;
  397.                     margin-bottom: 10px;
  398.                     }
  399.  
  400. .card       {
  401.                     vertical-align: top;
  402.                     padding: 5px;
  403.                     border-bottom: 1px solid #ffffff;
  404.                     }
  405.  
  406. .cardTitle      {
  407.                     white-space: nowrap;
  408.                     background-color: #efefef;
  409.                     font-weight: bold;
  410.                     text-align: right;
  411.                     border-left: 1px solid #ffffff;
  412.                     border-right: 1px solid #ffffff;
  413.                     border-bottom: 1px solid #ffffff;
  414.                     }
  415.  
  416. .cardDesc           {
  417.                     wid: 100%;
  418.                     background-color: #f8f8f8;
  419.                     border-right: 1px solid #ffffff;
  420.                     border-bottom: 1px solid #ffffff;
  421.                     }
  422.  
  423. .cardFirst      {
  424.                     border-top: 1px solid #ffffff;
  425.                     }
  426.  
  427. .cardDesc p     {
  428.                     margin: 10px 0 0 0;
  429.                     padding: 0;
  430.                     }
  431.  
  432. form                {
  433.                     margin: 0;
  434.                     padding: 0;
  435.                     }
  436.  
  437. input.search        {
  438.                     wid: 100%;
  439.                     font-size: 8pt;
  440.                     font-family: tahoma, verdana, arial, sans-serif;
  441.                     color: #666666;
  442.                     }
  443.  
  444. input.button        {
  445.                     font-size: 8pt;
  446.                     font-family: tahoma, verdana, arial, sans-serif;
  447.                     color: #666666;
  448.                     }
  449.  
  450. select.sorting      {
  451.                     font-size: 8pt;
  452.                     font-family: tahoma, verdana, arial, sans-serif;
  453.                     color: #666666;
  454.                     }
  455.  
  456. h5                  {
  457.                     margin-bottom: 7px;
  458.                     padding: 0;
  459.                     }
  460.  
  461. div.description,
  462. div.descriptionSub  {
  463.                     margin: 0;
  464.                     padding: 0;
  465.                     padding-top:0.5em;
  466.                     }
  467. div.description a{
  468.     text-decoration:none;
  469.     text-decoration:bold;
  470.     color:white;
  471.  
  472. }
  473. div.descriptionSub  {
  474.                     margin-top: -3px;
  475.                     font-size: 8pt;
  476.                     color: white;
  477.                     }
  478.  
  479. div.pager           {
  480.                     margin-bottom: 10px;
  481.                     }
  482.  
  483. ul.categories       {
  484.                     list-style: none;
  485.                     margin: 0;
  486.                     padding: 1px 0 0 0;
  487.                     border-bottom: 1px solid #efefef;
  488.                     border-top: 1px solid #efefef;f
  489.                     }
  490.  
  491. ul.categories li    {
  492.                     display: block;
  493.                     border-bottom: 1px solid #ffffff;
  494.                     }
  495.  
  496. ul.categories li a  {
  497.                     display: block;
  498.                     wid: 200px;
  499.                     padding: 5px 15px 5px 5px;
  500.                     background-color: #f8f8f8;
  501.                     background-image: url(pix/arrows_menu.gif);
  502.                     background-position: right center;
  503.                     background-repeat: no-repeat;
  504.                     }
  505.  
  506. ul.categories li a:hover    {
  507.                     background-color: #efefef;
  508.                     }
  509.  
  510. a                   {
  511.                     color: #3696c5;
  512.                     }
  513.  
  514. .menu1 a,
  515. .menu2 a,
  516. .menu3 a            {
  517.                     color: #ffffff;
  518.                     }
  519.  
  520. .content            {
  521.                     wid: 100%;
  522.                     font-size: 8pt;
  523.                     padding: 0 0 0 10px;
  524.                     background: black;
  525.  
  526.                     }
  527. .section            {
  528.                     font-size:8pt;
  529.                     }
  530. .catalogue          {
  531.                     font-size:8pt;
  532.                     font-weight: bold;                 
  533.                     }
Advertisement
Add Comment
Please, Sign In to add comment