Advertisement
bexcress

Code 2

Jul 6th, 2014
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. .hexagons {
  2. margin-top:-130px;
  3. margin-left: -1120px;
  4. color: black;
  5. font-family: helvetica;
  6. }
  7.  
  8. .hello {
  9. position: absolute;
  10. width:0px;
  11. height:150px;
  12. margin-left: 25px;
  13. margin-top:20px;
  14. top:15px;
  15. margin-top:0px;
  16. opacity:0;
  17. -webkit-transition: all 1s ease-in-out;
  18. -moz-transition: all 1s ease-in-out;
  19. -o-transition: all 1s ease-in-out;
  20. -ms-transition: all 1s ease-in-out;
  21. transition: all 1s ease-in-out;
  22. }
  23.  
  24. .hexside:hover .hello {
  25. width:100px;
  26. height:150px;
  27. opacity:1;
  28. -webkit-transition: all 0.5s ease-in-out;
  29. -moz-transition: all 0.5s ease-in-out;
  30. -o-transition: all 0.5s ease-in-out;
  31. -ms-transition: all 0.5s ease-in-out;
  32. transition: all 0.5s ease-in-out;
  33.  
  34. }
  35.  
  36. .hello b {
  37. text-transform: uppercase;
  38. }
  39.  
  40.  
  41. .hello2 {
  42. position: absolute;
  43. width:0px;
  44. height:0px;
  45. margin-left: 60px;
  46. margin-top:20px;
  47. top:15px;
  48. margin-top:0px;
  49. opacity:0;
  50. -webkit-transition: all 1s ease-in-out;
  51. -moz-transition: all 1s ease-in-out;
  52. -o-transition: all 1s ease-in-out;
  53. -ms-transition: all 1s ease-in-out;
  54. transition: all 1s ease-in-out;
  55.  
  56.  
  57. }
  58.  
  59. .myhexside:hover .hello2 {
  60. width:150px;
  61. height:150px;
  62. opacity:1;
  63. -webkit-transition: all 0.5s ease-in-out;
  64. -moz-transition: all 0.5s ease-in-out;
  65. -o-transition: all 0.5s ease-in-out;
  66. -ms-transition: all 0.5s ease-in-out;
  67. transition: all 0.5s ease-in-out;
  68.  
  69. }
  70.  
  71. .hello2 b {
  72. text-transform: uppercase;
  73. }
  74.  
  75. .hello3 {
  76. position: absolute;
  77. width:0px;
  78. height:150px;
  79. margin-left: 40px;
  80. margin-top:20px;
  81. top:15px;
  82. margin-top:0px;
  83. opacity:0;
  84. -webkit-transition: all 1s ease-in-out;
  85. -moz-transition: all 1s ease-in-out;
  86. -o-transition: all 1s ease-in-out;
  87. -ms-transition: all 1s ease-in-out;
  88. transition: all 1s ease-in-out;
  89.  
  90. }
  91.  
  92. .yourhexside:hover .hello3 {
  93. width:150px;
  94. height:150px;
  95. opacity:1;
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -o-transition: all 0.5s ease-in-out;
  99. -ms-transition: all 0.5s ease-in-out;
  100. transition: all 0.5s ease-in-out;
  101.  
  102. }
  103.  
  104. .hello3 b {
  105. text-transform: uppercase;
  106. }
  107.  
  108. .hello4 {
  109. position: absolute;
  110. width:0px;
  111. height:150px;
  112. margin-left: 60px;
  113. margin-top:20px;
  114. top:15px;
  115. margin-top:0px;
  116. opacity:0;
  117. -webkit-transition: all 1s ease-in-out;
  118. -moz-transition: all 1s ease-in-out;
  119. -o-transition: all 1s ease-in-out;
  120. -ms-transition: all 1s ease-in-out;
  121. transition: all 1s ease-in-out;
  122. }
  123.  
  124. .ourhexside:hover .hello4 {
  125. width:150px;
  126. height:150px;
  127. opacity:1;
  128. -webkit-transition: all 0.5s ease-in-out;
  129. -moz-transition: all 0.5s ease-in-out;
  130. -o-transition: all 0.5s ease-in-out;
  131. -ms-transition: all 0.5s ease-in-out;
  132. transition: all 0.5s ease-in-out;
  133. }
  134.  
  135. .hello4 b {
  136. text-transform: uppercase;
  137. }
  138.  
  139.  
  140. .hello5 {
  141. position: absolute;
  142. width:0px;
  143. height:0px;
  144. margin-left: 40px;
  145. margin-top:20px;
  146. top:15px;
  147. margin-top:0px;
  148. opacity:0;
  149. -webkit-transition: all 1s ease-in-out;
  150. -moz-transition: all 1s ease-in-out;
  151. -o-transition: all 1s ease-in-out;
  152. -ms-transition: all 1s ease-in-out;
  153. transition: all 1s ease-in-out;
  154. }
  155.  
  156. .andhexside:hover .hello5 {
  157. width:150px;
  158. height:150px;
  159. opacity:1;
  160. -webkit-transition: all 0.5s ease-in-out;
  161. -moz-transition: all 0.5s ease-in-out;
  162. -o-transition: all 0.5s ease-in-out;
  163. -ms-transition: all 0.5s ease-in-out;
  164. transition: all 0.5s ease-in-out;
  165.  
  166. }
  167.  
  168. .hello5 b {
  169. text-transform: uppercase;
  170. }
  171.  
  172.  
  173.  
  174. .hello a {
  175. color: {color:Link};
  176. }
  177.  
  178.  
  179. .hexside {
  180. float: left;
  181. margin-left: 1155px;
  182. margin-top:100px;
  183. position: fixed;
  184. }
  185.  
  186.  
  187. .hexside:hover {
  188. opacity: 1;
  189.  
  190.  
  191. }
  192.  
  193. .hexside1 {
  194. height: 0px;
  195. width: 0px;
  196. border-bottom: 10px solid {color:hexagon1};
  197. border-left: 17px solid transparent;
  198. border-right: 17px solid transparent;
  199. }
  200.  
  201. .hexside2 {
  202. width: 34px;
  203. height: 20px;
  204. background-color: {color:hexagon1};
  205. }
  206.  
  207.  
  208. .hexside3 {
  209. height: 0px;
  210. width: 0px;
  211. border-top: 10px solid {color:hexagon1};
  212. border-left: 17px solid transparent;
  213. border-right: 17px solid transparent;
  214. }
  215.  
  216.  
  217.  
  218.  
  219.  
  220. .myhexside {
  221. float: left;
  222. margin-left: 1135px;
  223. margin-top:135px;
  224. position: fixed;
  225. }
  226.  
  227.  
  228.  
  229. .myhexside:hover {
  230. opacity: 1;
  231. }
  232.  
  233.  
  234.  
  235. .hexside4 {
  236. height: 0px;
  237. width: 0px;
  238. border-bottom: 10px solid {color:hexagon2};
  239. border-left: 17px solid transparent;
  240. border-right: 17px solid transparent;
  241. }
  242.  
  243. .hexside5 {
  244. width: 34px;
  245. height: 20px;
  246. background-color: {color:hexagon2};
  247. }
  248.  
  249. .hexside6 {
  250. height: 0px;
  251. width: 0px;
  252. border-top: 10px solid {color:hexagon2};
  253. border-left: 17px solid transparent;
  254. border-right: 17px solid transparent;
  255. }
  256.  
  257. .yourhexside {
  258. float: left;
  259. margin-left: 1155px;
  260. margin-top:170px;
  261. position: fixed;
  262. }
  263.  
  264.  
  265.  
  266.  
  267. .yourhexside:hover {
  268. opacity: 1;
  269. }
  270.  
  271.  
  272.  
  273. .hexside12 {
  274. height: 0px;
  275. width: 0px;
  276. border-bottom: 10px solid {color:hexagon4};
  277. border-left: 17px solid transparent;
  278. border-right: 17px solid transparent;
  279. }
  280.  
  281. .hexside22 {
  282. width: 34px;
  283. height: 20px;
  284. background-color: {color:hexagon4};
  285. }
  286.  
  287. .hexside32 {
  288. height: 0px;
  289. width: 0px;
  290. border-top: 10px solid {color:hexagon4};
  291. border-left: 17px solid transparent;
  292. border-right: 17px solid transparent;
  293. }
  294.  
  295.  
  296. .ourhexside {
  297. float: left;
  298. margin-left: 1135px;
  299. margin-top:205px;
  300. position: fixed;
  301. }
  302.  
  303.  
  304.  
  305.  
  306. .ourhexside:hover {
  307. opacity: 1;
  308. }
  309.  
  310. .hexside42 {
  311. height: 0px;
  312. width: 0px;
  313. border-bottom: 10px solid {color:hexagon3};
  314. border-left: 17px solid transparent;
  315. border-right: 17px solid transparent;
  316. }
  317.  
  318. .hexside52 {
  319. width: 34px;
  320. height: 20px;
  321. background-color: {color:hexagon3};
  322. }
  323.  
  324. .hexside62 {
  325. height: 0px;
  326. width: 0px;
  327. border-top: 10px solid {color:hexagon3};
  328. border-left: 17px solid transparent;
  329. border-right: 17px solid transparent;
  330. }
  331.  
  332. .andhexside {
  333. float: left;
  334. margin-left: 1155px;
  335. margin-top: 240px;
  336. position: fixed;
  337. }
  338.  
  339.  
  340.  
  341. .andhexside:hover {
  342. opacity: 1;
  343. }
  344.  
  345. .hexside422 {
  346. height: 0px;
  347. width: 0px;
  348. border-bottom: 10px solid {color:hexagon5};
  349. border-left: 17px solid transparent;
  350. border-right: 17px solid transparent;
  351. }
  352.  
  353. .hexside522 {
  354. width: 34px;
  355. height: 20px;
  356. background-color: {color:hexagon5};
  357. }
  358.  
  359. .hexside622 {
  360. height: 0px;
  361. width: 0px;
  362. border-top: 10px solid {color:hexagon5};
  363. border-left: 17px solid transparent;
  364. border-right: 17px solid transparent;
  365. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement