Advertisement
Guest User

Untitled

a guest
May 23rd, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta charset="utf-8">
  4. <title>Untitled Document</title>
  5. <style type="text/css">
  6. </style>
  7. <link href="css/global.css" rel="stylesheet" type="text/css">
  8. <style type="text/css"></style>
  9. <!--The following script tag downloads a font from the free fonts server for use within the web page. We recommend that you do not modify it.-->
  10. <script src="http://webfonts.creativecloud.com/playfair-display:n4:default.js" type="text/javascript"></script>
  11. </head>
  12.  
  13. <div id="jumbotron">
  14. <div id="jumbotron-headline">
  15. <h1> Announcement Cards<br>
  16. The ideal way to announce details of the funeral service </h1>
  17. <div id="product-button">
  18. <ul id="dropdown-menu-freebie">
  19. <li>
  20. <ul class="dropdown-menu">
  21. <li><a href="#">1. Select a Product <img src="img/arrow.png" alt=""/></a>
  22. <ul>
  23. <li><a href="#">Item 1</a></li>
  24. <li><a href="#">Item 2</a></li>
  25. <li><a href="#">Item 3</a></li>
  26. </ul>
  27. </li>
  28. </ul>
  29. </li>
  30. </ul>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. <div id="main-content-container">
  37. <div id="testimonial-content">
  38. <blockquote class="testimonial">
  39. <p>I just wanted to say a massive thank you for your help in printing the order of service for my father’s funeral. You were amazingly efficient and helpful, and we were hugely impressed by the finished product- the printing was beautiful. Thank you so much</p>
  40. </blockquote>
  41. <div class="arrow-down"></div>
  42. <p class="testimonial-author">Terase | <span>Location</span> </p>
  43. </div>
  44. </body></html>
  45.  
  46. /* CSS */
  47. /* TESTIMONIAL */
  48.  
  49. #testimonial-content {
  50. width: 920px;
  51. margin-right: auto;
  52. margin-left: auto;
  53. background-color: #FFF;
  54. border: 2px solid #000;
  55. margin-bottom: 20px;
  56. margin-top: 10px;
  57. clear: both;
  58. padding: 20px;
  59. }
  60.  
  61. .testimonial {
  62. margin: 0;
  63. background: #cadcdc;
  64. padding: 10px 50px;
  65. position: relative;
  66. font-family: Georgia, serif;
  67. color: #666;
  68. border-radius: 5px;
  69. font-style: italic;
  70. text-shadow: 0 1px 0 #ECFBFF;
  71. }
  72.  
  73. .testimonial:before, .testimonial:after {
  74. content: "\201C";
  75. position: absolute;
  76. font-size: 80px;
  77. line-height: 1;
  78. color: #999;
  79. font-style: normal;
  80. }
  81.  
  82. .testimonial:before {
  83. top: 0;
  84. left: 10px;
  85. }
  86. .testimonial:after {
  87. content: "\201D";
  88. right: 10px;
  89. bottom: -0.5em;
  90. }
  91. .arrow-down {
  92. width: 0;
  93. height: 0;
  94. border-left: 15px solid transparent;
  95. border-right: 15px solid transparent;
  96. border-top: 15px solid #cadcdc;
  97. margin: 0 0 0 25px;
  98. }
  99. .testimonial-author {
  100. margin: 0 0 0 25px;
  101. font-family: Arial, Helvetica, sans-serif;
  102. color: #999;
  103. text-align:left;
  104. }
  105. .testimonial-author span {
  106. font-size: 12px;
  107. color: #666;
  108. }
  109.  
  110. /* PRODUCT BUTTON */
  111.  
  112. #product-button {
  113. width: 380px;
  114. float: right;
  115. margin-right: 35px;
  116. text-align: left;
  117. padding-top: 10px;
  118. }
  119.  
  120. .rounded {
  121. border-radius:15px;
  122. -moz-border-radius:15px;
  123. -webkit-border-radius:15px;
  124. }
  125.  
  126. ul#dropdown-menu-freebie {
  127. display: table-row;
  128. list-style: none;
  129. padding: 0;
  130. margin-top: 0;
  131. margin-right: 0px;
  132. margin-bottom: 0;
  133. margin-left: 0px;
  134. }
  135. ul#dropdown-menu-freebie > li { float: right; margin-right: 0px; margin-bottom: 20px; }
  136. ul#dropdown-menu-freebie > li:last-child { margin-right: 0; }
  137.  
  138. ul.dropdown-menu li ul
  139. {
  140. display: none;
  141. list-style: none;
  142. text-align: left;
  143. }
  144.  
  145. ul.dropdown-menu li:hover ul
  146. {
  147. display: table;
  148. margin: 0 auto;
  149. background-color: #23aef1;
  150. -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
  151. -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
  152. box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
  153. }
  154.  
  155. ul.dropdown-menu
  156. {
  157. padding: 0 20px;
  158. border-radius: 10px;
  159. list-style: none;
  160. position: relative;
  161. display: table;
  162. padding: 0;
  163. margin: 0;
  164. }
  165.  
  166. ul.dropdown-menu::after
  167. {
  168. content: "";
  169. display: table;
  170. margin: 0 auto;
  171. }
  172.  
  173. ul.dropdown-menu ul > li:hover
  174. {
  175. background: #4b545f;
  176. background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
  177. background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
  178. background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
  179. }
  180.  
  181. ul.dropdown-menu li:hover a
  182. {
  183. color: #2b2b2b;
  184. }
  185.  
  186. ul.dropdown-menu li a
  187. {
  188. display: block;
  189. color: #2b2b2b;
  190. text-decoration: none;
  191. }
  192.  
  193. ul.dropdown-menu > li
  194. {
  195. border-radius: 8px;
  196. }
  197.  
  198. ul.dropdown-menu > li > a
  199. {
  200. color: #2b2b2b;
  201. background-color: #f9d329;
  202. border: 1px solid rgba(0, 0, 0, 0.2);
  203. border-radius: 8px;
  204. position: relative;
  205. padding: 10px 15px;
  206. width: 380px;
  207. z-index: 5;
  208. font-size: 22px;
  209. -moz-box-shadow: 0 4px 10px -3px #000;
  210. -webkit-box-shadow: 0 4px 10px -3px #000;
  211. box-shadow: 0 4px 10px -3px #000;
  212. }
  213.  
  214. ul.dropdown-menu > li > a:hover
  215. {
  216. background-color: #f9d329;
  217. color: #2b2b2b;
  218. }
  219.  
  220. ul.dropdown-menu > li > a > img
  221. {
  222. float: right;
  223. border: none;
  224. }
  225.  
  226. ul.dropdown-menu ul
  227. {
  228. border-radius: 0px;
  229. padding: 0;
  230. }
  231.  
  232. ul.dropdown-menu ul li
  233. {
  234. float: none;
  235. position: relative;
  236. border-bottom: 1px solid transparent;
  237. }
  238.  
  239. ul.dropdown-menu ul li a
  240. {
  241. font-size: 16px;
  242. padding: 10px;
  243. color: #2b2b2b;
  244. width: 300px;
  245. }
  246.  
  247. ul.dropdown-menu ul li:hover
  248. {
  249. background: #cecece;
  250. border-bottom: 1px solid #fff;
  251. -moz-box-shadow: inset 0 7px 9px -8px #000;
  252. -webkit-box-shadow: inset 0 7px 9px -8px #000;
  253. box-shadow: inset 0 7px 9px -8px #000;
  254. }
  255.  
  256. ul.dropdown-menu ul li:last-child:hover
  257. {
  258. border-bottom: none;
  259. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement