Guest User

CSS - Pecetowicz

a guest
Apr 9th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.03 KB | None | 0 0
  1. body {
  2.   background-color: #666;
  3.   color: #fff;
  4.   margin: 0;
  5.   font-family: 'Open Sans', sans-serif;
  6. }
  7. #container {
  8.   width: 100%;
  9. }
  10. #header {
  11.   width: 100%;
  12.   height: 150px;
  13.   font-weight: 400;
  14. }
  15. .menu {
  16.   width: 170px;
  17.   padding: 10px;
  18.   float:left;
  19.   text-align: center;
  20.   padding: 10px 0;
  21.   margin-left: 30px;
  22.   margin-top: 10px;
  23. }
  24. .menu:hover {
  25.   display:block;
  26.   cursor: pointer;
  27.   background-color:#555;
  28. }
  29. .menu a {
  30.   text-decoration: none;
  31.   color: #42d1f4;
  32. }
  33. ol {
  34.   list-style-type: none;
  35.   padding: 10px 5px;
  36.   margin: 0;
  37.   font-size: 18px;
  38.   height: 35px;
  39.   width: 150px;
  40.   line-height: 180%;
  41. }
  42. ol a {
  43.   color: #ffffff;
  44.   text-decoration: none;
  45.   display: block;
  46. }
  47. ol > li {
  48.   position: absolute;
  49. }
  50. ol:hover > li > ul {
  51.   width: 750px;
  52.   border: 3px solid #000;
  53.   border-radius: 10px;
  54. }
  55. #ol:hover {
  56.   text-decoration: underline;
  57. }
  58. #olo:hover {
  59.   text-decoration: underline;
  60. }
  61. ol > li {
  62.   margin-top: 10px;
  63. }
  64. ol > li:hover > a {
  65.   color: #111;
  66. }
  67. ol > li > ul {
  68.   text-align: left;
  69.   list-style-type: none;
  70.   padding: 0;
  71.   margin: 0;
  72.   display: none;
  73.   border-top:1px solid #000;
  74.   border-bottom : 1px solid #010101;
  75.   background-color: #101010;
  76. }
  77. ol:hover > li > ul {
  78.   display: block;
  79. }
  80. ol > li > ul > li {
  81.   background-color:#fff;
  82.   border-left: 1px solid #010101;
  83.   border-right: 1px solid #010101;
  84. }
  85. ol > li > ul > li:first-child {
  86.   border-top:3px solid #000;
  87. }
  88. ol > li > ul > li:last-child {
  89.   border-bottom : 1px solid #010101;
  90. }
  91. #ul-ol {
  92.   float:left;
  93.   font-size: 15px;
  94.   margin-left: 25px;
  95. }
  96. #li-li {
  97.   float:left;
  98.   margin-left: 25px;
  99.   font-size: 15px;
  100. }
  101. #ol-ol {
  102.   float:left;
  103.   margin-left:25px;
  104.   font-size:15px;
  105. }
  106. #ol-ul {
  107.   float:left;
  108.   font-size: 15px;
  109.   margin-left: 25px;
  110. }
  111. #il-il {
  112.   float:left;
  113.   font-size: 15px;
  114.   margin-left: 25px;
  115. }
  116. #ll-ll {
  117.   float:left;
  118.   font-size: 15px;
  119.   margin-left: 25px;
  120. }
  121. #lo-lu {
  122.   float:left;
  123.   font-size: 15px;
  124.   margin-left: 25px;
  125. }
  126. #lo-ul {
  127.   float:left;
  128.   font-size: 15px;
  129.   margin-left: 25px;
  130. }
  131. #ol-lu {
  132.   float:left;
  133.   font-size: 15px;
  134.   margin-left: 25px;
  135. }
  136. #il-li {
  137.   float:left;
  138.   font-size: 15px;
  139.   margin-left: 25px;
  140. }
  141. #ili-ili {
  142.   float:left;
  143.   font-size: 15px;
  144.   margin-left: 25px;
  145. }
  146. #lil-lil {
  147.   float:left;
  148.   font-size: 15px;
  149.   margin-left: 25px;
  150. }
  151. #ili-lil {
  152.   float:left;
  153.   font-size: 15px;
  154.   margin-left: 25px;
  155. }
  156. #ili-li {
  157.   float:left;
  158.   font-size:15px;
  159.   margin-left:25px;
  160. }
  161. #oli-uli {
  162.   float:left;
  163.   font-size:15px;
  164.   margin-left:25px;
  165. }
  166. #lol-lul {
  167.   float:left;
  168.   font-size: 15px;
  169.   margin-left:15px;
  170. }
  171. #conto-user {
  172.   width:100%;
  173.   height: 150px;
  174. }
  175. #img {
  176.   float:left;
  177.   margin-left:660px;
  178. }
  179. #zaloguj {
  180.   float:left;
  181.   text-align:center;
  182.   padding: 30px 5px;
  183.   margin-left: 25px;
  184. }
  185. #text {
  186.   width:100px;
  187.   height:80px;
  188.   font-size:18px;
  189.   float:left;
  190.   padding: 30px 5px;
  191.   margin-top:10px;
  192. }
  193. #text:hover {
  194.   text-decoration:underline;
  195. }
  196. #text a {
  197.   color:#fff;
  198.   text-decoration:none;
  199. }
  200. .produkt {
  201.   float:left;
  202.   padding:40px;
  203.   margin-left: 73px;
  204.   margin-right:26.5px;
  205.   margin-top: 30px;
  206.   margin-bottom:15px;
  207.   font-size: 15px;
  208.   opacity:1;
  209. }
  210. .produkt:hover {
  211.   border: 2px solid #bbbdbf;
  212.   border-radius:5px;
  213.   cursor:pointer;
  214.   opacity:0.9;
  215.   background-color: #fff;
  216.   color:#000;
  217. }
  218. .produkt a {
  219.   color:#fff;
  220.   text-decoration:none;
  221. }
  222. .produkt:hover a {
  223.   color:#000;
  224.   text-decoration:none;
  225. }
  226. .produkt img {
  227.   border:2px solid #bbbdbf;
  228.   border-radius:5px;
  229.   background-color:#fff;
  230. }
  231. .produkt:hover img {
  232.   border:0px solid #bbbdbf
  233. }
  234. #info {
  235.   float:left;
  236. }
  237. .line {
  238.   float:left;
  239. }
  240. .socialdivsF {
  241.   float:left;
  242.   border-radius:100%;
  243.   width:50px;
  244.   height:50px;
  245.   margin-top:18px;
  246.   margin-left:30px;
  247.   text-align:center;
  248.   background-color:#1a1a1a;
  249.   float:left;
  250. }
  251. .socialdivsF:hover {
  252.   background-color:#3b5998;
  253.   cursor:pointer;
  254. }
  255. .socialdivsT {
  256.   float:left;
  257.   border-radius:100%;
  258.   width:50px;
  259.   height:50px;
  260.   margin-top:18px;
  261.   margin-left:30px;
  262.   text-align:center;
  263.   background-color:#1a1a1a;
  264.   float:left;
  265. }
  266. .socialdivsT:hover {
  267.   background-color:#4099ff;
  268.   cursor:pointer;
  269. }
  270. .socialdivsI {
  271.   float:left;
  272.   border-radius:100%;
  273.   width:50px;
  274.   height:50px;
  275.   margin-top:18px;
  276.   margin-left:30px;
  277.   text-align:center;
  278.   background-color:#1a1a1a;
  279.   float:left;
  280. }
  281. .socialdivsI:hover {
  282.   background-color:#dd0070;
  283.   cursor:pointer;
  284. }
  285. .socialdivsY {
  286.   float:left;
  287.   border-radius:100%;
  288.   width:50px;
  289.   height:50px;
  290.   margin-top:18px;
  291.   margin-left:30px;
  292.   text-align:center;
  293.   background-color:#1a1a1a;
  294.   float:left;
  295. }
  296. .socialdivsY:hover {
  297.   background-color:#c4302b;
  298.   cursor:pointer;
  299. }
  300. .socialdivsG {
  301.   float:left;
  302.   border-radius:100%;
  303.   width:50px;
  304.   height:50px;
  305.   margin-top:18px;
  306.   margin-left:30px;
  307.   text-align:center;
  308.   background-color:#1a1a1a;
  309.   float:left;
  310. }
  311. .socialdivsG:hover {
  312.   background-color:#d34836;
  313.   cursor:pointer;
  314. }
  315. #socialdivs {
  316.   float:left;
  317.   width:400px;
  318.   height:100px;
  319.   margin-left:30px;
  320. }
Advertisement
Add Comment
Please, Sign In to add comment