Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. body {
  2.         color: #333333;
  3.         background: #F4F5F5;
  4.         line-height: 2em;
  5.         font-size: 11.5pt;
  6.         margin: 0;
  7.         padding: 0;
  8.         font-family: "Source Sans Pro", "Open Sans", sans-serif;
  9. }
  10.  
  11. a {
  12.         text-decoration: underline;
  13.         color: #1F1F1F;
  14. }
  15.  
  16. a:hover {
  17.         text-decoration: none;
  18. }
  19.  
  20. a img {
  21.         filter: alpha(opacity=80);
  22.         ..-opacity:0.8;
  23.         opacity: 0.8;
  24.         -khtml-opacity: 0.8;
  25. }
  26.  
  27. a img:hover {
  28.         filter: alpha(opacity=100);
  29.         ..-opacity:1.0;
  30.         opacity: 1.0;
  31.         -khtml-opacity: 1.0;
  32. }
  33.  
  34. #logo {
  35.         opacity: 1;
  36.         filter: alpha(opacity=100);
  37.         border-radius: 2px;
  38.         border: solid 5px white;
  39.         box-shadow: 0px 0px 0px 1px #D4D5D5, 0px 0px 10px 0px rgba(0,0,0,0.1);
  40. }
  41.  
  42. #show {
  43.         width:800px;
  44.         height:600px;
  45.         cursor:pointer;
  46.         box-shadow: 0px 0px 0px 1px #D4D5D5, 0px 0px 10px 0px rgba(0,0,0,0.1);
  47. }
  48.  
  49. .minislide, .minislide_a {
  50.         width: 80px;
  51.         height: 60px;
  52.         padding: 1px;
  53. }
  54.  
  55. .minislide { border: 1px solid #ccc; }
  56. .minislide_a {
  57.         border: 1px solid #222;
  58.         opacity: 1;
  59.         filter: alpha(opacity=100);
  60. }
  61.  
  62. .download_img {
  63.         width: 32px;
  64.         height: 32px;
  65.         border: 0px;
  66. }
  67.  
  68. .icon_cell {
  69.         width: 32px;
  70.         height:32px;
  71.         background-repeat: no-repeat;
  72. }
  73.  
  74. #footer {
  75.         padding: 30px 0 30px 0;
  76.         text-align: center;
  77.         color: #848585;
  78.         -khtml-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  79.         -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  80.         text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  81. }
  82.  
  83. #footer a {
  84.         color: #848585;
  85. }
  86.  
  87. #page {
  88.         position: relative;
  89.         margin: 0;
  90.         background-attachment: scroll;
  91.         background-repeat: no-repeat;
  92.         background-position: right bottom;
  93.         color: #333333;
  94.         padding: 5px 35px 5px 35px;
  95.         width: 910px;
  96. }
  97.  
  98.  
  99. #inner {
  100.         background: #fff;
  101.         border-radius: 4px;
  102.         box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  103.         border: solid 1px #D4D5D5;
  104. }
  105.  
  106. *+html #inner { /*IE 7*/
  107.         background: #fff;
  108.         filter:
  109.         progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=45, Strength=3)
  110.         progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=135, Strength=3)
  111.         progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=225, Strength=3)
  112.         progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=315, Strength=3);
  113.         position: relative;
  114.         top: -6px;
  115.         left: -6px;
  116.         zoom: 1;
  117. }
  118.  
  119. *+html #logo { /*IE 7*/
  120.         border: 1px solid #D4D5D5;
  121. }
  122.  
  123. @media \0screen { /*IE 8*/
  124.         #inner {
  125.                 background: #fff;
  126.                 filter:
  127.                 progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=45, Strength=3)
  128.                 progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=135, Strength=3)
  129.                 progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=225, Strength=3)
  130.                 progid:DXImageTransform.Microsoft.Shadow(color='#e5e6e6', Direction=315, Strength=3);
  131.                 position: relative;
  132.                 top: -6px;
  133.                 left: -6px;
  134.                 zoom: 1;
  135.         }
  136.         #logo {
  137.                 position: relative;
  138.                 top: 9px;
  139.                 left: 9px;
  140.                 border: 1px solid #D4D5D5;
  141.         }
  142. }
  143.  
  144. #splash {
  145.         margin: 0;
  146.         position: relative;
  147.         padding: 35px 35px 5px 35px;
  148. }
  149.  
  150. #wrapper {
  151.         width: 980px;
  152.         position: relative;
  153.         margin-right: auto;
  154.         margin-bottom: 0;
  155.         margin-left: auto;
  156. }
  157.  
  158. #floatbar {
  159.         position: fixed;
  160.         top:0;
  161.         right:0;
  162.         bottom:100px;
  163.         left:0;
  164.         float: center !important;
  165.         text-align:center;
  166.         z-index:9998;
  167.         height: 30px !important;
  168. }
  169.  
  170. #idsel {
  171.         dispaly: inline;
  172.         color: white !important;
  173.         font-weight: bold !important;
  174.         text-decoration: none !important;
  175. }
  176.  
  177. #archnavbar {
  178.         height: 30px !important;
  179.         padding: 10px 15px !important;
  180.         background: #333 !important;
  181.         border-bottom: 1px #888 solid !important;
  182.         box-shadow: 0 0 5px black;
  183.         box-shadow: 0 0 10px rgba(0,0,0,0.4);
  184.         -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  185.         -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  186.         position: relative;
  187. }
  188.  
  189. #archnavbarlist {
  190.         width: 980px;
  191.         height: 30px !important;
  192.         position: relative;
  193.         margin-top: 0px;
  194.         margin-right: auto;
  195.         margin-bottom: 0px;
  196.         margin-left: auto;
  197.         float: center !important;
  198.         list-style: none !important;
  199.         padding: 0 !important;
  200. }
  201.  
  202. #archnavbarlist ul {
  203.         text-align:center;     
  204. }
  205.  
  206. #archnavbarlist li {
  207.         display: inline-block;
  208.         float: center !important;
  209.         font-size: 14px !important;
  210.         line-height: 25px !important;
  211.         padding-right: 15px !important;
  212.         padding-left: 15px !important;
  213. }
  214.  
  215. #archnavbarlist li a {
  216.         color: #999;
  217.         font-weight: bold !important;
  218.         text-decoration: none !important;
  219. }
  220.  
  221. #archnavbarlist li a:hover {
  222.         color: white !important;
  223.         font-weight: bold !important;
  224.         text-decoration: none !important;
  225. }
  226.  
  227. strong {
  228.         color: #000;
  229. }
  230.