Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.92 KB | None | 0 0
  1. body
  2. {
  3.    
  4.     margin:0 !important;
  5.     font-family: 'Lato', sans-serif;
  6.     background-image:url("tlo.png");
  7.     overflow-x: hidden;
  8.     height: 400xp;
  9.  
  10. }
  11. #wraper
  12. {
  13.    
  14.     margin-left:auto;
  15.     margin-right:auto;
  16.    
  17. }
  18. #menu
  19. {
  20.    
  21.  
  22.     background-color:#262626;
  23.     width:50%;
  24.     height:105px;
  25.     margin-left:25%;
  26.     margin-top:8%;
  27.     border-radius:5px;
  28. }
  29. #posty
  30. {
  31.     opacity:1;
  32.     border-radius:5px;
  33.     margin-left:25%;
  34.     margin-top:1%;
  35.     height:600px;
  36.     width: 100%;
  37. }
  38. #logo
  39. {
  40.    
  41.     position:absolute;
  42.     top:-3.3%;
  43.     left:23%;
  44. }
  45. ol
  46. {
  47.    
  48.     text-align:center;
  49.     margin:0;
  50.     padding:0;
  51.     list-style-type:none;
  52.     font-size:18px;
  53.     height:105px;
  54.     line-height:550%;
  55. }
  56. ol a
  57. {
  58.    
  59.     text-decoration:none;
  60.     color:#6F7475;
  61.     display:block;
  62.     -webkit-transition: linear 0.1s;
  63. }
  64. ol > li
  65. {
  66.     display:inline-block;
  67.     float:left;
  68.     width:19.8%;
  69.    
  70. }
  71. ol a:hover
  72. {
  73.     border-radius:5px;
  74.     height:100%;
  75.     background-color:#333333;
  76.     color:white;
  77.    
  78. }
  79.  
  80. .fb
  81. {  
  82.  
  83.         margin-left:5%;
  84.         display:block;
  85.         position:absolute;
  86.         left:-5%;
  87.         top:19.5%;
  88.         line-height:150%;
  89.         text-align:center;
  90.         margin:10px;
  91.         width:225px;
  92.         height:155px;
  93.         border-radius:5px;
  94.         background-color:#4668b3;
  95. }
  96. .fb:hover
  97. {
  98.     background-color:#2456a1;
  99. }
  100. .yt
  101. {      
  102.  
  103.         margin-left:5%;
  104.         display:block;
  105.         position:absolute;
  106.         left:-5%;
  107.         top:44.3%;
  108.         line-height:150%;
  109.         text-align:center;
  110.         margin:10px;
  111.         width:225px;
  112.         height:155px;
  113.         border-radius:5px;
  114.         background-color:#d94348;
  115.  
  116. }
  117. .yt:hover
  118. {
  119.         background-color:#b72126;
  120. }
  121. .insta
  122. {
  123.    
  124.         margin-left:5%;
  125.         display:block;
  126.         position:absolute;
  127.         left:-5%;
  128.         top:71%;
  129.         line-height:150%;
  130.         text-align:center;
  131.         margin:10px;
  132.         width:225px;
  133.         height:157px;
  134.         border-radius:5px;
  135.         background-color:#8e6051;
  136. }
  137. .insta:hover
  138. {
  139.     background-color:#6c4030;
  140. }
  141. #copy
  142. {  
  143.  
  144.     display:block;
  145.     color:white;
  146.     text-align:center;
  147.     position:absolute;
  148.     left:40%;
  149.     bottom:-115px;
  150. }
  151. #gry
  152. {
  153.    
  154.     display:none;
  155.     background-color:#262626;
  156.     width:50%;
  157.     height:200px;
  158.     margin-left:25%;
  159.     border-radius:5px;
  160. }
  161. #foot
  162. {
  163.     display:none;
  164.     top:-7%;
  165.     position:absolute;
  166.     background-color:#262626;
  167.     height:580px;
  168.     border-radius:5px;
  169.     width:225px;
  170.     margin-left:5%;
  171.    
  172. }
  173. #newsy
  174. {
  175.     background-color:#262626;
  176.     height:50px;
  177.     width:225px;
  178.     color:white;
  179.     font-size:15px;
  180.     text-align:center;
  181.     border-radius:5px;
  182.     font-size:20px;
  183.     line-height:250%;
  184.     position:absolute;
  185.     top:-0.1%;
  186.     left:5%;
  187. }
  188. #newsy:hover
  189. {
  190.     background-color:#151515;
  191. }
  192. #tytul
  193. {
  194.     opacity: 1;
  195.     background-color:#555555;
  196.     width:100%;
  197.     height:500px;
  198.     border-top-left-radius:5px;
  199.     border-top-right-radius:5px;
  200.     color:white;
  201.     font-size:55px;
  202.     text-align:center;
  203.     padding-top:5px;
  204.     padding-bottom:5px;
  205.    
  206. }
  207. .tekst
  208. {
  209.     font-size:40px;
  210.     color:white;
  211. }
  212. @viewport {
  213.     zoom:1.0;
  214.     width:extend-to-zoom;
  215. }
  216. @-ms-viewport {
  217.     zoom:1.0;
  218.     width:extend-to-zoom;
  219. }
  220. #g1
  221. {
  222.     background-color:#c0392b;
  223.     height:200px;
  224.     width:16.6%;
  225.     float:left;
  226. }
  227. #g1:hover
  228. {
  229.     cursor:pointer;
  230. }
  231. #g2
  232. {
  233.     background-color:#34495e;
  234.     height:200px;
  235.     width:16.6%;
  236.     float:left;
  237. }
  238. #g2:hover
  239. {
  240.     cursor:pointer;
  241. }
  242. #g3
  243. {
  244.     background-color:#e74c3c;
  245.     height:200px;
  246.     width:16.6%;
  247.     float:left;
  248. }
  249. #g3:hover
  250. {
  251.     cursor:pointer;
  252. }
  253. #g4
  254. {
  255.     background-color:#27ae60;
  256.     height:200px;
  257.     width:16.6%;
  258.     clear:both;
  259.     float:left;
  260. }
  261. #g4:hover
  262. {
  263.     cursor:pointer;
  264. }
  265. #g5
  266. {
  267.     background-color:#8e44ad;
  268.     height:200px;
  269.     width:16.6%;
  270.     float:left;
  271. }
  272. #g5:hover
  273. {
  274.     cursor:pointer;
  275. }
  276. #g6
  277. {
  278.     background-color:#7f8c8d;
  279.     height:200px;
  280.     width:16.6%;
  281.     float:left;
  282. }
  283. #g6:hover
  284. {
  285.     cursor:pointer;
  286. }
  287. #g7
  288. {
  289.     background-color:#3498db;
  290.     height:200px;
  291.     width:16.6%;
  292.     float:left;
  293.     clear:both;
  294. }
  295. #g7:hover
  296. {
  297.     cursor:pointer;
  298. }
  299. #g8
  300. {
  301.     background-color:#95a5a6;
  302.     height:200px;
  303.     width:16.6%;
  304.     float:left;
  305. }
  306. #g8:hover
  307. {
  308.     cursor:pointer;
  309. }
  310. #g9
  311. {
  312.     background-color:#ecf0f1;
  313.     height:200px;
  314.     width:16.6%;
  315.     float:left;
  316.    
  317. }
  318. #g9:hover
  319. {
  320.     cursor:pointer;
  321. }
  322. #popup
  323. {
  324.     background-color:#fff;
  325.     width:700px;
  326.     height:500px;
  327.     position:absolute;
  328.     left:31.5%;
  329.     color:#575757;
  330.     text-align:center;
  331.     font-size:45px;
  332.     border-radius:5px;
  333.     display:none;
  334. }
  335. @media screen and (min-width: 320px) and (max-width: 1650px)  {
  336.     #newsy
  337.     {
  338.         display: none;
  339.     }
  340.    
  341.      #menu
  342.     {
  343.         margin-top: 170px;
  344.         width: 100%;
  345.         position: fixed;
  346.         right: 0.01%;
  347.         top: -1%;
  348.         z-index: 50;
  349.     }
  350.    
  351.     #logo
  352.     {
  353.     position:absolute;
  354.     top:-3.3%;
  355.     left:auto;
  356.     }
  357.      ol > li
  358.     {
  359.         display: block;
  360.     }
  361.     #posty
  362.     {
  363.         margin-top: 1%;
  364.         position: fixed;
  365.         top: 45%;
  366.         right: 0.2%;
  367.         width: 100%;
  368.     }
  369.     #g1
  370.     {
  371.      padding: 20px;
  372.         clear: both;
  373.         width: 100%;
  374.        
  375.     }
  376.     #g2
  377.     {
  378.          padding: 20px;
  379.         clear: both;
  380.         width: 100%;
  381.        
  382.     }
  383.       #g3
  384.     {
  385.          padding: 20px;
  386.         clear: both;
  387.          width: 100%;
  388.      
  389.     }
  390.     #g4
  391.     {
  392.          padding: 20px;
  393.         clear: both;
  394.          width: 100%;
  395.      
  396.     }
  397.     #g5
  398.     {
  399.         clear: both;
  400.          width: 100%;
  401.      
  402.     }
  403.     #g6
  404.     {
  405.         clear: both;
  406.         width: 100%;
  407.     }
  408.      #g7
  409.     {
  410.         clear: both;
  411.          width: 100%;
  412.      
  413.     }
  414.     #g8
  415.     {
  416.          padding: 20px;
  417.         clear: both;
  418.          width: 100%;
  419.      
  420.     }
  421.      #g9
  422.     {
  423.          padding: 20px;
  424.         clear: both;
  425.          width: 100%;
  426.      
  427.     }
  428.    
  429. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement