Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. /*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
  2.  
  3. /*
  4. * What follows is the result of much research on cross-browser styling.
  5. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
  6. * Kroc Camen, and the H5BP dev community and team.
  7. */
  8.  
  9. /* ==========================================================================
  10. Base styles: opinionated defaults
  11. ========================================================================== */
  12.  
  13. html {
  14. color: #222;
  15. font-size: 1em;
  16. line-height: 1.4;
  17. }
  18.  
  19. /*
  20. * Remove text-shadow in selection highlight:
  21. * https://twitter.com/miketaylr/status/12228805301
  22. *
  23. * These selection rule sets have to be separate.
  24. * Customize the background color to match your design.
  25. */
  26.  
  27. ::-moz-selection {
  28. background: #b3d4fc;
  29. text-shadow: none;
  30. }
  31.  
  32. ::selection {
  33. background: #b3d4fc;
  34. text-shadow: none;
  35. }
  36.  
  37. /*
  38. * A better looking default horizontal rule
  39. */
  40.  
  41. hr {
  42. display: block;
  43. height: 1px;
  44. border: 0;
  45. border-top: 1px solid #ccc;
  46. margin: 1em 0;
  47. padding: 0;
  48. }
  49.  
  50. /*
  51. * Remove the gap between audio, canvas, iframes,
  52. * images, videos and the bottom of their containers:
  53. * https://github.com/h5bp/html5-boilerplate/issues/440
  54. */
  55.  
  56. audio,
  57. canvas,
  58. iframe,
  59. img,
  60. svg,
  61. video {
  62. vertical-align: middle;
  63. }
  64.  
  65. /*
  66. * Remove default fieldset styles.
  67. */
  68.  
  69. fieldset {
  70. border: 0;
  71. margin: 0;
  72. padding: 0;
  73. }
  74.  
  75. /*
  76. * Allow only vertical resizing of textareas.
  77. */
  78.  
  79. textarea {
  80. resize: vertical;
  81. }
  82.  
  83. /* ==========================================================================
  84. Browser Upgrade Prompt
  85. ========================================================================== */
  86.  
  87. .browserupgrade {
  88. margin: 0.2em 0;
  89. background: #ccc;
  90. color: #000;
  91. padding: 0.2em 0;
  92. }
  93.  
  94. /* ==========================================================================
  95. Author's custom styles
  96. ========================================================================== */
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. /* ==========================================================================
  115. Helper classes
  116. ========================================================================== */
  117.  
  118. /*
  119. * Hide visually and from screen readers:
  120. * http://juicystudio.com/article/screen-readers-display-none.php
  121. */
  122.  
  123. .hidden {
  124. display: none !important;
  125. visibility: hidden;
  126. }
  127.  
  128. /*
  129. * Hide only visually, but have it available for screen readers:
  130. * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  131. */
  132.  
  133. .visuallyhidden {
  134. border: 0;
  135. clip: rect(0 0 0 0);
  136. height: 1px;
  137. margin: -1px;
  138. overflow: hidden;
  139. padding: 0;
  140. position: absolute;
  141. width: 1px;
  142. }
  143.  
  144. /*
  145. * Extends the .visuallyhidden class to allow the element
  146. * to be focusable when navigated to via the keyboard:
  147. * https://www.drupal.org/node/897638
  148. */
  149.  
  150. .visuallyhidden.focusable:active,
  151. .visuallyhidden.focusable:focus {
  152. clip: auto;
  153. height: auto;
  154. margin: 0;
  155. overflow: visible;
  156. position: static;
  157. width: auto;
  158. }
  159.  
  160. /*
  161. * Hide visually and from screen readers, but maintain layout
  162. */
  163.  
  164. .invisible {
  165. visibility: hidden;
  166. }
  167.  
  168. /*
  169. * Clearfix: contain floats
  170. *
  171. * For modern browsers
  172. * 1. The space content is one way to avoid an Opera bug when the
  173. * `contenteditable` attribute is included anywhere else in the document.
  174. * Otherwise it causes space to appear at the top and bottom of elements
  175. * that receive the `clearfix` class.
  176. * 2. The use of `table` rather than `block` is only necessary if using
  177. * `:before` to contain the top-margins of child elements.
  178. */
  179.  
  180. .clearfix:before,
  181. .clearfix:after {
  182. content: " "; /* 1 */
  183. display: table; /* 2 */
  184. }
  185.  
  186. .clearfix:after {
  187. clear: both;
  188. }
  189.  
  190. /* ==========================================================================
  191. EXAMPLE Media Queries for Responsive Design.
  192. These examples override the primary ('mobile first') styles.
  193. Modify as content requires.
  194. ========================================================================== */
  195.  
  196. @media only screen and (min-width: 35em) {
  197. /* Style adjustments for viewports that meet the condition */
  198. }
  199.  
  200. @media print,
  201. (-o-min-device-pixel-ratio: 5/4),
  202. (-webkit-min-device-pixel-ratio: 1.25),
  203. (min-resolution: 120dpi) {
  204. /* Style adjustments for high resolution devices */
  205. }
  206.  
  207. /* ==========================================================================
  208. Print styles.
  209. Inlined to avoid the additional HTTP request:
  210. http://www.phpied.com/delay-loading-your-print-css/
  211. ========================================================================== */
  212.  
  213. @media print {
  214. *,
  215. *:before,
  216. *:after {
  217. background: transparent !important;
  218. color: #000 !important; /* Black prints faster:
  219. http://www.sanbeiji.com/archives/953 */
  220. box-shadow: none !important;
  221. text-shadow: none !important;
  222. }
  223.  
  224. a,
  225. a:visited {
  226. text-decoration: underline;
  227. }
  228.  
  229. a[href]:after {
  230. content: " (" attr(href) ")";
  231. }
  232.  
  233. abbr[title]:after {
  234. content: " (" attr(title) ")";
  235. }
  236.  
  237. /*
  238. * Don't show links that are fragment identifiers,
  239. * or use the `javascript:` pseudo protocol
  240. */
  241.  
  242. a[href^="#"]:after,
  243. a[href^="javascript:"]:after {
  244. content: "";
  245. }
  246.  
  247. pre,
  248. blockquote {
  249. border: 1px solid #999;
  250. page-break-inside: avoid;
  251. }
  252.  
  253. /*
  254. * Printing Tables:
  255. * http://css-discuss.incutio.com/wiki/Printing_Tables
  256. */
  257.  
  258. thead {
  259. display: table-header-group;
  260. }
  261.  
  262. tr,
  263. img {
  264. page-break-inside: avoid;
  265. }
  266.  
  267. img {
  268. max-width: 100% !important;
  269. }
  270.  
  271. p,
  272. h2,
  273. h3 {
  274. orphans: 3;
  275. widows: 3;
  276. }
  277.  
  278. h2,
  279. h3 {
  280. page-break-after: avoid;
  281. }
  282. }
  283. /* *{border:1px solid red; } */
  284.  
  285. .container {
  286. width:1172px; }
  287.  
  288. .blue{
  289. background-color: #00749C
  290. }
  291.  
  292. .blue .liability img{
  293. position:relative;
  294. left:0px;
  295. top:0px;
  296. }
  297. .blue .commercial img{
  298. position:relative;
  299. left:44px;
  300. top:0px;
  301. }
  302. .blue .bonds img{
  303. position:relative;
  304. left:96px;
  305. top:0px;
  306. }
  307. .blue .tools img{
  308. position:relative;
  309. left:80px;
  310. top:0px;
  311. }
  312. .blue .liability {
  313. border-right:4px solid #fff;
  314. height:75px;
  315. margin-bottom:10px;
  316. }
  317. .blue .commercial {
  318. border-right:4px solid #fff;
  319. height:75px;
  320. margin-bottom:10px;
  321. }
  322. .blue .bonds {
  323. border-right:4px solid #fff;
  324. height:75px;
  325. margin-bottom:10px;
  326. }
  327.  
  328. .middlebox{
  329. padding-top:4px;
  330. }
  331.  
  332. .primary-content{
  333. padding-top:20px;
  334. }
  335.  
  336. .sidebar{
  337. background-color:#D8D8D8;
  338.  
  339. }
  340.  
  341. .widget{
  342.  
  343. }
  344.  
  345. .widget-title{
  346.  
  347. }
  348.  
  349. .widget-content{
  350.  
  351. }
  352.  
  353. .widget-title h3{
  354. margin-top:-33px;
  355. margin-left:74px;
  356. position: relative;
  357. font-size:16px;
  358. color:#fff;
  359. padding-bottom:50px;
  360. }
  361.  
  362. .wt-circle {
  363. border-radius: 50%;
  364. width: 100px;
  365. height: 85px;
  366. background-color:#00759C;
  367. top:100px;
  368. left:-42px;
  369. position: relative;
  370. }
  371.  
  372. .wt-sub-circle{
  373. background-color:#00759C;
  374. width: 281px;
  375. height: 85px;
  376. position: relative;
  377. left:7px;
  378. top:15px;
  379. }
  380.  
  381.  
  382. .widget-title{
  383. margin-top:-33px;
  384. margin-left:-10px;
  385. position: relative;
  386. font-size:16px;
  387. color:#fff;
  388. padding-bottom:50px;
  389. }
  390.  
  391. .wtc-circle{
  392. border-radius: 50%;
  393. width: 100px;
  394. height: 85px;
  395. background-color:#00759C;
  396. top:100px;
  397. left:-114px;
  398. position: relative;
  399. }
  400.  
  401. .wtc-sub-circle{
  402. background-color:#00759C;
  403. width: 325px;
  404. height: 85px;
  405. position: relative;
  406. left:-64px;
  407. top:15px;
  408. }
  409.  
  410. .wtt-circle{
  411. border-radius: 50%;
  412. width: 100px;
  413. height: 85px;
  414. background-color:#00759C;
  415. top:100px;
  416. left:-46px;
  417. position: relative;
  418. }
  419.  
  420. .wtt-sub-circle{
  421. background-color:#00759C;
  422. width: 325px;
  423. height: 85px;
  424. position: relative;
  425. left:5px;
  426. top:15px;
  427. }
  428.  
  429. .wtb-circle{
  430. border-radius: 50%;
  431. width: 100px;
  432. height: 85px;
  433. background-color:#00759C;
  434. top:100px;
  435. left:-56px;
  436. position: relative;
  437. }
  438.  
  439. .wtb-sub-circle{
  440. background-color:#00759C;
  441. width: 325px;
  442. height: 85px;
  443. position: relative;
  444. left:-6px;
  445. top:15px;
  446. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement