Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.64 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. @font-face {
  5.     font-family: 'PacificoRegular';
  6.     src: url('pacifico-webfont.eot');
  7.     src: url('pacifico-webfont.eot?#iefix') format('embedded-opentype'),
  8.          url('pacifico-webfont.woff') format('woff'),
  9.          url('pacifico-webfont.ttf') format('truetype'),
  10.          url('pacifico-webfont.svg#PacificoRegular') format('svg');
  11.     font-weight: normal;
  12.     font-style: normal;
  13.     }
  14.  
  15. /*  START OF RESET */
  16.  
  17. html, body, div, span, applet, object, iframe,
  18. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  19. a, abbr, acronym, address, big, cite, code,
  20. del, dfn, em, img, ins, kbd, q, s, samp,
  21. small, strike, strong, sub, sup, tt, var,
  22. b, u, i, center,
  23. dl, dt, dd, ol, ul, li,
  24. fieldset, form, label, legend,
  25. table, caption, tbody, tfoot, thead, tr, th, td,
  26. article, aside, canvas, details, embed,
  27. figure, figcaption, footer, header, hgroup,
  28. menu, nav, output, ruby, section, summary,
  29. time, mark, audio, video {
  30.     margin: 0;
  31.     padding: 0;
  32.     border: 0;
  33.     font-size: 100%;
  34.     font: inherit;
  35.     vertical-align: baseline;
  36.     }
  37.    
  38. input, textarea, select {
  39.    -webkit-appearance: none;
  40.     }
  41.  
  42. p, a, div, li, ul {
  43.     -webkit-text-size-adjust: none;
  44.     }
  45.    
  46. .clear {
  47.     clear: both;
  48.     display: block;
  49.     font-size: 0;
  50.     line-height: 0;
  51.     width:100%;
  52.     }
  53.    
  54. .clear2 {
  55.     clear: both;
  56.     display: block;
  57.     font-size: 0;
  58.     line-height: 0;
  59.     height: 50px;
  60.     width:100%;
  61.     }
  62.    
  63. body, img {
  64.     transition:all .2s linear;
  65.     -o-transition:all .2s linear;
  66.     -moz-transition:all .2s linear;
  67.     -webkit-transition:all .2s linear;
  68.     }
  69.    
  70. ::selection {
  71.     background: #e4e7eb; /* Safari */
  72.     color: #505d63;
  73.     }
  74.    
  75. ::-moz-selection {
  76.     background: #e4e7eb; /* Firefox */
  77.     color: #505d63;
  78.     }
  79.    
  80. /*  END OF RESET */
  81.  
  82.  
  83. /*  START OF STYLES */
  84.  
  85. html {
  86.     height:100%;
  87.     }
  88.  
  89. body {
  90.     width:100%;
  91.     padding:0;
  92.     margin:0;
  93.     height:100%;
  94.     background-color:#ffffff;
  95.     }
  96.    
  97. a {
  98.     text-decoration:none;
  99.     color:#3a7aa6;
  100.     }
  101.  
  102. a:hover {
  103.     text-decoration:underline;
  104.     }
  105.  
  106. p {
  107.     font-family:Helvetica, sans-serif;
  108.     font-size:13px;
  109.     color:#696969;
  110.     margin-bottom:20px;
  111.     line-height: 1.6em;
  112.     }
  113.    
  114.     .pouet {
  115.     font-family:Helvetica, sans-serif;
  116.     font-size:13px;
  117.     color:#000000;
  118.     font-weight:bold;
  119.     margin-bottom:20px;
  120.     line-height: 1.6em;
  121.     }
  122.    
  123. .header p {
  124.     text-shadow: 1px 1px 1px #fff;
  125. }
  126.  
  127. h1 {
  128.     font-family:Helvetica, sans-serif;
  129.     font-size:48px;
  130.     color:#000000;
  131.     font-weight:bold;
  132.     margin-bottom:20px;
  133.     }
  134.  
  135. h2 {
  136.     font-family:Helvetica, sans-serif;
  137.     font-size:38px;
  138.     color:#696969;
  139.     font-weight:bold;
  140.     margin-bottom:20px;
  141.     }
  142.  
  143. h3 {
  144.     font-family:Helvetica, sans-serif;
  145.     font-size:28px;
  146.     color:#696969;
  147.     font-weight:bold;
  148.     margin-bottom:20px;
  149.     }
  150.  
  151. h4 {
  152.     font-family:Helvetica, sans-serif;
  153.     font-size:24px;
  154.     color:#000000;
  155.     font-weight:bold;
  156.     margin-bottom:20px;
  157.     }
  158.    
  159. .ie7 .about_one_half_first p {
  160.     float:left;
  161.     }
  162.    
  163. .ie7 .about_one_half {
  164.     clear:both;
  165.     }
  166.  
  167. h5 {
  168.     font-family:Helvetica, sans-serif;
  169.     font-size:18px;
  170.     color:#696969;
  171.     font-weight:bold;
  172.     margin-bottom:20px;
  173.     }
  174.  
  175. h6 {
  176.     font-family:Helvetica, sans-serif;
  177.     font-size:24px;
  178.     color:#696969;
  179.     font-weight:bold;
  180.     margin-bottom:20px;
  181.     border-bottom:1px solid #e5e7e8;
  182.     border-top:1px solid #e5e7e8;
  183.     height:6px;
  184.     margin-top: 20px;
  185.     }
  186.    
  187. .styled_heading {
  188.     background-color:#ffffff;
  189.     bottom:-.06em;
  190.     left:-.03em;
  191.     padding:0px 10px 0px 0px;
  192.     position:relative;
  193.     top:-0.34em;
  194.     }
  195.    
  196. .ie7 .styled_heading {
  197.     top:-.45em;
  198.     }
  199.    
  200. .highlight_text {
  201.     background-color:#e4e7eb;
  202.     font-size:13px;
  203.     color:#505d63;
  204.     padding: 2px;
  205.     }
  206.    
  207. .signature {
  208.     font-family:'PacificoRegular';
  209.     font-size:17px;
  210.     color:#000000;
  211.     }
  212.    
  213. .small_heading {
  214.     font-family:Helvetica, sans-serif;
  215.     font-size:14px;
  216.     color:#505d63;
  217.     font-weight:bold;
  218.     padding-left:20px;
  219.     }
  220.  
  221. img, img a {
  222.     border:none;
  223.     }
  224.    
  225. .one_half {
  226.     width:48%;
  227.     position:relative;
  228.     margin-left:4%;
  229.     float:left;
  230.     }
  231.    
  232. .one_half_first {
  233.     width:48%;
  234.     position:relative;
  235.     clear:left;
  236.     margin-left:0;
  237.     margin-bottom:0px;
  238.     float:left;
  239.     }
  240.    
  241. .about_one_half {
  242.     width:35.66%;
  243.     position:relative;
  244.     margin-bottom:20px;
  245.     float:right;
  246.     margin-top:30px;
  247.     }
  248.    
  249. .about_one_half_first {
  250.     width:59%;
  251.     position:relative;
  252.     clear:left;
  253.     margin-left:0;
  254.     margin-bottom:0px;
  255.     float:left;
  256.     border-right:1px solid #ccd0d4;
  257.     padding-right:22px;
  258.     margin-bottom:35px;
  259.     }
  260.    
  261. div .first {
  262.     clear:left;
  263.     margin-left:0;
  264.     }
  265.    
  266. .full_width {
  267.     width:100%;
  268.     padding-top: 15px;
  269.     }
  270.    
  271. #header_wrapper {
  272.     background-image:url("../img/texture.png");
  273.     background-repeat:repeat;
  274.     width:100%;
  275.     border-bottom: 1px solid #CCD0D4;
  276.     }
  277.    
  278. .color_wrapper {
  279.     width:100%;
  280.     padding:0;
  281.     margin:0;
  282.     height:1px;
  283.     background-color:#3a7aa6;
  284.     clear:both;
  285.     }
  286.    
  287. .header {
  288.     width:960px;
  289.     margin:0 auto;
  290.     position:relative;
  291.     padding-top:20px;
  292.     }
  293.    
  294. #top_logo {
  295.     float:left;
  296.     margin-top:20px;
  297.     margin-bottom:20px;
  298.     }
  299.    
  300. #top_download {
  301.     float:right;
  302.     margin-top:20px;
  303.     background-image:url("../img/download.png");
  304.     background-repeat:no-repeat;
  305.     height:75px;
  306.     background-position:right top;
  307.     margin-bottom:20px;
  308.     }
  309.    
  310. #top_download a {
  311.     font-family:Helvetica, sans-serif;
  312.     font-size:18px;
  313.     color:#000000;
  314.     display:block;
  315.     padding-right:65px;
  316.     padding-top:15px;
  317.     width:178px;
  318.     }
  319.  
  320. #top_works {
  321.     float:right;
  322.     margin-top:20px;
  323.     background-image:url("../img/works.png");
  324.     background-repeat:no-repeat;
  325.     height:75px;
  326.     background-position:right top;
  327.     margin-bottom:20px;
  328.     }
  329.    
  330. #top_works a {
  331.     font-family:Helvetica, sans-serif;
  332.     font-size:18px;
  333.     color:#000000;
  334.     display:block;
  335.     padding-right:65px;
  336.     padding-top:50px;
  337.     width:190px;
  338.     }
  339.    
  340. #top_download a:hover {
  341.     text-decoration:none;
  342.     }
  343.    
  344. #top_download img {
  345.     margin-bottom:20px;
  346.     }
  347.  
  348. #top_download:hover
  349. {
  350.     opacity:0.5;
  351.     moz-opacity:0.5;
  352.     filter:alpha(opacity=50); /* For IE8 and earlier */
  353. }
  354.    
  355. .wrapper {
  356.     width:960px;
  357.     margin:40px auto 0;
  358.     }
  359.    
  360. .about_me_img {
  361.     padding-right:20px;
  362.     padding-bottom:20px;
  363.     float:left;
  364.     }
  365.    
  366. .contact_me_phone {
  367.     background-image:url("../img/phone.png");
  368.     background-repeat:no-repeat;
  369.     height:30px;
  370.     color:#000000;
  371.     font-family:Helvetica, sans-serif;
  372.     font-size:13px;
  373.     background-position:left center;
  374.     padding-top:15px;
  375.     padding-left:35px;
  376.     }
  377.  
  378. .contact_me_site {
  379.     background-image:url("../img/web.png");
  380.     background-repeat:no-repeat;
  381.     height:30px;
  382.     color:#000000;
  383.     font-family:Helvetica, sans-serif;
  384.     font-size:13px;
  385.     background-position:left center;
  386.     padding-top:15px;
  387.     padding-left:35px;
  388.     }
  389.  
  390. .contact_me_location {
  391.     background-image:url("../img/location.png");
  392.     background-repeat:no-repeat;
  393.     height:30px;
  394.     color:#000000;
  395.     font-family:Helvetica, sans-serif;
  396.     font-size:13px;
  397.     background-position:left center;
  398.     padding-top:15px;
  399.     padding-left:35px;
  400.     }
  401.  
  402. .contact_me_email {
  403.     background-image:url("../img/email.png");
  404.     background-repeat:no-repeat;
  405.     height:30px;
  406.     color:#000000;
  407.     font-family:Helvetica, sans-serif;
  408.     font-size:13px;
  409.     background-position:left center;
  410.     padding-top:15px;
  411.     padding-left:35px;
  412.     }
  413.    
  414. .contact_me_email a, .contact_me_site a, .contact_me_location a, .contact_me_phone a {
  415.     color:#3a7aa6;
  416.     font-family:Helvetica, sans-serif;
  417.     font-size:13px;
  418.     text-decoration:none;
  419.     -webkit-transition: all 0.5s ease;  
  420.     -moz-transition: all 0.5s ease;    
  421.     -o-transition: all 0.5s ease;    
  422.     -ms-transition: all 0.5s ease;    
  423.     transition: all 0.5s ease;
  424.     }
  425.    
  426. .contact_me_email a:hover, .contact_me_site a:hover, .contact_me_location a:hover, .contact_me_phone a:hover {
  427.     background-color: #3a7aa6;
  428.     color: #ffffff;
  429.     padding-top: 3px;
  430.     padding-bottom: 3px;
  431. }
  432.    
  433. ul.square {
  434.     margin: 0;
  435.     padding: 20px 0 0 0;
  436.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement